@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

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

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: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    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; }

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

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

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

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

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

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: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    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; }

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

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

.container-fluid {
  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,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

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

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

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

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

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

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

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

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

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

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

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

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

@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: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .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; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@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: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .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; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@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: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .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; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@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: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .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; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .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(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .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(130, 138, 145, 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(72, 180, 97, 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(72, 180, 97, 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(58, 176, 195, 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(58, 176, 195, 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(222, 170, 12, 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(222, 170, 12, 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(225, 83, 97, 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(225, 83, 97, 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(216, 217, 219, 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(216, 217, 219, 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(82, 88, 93, 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(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    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: #007bff;
    border-color: #007bff; }
    .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(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    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: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .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(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  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;
  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;
  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;
  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;
  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;
  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: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

.btn-sm, .btn-group-sm > .btn {
  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 (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 (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

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

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

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

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

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 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 #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .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-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .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 {
      bottom: 0;
      border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
      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 {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0.5rem 0;
      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 {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      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-width: 0 0.5rem 0.5rem 0.5rem;
      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 {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      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-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

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

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

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.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: #007bff !important; }

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !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: #007bff !important; }

.border-secondary {
  border-color: #6c757d !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-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important; }

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

.rounded-pill {
  border-radius: 50rem !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 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.85714%; }

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

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

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

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

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

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

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !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; } }

.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-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

.container-fluid {
  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,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

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

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

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

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

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

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

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

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

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

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

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

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

@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: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .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; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@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: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .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; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@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: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .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; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@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: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .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; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

.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-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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; } }

/* Custom Mixins -------------------- */
html, body {
  color: #606060;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  overflow: auto; }

a:hover {
  text-decoration: none; }

/*------------------------------------
  Globals
------------------------------------*/
/* Text */
.word-break {
  word-wrap: break-word; }

/* Puller */
.pull-50x-up {
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%); }

.pull-50x-bottom {
  -webkit-transform: translateY(51%);
  transform: translateY(51%); }

.pull-50x-left {
  -webkit-transform: translateX(-51%);
  transform: translateX(-51%); }

.pull-50x-right {
  -webkit-transform: translateX(51%);
  transform: translateX(51%); }

/* Link overlay */
/*------------------------------------
  Background Attachment
------------------------------------*/
.bg-attachment-fixed {
  background-attachment: fixed; }

/*------------------------------------
  Background Gradient Colors
------------------------------------*/
/* Simple Linear Gradients
------------------------------------*/
/* Gray Light v1 */
.bg-gray-light-gradient-v1--after::after {
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.5), #f7f7f7); }

/* White v1 */
.bg-white-gradient-v1--after::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9)); }

/* Linear Gradients
------------------------------------*/
/* Gray Gradient */
.bg-gray-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg, #fff, #dbdbdb); }

/* Blue Pink Gradient */
.bg-bluepink-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(50deg, #2b7cb6, #f62d51); }

/* Blue Gradient */
.bg-blue-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(0deg, #73bec7, #4e66b0); }

.bg-blue-lineargradient-v2 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #429edc, #00629e); }

.bg-blue-lineargradient-v3 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #3266a2, #98cfbf); }

.bg-blue-lineargradient-v4 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #5b85df, #3ec2e3); }

.bg-blue-lineargradient-v5 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #0050c2, #5180fa); }

/* Orange Gradient */
.bg-orange-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #be1715, #ed6d0f); }

.bg-orange-lineargradient-v2 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #f5cd21, #c22821); }

/* Yellow Gradient */
.bg-yellow-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #f59b00, #f5d400); }

/* Dark Purple Gradient */
.bg-darkpurple-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #0b011d, #330c3c); }

/* Blue Gray Gradient */
.bg-bluegray-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #1d253c, #3e4757); }

/* Pink Gradient */
.bg-pink-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #b6003b, #ed1261); }

/* Pink-v2 Gradient */
.bg-pink-lineargradient-v2 {
  background-image: linear-gradient(to right top, #fc7279 10%, #ff7b9c 65%, #ffc019 125%);
  background-repeat: no-repeat; }

/* Red Gradient */
.bg-red-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #d70417, #9f041b); }

/* Black Gradient */
.bg-black-gradient-opacity-v1,
.bg-black-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-repeat: repeat-x; }

/* Green Gradient */
.bg-green-gradient-opacity-v1,
.bg-green-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(51, 152, 220, 0.5) 0%, rgba(114, 192, 44, 0.8) 100%);
  background-repeat: repeat-x; }

/* Purple Gradient */
.bg-purple-gradient-opacity-v1,
.bg-purple-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(114, 192, 44, 0.5) 0%, rgba(154, 105, 203, 0.8) 100%);
  background-repeat: repeat-x; }

/* Pink Light Gradient */
.bg-pink-gradient-opacity-v1,
.bg-pink-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(114, 192, 44, 0.5) 0%, rgba(232, 28, 98, 0.8) 100%);
  background-repeat: repeat-x; }

/* Cyan Gradient */
.bg-cyan-gradient-opacity-v1,
.bg-cyan-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 153, 0.5) 0%, rgba(0, 190, 214, 0.6) 100%);
  background-repeat: repeat-x; }

/* Purple Gradient */
.bg-purple-gradient-opacity-v1,
.bg-purple-gradient-opacity-v1--after::after {
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, #b7ebf6, rgba(228, 97, 210, 0.7)); }

/* Primary Gradient */
.bg-primary-gradient-opacity-v1,
.bg-primary-gradient-opacity-v1--after::after {
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, #72c02c, rgba(51, 152, 220, 0.7)); }

/* Gray Gradient */
.bg-gray-gradient-opacity-v1,
.bg-gray-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to top, #f7f7f7 0%, white 100%);
  background-repeat: repeat-x; }

/* White Gradient */
.bg-white-gradient-opacity-v1,
.bg-white-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x; }

/* White Gradient */
.bg-white-gradient-opacity-v2,
.bg-white-gradient-opacity-v2--after::after {
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background-repeat: repeat-x; }

/* White Gradient */
.bg-white-gradient-opacity-v3,
.bg-white-gradient-opacity-v3--after::after {
  background-image: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0.3) 100%);
  background-repeat: repeat-x; }

/* White Gradient */
.bg-white-gradient-opacity-v4,
.bg-white-gradient-opacity-v4--after::after {
  background-image: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0.3) 100%);
  background-repeat: repeat-x; }

/* White Gradient */
.bg-white-gradient-opacity-v5,
.bg-white-gradient-opacity-v5--after::after {
  background-image: linear-gradient(to right, white 47%, rgba(255, 255, 255, 0) 75%);
  background-repeat: repeat-x; }

/* Bluegray Gradient */
.bg-bluegray-gradient-opacity-v1,
.bg-bluegray-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to top, rgba(88, 95, 105, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x; }

/* Bluegray Gradient */
.bg-bluegray-gradient-opacity-v2,
.bg-bluegray-gradient-opacity-v2--after::after {
  background-image: linear-gradient(to top, rgba(88, 95, 105, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x; }

/* Bluegray Gradient */
.bg-bluegray-gradient-opacity-v3,
.bg-bluegray-gradient-opacity-v3--after::after {
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, rgba(107, 125, 224, 0.85), #2a2734); }

/* Secondary Gradient v1 */
.bg-secondary-gradient-v1,
.bg-secondary-gradient-v1--after::after {
  background-image: linear-gradient(to top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  background-repeat: repeat-x; }

/* Secondary Gradient v2 */
.bg-secondary-gradient-v2,
.bg-secondary-gradient-v2--after::after {
  background-image: linear-gradient(to top, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
  background-repeat: repeat-x; }

/* Radial Gradients (Ellipse)
------------------------------------*/
/* Lightblue Gradient */
.bg-lightblue-radialgradient-ellipse {
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fff 22%, #d6e2ee);
  background-repeat: no-repeat; }

/* Gray Gradient */
.bg-gray-radialgradient-ellipse {
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #dbdbdb 22%, #bbb);
  background-repeat: no-repeat; }

/* Gray Gradient */
.bg-graylight-radialgradient-ellipse {
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fff 25%, #eee);
  background-repeat: no-repeat; }

/*  Radial Gradients (Circle)
------------------------------------*/
/* Lightblue Gradient */
.bg-lightblue-radialgradient-circle {
  background-image: radial-gradient(circle farthest-corner at 75% 95%, #fff, #d6e2ee);
  background-repeat: no-repeat; }

/* Blue Gradient */
.bg-blue-radialgradient-circle {
  background-image: radial-gradient(circle farthest-side at 50% 50%, #2294d7, #275296);
  background-repeat: no-repeat; }

/* Dark Gray Gradient */
.bg-darkgray-radialgradient-circle {
  background-image: radial-gradient(circle farthest-side at 110% 0, #596070, #31353e);
  background-repeat: no-repeat; }

.bg-blue-radialgradient-circle-endless {
  background-image: -webkit-repeating-radial-gradient(50% 50%, circle, #b9ecfe, #b9ecfe 10px, #82ddff 10px, #82ddff 20px);
  background-image: repeating-radial-gradient(circle at 50% 50%, #b9ecfe, #b9ecfe 10px, #82ddff 10px, #82ddff 20px); }

.bg-gray-verticalstripes-endless {
  background: -webkit-repeating-linear-gradient(top, #fff, #fff 5px, #eee 5px, #eee 10px);
  background: repeating-linear-gradient(to bottom, #fff, #fff 5px, #eee 5px, #eee 10px); }

/*------------------------------------
  Background Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Main Colors */
.bg-main {
  background-color: #fff !important; }

/* Main Secondary */
.bg-secondary {
  background-color: #fafafa !important; }

/* Primary Colors */
.bg-primary {
  background-color: #72c02c !important; }

.bg-primary--hover:hover {
  background-color: #72c02c !important; }

.u-block-hover:hover .bg-primary--hover {
  background-color: #72c02c; }

.parent:hover .bg-primary--parent-hover {
  background-color: #72c02c !important; }

.bg-primary--active.active,
.active .bg-primary--active {
  background-color: #72c02c !important; }

.parent.active .bg-primary--parent-active {
  background-color: #72c02c !important; }

.bg-primary--before::before, .bg-primary--after::after {
  background-color: #72c02c !important; }

.bg-primary-dark-v1 {
  background-color: #6db82a !important; }

.bg-primary-dark-v2 {
  background-color: #66ab27 !important; }

.bg-primary-dark-v3 {
  background-color: #599722 !important; }

.bg-primary-opacity-0_1 {
  background-color: rgba(114, 192, 44, 0.1) !important; }

.bg-primary-opacity-0_2 {
  background-color: rgba(114, 192, 44, 0.2) !important; }

.bg-primary-opacity-0_2--hover:hover {
  background-color: rgba(114, 192, 44, 0.2) !important; }

.bg-primary-opacity-0_2--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.2) !important; }

.active .bg-primary-opacity-0_2--active {
  background-color: rgba(114, 192, 44, 0.2) !important; }

.bg-primary-opacity-0_2--before::before, .bg-primary-opacity-0_2--after::after {
  background-color: rgba(114, 192, 44, 0.2) !important; }

.bg-primary-opacity-0_3 {
  background-color: rgba(114, 192, 44, 0.3) !important; }

.bg-primary-opacity-0_3--hover:hover {
  background-color: rgba(114, 192, 44, 0.3) !important; }

.bg-primary-opacity-0_3--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.3) !important; }

.active .bg-primary-opacity-0_3--active {
  background-color: rgba(114, 192, 44, 0.3) !important; }

.bg-primary-opacity-0_3--before::before, .bg-primary-opacity-0_3--after::after {
  background-color: rgba(114, 192, 44, 0.3) !important; }

.bg-primary-opacity-0_4 {
  background-color: rgba(114, 192, 44, 0.4) !important; }

.bg-primary-opacity-0_4--hover:hover {
  background-color: rgba(114, 192, 44, 0.4) !important; }

.bg-primary-opacity-0_4--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.4) !important; }

.bg-primary-opacity-0_4--after::after {
  background-color: rgba(114, 192, 44, 0.4) !important; }

.bg-primary-opacity-0_6 {
  background-color: rgba(114, 192, 44, 0.6) !important; }

.bg-primary-opacity-0_6--hover:hover {
  background-color: rgba(114, 192, 44, 0.6) !important; }

.bg-primary-opacity-0_6--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.6) !important; }

.bg-primary-opacity-0_6--after::after {
  background-color: rgba(114, 192, 44, 0.6) !important; }

.bg-primary-opacity-0_8 {
  background-color: rgba(114, 192, 44, 0.8) !important; }

.bg-primary-opacity-0_8--hover:hover {
  background-color: rgba(114, 192, 44, 0.8) !important; }

.bg-primary-opacity-0_8--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.8) !important; }

.bg-primary-opacity-0_8--before::after, .bg-primary-opacity-0_8--after::after {
  background-color: rgba(114, 192, 44, 0.8) !important; }

.bg-primary-opacity-0_8--before--hover:hover::after, .bg-primary-opacity-0_8--after--hover:hover::after {
  background-color: rgba(114, 192, 44, 0.8) !important; }

.bg-primary-opacity-0_9 {
  background-color: rgba(114, 192, 44, 0.9) !important; }

.bg-primary-opacity-0_9--hover:hover {
  background-color: rgba(114, 192, 44, 0.9) !important; }

.bg-primary-opacity-0_9--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.9) !important; }

.bg-primary-opacity-0_9--before::after, .bg-primary-opacity-0_9--after::after {
  background-color: rgba(114, 192, 44, 0.9) !important; }

.bg-primary-opacity-0_9--before--hover:hover::after, .bg-primary-opacity-0_9--after--hover:hover::after {
  background-color: rgba(114, 192, 44, 0.9) !important; }

/* Black Colors */
.bg-black {
  background-color: #000 !important; }

.bg-black--hover:hover {
  background-color: #000 !important; }

.bg-black--after::after {
  background-color: #000 !important; }

.bg-black-opacity-0_1 {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.bg-black-opacity-0_1--after::after {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.bg-black-opacity-0_2 {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.bg-black-opacity-0_2--after::after {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.bg-black-opacity-0_3 {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.bg-black-opacity-0_3--hover:hover {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.bg-black-opacity-0_3--after::after, .bg-black-opacity-0_3--before::before {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.bg-black-opacity-0_3--hover--after:hover::after {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.bg-black-opacity-0_4 {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.bg-black-opacity-0_4--after::after {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.bg-black-opacity-0_5 {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.bg-black-opacity-0_5--hover:hover {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.bg-black-opacity-0_5--after::after {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.bg-black-opacity-0_6 {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.bg-black-opacity-0_6--hover:hover {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.bg-black-opacity-0_6--after::after {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.bg-black-opacity-0_7 {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.bg-black-opacity-0_7--hover:hover {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.bg-black-opacity-0_7--after::after {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.bg-black-opacity-0_8 {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.bg-black-opacity-0_8--after::after {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.bg-black-opacity-0_8--hover:hover {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.bg-black-opacity-0_9 {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.bg-black-opacity-0_9--after::after {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.bg-black-opacity-0_9--hover:hover {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.u-block-hover:hover .bg-black--hover {
  background-color: #000 !important; }

/* White Colors */
.bg-white {
  background-color: #fff !important; }

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

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

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

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

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

.parent:hover .bg-white-opacity-0--after--parent-hover::after {
  background-color: rgba(255, 255, 255, 0) !important; }

.bg-white-opacity-0_05 {
  background-color: rgba(255, 255, 255, 0.05) !important; }

.bg-white-opacity-0_1 {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.bg-white-opacity-0_1--after::after {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.bg-white-opacity-0_2 {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.bg-white-opacity-0_2--hover:hover {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.bg-white-opacity-0_3 {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.bg-white-opacity-0_3--hover:hover {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.bg-white-opacity-0_3--after::after {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.bg-white-opacity-0_4 {
  background-color: rgba(255, 255, 255, 0.4) !important; }

.bg-white-opacity-0_4--hover:hover {
  background-color: rgba(255, 255, 255, 0.4) !important; }

.bg-white-opacity-0_5 {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.bg-white-opacity-0_5--after::after {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.bg-white-opacity-0_7 {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.bg-white-opacity-0_7--hover:hover {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.bg-white-opacity-0_7--after::after {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.bg-white-opacity-0_8 {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.bg-white-opacity-0_8--hover:hover {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.bg-white-opacity-0_8--after::after {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.bg-white-opacity-0_8--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.8) !important; }

.bg-white-opacity-0_9 {
  background-color: rgba(255, 255, 255, 0.9) !important; }

.bg-white-opacity-0_9--hover:hover {
  background-color: rgba(255, 255, 255, 0.9) !important; }

.bg-white-opacity-0_9--after::after {
  background-color: rgba(255, 255, 255, 0.9) !important; }

/* Gray Colors */
.bg-gray-dark-v1 {
  background-color: #111 !important; }

.bg-gray-dark-v1--hover:hover {
  background-color: #111 !important; }

.bg-gray-dark-v2 {
  background-color: #333 !important; }

.bg-gray-dark-v2--hover:hover {
  background-color: #333 !important; }

.bg-gray-dark-v3 {
  background-color: #555 !important; }

.bg-gray-dark-v3--hover:hover {
  background-color: #555 !important; }

.bg-gray-dark-v4 {
  background-color: #777 !important; }

.bg-gray-dark-v4--hover:hover {
  background-color: #777 !important; }

.bg-gray-dark-v5 {
  background-color: #999 !important; }

.bg-gray-dark-v5--hover:hover {
  background-color: #999 !important; }

.bg-gray-light-v1 {
  background-color: #bbb !important; }

.bg-gray-light-v1--hover:hover {
  background-color: #bbb !important; }

.bg-gray-light-v2 {
  background-color: #ccc !important; }

.bg-gray-light-v2--hover:hover {
  background-color: #ccc !important; }

.bg-gray-light-v3 {
  background-color: #ddd !important; }

.bg-gray-light-v3--hover:hover {
  background-color: #ddd !important; }

.bg-gray-light-v4 {
  background-color: #eee !important; }

.bg-gray-light-v4--hover:hover {
  background-color: #eee !important; }

.bg-gray-light-v5 {
  background-color: #f7f7f7 !important; }

.bg-gray-light-v5--hover:hover {
  background-color: #f7f7f7 !important; }

.bg-gray-light-v5--active.active,
.active .bg-gray-light-v5--active {
  background-color: #f7f7f7 !important; }

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

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

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

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

/* Complementary Colors
------------------------------------*/
/* Beige Colors */
.bg-beige {
  background-color: #e5e1de !important; }

/* Color Green */
.bg-green {
  background-color: #72c02c !important; }

.bg-green-opacity-0_1 {
  background-color: rgba(114, 192, 44, 0.1) !important; }

.bg-green--hover:hover {
  background-color: #72c02c !important; }

/* Color Blue */
.bg-blue {
  background-color: #3398dc !important; }

.bg-blue-opacity-0_1 {
  background-color: rgba(51, 152, 220, 0.1) !important; }

.bg-blue-opacity-0_7 {
  background-color: rgba(51, 152, 220, 0.7) !important; }

.bg-blue-opacity-0_9 {
  background-color: rgba(51, 152, 220, 0.9) !important; }

.bg-blue--hover:hover {
  background-color: #3398dc !important; }

/* Color Light Blue */
.bg-lightblue {
  background-color: #edf2f8 !important; }

.bg-lightblue-opacity-0_1 {
  background-color: rgba(237, 242, 248, 0.1) !important; }

.bg-lightblue-v1 {
  background-color: #d6e2ee !important; }

.bg-lightblue-v1-opacity-0_1 {
  background-color: rgba(214, 226, 238, 0.1) !important; }

/* Color Dark Blue */
.bg-darkblue {
  background-color: #009 !important; }

.bg-darkblue-opacity-0_1 {
  background-color: rgba(0, 0, 153, 0.1) !important; }

/* Color Indigo */
.bg-indigo {
  background-color: #4263a3 !important; }

.bg-indigo-opacity-0_1 {
  background-color: rgba(66, 99, 163, 0.1) !important; }

/* Color Red */
.bg-red {
  background-color: #f00 !important; }

.bg-red-opacity-0_1 {
  background-color: rgba(255, 0, 0, 0.1) !important; }

.bg-red-opacity-0_2 {
  background-color: rgba(255, 0, 0, 0.2) !important; }

.bg-red-opacity-0_5 {
  background-color: rgba(255, 0, 0, 0.5) !important; }

.bg-red-opacity-0_8 {
  background-color: rgba(255, 0, 0, 0.8) !important; }

.bg-red--hover:hover {
  background-color: #f00 !important; }

/* Color Light Red */
.bg-lightred {
  background-color: #e64b3b !important; }

.bg-lightred-opacity-0_1 {
  background-color: rgba(230, 75, 59, 0.1) !important; }

.bg-lightred--hover:hover {
  background-color: #e64b3b !important; }

/* Color Dark Red */
.bg-darkred {
  background-color: #a10f2b !important; }

.bg-darkred-opacity-0_1 {
  background-color: rgba(161, 15, 43, 0.1) !important; }

/* Color Purple */
.bg-purple {
  background-color: #9a69cb !important; }

.bg-purple-opacity-0_1 {
  background-color: rgba(154, 105, 203, 0.1) !important; }

.bg-purple-opacity-0_7 {
  background-color: rgba(154, 105, 203, 0.7) !important; }

.bg-purple-opacity-0_9 {
  background-color: rgba(154, 105, 203, 0.9) !important; }

.bg-purple-opacity-0_9--after::after {
  background-color: rgba(154, 105, 203, 0.9) !important; }

.bg-purple--hover:hover {
  background-color: #9a69cb !important; }

/* Color Dark Purple */
.bg-darkpurple {
  background-color: #6639b6 !important; }

.bg-darkpurple-opacity-0_1 {
  background-color: rgba(102, 57, 182, 0.1) !important; }

/* Color Pink */
.bg-pink {
  background-color: #e81c62 !important; }

.bg-pink-opacity-0_1 {
  background-color: rgba(232, 28, 98, 0.1) !important; }

.bg-pink-opacity-0_9 {
  background-color: rgba(232, 28, 98, 0.9) !important; }

.bg-pink--hover:hover {
  background-color: #e81c62 !important; }

.bg-pink--before::after, .bg-pink--after::after {
  background-color: #e81c62 !important; }

.bg-pink--before--hover:hover::after, .bg-pink--after--hover:hover::after {
  background-color: #e81c62 !important; }

/* Color Orange */
.bg-orange {
  background-color: #e57d20 !important; }

.bg-orange-opacity-0_1 {
  background-color: rgba(229, 125, 32, 0.1) !important; }

.bg-orange-opacity-0_2 {
  background-color: rgba(229, 125, 32, 0.2) !important; }

.bg-orange--hover:hover {
  background-color: #e57d20 !important; }

/* Color Deep Orange */
.bg-deeporange {
  background-color: #fe541e !important; }

.bg-deeporange-opacity-0_1 {
  background-color: rgba(254, 84, 30, 0.1) !important; }

.bg-deeporange--hover:hover {
  background-color: #fe541e !important; }

/* Color Yellow */
.bg-yellow {
  background-color: #ebc71d !important; }

.bg-yellow-opacity-0_1 {
  background-color: rgba(235, 199, 29, 0.1) !important; }

.bg-yellow-opacity-0_7 {
  background: rgba(235, 199, 29, 0.7) !important; }

.bg-yellow--hover:hover {
  background-color: #ebc71d !important; }

/* Color Aqua */
.bg-aqua {
  background-color: #29d6e6 !important; }

.bg-aqua-opacity-0_1 {
  background-color: rgba(41, 214, 230, 0.1) !important; }

.bg-aqua-opacity-0_9 {
  background-color: rgba(41, 214, 230, 0.9) !important; }

.bg-aqua--hover:hover {
  background-color: #29d6e6 !important; }

/* Color Cyan */
.bg-cyan {
  background-color: #00bed6 !important; }

.bg-cyan-opacity-0_1 {
  background-color: rgba(0, 190, 214, 0.1) !important; }

.bg-cyan-opacity-0_9 {
  background-color: rgba(0, 190, 214, 0.9) !important; }

.bg-cyan-opacity-0_9--after::after {
  background-color: rgba(0, 190, 214, 0.9) !important; }

.bg-cyan--hover:hover {
  background-color: #00bed6 !important; }

/* Color Teal */
.bg-teal {
  background-color: #18ba9b !important; }

.bg-teal-opacity-0_1 {
  background-color: rgba(24, 186, 155, 0.1) !important; }

.bg-teal-opacity-0_9 {
  background-color: rgba(24, 186, 155, 0.9) !important; }

.bg-teal-opacity-0_9--after::after {
  background-color: rgba(24, 186, 155, 0.9) !important; }

.bg-teal--hover:hover {
  background-color: #18ba9b !important; }

/* Color Brown */
.bg-brown {
  background-color: #9c8061 !important; }

.bg-brown-opacity-0_1 {
  background-color: rgba(156, 128, 97, 0.1) !important; }

.bg-brown--hover:hover {
  background-color: #9c8061 !important; }

/* Color Blue Gray */
.bg-bluegray {
  background-color: #585f69 !important; }

.bg-bluegray-opacity-0_1 {
  background-color: rgba(88, 95, 105, 0.1) !important; }

.bg-bluegray-opacity-0_2--before::before, .bg-bluegray-opacity-0_2--after::after {
  background-color: rgba(88, 95, 105, 0.2) !important; }

.bg-bluegray-opacity-0_3--before::before, .bg-bluegray-opacity-0_3--after::after {
  background-color: rgba(88, 95, 105, 0.3) !important; }

.bg-bluegray-opacity-0_5, .bg-bluegray-opacity-0_5--after::after {
  background-color: rgba(88, 95, 105, 0.5) !important; }

.bg-bluegray-opacity-0_7 {
  background-color: rgba(88, 95, 105, 0.7) !important; }

.bg-bluegray--hover:hover {
  background-color: #585f69 !important; }

.grayscale-100x {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(100%); }

.parent:hover .grayscale-0--parent-hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%); }

.grayscale-0--hover:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%); }

/* O */
@media (min-width: 576px) {
  .bg-transparent--sm {
    background-color: transparent !important; } }

/*------------------------------------
  Background Colors Extended
------------------------------------*/
.js-header-change-moment .bg-primary--scrolling {
  background-color: #72c02c !important; }

/*------------------------------------
  Social Background Colors
------------------------------------*/
/* Facebook */
.bg-facebook {
  background-color: #3b5998; }

.u-block-hover:hover .bg-facebook--hover, .bg-facebook--hover:hover {
  background-color: #344e86 !important; }

/* Twitter */
.bg-twitter {
  background-color: #00acee; }

.u-block-hover:hover .bg-twitter--hover, .bg-twitter--hover:hover {
  background-color: #009ad5 !important; }

/* Skype */
.bg-skype {
  background-color: #00aff0; }

.u-block-hover:hover .bg-skype--hover, .bg-skype--hover:hover {
  background-color: #009cd7 !important; }

/* Pinterest */
.bg-pinterest {
  background-color: #c8232c; }

.u-block-hover:hover .bg-pinterest--hover, .bg-pinterest--hover:hover {
  background-color: #b21f27 !important; }

/* Vine */
.bg-vine {
  background-color: #00bf8f; }

.u-block-hover:hover .bg-vine--hover, .bg-vine--hover:hover {
  background-color: #00a67c !important; }

/* Youtube */
.bg-youtube {
  background-color: #c4302b; }

.u-block-hover:hover .bg-youtube--hover, .bg-youtube--hover:hover {
  background-color: #af2b26 !important; }

/* Google plus */
.bg-google-plus {
  background-color: #dd4b39; }

.u-block-hover:hover .bg-google-plus--hover, .bg-google-plus--hover:hover {
  background-color: #d73925 !important; }

/* Dribbble */
.bg-dribbble {
  background-color: #ea4c89; }

.u-block-hover:hover .bg-dribbble--hover, .bg-dribbble--hover:hover {
  background-color: #e7357a !important; }

/* VK */
.bg-vk {
  background-color: #2b587a; }

.u-block-hover:hover .bg-vk--hover, .bg-vk--hover:hover {
  background-color: #244a67 !important; }

/* Linkedin */
.bg-linkedin {
  background-color: #0e76a8; }

.u-block-hover:hover .bg-linkedin--hover, .bg-linkedin--hover:hover {
  background-color: #0c6590 !important; }

/* Instagram */
.bg-instagram {
  background-color: #3f729b; }

.u-block-hover:hover .bg-instagram--hover, .bg-instagram--hover:hover {
  background-color: #386589 !important; }

/*------------------------------------
  Images Grid
------------------------------------*/
.bg-grid-v1--before::before {
  background-image: url(../img/bg/grid/wave.png); }

.bg-grid-v2--before::after {
  background-image: url(../img/bg/grid/tile-left.png); }

.bg-grid-v3--before::after {
  background-image: url(../img/bg/grid/tile-right.png); }

.bg-grid-v4--before::after {
  background-image: url(../img/bg/grid/diagonal-left.png); }

.bg-grid-v5--before::after {
  background-image: url(../img/bg/grid/diagonal-right.png); }

.bg-grid-v6--before::after {
  background-image: url(../img/bg/grid/zigzag-left.png); }

.bg-grid-v7--before::after {
  background-image: url(../img/bg/grid/zigzag-right.png); }

/*------------------------------------
  Covers
------------------------------------*/
.bg-cover {
  position: relative; }

.bg-cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.bg-cover-v1::after {
  position: absolute;
  top: 0.35714rem;
  right: 0.35714rem;
  bottom: 0.35714rem;
  left: 0.35714rem; }

.bg-cover__inner {
  z-index: 1;
  position: relative; }

/*------------------------------------
  Background Image Style
------------------------------------*/
.bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

/*------------------------------------
  Background Patterns
------------------------------------*/


/*------------------------------------
  Background Position
------------------------------------*/
.bg-pos-center {
  background-position: center; }

.bg-pos-left-center {
  background-position: left center; }

.bg-pos-top-left {
  background-position: top left; }

.bg-pos-top-right {
  background-position: top right; }

.bg-pos-top-center {
  background-position: top center; }

.bg-pos-bottom-center {
  background-position: bottom center; }

/*------------------------------------
  Background Repeat
------------------------------------*/
.bg-no-repeat {
  background-repeat: no-repeat; }

/*------------------------------------
  Background Size
------------------------------------*/
.bg-size-cover {
  background-size: cover !important; }

.bg-size-100x {
  background-size: 100% !important; }

.bg-size-100x--hover:hover {
  background-size: 100% !important; }

.parent:hover .bg-size-100x--parent-hover {
  background-size: 100% !important; }

.bg-size-120x {
  background-size: 120% !important; }

.bg-size-120x--hover {
  background-size: 120% !important; }

.parent:hover .bg-size-120x--parent-hover {
  background-size: 120% !important; }

.bg-repeat {
  background-repeat: repeat !important;
  /* P */
  background-size: auto !important; }

/* Primary Colors */
.fill-primary {
  fill: #72c02c !important; }

.fill-primary path,
.fill-primary polygon {
  fill: #72c02c !important; }

.fill-primary--hover:hover path,
.fill-primary--hover:hover polygon {
  fill: #72c02c !important; }

*:hover > * > .fill-primary--hover-parent svg path,
*:hover > * > .fill-primary--hover-parent svg polygon {
  fill: #72c02c !important; }

.fill-white {
  fill: #fff !important; }

.fill-white path,
.fill-white polygon {
  fill: #fff !important; }

.fill-white--opened-menu:not(.collapsed) path,
.fill-white--opened-menu:not(.collapsed) polygon {
  fill: #fff !important; }

*:not(.collapsed) > .fill-white--parent-opened-menu path,
*:not(.collapsed) > .fill-white--parent-opened-menu polygon {
  fill: #fff !important; }

.fill-white--hover:hover path,
.fill-white--hover:hover polygon {
  fill: #fff !important; }

*:hover > * > .fill-white--hover-parent svg path,
*:hover > * > .fill-white--hover-parent svg polygon {
  fill: #fff !important; }

.fill-main {
  fill: #555 !important; }

.fill-main path,
.fill-main polygon {
  fill: #555 !important; }

.fill-main--opened-menu:not(.collapsed) path,
.fill-main--opened-menu:not(.collapsed) polygon {
  fill: #555 !important; }

*:not(.collapsed) > .fill-main--parent-opened-menu path,
*:not(.collapsed) > .fill-main--parent-opened-menu polygon {
  fill: #555 !important; }

.fill-main--hover:hover path,
.fill-main--hover:hover polygon {
  fill: #555 !important; }

*:hover > * > .fill-main--hover-parent svg path,
*:hover > * > .fill-main--hover-parent svg polygon {
  fill: #fff !important; }

.fill-gray-light-v4 path,
.fill-gray-light-v4 polygon {
  fill: #eee !important; }

.fill-gray-light-v4--hover:hover path,
.fill-gray-light-v4--hover:hover polygon {
  fill: #eee !important; }

*:hover > * > .fill-gray-light-v4--hover-parent svg path,
*:hover > * > .fill-gray-light-v4--hover-parent svg polygon {
  fill: #eee !important; }

.fill-red path,
.fill-red polygon {
  fill: #f00 !important; }

.fill-red--hover:hover path,
.fill-red--hover:hover polygon {
  fill: #f00 !important; }

*:hover > * > .fill-red--hover-parent path,
*:hover > * > .fill-red--hover-parent polygon {
  fill: #f00 !important; }

*:hover > .fill-red--parent-hover path,
*:hover > .fill-red--parent-hover polygon {
  fill: #f00 !important; }

*:hover > * > * > .fill-red--parent-parent-parent-hover path,
*:hover > * > * > .fill-red--parent-parent-parent-hover polygon {
  fill: #f00 !important; }

/*------------------------------------
  Borders Default (solid)
------------------------------------*/
.brd-none {
  /* P */
  border: none !important; }

.brd-x {
  border-left: solid 1px transparent !important;
  border-right: solid 1px transparent !important; }

.brd-y {
  border-top: solid 1px transparent !important;
  border-bottom: solid 1px transparent !important; }

.brd-around {
  border: solid 1px transparent !important; }

.brd-top {
  border-top: solid 1px transparent !important; }

.brd-right {
  border-right: solid 1px transparent !important; }

.brd-bottom {
  border-bottom: solid 1px transparent !important; }

.brd-left {
  border-left: solid 1px transparent !important; }

.brd-left-none {
  border-left: none !important; }

@media (min-width: 576px) {
  .brd-around--sm {
    border: solid 1px transparent !important; }
  .brd-top--sm {
    border-top: solid 1px transparent !important; }
  .brd-right--sm {
    border-right: solid 1px transparent !important; }
  .brd-bottom--sm {
    border-bottom: solid 1px transparent !important; }
  .brd-left--sm {
    border-left: solid 1px transparent !important; } }

@media (min-width: 768px) {
  .brd-x--md {
    border-left: solid 1px transparent !important;
    border-right: solid 1px transparent !important; }
  .brd-around--md {
    border: solid 1px transparent !important; }
  .brd-top--md {
    border-top: solid 1px transparent !important; }
  .brd-right--md {
    border-right: solid 1px transparent !important; }
  .brd-bottom--md {
    border-bottom: solid 1px transparent !important; }
  .brd-left--md {
    border-left: solid 1px transparent !important; } }

@media (min-width: 992px) {
  /* P */
  .brd-around--lg {
    border: solid 1px transparent !important; }
  .brd-top--lg {
    border-top: solid 1px transparent !important; }
  .brd-right--lg {
    border-right: solid 1px transparent !important; }
  .brd-bottom--lg {
    border-bottom: solid 1px transparent !important; }
  .brd-left--lg {
    border-left: solid 1px transparent !important; }
  .brd-left-none--lg {
    border-left: none !important; }
  .brd-x--lg {
    border-left: solid 1px transparent;
    border-right: solid 1px transparent; }
  .brd-none--lg {
    border: none !important; } }

/*------------------------------------
  Borders None
------------------------------------*/
.brd-around-none {
  border-width: 0 !important; }

.brd-y-none {
  border-top: none !important;
  border-bottom: none !important; }

.brd-top-none {
  border-top: none !important; }

.brd-bottom-none {
  border-bottom: none !important; }

.brd-x-none {
  border-left: none !important;
  border-right: none !important; }

.brd-left-none {
  border-left: none !important; }

.brd-right-none {
  border-right: none !important; }

@media (min-width: 576px) {
  .brd-around-none--sm {
    border-width: 0 !important; }
  .brd-y-none--sm {
    border-top: none !important;
    border-bottom: none !important; }
  .brd-top-none--sm {
    border-top: none !important; }
  .brd-bottom-none--sm {
    border-bottom: none !important; }
  .brd-x-none--sm {
    border-left: none !important;
    border-right: none !important; }
  .brd-left-none--sm {
    border-left: none !important; }
  .brd-right-none--sm {
    border-right: none !important; } }

@media (min-width: 768px) {
  .brd-around-none--md {
    border-width: 0 !important; }
  .brd-y-none--md {
    border-top: none !important;
    border-bottom: none !important; }
  .brd-top-none--md {
    border-top: none !important; }
  .brd-bottom-none--md {
    border-bottom: none !important; }
  .brd-x-none--md {
    border-left: none !important;
    border-right: none !important; }
  .brd-left-none--md {
    border-left: none !important; }
  .brd-right-none--md {
    border-right: none !important; } }

@media (min-width: 992px) {
  .brd-around-none--lg {
    border-width: 0 !important; }
  .brd-y-none--lg {
    border-top: none !important;
    border-bottom: none !important; }
  .brd-top-none--lg {
    border-top: none !important; }
  .brd-bottom-none--lg {
    border-bottom: none !important; }
  .brd-x-none--lg {
    border-left: none !important;
    border-right: none !important; }
  .brd-left-none--lg {
    border-left: none !important; }
  .brd-right-none--lg {
    border-right: none !important; } }

@media (min-width: 1200px) {
  .brd-around-none--xl {
    border-width: 0 !important; }
  .brd-y-none--xl {
    border-top: none !important;
    border-bottom: none !important; }
  .brd-top-none--xl {
    border-top: none !important; }
  .brd-bottom-none--xl {
    border-bottom: none !important; }
  .brd-x-none--xl {
    border-left: none !important;
    border-right: none !important; }
  .brd-left-none--xl {
    border-left: none !important; }
  .brd-right-none--xl {
    border-right: none !important; } }

/*------------------------------------
  Border Style
------------------------------------*/
.brd-style-solid {
  border-style: solid !important; }

.brd-style-dashed {
  border-style: dashed !important; }

.brd-style-dotted {
  border-style: dotted !important; }

/*------------------------------------
  Border Radius (Rounded Styles)
------------------------------------*/
/* Rounded Around */
.rounded-0 {
  border-radius: 0 !important; }

.rounded-50x {
  border-radius: 50%; }

.rounded-1 {
  border-radius: 1px !important; }

.rounded-2 {
  border-radius: 2px !important; }

.rounded-3 {
  border-radius: 3px !important; }

.rounded-4 {
  border-radius: 4px !important; }

.rounded-5 {
  border-radius: 5px !important; }

.rounded-6 {
  border-radius: 6px !important; }

.rounded-7 {
  border-radius: 7px !important; }

.rounded-10 {
  border-radius: 10px !important; }

.rounded-15 {
  border-radius: 15px !important; }

.rounded-20 {
  border-radius: 20px !important; }

.rounded-25 {
  border-radius: 25px !important; }

.rounded-30 {
  border-radius: 30px !important; }

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

.rounded-100 {
  border-radius: 100px !important; }

.rounded-100--after::after {
  border-radius: 100px !important; }

/* Rounded Top */
.rounded-top-5 {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important; }

/* Rounded Right */
.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-right-3 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.rounded-right-4 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.rounded-right-5 {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important; }

.rounded-right-10 {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important; }

.rounded-right-20 {
  border-bottom-right-radius: 20px !important;
  border-top-right-radius: 20px !important; }

.rounded-right-25 {
  border-bottom-right-radius: 25px !important;
  border-top-right-radius: 25px !important; }

.rounded-right-30 {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important; }

.rounded-right-50 {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important; }

/* Rounded Bottom */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-bottom-3 {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.rounded-bottom-4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.rounded-bottom-5 {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important; }

/* Rounded Left */
.rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-left-3 {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.rounded-left-4 {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-left-5 {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important; }

.rounded-left-10 {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important; }

.rounded-left-20 {
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important; }

.rounded-left-25 {
  border-bottom-left-radius: 25px !important;
  border-top-left-radius: 25px !important; }

.rounded-left-30 {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important; }

.rounded-left-50 {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important; }

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

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

@media (min-width: 768px) {
  .rounded-0--md {
    border-radius: 0 !important; }
  .rounded-left-0--md {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .rounded-right-0--md {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; } }

@media (min-width: 992px) {
  .rounded-left-5--lg-up {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important; }
  .rounded-right-5--lg-up {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important; } }

/*------------------------------------
  Borders Default (dashed)
------------------------------------*/
.brd-around--dashed {
  border: dashed 1px transparent; }

.brd-top--dashed {
  border-top: dashed 1px transparent; }

.brd-bottom--dashed {
  border-bottom: dashed 1px transparent; }

.brd-right--dashed {
  border-right: dashed 1px transparent; }

.brd-left--dashed {
  border-left: dashed 1px transparent; }

@media (min-width: 576px) {
  .brd-around--dashed--sm {
    border: dashed 1px transparent; }
  .brd-top--dashed--sm {
    border-top: dashed 1px transparent; }
  .brd-bottom--dashed--sm {
    border-bottom: dashed 1px transparent; }
  .brd-right--dashed--sm {
    border-right: dashed 1px transparent; }
  .brd-left--dashed--sm {
    border-left: dashed 1px transparent; } }

@media (min-width: 768px) {
  .brd-around--dashed--md {
    border: dashed 1px transparent; }
  .brd-top--dashed--md {
    border-top: dashed 1px transparent; }
  .brd-bottom--dashed--md {
    border-bottom: dashed 1px transparent; }
  .brd-right--dashed--md {
    border-right: dashed 1px transparent; }
  .brd-left--dashed--md {
    border-left: dashed 1px transparent; } }

/*------------------------------------
  Borders Default (dotted)
------------------------------------*/
.brd-around--dotted {
  border: dotted 1px transparent; }

.brd-top--dotted {
  border-top: dotted 1px transparent; }

.brd-bottom--dotted {
  border-bottom: dotted 1px transparent; }

.brd-right--dotted {
  border-right: dotted 1px transparent; }

.brd-left--dotted {
  border-left: dotted 1px transparent; }

@media (min-width: 576px) {
  .brd-around--dotted--sm {
    border: dotted 1px transparent; }
  .brd-top--dotted--sm {
    border-top: dotted 1px transparent; }
  .brd-bottom--dotted--sm {
    border-bottom: dotted 1px transparent; }
  .brd-right--dotted--sm {
    border-right: dotted 1px transparent; }
  .brd-left--dotted--sm {
    border-left: dotted 1px transparent; } }

@media (min-width: 768px) {
  .brd-around--dotted--md {
    border: dotted 1px transparent; }
  .brd-top--dotted--md {
    border-top: dotted 1px transparent; }
  .brd-bottom--dotted--md {
    border-bottom: dotted 1px transparent; }
  .brd-right--dotted--md {
    border-right: dotted 1px transparent; }
  .brd-left--dotted--md {
    border-left: dotted 1px transparent; } }

/*------------------------------------
  Border Width
------------------------------------*/
.brd-0 {
  border-width: 0 !important; }

.brd-1 {
  border-width: 1px !important; }

.brd-2 {
  border-width: 2px !important; }

.brd-3 {
  border-width: 3px !important; }

.brd-3--before::before {
  border-width: 3px !important; }

.brd-3--before--active.active::before {
  border-width: 3px !important; }

.brd-4 {
  border-width: 4px !important; }

.brd-5 {
  border-width: 5px !important; }

.brd-6 {
  border-width: 6px !important; }

.brd-7 {
  border-width: 7px !important; }

.brd-10 {
  border-width: 10px !important; }

.brd-12 {
  border-width: 12px !important; }

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

.brd-top-2 {
  border-top-width: 2px !important; }

.brd-top-3 {
  border-top-width: 3px !important; }

.brd-top-5 {
  border-top-width: 5px !important; }

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

.brd-bottom-2 {
  border-bottom-width: 2px !important; }

.brd-bottom-2--hover:hover {
  border-bottom-width: 2px !important; }

.parent:hover .brd-bottom-2--parent-hover {
  border-bottom-width: 2px !important; }

.brd-bottom-5 {
  border-bottom-width: 5px !important; }

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

.brd-left-1 {
  border-left-width: 1px !important; }

.brd-left-2 {
  border-left-width: 2px !important; }

.brd-left-3 {
  border-left-width: 3px !important; }

.brd-left-4 {
  border-left-width: 4px !important; }

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

.brd-right-1 {
  border-right-width: 1px !important; }

.brd-right-2 {
  border-right-width: 2px !important; }

.brd-right-3 {
  border-right-width: 3px !important; }

.brd-right-4 {
  border-right-width: 4px !important; }

@media (min-width: 768px) {
  .brd-0--md {
    border-width: 0 !important; }
  .brd-1--md {
    border-width: 1px !important; }
  .brd-2--md {
    border-width: 2px !important; }
  .brd-3--md {
    border-width: 3px !important; }
  .brd-4--md {
    border-width: 4px !important; }
  .brd-5--md {
    border-width: 5px !important; }
  .brd-6--md {
    border-width: 6px !important; }
  .brd-10--md {
    border-width: 10px !important; }
  .brd-top-0--md {
    border-top-width: 0 !important; }
  .brd-top-2--md {
    border-top-width: 2px !important; }
  .brd-top-3--md {
    border-top-width: 3px !important; }
  .brd-top-5--md {
    border-top-width: 5px !important; }
  .brd-bottom-0--md {
    border-bottom-width: 0 !important; }
  .brd-bottom-2--md {
    border-bottom-width: 2px !important; }
  .brd-bottom-5--md {
    border-bottom-width: 5px !important; }
  .brd-left-0--md {
    border-left-width: 0 !important; }
  .brd-left-1--md {
    border-left-width: 1px !important; }
  .brd-left-2--md {
    border-left-width: 2px !important; }
  .brd-left-3--md {
    border-left-width: 3px !important; }
  .brd-left-4--md {
    border-left-width: 4px !important; }
  .brd-right-0--md {
    border-right-width: 0 !important; }
  .brd-right-1--md {
    border-right-width: 1px !important; } }

@media (min-width: 992px) {
  .brd-0--lg {
    border-width: 0 !important; }
  .brd-1--lg {
    border-width: 1px !important; }
  .brd-top-0--lg {
    border-top-width: 0 !important; }
  .brd-top-1--lg {
    border-top-width: 1px !important; }
  .brd-bottom-0--lg {
    border-bottom-width: 0 !important; }
  .brd-bottom-1--lg {
    border-bottom-width: 1px !important; }
  .brd-left-0--lg {
    border-left-width: 0 !important; }
  .brd-left-1--lg {
    border-left-width: 1px !important; }
  .brd-right-0--lg {
    border-right-width: 0 !important; }
  .brd-right-1--lg {
    border-right-width: 1px !important; } }

/*------------------------------------
  Border Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Primary Colors */
.brd-primary {
  border-color: #72c02c !important; }

.brd-primary--before::before {
  border-color: #72c02c !important; }

.brd-primary--before--active.active::before {
  border-color: #72c02c !important; }

.brd-primary--hover:hover, .brd-primary--active.active {
  border-color: #72c02c !important; }

.brd-primary--active.active,
.active .brd-primary--active {
  border-color: #72c02c !important; }

*:hover > .brd-primary--hover-parent {
  border-color: #72c02c !important; }

.brd-primary-opacity-0_3 {
  border-color: rgba(114, 192, 44, 0.3) !important; }

.brd-primary-opacity-0_3--hover:hover, .brd-primary-opacity-0_3--active.active {
  border-color: rgba(114, 192, 44, 0.3) !important; }

*:hover > .brd-primary-opacity-0_3--hover-parent {
  border-color: rgba(114, 192, 44, 0.3) !important; }

.brd-primary-dark-dark-v1 {
  border-color: #6db82a !important; }

.brd-primary-dark-dark-v1--hover:hover, .brd-primary-dark-dark-v1--active.active {
  border-color: #6db82a !important; }

*:hover > .brd-primary-dark-dark-v1--hover-parent {
  border-color: #6db82a !important; }

.brd-primary-dark-dark-v2 {
  border-color: #66ab27 !important; }

.brd-primary-dark-dark-v2--hover:hover, .brd-primary-dark-dark-v2--active.active {
  border-color: #66ab27 !important; }

*:hover > .brd-primary-dark-dark-v2--hover-parent {
  border-color: #66ab27 !important; }

.brd-primary-dark-dark-v3 {
  border-color: #599722 !important; }

.brd-primary-dark-dark-v3--hover:hover, .brd-primary-dark-dark-v3--active.active {
  border-color: #599722 !important; }

*:hover > .brd-primary-dark-dark-v3--hover-parent {
  border-color: #599722 !important; }

.brd-bottom-primary--hover:hover {
  border-bottom-color: #72c02c !important; }

/* Main Colors */
.brd-main {
  border-color: #555 !important; }

.brd-main--hover:hover {
  border-color: #555 !important; }

/* Black Colors */
.brd-black {
  border-color: #000 !important; }

.brd-black--hover:hover, .brd-black--active.active {
  border-color: #000 !important; }

*:hover > .brd-black--hover-parent {
  border-color: #000 !important; }

.brd-black-opacity-0_4 {
  border-color: rgba(0, 0, 0, 0.4) !important; }

/* White Colors */
.brd-white {
  border-color: #fff !important; }

.brd-white--hover:hover, .brd-white--active.active {
  border-color: #fff !important; }

*:hover > .brd-white--hover-parent {
  border-color: #fff !important; }

.brd-white-opacity-0_1 {
  border-color: rgba(255, 255, 255, 0.1) !important; }

.brd-white-opacity-0_1--hover:hover, .brd-white-opacity-0_1--active.active {
  border-color: rgba(255, 255, 255, 0.1) !important; }

*:hover > .brd-white-opacity-0_1--hover-parent {
  border-color: rgba(255, 255, 255, 0.1) !important; }

.brd-white-opacity-0_2 {
  border-color: rgba(255, 255, 255, 0.2) !important; }

.brd-white-opacity-0_2--hover:hover, .brd-white-opacity-0_2--active.active {
  border-color: rgba(255, 255, 255, 0.2) !important; }

*:hover > .brd-white-opacity-0_2--hover-parent {
  border-color: rgba(255, 255, 255, 0.2) !important; }

.brd-white-opacity-0_3 {
  border-color: rgba(255, 255, 255, 0.3) !important; }

.brd-white-opacity-0_3--hover:hover, .brd-white-opacity-0_3--active.active {
  border-color: rgba(255, 255, 255, 0.3) !important; }

*:hover > .brd-white-opacity-0_3--hover-parent {
  border-color: rgba(255, 255, 255, 0.3) !important; }

.brd-white-opacity-0_4 {
  border-color: rgba(255, 255, 255, 0.4) !important; }

.brd-white-opacity-0_4--hover:hover, .brd-white-opacity-0_4--active.active {
  border-color: rgba(255, 255, 255, 0.4) !important; }

*:hover > .brd-white-opacity-0_4--hover-parent {
  border-color: rgba(255, 255, 255, 0.4) !important; }

.brd-white-opacity-0_5 {
  border-color: rgba(255, 255, 255, 0.5) !important; }

.brd-white-opacity-0_5--hover:hover, .brd-white-opacity-0_5--active.active {
  border-color: rgba(255, 255, 255, 0.5) !important; }

*:hover > .brd-white-opacity-0_5--hover-parent {
  border-color: rgba(255, 255, 255, 0.5) !important; }

.brd-white-opacity-0_6 {
  border-color: rgba(255, 255, 255, 0.6) !important; }

.brd-white-opacity-0_6--hover:hover, .brd-white-opacity-0_6--active.active {
  border-color: rgba(255, 255, 255, 0.6) !important; }

*:hover > .brd-white-opacity-0_6--hover-parent {
  border-color: rgba(255, 255, 255, 0.6) !important; }

.brd-white-opacity-0_8 {
  border-color: rgba(255, 255, 255, 0.8) !important; }

.brd-white-opacity-0_8--hover:hover, .brd-white-opacity-0_8--active.active {
  border-color: rgba(255, 255, 255, 0.8) !important; }

*:hover > .brd-white-opacity-0_8--hover-parent {
  border-color: rgba(255, 255, 255, 0.8) !important; }

/* Gray Colors */
.brd-gray-dark-v1 {
  border-color: #111 !important; }

.brd-gray-dark-v1--hover:hover, .brd-gray-dark-v1--active.active {
  border-color: #111 !important; }

*:hover > .brd-gray-dark-v1--hover-parent {
  border-color: #111 !important; }

.brd-gray-dark-v2 {
  border-color: #333 !important; }

.brd-gray-dark-v2--hover:hover, .brd-gray-dark-v2--active.active {
  border-color: #333 !important; }

*:hover > .brd-gray-dark-v2--hover-parent {
  border-color: #333 !important; }

.brd-gray-dark-v3 {
  border-color: #555 !important; }

.brd-gray-dark-v3--hover:hover, .brd-gray-dark-v3--active.active {
  border-color: #555 !important; }

*:hover > .brd-gray-dark-v3--hover-parent {
  border-color: #555 !important; }

.brd-gray-dark-v4 {
  border-color: #777 !important; }

.brd-gray-dark-v4--hover:hover, .brd-gray-dark-v4--active.active {
  border-color: #777 !important; }

*:hover > .brd-gray-dark-v4--hover-parent {
  border-color: #777 !important; }

.brd-gray-dark-v5 {
  border-color: #999 !important; }

.brd-gray-dark-v5--hover:hover, .brd-gray-dark-v5--active.active {
  border-color: #999 !important; }

*:hover > .brd-gray-dark-v5--hover-parent {
  border-color: #999 !important; }

.brd-gray-light-v1 {
  border-color: #bbb !important; }

.brd-gray-light-v1--hover:hover, .brd-gray-light-v1--focus:focus, .brd-gray-light-v1--active.active {
  border-color: #bbb !important; }

*:hover > .brd-gray-light-v1--hover-parent {
  border-color: #bbb !important; }

.brd-gray-light-v2 {
  border-color: #ccc !important; }

.brd-gray-light-v2--before::before {
  border-color: #ccc !important; }

.brd-gray-light-v2--after::after {
  border-color: #ccc !important; }

.brd-gray-light-v2--hover:hover, .brd-gray-light-v2--active.active {
  border-color: #ccc !important; }

*:hover > .brd-gray-light-v2--hover-parent {
  border-color: #ccc !important; }

.brd-gray-light-v3 {
  border-color: #ddd !important; }

.brd-gray-light-v3--hover:hover, .brd-gray-light-v3--active.active, .brd-gray-light-v3--focus:focus {
  border-color: #ddd !important; }

*:hover > .brd-gray-light-v3--hover-parent {
  border-color: #ddd !important; }

.brd-gray-light-v4 {
  border-color: #eee !important; }

.brd-gray-light-v4--hover:hover, .brd-gray-light-v4--active.active {
  border-color: #eee !important; }

*:hover > .brd-gray-light-v4--hover-parent {
  border-color: #eee !important; }

.brd-gray-light-v5 {
  border-color: #f7f7f7 !important; }

.brd-gray-light-v5--hover:hover, .brd-gray-light-v5--active.active {
  border-color: #f7f7f7 !important; }

*:hover > .brd-gray-light-v5--hover-parent {
  border-color: #f7f7f7 !important; }

/* Transparent */
.brd-transparent {
  border-color: transparent !important; }

.brd-transparent--before::before {
  border-color: transparent !important; }

.brd-transparent--after::after {
  border-color: transparent !important; }

.brd-transparent--hover:hover, .brd-transparent--active.active {
  border-color: transparent !important; }

*:hover > .brd-transparent--hover-parent {
  border-color: transparent !important; }

/* Complementary Colors
------------------------------------*/
/* Color Green */
.brd-green {
  border-color: #72c02c !important; }

.brd-green--hover:hover, .brd-green--active.active {
  border-color: #72c02c !important; }

*:hover > .brd-green--hover-parent {
  border-color: #72c02c !important; }

/* Color Blue */
.brd-blue {
  border-color: #3398dc !important; }

.brd-blue--hover:hover, .brd-blue--active.active {
  border-color: #3398dc !important; }

*:hover > .brd-blue--hover-parent {
  border-color: #3398dc !important; }

.brd-blue-opacity-0_1 {
  border-color: rgba(51, 152, 220, 0.1) !important; }

/* Color Light Blue */
.brd-lightblue {
  border-color: #edf2f8 !important; }

.brd-lightblue--hover:hover, .brd-lightblue--active.active {
  border-color: #edf2f8 !important; }

*:hover > .brd-lightblue--hover-parent {
  border-color: #edf2f8 !important; }

.brd-lightblue-v1 {
  border-color: #d6e2ee !important; }

.brd-lightblue-v1--hover:hover, .brd-lightblue-v1--active.active {
  border-color: #d6e2ee !important; }

*:hover > .brd-lightblue-v1--hover-parent {
  border-color: #d6e2ee !important; }

/* Color Dark Blue */
.brd-darkblue {
  border-color: #009 !important; }

.brd-darkblue--hover:hover, .brd-darkblue--active.active {
  border-color: #009 !important; }

*:hover > .brd-darkblue--hover-parent {
  border-color: #009 !important; }

/* Color Indigo */
.brd-indigo {
  border-color: #4263a3 !important; }

.brd-indigo--hover:hover, .brd-indigo--active.active {
  border-color: #4263a3 !important; }

*:hover > .brd-indigo--hover-parent {
  border-color: #4263a3 !important; }

/* Color Red */
.brd-red {
  border-color: #f00 !important; }

.brd-red--hover:hover, .brd-red--active.active {
  border-color: #f00 !important; }

*:hover > .brd-red--hover-parent {
  border-color: #f00 !important; }

/* Color Light Red */
.brd-lightred {
  border-color: #e64b3b !important; }

.brd-lightred--hover:hover, .brd-lightred--active.active {
  border-color: #e64b3b !important; }

*:hover > .brd-lightred--hover-parent {
  border-color: #e64b3b !important; }

/* Color Dark Red */
.brd-darkred {
  border-color: #a10f2b !important; }

.brd-darkred--hover:hover, .brd-darkred--active.active {
  border-color: #a10f2b !important; }

*:hover > .brd-darkred--hover-parent {
  border-color: #a10f2b !important; }

/* Color Purple */
.brd-purple {
  border-color: #9a69cb !important; }

.brd-purple--hover:hover, .brd-purple--active.active {
  border-color: #9a69cb !important; }

*:hover > .brd-purple--hover-parent {
  border-color: #9a69cb !important; }

.brd-purple-opacity-0_1 {
  border-color: rgba(154, 105, 203, 0.1) !important; }

/* Color Dark Purple */
.brd-darkpurple {
  border-color: #6639b6 !important; }

.brd-darkpurple--hover:hover, .brd-darkpurple--active.active {
  border-color: #6639b6 !important; }

*:hover > .brd-darkpurple--hover-parent {
  border-color: #6639b6 !important; }

/* Color Pink */
.brd-pink {
  border-color: #e81c62 !important; }

.brd-pink--hover:hover, .brd-pink--active.active {
  border-color: #e81c62 !important; }

*:hover > .brd-pink--hover-parent {
  border-color: #e81c62 !important; }

/* Color Orange */
.brd-orange {
  border-color: #e57d20 !important; }

.brd-orange--hover:hover, .brd-orange--active.active {
  border-color: #e57d20 !important; }

*:hover > .brd-orange--hover-parent {
  border-color: #e57d20 !important; }

/* Color Deep Orange */
.brd-deeporange {
  border-color: #fe541e !important; }

.brd-deeporange--hover:hover, .brd-deeporange--active.active {
  border-color: #fe541e !important; }

*:hover > .brd-deeporange--hover-parent {
  border-color: #fe541e !important; }

/* Color Yellow */
.brd-yellow {
  border-color: #ebc71d !important; }

.brd-yellow--hover:hover, .brd-yellow--active.active {
  border-color: #ebc71d !important; }

*:hover > .brd-yellow--hover-parent {
  border-color: #ebc71d !important; }

/* Color Aqua */
.brd-aqua {
  border-color: #29d6e6 !important; }

.brd-aqua--hover:hover, .brd-aqua--active.active {
  border-color: #29d6e6 !important; }

*:hover > .brd-aqua--hover-parent {
  border-color: #29d6e6 !important; }

/* Color Cyan */
.brd-cyan {
  border-color: #00bed6 !important; }

.brd-cyan--hover:hover, .brd-cyan--active.active {
  border-color: #00bed6 !important; }

*:hover > .brd-cyan--hover-parent {
  border-color: #00bed6 !important; }

/* Color Teal */
.brd-teal {
  border-color: #18ba9b !important; }

.brd-teal--hover:hover, .brd-teal--active.active {
  border-color: #18ba9b !important; }

*:hover > .brd-teal--hover-parent {
  border-color: #18ba9b !important; }

/* Color Brown */
.brd-brown {
  border-color: #9c8061 !important; }

.brd-brown--hover:hover, .brd-brown--active.active {
  border-color: #9c8061 !important; }

*:hover > .brd-brown--hover-parent {
  border-color: #9c8061 !important; }

/* Color Blue Gray */
.brd-bluegray {
  border-color: #585f69 !important; }

.brd-bluegray--hover:hover, .brd-bluegray--active.active {
  border-color: #585f69 !important; }

*:hover > .brd-bluegray--hover-parent {
  border-color: #585f69 !important; }

/* Primary Colors */
.brd-primary-top {
  border-top-color: #72c02c !important; }

.brd-primary-top--before::before {
  border-top-color: #72c02c !important; }

.brd-primary-bottom {
  border-bottom-color: #72c02c !important; }

.brd-primary-bottom--before:before {
  border-bottom-color: #72c02c !important; }

.brd-primary-left {
  border-left-color: #72c02c !important; }

.brd-primary-left--before:before {
  border-left-color: #72c02c !important; }

.brd-primary-right {
  border-right-color: #72c02c !important; }

.brd-primary-right--before:before {
  border-right-color: #72c02c !important; }

.brd-primary-opacity-0_3-top {
  border-top-color: rgba(114, 192, 44, 0.3) !important; }

.brd-primary-opacity-0_3-bottom {
  border-bottom-color: rgba(114, 192, 44, 0.3) !important; }

.brd-primary-opacity-0_3-left {
  border-left-color: rgba(114, 192, 44, 0.3) !important; }

.brd-primary-opacity-0_3-right {
  border-right-color: rgba(114, 192, 44, 0.3) !important; }

.brd-primary-dark-dark-v1-top {
  border-top-color: #6db82a !important; }

.brd-primary-dark-dark-v1-bottom {
  border-bottom-color: #6db82a !important; }

.brd-primary-dark-dark-v1-left {
  border-left-color: #6db82a !important; }

.brd-primary-dark-dark-v1-right {
  border-right-color: #6db82a !important; }

.brd-primary-dark-dark-v2-top {
  border-top-color: #66ab27 !important; }

.brd-primary-dark-dark-v2-bottom {
  border-bottom-color: #66ab27 !important; }

.brd-primary-dark-dark-v2-left {
  border-left-color: #66ab27 !important; }

.brd-primary-dark-dark-v2-right {
  border-right-color: #66ab27 !important; }

.brd-primary-dark-dark-v3-top {
  border-top-color: #599722 !important; }

.brd-primary-dark-dark-v3-bottom {
  border-bottom-color: #599722 !important; }

.brd-primary-dark-dark-v3-left {
  border-left-color: #599722 !important; }

.brd-primary-dark-dark-v3-right {
  border-right-color: #599722 !important; }

/* Black Colors */
.brd-black-top {
  border-top-color: #000 !important; }

.brd-black-bottom {
  border-bottom-color: #000 !important; }

.brd-black-left {
  border-left-color: #000 !important; }

.brd-black-right {
  border-right-color: #000 !important; }

/* White */
.brd-white-top {
  border-top-color: #fff !important; }

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

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

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

.brd-white-opacity-0_1-top {
  border-top-color: rgba(255, 255, 255, 0.1) !important; }

.brd-white-opacity-0_1-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important; }

.brd-white-opacity-0_1-left {
  border-left-color: rgba(255, 255, 255, 0.1) !important; }

.brd-white-opacity-0_1-right {
  border-right-color: rgba(255, 255, 255, 0.1) !important; }

.brd-white-opacity-0_2-top {
  border-top-color: rgba(255, 255, 255, 0.2) !important; }

.brd-white-opacity-0_2-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important; }

.brd-white-opacity-0_2-left {
  border-left-color: rgba(255, 255, 255, 0.2) !important; }

.brd-white-opacity-0_2-right {
  border-right-color: rgba(255, 255, 255, 0.2) !important; }

.brd-white-opacity-0_3-top {
  border-top-color: rgba(255, 255, 255, 0.3) !important; }

.brd-white-opacity-0_3-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.3) !important; }

.brd-white-opacity-0_3-left {
  border-left-color: rgba(255, 255, 255, 0.3) !important; }

.brd-white-opacity-0_3-right {
  border-right-color: rgba(255, 255, 255, 0.3) !important; }

.brd-white-opacity-0_4-top {
  border-top-color: rgba(255, 255, 255, 0.4) !important; }

.brd-white-opacity-0_4-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.4) !important; }

.brd-white-opacity-0_4-left {
  border-left-color: rgba(255, 255, 255, 0.4) !important; }

.brd-white-opacity-0_4-right {
  border-right-color: rgba(255, 255, 255, 0.4) !important; }

.brd-white-opacity-0_5-top {
  border-top-color: rgba(255, 255, 255, 0.5) !important; }

.brd-white-opacity-0_5-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.5) !important; }

.brd-white-opacity-0_5-left {
  border-left-color: rgba(255, 255, 255, 0.5) !important; }

.brd-white-opacity-0_5-right {
  border-right-color: rgba(255, 255, 255, 0.5) !important; }

.brd-white-opacity-0_6-top {
  border-top-color: rgba(255, 255, 255, 0.6) !important; }

.brd-white-opacity-0_6-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.6) !important; }

.brd-white-opacity-0_6-left {
  border-left-color: rgba(255, 255, 255, 0.6) !important; }

.brd-white-opacity-0_6-right {
  border-right-color: rgba(255, 255, 255, 0.6) !important; }

/* Gray Colors */
.brd-gray-dark-v1-top {
  border-top-color: #111 !important; }

.brd-gray-dark-v1-bottom {
  border-bottom-color: #111 !important; }

.brd-gray-dark-v1-left {
  border-left-color: #111 !important; }

.brd-gray-dark-v1-right {
  border-right-color: #111 !important; }

.brd-gray-dark-v2-top {
  border-top-color: #333 !important; }

.brd-gray-dark-v2-bottom {
  border-bottom-color: #333 !important; }

.brd-gray-dark-v2-left {
  border-left-color: #333 !important; }

.brd-gray-dark-v2-right {
  border-right-color: #333 !important; }

.brd-gray-dark-v3-top {
  border-top-color: #555 !important; }

.brd-gray-dark-v3-bottom {
  border-bottom-color: #555 !important; }

.brd-gray-dark-v3-left {
  border-left-color: #555 !important; }

.brd-gray-dark-v3-right {
  border-right-color: #555 !important; }

.brd-gray-dark-v4-top {
  border-top-color: #777 !important; }

.brd-gray-dark-v4-bottom {
  border-bottom-color: #777 !important; }

.brd-gray-dark-v4-left {
  border-left-color: #777 !important; }

.brd-gray-dark-v4-right {
  border-right-color: #777 !important; }

.brd-gray-dark-v5-top {
  border-top-color: #999 !important; }

.brd-gray-dark-v5-bottom {
  border-bottom-color: #999 !important; }

.brd-gray-dark-v5-left {
  border-left-color: #999 !important; }

.brd-gray-dark-v5-right {
  border-right-color: #999 !important; }

.brd-gray-light-v1-top {
  border-top-color: #bbb !important; }

.brd-gray-light-v1-bottom {
  border-bottom-color: #bbb !important; }

.brd-gray-light-v1-left {
  border-left-color: #bbb !important; }

.brd-gray-light-v1-right {
  border-right-color: #bbb !important; }

.brd-gray-light-v2-top {
  border-top-color: #ccc !important; }

.brd-gray-light-v2-bottom {
  border-bottom-color: #ccc !important; }

.brd-gray-light-v2-left {
  border-left-color: #ccc !important; }

.brd-gray-light-v2-right {
  border-right-color: #ccc !important; }

.brd-gray-light-v3-top {
  border-top-color: #ddd !important; }

.brd-gray-light-v3-bottom {
  border-bottom-color: #ddd !important; }

.brd-gray-light-v3-left {
  border-left-color: #ddd !important; }

.brd-gray-light-v3-right {
  border-right-color: #ddd !important; }

.brd-gray-light-v4-top {
  border-top-color: #eee !important; }

.brd-gray-light-v4-bottom {
  border-bottom-color: #eee !important; }

.brd-gray-light-v4-left {
  border-left-color: #eee !important; }

.brd-gray-light-v4-right {
  border-right-color: #eee !important; }

.brd-gray-light-v5-top {
  border-top-color: #f7f7f7 !important; }

.brd-gray-light-v5-bottom {
  border-bottom-color: #f7f7f7 !important; }

.brd-gray-light-v5-left {
  border-left-color: #f7f7f7 !important; }

.brd-gray-light-v5-right {
  border-right-color: #f7f7f7 !important; }

/* Transparent */
.brd-transparent-top {
  border-top-color: transparent !important; }

.brd-transparent-bottom {
  border-bottom-color: transparent !important; }

.brd-transparent-left {
  border-left-color: transparent !important; }

.brd-transparent-right {
  border-right-color: transparent !important; }

/* Complementary Colors
------------------------------------*/
/* Color Green */
.brd-green-top {
  border-top-color: #72c02c !important; }

.brd-green-bottom {
  border-bottom-color: #72c02c !important; }

.brd-green-left {
  border-left-color: #72c02c !important; }

.brd-green-right {
  border-right-color: #72c02c !important; }

/* Color Blue */
.brd-blue-top {
  border-top-color: #3398dc !important; }

.brd-blue-bottom {
  border-bottom-color: #3398dc !important; }

.brd-blue-left {
  border-left-color: #3398dc !important; }

.brd-blue-right {
  border-right-color: #3398dc !important; }

/* Color Light Blue */
.brd-lightblue-top {
  border-top-color: #edf2f8 !important; }

.brd-lightblue-bottom {
  border-bottom-color: #edf2f8 !important; }

.brd-lightblue-left {
  border-left-color: #edf2f8 !important; }

.brd-lightblue-right {
  border-right-color: #edf2f8 !important; }

.brd-lightblue-v1-top {
  border-top-color: #d6e2ee !important; }

.brd-lightblue-v1-bottom {
  border-bottom-color: #d6e2ee !important; }

.brd-lightblue-v1-left {
  border-left-color: #d6e2ee !important; }

.brd-lightblue-v1-right {
  border-right-color: #d6e2ee !important; }

/* Color Dark Blue */
.brd-darkblue-top {
  border-top-color: #009 !important; }

.brd-darkblue-bottom {
  border-bottom-color: #009 !important; }

.brd-darkblue-left {
  border-left-color: #009 !important; }

.brd-darkblue-right {
  border-right-color: #009 !important; }

/* Color Indigo */
.brd-indigo-top {
  border-top-color: #4263a3 !important; }

.brd-indigo-bottom {
  border-bottom-color: #4263a3 !important; }

.brd-indigo-left {
  border-left-color: #4263a3 !important; }

.brd-indigo-right {
  border-right-color: #4263a3 !important; }

/* Color Red */
.brd-red-top {
  border-top-color: #f00 !important; }

.brd-red-bottom {
  border-bottom-color: #f00 !important; }

.brd-red-left {
  border-left-color: #f00 !important; }

.brd-red-right {
  border-right-color: #f00 !important; }

/* Color Light Red */
.brd-lightred-top {
  border-top-color: #e64b3b !important; }

.brd-lightred-bottom {
  border-bottom-color: #e64b3b !important; }

.brd-lightred-left {
  border-left-color: #e64b3b !important; }

.brd-lightred-right {
  border-right-color: #e64b3b !important; }

/* Color Dark Red */
.brd-darkred-top {
  border-top-color: #a10f2b !important; }

.brd-darkred-bottom {
  border-bottom-color: #a10f2b !important; }

.brd-darkred-left {
  border-left-color: #a10f2b !important; }

.brd-darkred-right {
  border-right-color: #a10f2b !important; }

/* Color Purple */
.brd-purple-top {
  border-top-color: #9a69cb !important; }

.brd-purple-bottom {
  border-bottom-color: #9a69cb !important; }

.brd-purple-left {
  border-left-color: #9a69cb !important; }

.brd-purple-right {
  border-right-color: #9a69cb !important; }

/* Color Dark Purple */
.brd-darkpurple-top {
  border-top-color: #6639b6 !important; }

.brd-darkpurple-bottom {
  border-bottom-color: #6639b6 !important; }

.brd-darkpurple-left {
  border-left-color: #6639b6 !important; }

.brd-darkpurple-right {
  border-right-color: #6639b6 !important; }

/* Color Pink */
.brd-pink-top {
  border-top-color: #e81c62 !important; }

.brd-pink-bottom {
  border-bottom-color: #e81c62 !important; }

.brd-pink-left {
  border-left-color: #e81c62 !important; }

.brd-pink-right {
  border-right-color: #e81c62 !important; }

/* Color Orange */
.brd-orange-top {
  border-top-color: #e57d20 !important; }

.brd-orange-bottom {
  border-bottom-color: #e57d20 !important; }

.brd-orange-left {
  border-left-color: #e57d20 !important; }

.brd-orange-right {
  border-right-color: #e57d20 !important; }

/* Color Deep Orange */
.brd-deeporange-top {
  border-top-color: #fe541e !important; }

.brd-deeporange-bottom {
  border-bottom-color: #fe541e !important; }

.brd-deeporange-left {
  border-left-color: #fe541e !important; }

.brd-deeporange-right {
  border-right-color: #fe541e !important; }

/* Color Yellow */
.brd-yellow-top {
  border-top-color: #ebc71d !important; }

.brd-yellow-bottom {
  border-bottom-color: #ebc71d !important; }

.brd-yellow-left {
  border-left-color: #ebc71d !important; }

.brd-yellow-right {
  border-right-color: #ebc71d !important; }

/* Color Aqua */
.brd-aqua-top {
  border-top-color: #29d6e6 !important; }

.brd-aqua-bottom {
  border-bottom-color: #29d6e6 !important; }

.brd-aqua-left {
  border-left-color: #29d6e6 !important; }

.brd-aqua-right {
  border-right-color: #29d6e6 !important; }

/* Color Cyan */
.brd-cyan-top {
  border-top-color: #00bed6 !important; }

.brd-cyan-bottom {
  border-bottom-color: #00bed6 !important; }

.brd-cyan-left {
  border-left-color: #00bed6 !important; }

.brd-cyan-right {
  border-right-color: #00bed6 !important; }

/* Color Teal */
.brd-teal-top {
  border-top-color: #18ba9b !important; }

.brd-teal-bottom {
  border-bottom-color: #18ba9b !important; }

.brd-teal-left {
  border-left-color: #18ba9b !important; }

.brd-teal-right {
  border-right-color: #18ba9b !important; }

/* Color Brown */
.brd-brown-top {
  border-top-color: #9c8061 !important; }

.brd-brown-bottom {
  border-bottom-color: #9c8061 !important; }

.brd-brown-left {
  border-left-color: #9c8061 !important; }

.brd-brown-right {
  border-right-color: #9c8061 !important; }

/* Color Blue Gray */
.brd-bluegray-top {
  border-top-color: #585f69 !important; }

.brd-bluegray-bottom {
  border-bottom-color: #585f69 !important; }

.brd-bluegray-left {
  border-left-color: #585f69 !important; }

.brd-bluegray-right {
  border-right-color: #585f69 !important; }

/* O */
.brd-primary-top--hover:hover {
  border-top-color: #72c02c !important; }

.brd-primary-top--hover:hover::after {
  border-top-color: #72c02c; }

.brd-primary-top--active.active {
  border-top-color: #72c02c !important; }

.brd-primary-top--active.active::after {
  border-top-color: #72c02c; }

.brd-primary-bottom--hover:hover {
  border-bottom-color: #72c02c !important; }

.brd-primary-bottom--hover:hover::after {
  border-bottom-color: #72c02c; }

.brd-primary-bottom--active.active {
  border-bottom-color: #72c02c !important; }

.brd-primary-bottom--active.active::after {
  border-bottom-color: #72c02c; }

.brd-pinterest {
  border-color: #c8232c !important; }

.brd-pinterest::after {
  border-color: #c8232c !important; }

.brd-pinterest-top--hover:hover {
  border-top-color: #c8232c !important; }

.brd-pinterest-top--hover:hover::after {
  border-top-color: #c8232c; }

.brd-pinterest-top--active.active {
  border-top-color: #c8232c !important; }

.brd-pinterest-top--active.active::after {
  border-top-color: #c8232c; }

.brd-pinterest-bottom--hover:hover {
  border-bottom-color: #c8232c !important; }

.brd-pinterest-bottom--hover:hover::after {
  border-bottom-color: #c8232c; }

.brd-pinterest-bottom--active.active {
  border-bottom-color: #c8232c !important; }

.brd-pinterest-bottom--active.active::after {
  border-bottom-color: #c8232c; }

/*------------------------------------
  Social Border Colors
------------------------------------*/
/* Facebook */
.brd-facebook {
  border-color: #3b5998; }

.brd-facebook--hover:hover {
  border-color: #3b5998 !important; }

/* Twitter */
.brd-twitter {
  border-color: #00acee; }

.brd-twitter--hover:hover {
  border-color: #00acee !important; }

/* Skype */
.brd-skype {
  border-color: #00aff0; }

.brd-skype--hover:hover {
  border-color: #00aff0 !important; }

/* Pinterest */
.brd-pinterest {
  border-color: #c8232c; }

.brd-pinterest--hover:hover {
  border-color: #c8232c !important; }

/* Vine */
.brd-vine {
  border-color: #00bf8f; }

.brd-vine--hover:hover {
  border-color: #00bf8f !important; }

/* Youtube */
.brd-youtube {
  border-color: #c4302b; }

.brd-youtube--hover:hover {
  border-color: #c4302b !important; }

/* Google plus */
.brd-google-plus {
  border-color: #dd4b39; }

.brd-google-plus--hover:hover {
  border-color: #dd4b39 !important; }

/* Dribbble */
.brd-dribbble {
  border-color: #ea4c89; }

.brd-dribbble--hover:hover {
  border-color: #ea4c89 !important; }

/* VK */
.brd-vk {
  border-color: #2b587a; }

.brd-vk--hover:hover {
  border-color: #2b587a !important; }

/* Linkedin */
.brd-linkedin {
  border-color: #0e76a8; }

.brd-linkedin--hover:hover {
  border-color: #0e76a8 !important; }

/* Instagram */
.brd-instagram {
  border-color: #3f729b; }

.brd-instagram--hover:hover {
  border-color: #3f729b !important; }

/*------------------------------------
  Border Gradient Colors
------------------------------------*/
/* Cyan Gradient */
.brd-cyan-gradient-opacity-v1 {
  -o-border-image: linear-gradient(160deg, rgba(0, 0, 153, 0.55) 0%, rgba(0, 190, 214, 0.6) 100%);
     border-image: linear-gradient(160deg, rgba(0, 0, 153, 0.55) 0%, rgba(0, 190, 214, 0.6) 100%);
  border-image-slice: 1; }

/*------------------------------------
  Typography Font Family
------------------------------------*/
.font-secondary {
  font-family: "Raleway", "Roboto Slab", Helvetica, Arial, sans-serif; }

.font-code {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.font-niconne {
  font-family: "Niconne", cursive; }

/*------------------------------------
  Typography Font Size
------------------------------------*/
.font-size-default {
  font-size: 1rem !important; }

.font-size-70x {
  font-size: 70% !important; }

.font-size-75x {
  font-size: 75% !important; }

.font-size-80x {
  font-size: 80% !important; }

.font-size-85x {
  font-size: 85% !important; }

.font-size-90x {
  font-size: 90% !important; }

.font-size-95x {
  font-size: 95% !important; }

.font-size-0 {
  font-size: 0; }

.font-size-5 {
  font-size: 0.35714rem !important; }

.font-size-8 {
  font-size: 0.57143rem !important; }

.font-size-9 {
  font-size: 0.64286rem !important; }

.font-size-10 {
  font-size: 0.71429rem !important; }

.font-size-11 {
  font-size: 0.78571rem !important; }

.font-size-12 {
  font-size: 0.85714rem !important; }

.font-size-13 {
  font-size: 0.92857rem !important; }

.font-size-14 {
  font-size: 1rem !important; }

.font-size-15 {
  font-size: 1.07143rem !important; }

.font-size-16 {
  font-size: 1.14286rem !important; }

.font-size-17 {
  font-size: 1.21429rem !important; }

.font-size-18 {
  font-size: 1.28571rem !important; }

.font-size-20 {
  font-size: 1.42857rem !important; }

.font-size-22 {
  font-size: 1.57143rem !important; }

.font-size-23 {
  font-size: 1.64286rem !important; }

.font-size-24 {
  font-size: 1.71429rem !important; }

.font-size-25 {
  font-size: 1.78571rem !important; }

.font-size-26 {
  font-size: 1.85714rem !important; }

.font-size-27 {
  font-size: 1.92857rem !important; }

.font-size-28 {
  font-size: 2rem !important; }

.font-size-30 {
  font-size: 2.14286rem !important; }

.font-size-32 {
  font-size: 2.28571rem !important; }

.font-size-33 {
  font-size: 2.35714rem !important; }

.font-size-35 {
  font-size: 2.5rem !important; }

.font-size-36 {
  font-size: 2.57143rem !important; }

.font-size-38 {
  font-size: 2.71429rem !important; }

.font-size-40 {
  font-size: 2.85714rem !important; }

.font-size-42 {
  font-size: 3rem !important; }

.font-size-45 {
  font-size: 3.21429rem !important; }

.font-size-46 {
  font-size: 3.28571rem !important; }

.font-size-48 {
  font-size: 3.42857rem !important; }

.font-size-50 {
  font-size: 3.57143rem !important; }

.font-size-55 {
  font-size: 3.92857rem !important; }

.font-size-56 {
  font-size: 4rem !important; }

.font-size-60 {
  font-size: 4.28571rem !important; }

.font-size-65 {
  font-size: 4.64286rem !important; }

.font-size-70 {
  line-height: 70px;
  font-size: 5rem !important; }

.font-size-75 {
  font-size: 5.35714rem !important; }

.font-size-76 {
  font-size: 5.42857rem !important; }

.font-size-80 {
  font-size: 5.71429rem !important; }

.font-size-86 {
  font-size: 6.14286rem !important; }

.font-size-90 {
  font-size: 6.42857rem !important; }

.font-size-120 {
  font-size: 8.57143rem !important; }

.font-size-200 {
  line-height: 210px;
  font-size: 14.28571rem !important; }

.font-size-180 {
  font-size: 12.85714rem !important; }

@media (min-width: 576px) {
  .font-size-20--sm {
    font-size: 1.42857rem !important; }
  .font-size-25--sm {
    font-size: 1.78571rem !important; }
  .font-size-40--sm {
    font-size: 2.85714rem !important; }
  .font-size-50--sm {
    font-size: 3.57143rem !important; }
  .font-size-240--sm {
    font-size: 17.14286rem !important; } }

@media (min-width: 768px) {
  .font-size-default--md {
    font-size: 1rem !important; }
  .font-size-12--md {
    font-size: 0.85714rem !important; }
  .font-size-16--md {
    font-size: 1.14286rem !important; }
  .font-size-18--md {
    font-size: 1.28571rem !important; }
  .font-size-20--md {
    font-size: 1.42857rem !important; }
  .font-size-24--md {
    font-size: 1.71429rem !important; }
  .font-size-25--md {
    font-size: 1.78571rem !important; }
  .font-size-26--md {
    font-size: 1.85714rem !important; }
  .font-size-27--md {
    font-size: 1.92857rem !important; }
  .font-size-28--md {
    font-size: 2rem !important; }
  .font-size-30--md {
    font-size: 2.14286rem !important; }
  .font-size-32--md {
    font-size: 2.28571rem !important; }
  .font-size-35--md {
    font-size: 2.5rem !important; }
  .font-size-36--md {
    font-size: 2.57143rem !important; }
  .font-size-40--md {
    font-size: 2.85714rem !important; }
  .font-size-45--md {
    font-size: 3.21429rem !important; }
  .font-size-46--md {
    font-size: 3.28571rem !important; }
  .font-size-48--md {
    font-size: 3.42857rem !important; }
  .font-size-50--md {
    font-size: 3.57143rem !important; }
  .font-size-55--md {
    font-size: 3.92857rem !important; }
  .font-size-56--md {
    font-size: 4rem !important; }
  .font-size-60--md {
    font-size: 4.28571rem !important; }
  .font-size-65--md {
    font-size: 4.64286rem !important; }
  .font-size-70--md {
    font-size: 5rem !important; }
  .font-size-75--md {
    font-size: 5.35714rem !important; }
  .font-size-76--md {
    font-size: 5.42857rem !important; }
  .font-size-90--md {
    font-size: 6.42857rem !important; }
  .font-size-130--md {
    font-size: 9.28571rem !important; } }

@media (min-width: 992px) {
  .font-size-default--lg {
    font-size: 1rem !important; }
  .font-size-16--lg {
    font-size: 1.14286rem !important; }
  .font-size-18--lg {
    font-size: 1.28571rem !important; }
  .font-size-20--lg {
    font-size: 1.42857rem !important; }
  .font-size-26--lg {
    font-size: 1.85714rem !important; }
  .font-size-32--lg {
    font-size: 2.28571rem !important; }
  .font-size-35--lg {
    font-size: 2.5rem !important; }
  .font-size-36--lg {
    font-size: 2.57143rem !important; }
  .font-size-42--lg {
    font-size: 3rem !important; }
  .font-size-50--lg {
    font-size: 3.57142rem !important; }
  .font-size-60--lg {
    font-size: 4.28571rem !important; }
  .font-size-75--lg {
    font-size: 5.35714rem !important; }
  .font-size-76--lg {
    font-size: 5.42857rem !important; } }

@media (min-width: 1200px) {
  .font-size-17--xl {
    font-size: 1.21429rem !important; } }

@media (max-width: 575px) {
  .font-size-25 {
    font-size: 1.78571rem !important; } }

/*------------------------------------
  Typography Font Weight
------------------------------------*/
.font-weight-100 {
  font-weight: 100 !important; }

.font-weight-200 {
  font-weight: 200 !important; }

.font-weight-300 {
  font-weight: 300 !important; }

.font-weight-400 {
  font-weight: 400 !important; }

.font-weight-500 {
  font-weight: 500 !important; }

.font-weight-600 {
  font-weight: 600 !important; }

.font-weight-700 {
  font-weight: 700 !important; }

.font-weight-800 {
  font-weight: 800 !important; }

.font-weight-900 {
  font-weight: 900 !important; }

@media (min-width: 768px) {
  .font-weight-100--md {
    font-weight: 100 !important; }
  .font-weight-200--md {
    font-weight: 200 !important; }
  .font-weight-300--md {
    font-weight: 300 !important; }
  .font-weight-400--md {
    font-weight: 400 !important; }
  .font-weight-500--md {
    font-weight: 500 !important; }
  .font-weight-600--md {
    font-weight: 600 !important; }
  .font-weight-700--md {
    font-weight: 700 !important; }
  .font-weight-800--md {
    font-weight: 800 !important; }
  .font-weight-900--md {
    font-weight: 900 !important; } }

/*------------------------------------
  Typography Text Transform
------------------------------------*/
.text-transform-none {
  text-transform: none !important; }

/*------------------------------------
  Typography Text Decoration
------------------------------------*/
.text-underline {
  text-decoration: underline; }

.text-underline--none--hover:focus, .text-underline--none--hover:hover {
  text-decoration: none; }

.text-strike {
  text-decoration: line-through; }

/*------------------------------------
  Typography Letter Spacing
------------------------------------*/
.letter-spacing-minus-2 {
  letter-spacing: -0.14286rem; }

.letter-spacing-0_5 {
  letter-spacing: 0.03571rem; }

.letter-spacing-1_5 {
  letter-spacing: 0.10714rem; }

.letter-spacing-0 {
  letter-spacing: 0px; }

.letter-spacing-1 {
  letter-spacing: 0.07143rem; }

.letter-spacing-2 {
  letter-spacing: 0.14286rem; }

.letter-spacing-3 {
  letter-spacing: 0.21429rem; }

.letter-spacing-4 {
  letter-spacing: 0.28571rem; }

.letter-spacing-5 {
  letter-spacing: 0.35714rem; }

.letter-spacing-6 {
  letter-spacing: 0.42857rem; }

.letter-spacing-7 {
  letter-spacing: 0.5rem; }

.letter-spacing-8 {
  letter-spacing: 0.57143rem; }

.letter-spacing-9 {
  letter-spacing: 0.64286rem; }

.letter-spacing-10 {
  letter-spacing: 0.71429rem; }

.letter-spacing-11 {
  letter-spacing: 0.78571rem; }

.letter-spacing-12 {
  letter-spacing: 0.85714rem; }

/*------------------------------------
  Typography Line Height
------------------------------------*/
.line-height-0 {
  line-height: 0 !important; }

.line-height-0_7 {
  line-height: .7 !important; }

.line-height-0_8 {
  line-height: .8 !important; }

.line-height-0_9 {
  line-height: .9 !important; }

.line-height-1 {
  line-height: 1 !important; }

.line-height-1_1 {
  line-height: 1.1 !important; }

.line-height-1_2 {
  line-height: 1.2 !important; }

.line-height-1_3 {
  line-height: 1.3 !important; }

.line-height-1_4 {
  line-height: 1.4 !important; }

.line-height-1_5 {
  line-height: 1.5 !important; }

.line-height-1_6 {
  line-height: 1.6 !important; }

.line-height-1_8 {
  line-height: 1.8 !important; }

.line-height-2 {
  line-height: 2 !important; }

/*------------------------------------
  Typography Font Style
------------------------------------*/
.font-style-normal {
  font-style: normal; }

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

/*------------------------------------
  List Style Types
------------------------------------*/
.list-style-circle {
  list-style-type: circle; }

.list-style-disc {
  list-style-type: disc; }

.list-style-square {
  list-style-type: square; }

.list-style-lower-roman {
  list-style-type: lower-roman; }

.list-style-upper-roman {
  list-style-type: upper-roman; }

.list-style-lower-latin {
  list-style-type: lower-latin; }

.list-style-upper-latin {
  list-style-type: upper-latin; }

/*------------------------------------
  Text Types
------------------------------------*/
.text-break-word {
  word-wrap: break-word; }

/*------------------------------------
  Quotes
------------------------------------*/
/* Quote v1 */
.quote-v1::before {
  content: "\“";
  font-size: 36px;
  line-height: 0.75em;
  text-align: center;
  font-weight: 600;
  display: block; }

.quote-v1::after {
  display: none; }

/*------------------------------------
  Positions
------------------------------------*/
.pos-rel {
  position: relative !important; }

.pos-abs {
  position: absolute !important; }

.pos-stc {
  position: static !important; }

.pos-fix {
  position: fixed !important; }

@media (min-width: 576px) {
  .pos-rel--sm {
    position: relative !important; }
  .pos-fix--sm {
    position: fixed !important; }
  .pos-abs--sm {
    position: absolute !important; }
  .pos-stc--sm {
    position: static !important; } }

@media (min-width: 768px) {
  .pos-rel--md {
    position: relative !important; }
  .pos-fix--md {
    position: fixed !important; }
  .pos-abs--md {
    position: absolute !important; }
  .pos-stc--sm {
    position: static !important; } }

@media (min-width: 992px) {
  .pos-rel--lg {
    position: relative !important; }
  .pos-fix--lg {
    position: fixed !important; }
  .pos-abs--lg {
    position: absolute !important; }
  .pos-stc--lg {
    position: static !important; } }

/*------------------------------------
  Position Spaces
------------------------------------*/
/* Top */
.top-auto {
  /* P */
  top: auto; }

.parent:hover .top-auto--parent-hover {
  top: auto; }

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

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

.parent:hover .top-0--parent-hover {
  top: 0 !important; }

.top-1 {
  top: 0.07143rem; }

.top-2 {
  top: 0.14286rem; }

.top-3 {
  top: 0.21429rem; }

.top-5 {
  top: 0.35714rem !important; }

.top-7 {
  top: 0.5rem !important; }

.top-10 {
  top: 0.71429rem !important; }

.top-12 {
  top: 0.85714rem !important; }

.top-15 {
  top: 1.07143rem; }

.top-18 {
  top: 1.28571rem; }

.top-20 {
  top: 1.42857rem; }

.top-25 {
  top: 1.78571rem; }

.top-30 {
  top: 2.14286rem; }

.top-35 {
  top: 2.5rem; }

.top-55 {
  top: 3.92857rem; }

.top-65 {
  top: 4.64286rem; }

.top-100 {
  top: 7.14286rem; }

.top-15x {
  top: 15%; }

.top-20x {
  top: 20%; }

.top-25x {
  top: 25%; }

.top-30x {
  top: 30%; }

.top-35x {
  top: 35%; }

.top-50x {
  top: 50%; }

.top-100x {
  top: 100%; }

/* Top Minis */
.top-minus-1 {
  top: -0.07143rem; }

.top-minus-2 {
  top: -0.14286rem; }

.top-minus-3 {
  top: -0.21429rem !important; }

.top-minus-4 {
  top: -0.28571rem; }

.top-minus-5 {
  top: -0.35714rem; }

.top-minus-6 {
  top: -0.42857rem; }

.top-minus-8 {
  top: -0.57143rem; }

.top-minus-10 {
  top: -0.71429rem; }

.top-minus-15 {
  top: -1.07143rem; }

.top-minus-20 {
  top: -1.42857rem; }

.top-minus-30 {
  top: -2.14286rem; }

.top-minus-35 {
  top: -2.5rem; }

.top-minus-40 {
  top: -2.85714rem; }

.top-minus-70 {
  top: -5rem; }

.top-minus-120 {
  top: -8.57143rem; }

.top-minus-25x {
  top: -25%; }

.top-minus-80x {
  top: -80%; }

/* Left */
.left-auto {
  /* P */
  left: auto !important; }

.left-0 {
  left: 0; }

.left-0--hover:hover {
  left: 0; }

.parent:hover .left-0--parent-hover {
  left: 0; }

.left-2 {
  left: 0.14286rem; }

.left-5 {
  left: 0.35714rem; }

.left-10 {
  left: 0.71429rem; }

.left-15 {
  left: 1.07143rem !important; }

.left-20 {
  left: 1.42857rem; }

.left-30 {
  left: 2.14286rem; }

.left-40 {
  left: 2.85714rem;
  /* O */ }

.left-45 {
  left: 3.21429rem;
  /* P */ }

.left-75 {
  left: 5.35714rem; }

.left-110 {
  left: 7.85714rem; }

.left-130 {
  left: 9.28571rem; }

.left-200 {
  left: 14.28571rem; }

.left-15x {
  left: 15%; }

.left-35x {
  left: 35%; }

.left-50x {
  left: 50%; }

.left-100x {
  left: 100%; }

/* Left Minus */
.left-minus-3 {
  left: -0.21429rem; }

.left-minus-6 {
  left: -0.42857rem; }

.left-minus-7 {
  left: -0.5rem; }

.left-minus-10 {
  left: -0.71429rem; }

.left-minus-15 {
  left: -1.07143rem; }

.left-minus-20 {
  left: -1.42857rem; }

.left-minus-25 {
  left: -1.78571rem; }

.left-minus-30 {
  left: -2.14286rem; }

.left-minus-40 {
  left: -2.85714rem; }

.left-minus-50 {
  left: -3.57143rem; }

.parent:hover .left-minus-50--parent-hover {
  left: -3.57143rem; }

/* Right */
.right-auto {
  /* P */
  right: auto; }

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

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

.parent:hover .right-0--parent-hover {
  right: 0 !important; }

.right-5 {
  right: 0.35714rem !important; }

.right-7 {
  right: 0.5rem !important; }

.right-10 {
  right: 0.71429rem !important; }

.right-12 {
  right: 0.85714rem !important; }

.right-14 {
  right: 1rem !important; }

.right-15 {
  right: 1.07143rem !important; }

.right-20 {
  right: 1.42857rem; }

.right-30 {
  right: 2.14286rem; }

.right-40 {
  right: 2.85714rem; }

.right-45 {
  right: 3.21429rem;
  /* P */ }

.right-55 {
  right: 3.92857rem;
  /* O */ }

.right-65 {
  right: 4.64286rem; }

.right-100 {
  right: 7.14286rem; }

.right-110 {
  right: 7.85714rem; }

.right-130 {
  right: 9.28571rem; }

.right-15x {
  right: 15%; }

.right-35x {
  right: 35%; }

.right-50x {
  right: 50%; }

.right-100x {
  right: 100%; }

/* Right Minus */
.right-minus-3 {
  right: -0.21429rem !important; }

.right-minus-6 {
  right: -0.42857rem; }

.right-minus-5 {
  right: -0.35714rem; }

.right-minus-10 {
  right: -0.71429rem; }

.right-minus-13 {
  right: -0.92857rem; }

.right-minus-15 {
  right: -1.07143rem; }

.right-minus-20 {
  right: -1.42857rem; }

.right-minus-25 {
  right: -1.78571rem; }

.right-minus-40 {
  right: -2.85714rem; }

.right-minus-50 {
  right: -3.57143rem; }

/* Bottom */
.bottom-auto {
  /* P */
  bottom: auto; }

.bottom-0 {
  bottom: 0; }

.bottom-0--hover:hover {
  bottom: 0; }

.parent:hover .bottom-0--parent-hover {
  bottom: 0; }

.bottom-6 {
  bottom: 0.42857rem; }

.bottom-10 {
  bottom: 0.71429rem; }

.bottom-20 {
  bottom: 1.42857rem; }

.bottom-30 {
  bottom: 2.14286rem; }

.bottom-40 {
  bottom: 2.85714rem; }

.bottom-50 {
  bottom: 3.57143rem; }

.parent:hover .bottom-50--parent-hover {
  bottom: 3.57143rem; }

.bottom-60 {
  bottom: 4.28571rem; }

.bottom-80 {
  bottom: 5.71429rem; }

.bottom-minus-20 {
  bottom: -1.42857rem; }

.bottom-minus-30 {
  bottom: -2.14286rem; }

.bottom-minus-40 {
  bottom: -2.85714rem; }

.bottom-minus-70 {
  bottom: -5rem; }

.bottom-minus-35x {
  bottom: -35%; }

.bottom-15x {
  bottom: 15%; }

.bottom-minus-25x {
  bottom: -25%; }

.bottom-100x {
  bottom: 100%; }

/* Z */
@media (min-width: 576px) {
  .top-auto--sm {
    top: auto; }
  .left-auto--sm {
    left: auto; }
  .left-minus-20--sm {
    left: -20px; }
  .right-minus-20--sm {
    right: -20px; } }

/* O */
@media (min-width: 768px) {
  .right-0--md {
    right: 0 !important; }
  .left-0--md {
    left: 0 !important; }
  .right-minus-15--md {
    right: -1.07143rem; }
  .left-minus-15--md {
    left: -1.07143rem; }
  .top-minus-20--md {
    top: -1.42857rem; }
  .right-minus-25--md {
    right: -1.78571rem; }
  .right-100--md {
    right: 7.14286rem; }
  .bottom-minus-50--md {
    bottom: -3.57143rem; }
  .left-auto--md {
    left: auto !important; }
  .right-auto--md {
    right: auto !important; }
  .left-minus-25--md {
    left: -1.78571rem; }
  .left-130--md {
    left: 9.28571rem !important; }
  .left-35x--md {
    left: 35%; }
  .left-50x--md {
    left: 50%; }
  .right-130--md {
    right: 9.28571rem !important; }
  .right-35x--md {
    right: 35%; }
  .right-50x--md {
    right: 50%; } }

@media (min-width: 992px) {
  .top-0--lg {
    top: 0 !important; }
  .right-0--lg {
    right: 0; }
  .left-minus-35--lg {
    left: -2.5rem; }
  .left-40--lg {
    left: 2.85714rem; }
  .right-minus-35--lg {
    right: -2.5rem; }
  .right-40--lg {
    right: 2.85714rem; } }

/*------------------------------------
  Block Alignments
------------------------------------*/
/* Absolute (Position, X, Y) */
.absolute-centered {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden; }

.absolute-centered--x {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden; }

@media (min-width: 576px) {
  .absolute-centered--x--sm {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden; } }

@media (min-width: 768px) {
  .absolute-centered--x--md {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden; } }

.absolute-centered--y {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden; }

@media (min-width: 768px) {
  .absolute-centered--y--md {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden; } }

@media (min-width: 992px) {
  .absolute-centered--y--lg {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden; } }

/* O */
.transform-origin--top-left {
  -webkit-transform-origin: top left;
  transform-origin: top left; }

.transform-origin--top-right {
  -webkit-transform-origin: top right;
  transform-origin: top right; }

.absolute-centered--y--scl-0_6 {
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0.6) translateY(-50%);
  transform: scale(0.6) translateY(-50%); }

/* Relative (Position, X, Y) */
.relative-centered {
  position: relative;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden; }

.relative-centered--x {
  position: relative;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden; }

.relative-centered--y {
  position: relative;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden; }

/* Flex centered */
.flex-centered {
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-centered-item {
  flex: 1; }

.flex-centered-item--top {
  align-self: flex-start; }

.flex-centered-item--bottom {
  align-self: flex-end; }

/* Flex right */
.flex-right--xs {
  justify-content: flex-end; }

/* Flex middle */
.flex-middle {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between; }

.flex-middle-item {
  margin-top: auto;
  margin-bottom: auto; }

.flex-middle-item--top {
  margin-top: 0;
  margin-bottom: 0; }

.flex-middle-item--bottom {
  margin-top: auto;
  margin-bottom: 0; }

.flex-middle-item--fixed {
  flex: none;
  max-width: 50%; }

@media (min-width: 768px) {
  /* Flex right */
  .flex-right--md {
    justify-content: flex-end; }
  .flex-centered--md {
    display: flex;
    align-items: center;
    justify-content: center; }
  .absolute-centered--y--scl-1--md {
    position: absolute;
    top: 50%;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%); } }

@media (min-width: 576px) {
  .absolute-centered--sm {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden; }
  .absolute-centered--x-sm--reset {
    position: static !important;
    left: auto !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important; } }

@media (min-width: 768px) {
  .absolute-centered--md {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden; } }

@media (min-width: 992px) {
  .absolute-centered--x--lg {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden; }
  .flex-centered--lg {
    display: flex;
    align-items: center;
    justify-content: center; } }

/*------------------------------------
  Alignments
------------------------------------*/
.valign-super {
  vertical-align: super !important; }

.valign-sub {
  vertical-align: sub !important; }

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

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

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

/*------------------------------------
  Blur
------------------------------------*/
.blur-30 {
  -webkit-filter: blur(30px);
  filter: blur(30px); }

.blur-30--hover:hover {
  -webkit-filter: blur(30px);
  filter: blur(30px); }

.parent:hover .blur-30--parent-hover {
  -webkit-filter: blur(30px);
  filter: blur(30px); }

/*------------------------------------
  Box-shadows
------------------------------------*/
.box-shadow-none {
  box-shadow: none !important; }

/*------------------------------------
  Clear
------------------------------------*/
.clear {
  clear: both; }

.clear--left {
  clear: left; }

.clear--right {
  clear: right; }

/*------------------------------------
  Cursors
------------------------------------*/
.cursor-pointer {
  cursor: pointer; }

/*------------------------------------
  Overflows
------------------------------------*/
.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible; }

.overflow-x-hidden {
  overflow-x: hidden; }

.overflow-x-auto {
  overflow-x: auto !important; }

.overflow-x-scroll {
  overflow-x: scroll; }

.overflow-y-auto {
  overflow-y: auto; }

.overflow-y-hidden {
  overflow-y: hidden; }

@media (min-width: 768px) {
  .overflow-x-visible--md {
    overflow-x: visible; } }

@media (min-width: 992px) {
  .overflow-x-visible--lg {
    overflow-x: visible; } }

/*------------------------------------
  Transitions
------------------------------------*/
/*.transition {
  &-0_2 {
    transition: .2s ease-out;
  }
  &-0_3 {
    transition: .3s ease-out;
  }
  &-0_6 {
    transition: .6s ease-out;
    &-ease {
      transition: .6s ease;
    }
  }
}

[class*="g-color-"][class*="--hover"] {
  transition: color .2s ease-out;
}
[class*="g-bg-"][class*="--hover"] {
  transition: background-color .3s ease-out;
}
[class*="g-color-"][class*="--hover"][class*="g-bg-"][class*="--hover"] {
  transition: .3s ease-out;
}*/
[class*="g-transition"] {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s; }

[class*="g-transition"]::before, [class*="g-transition"]::after {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s; }

svg[class*="g-transition"] path,
svg[class*="g-transition"] polygon {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s; }

.transition-0 {
  transition-duration: 0s; }

.transition-0::before, .transition-0::after {
  transition-duration: 0s; }

svg.transition-0 path,
svg.transition-0 polygon {
  transition-duration: 0s; }

.transition-0_2 {
  transition-duration: .2s; }

.transition-0_2::before, .transition-0_2::after {
  transition-duration: .2s; }

svg.transition-0_2 path,
svg.transition-0_2 polygon {
  transition-duration: .2s; }

.transition-0_3 {
  transition-duration: .3s; }

.transition-0_3::before, .transition-0_3::after {
  transition-duration: .3s; }

svg.transition-0_3 path,
svg.transition-0_3 polygon {
  transition-duration: .3s; }

.transition-0_5 {
  transition-duration: .5s; }

.transition-0_5::before, .transition-0_5::after {
  transition-duration: .5s; }

svg.transition-0_5 path,
svg.transition-0_5 polygon {
  transition-duration: .5s; }

.transition-0_6 {
  transition-duration: .6s; }

.transition-0_6::before, .transition-0_6::after {
  transition-duration: .6s; }

svg.transition-0_6 path,
svg.transition-0_6 polygon {
  transition-duration: .6s; }

.transition-delay-0_11 {
  transition-delay: .11s; }

.transition-delay-0_11::before, .transition-delay-0_11::after {
  transition-delay: .11s; }

svg.transition-0_11 path,
svg.transition-0_11 polygon {
  transition-duration: .11s; }

.transition-delay-0_2 {
  transition-delay: .2s; }

.transition-delay-0_2::before, .transition-delay-0_2::after {
  transition-delay: .2s; }

svg.transition-delay-0_2 path,
svg.transition-delay-0_2 polygon {
  transition-delay: .2s; }

.transition-delay-0_45 {
  transition-delay: .45s; }

.transition-delay-0_45::before, .transition-delay-0_45::after {
  transition-delay: .45s; }

svg.transition-delay-0_45 path,
svg.transition-delay-0_45 polygon {
  transition-delay: .45s; }

.transition--ease-out {
  transition-timing-function: ease-out; }

.transition--ease-out::before, .transition--ease-out::after {
  transition-timing-function: ease-out; }

svg.transition--ease-out path,
svg.transition--ease-out polygon {
  transition-timing-function: ease-out; }

.transition--ease-in {
  transition-timing-function: ease-in; }

.transition--ease-in::before, .transition--ease-in::after {
  transition-timing-function: ease-in; }

svg.transition--ease-in path,
svg.transition--ease-in polygon {
  transition-timing-function: ease-in; }

.transition--ease-in-out {
  transition-timing-function: ease-in-out; }

.transition--ease-in-out::before, .transition--ease-in-out::after {
  transition-timing-function: ease-in-out; }

svg.transition--ease-in-out path,
svg.transition--ease-in-out polygon {
  transition-timing-function: ease-in-out; }

.transition--linear {
  transition-timing-function: linear; }

.transition--linear::before, .transition--linear::after {
  transition-timing-function: linear; }

svg.transition--linear path,
svg.transition--linear polygon {
  transition-timing-function: linear; }

/*------------------------------------
  Transforms
------------------------------------*/
.transform-scale-0_5 {
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.transform-scale-0_5--hover:hover {
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.parent:hover .transform-scale-0_5--parent-hover {
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.transform-scale-0_8 {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.transform-scale-0_8--hover:hover {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.parent:hover .transform-scale-0_8--parent-hover {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.transform-scale-0_85 {
  -webkit-transform: scale(0.85);
  transform: scale(0.85); }

.transform-scale-0_85--hover:hover {
  -webkit-transform: scale(0.85);
  transform: scale(0.85); }

.parent:hover .transform-scale-0_85--parent-hover {
  -webkit-transform: scale(0.85);
  transform: scale(0.85); }

.transform-scale-0_9 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

.transform-scale-0_9--hover:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

.parent:hover .transform-scale-0_9--parent-hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

.transform-scale-1 {
  -webkit-transform: scale(1);
  transform: scale(1); }

.transform-scale-1--hover:hover {
  -webkit-transform: scale(1);
  transform: scale(1); }

.parent:hover .transform-scale-1--parent-hover {
  -webkit-transform: scale(1);
  transform: scale(1); }

.transform-scale-1_05 {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05); }

.transform-scale-1_05--hover:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  z-index: 2; }

.parent:hover .transform-scale-1_05--parent-hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1); }

.transform-scale-1_1 {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1); }

.transform-scale-1_1--hover:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  z-index: 2; }

.parent:hover .transform-scale-1_1--parent-hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1); }

.transform-scale-1_2 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.transform-scale-1_2--hover:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.parent:hover .transform-scale-1_2--parent-hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.transform-translate-x-100x {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.transform-translate-x-100x--hover:hover {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.parent:hover .transform-translate-x-100x--parent-hover {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.transform-translate-x-minus-100x {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.transform-translate-x-minus-100x--hover:hover {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.parent:hover .transform-translate-x-minus-100x--parent-hover {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.transform-translate-y-5 {
  -webkit-transform: translateY(5px);
  transform: translateY(5px); }

.transform-translate-y-5--hover:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px); }

.parent:hover .transform-translate-y-5--parent-hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px); }

.transform-translate-y-100x {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.transform-translate-y-100x--hover:hover {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.parent:hover .transform-translate-y-100x--parent-hover {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.transform-translate-y-minus-5 {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

.transform-translate-y-minus-5--hover:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

.parent:hover .transform-translate-y-minus-5--parent-hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

.transform-translate-y-minus-70 {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px); }

.transform-translate-y-minus-70--hover:hover {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px); }

.parent:hover .transform-translate-y-minus-70--parent-hover {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px); }

.transform-translate-y-minus-100x {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.transform-translate-y-minus-100x--hover:hover {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.parent:hover .transform-translate-y-minus-100x--parent-hover {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

/*------------------------------------
  Opacity
------------------------------------*/
.opacity-0 {
  opacity: 0 !important; }

.opacity-0_3 {
  opacity: .3 !important; }

.opacity-0_4 {
  opacity: .4 !important; }

.opacity-0_5 {
  opacity: .5 !important; }

.opacity-0_6 {
  opacity: .6 !important; }

.opacity-0_7 {
  opacity: .7 !important; }

.opacity-0_8 {
  opacity: .8 !important; }

.opacity-1 {
  opacity: 1 !important; }

.opacity-0--hover:hover {
  opacity: 0 !important; }

.parent:hover .opacity-0--parent-hover {
  opacity: 0 !important; }

.opacity-0_3--hover:hover {
  opacity: .3 !important; }

.parent:hover .opacity-0_3--parent-hover {
  opacity: .3 !important; }

.opacity-0_5--hover:hover {
  opacity: .5 !important; }

.parent:hover .opacity-0_5--parent-hover {
  opacity: .5 !important; }

.opacity-0_6--hover:hover {
  opacity: .6 !important; }

.parent:hover .opacity-0_6--parent-hover {
  opacity: .6 !important; }

.opacity-0_7--hover:hover {
  opacity: .7 !important; }

.parent:hover .opacity-0_7--parent-hover {
  opacity: .7 !important; }

.opacity-0_8--hover:hover {
  opacity: .8 !important; }

.parent:hover .opacity-0_8--parent-hover {
  opacity: .8 !important; }

.block-hover:hover .opacity-1--hover, .opacity-1--hover:hover {
  opacity: 1 !important; }

.parent:hover .opacity-1--parent-hover {
  opacity: 1 !important; }

.selected .opacity-1--parents-selected {
  opacity: 1 !important; }

/*------------------------------------
  Z-Index
------------------------------------*/
.z-index-auto {
  z-index: auto; }

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

.z-index-3--hover:hover {
  z-index: 3; }

.z-index-4 {
  z-index: 4; }

.z-index-4--hover:hover {
  z-index: 4; }

.z-index-99 {
  z-index: 99; }

.z-index-9999 {
  z-index: 9999; }

.z-index-minus-1 {
  z-index: -1; }

/*------------------------------------
  Resize
------------------------------------*/
.resize-none {
  resize: none; }

/*------------------------------------
  Placeholder
------------------------------------*/
.placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff; }

.placeholder-white::-ms-input-placeholder {
  opacity: 1;
  color: #fff; }

.placeholder-white:-ms-input-placeholder {
  opacity: 1;
  color: #fff; }

.placeholder-white::placeholder {
  opacity: 1;
  color: #fff; }

.placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff; }

.placeholder-primary::-webkit-input-placeholder {
  color: #fff; }

.placeholder-primary::-ms-input-placeholder {
  color: #fff; }

.placeholder-primary:-ms-input-placeholder {
  color: #fff; }

.placeholder-primary::placeholder {
  color: #fff; }

.placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }

.placeholder-inherit::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

.placeholder-inherit:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

.placeholder-inherit::placeholder {
  color: inherit;
  opacity: 1; }

.placeholder-inherit::-moz-placeholder {
  color: inherit;
  opacity: 1; }

.placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }

/*------------------------------------
  Offsets
------------------------------------*/
@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.333333%; } }

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-4 {
    margin-left: 33.333333%; } }

/*------------------------------------
  Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Inherit Colors */
.color-inherit {
  color: inherit !important; }

/* Main Colors */
.color-main {
  color: #555 !important; }

.color-main--hover:hover {
  color: #555 !important; }

/* Primary Colors */
.color-primary {
  color: #72c02c !important; }

.block-hover:hover .color-primary--hover, .color-primary--hover:hover {
  color: #72c02c !important; }

.parent:hover .color-primary--parent-hover {
  color: #72c02c !important; }

.color-primary-opacity-0_3 {
  color: rgba(114, 192, 44, 0.3) !important; }

.color-primary-opacity-0_4 {
  color: rgba(114, 192, 44, 0.4) !important; }

.color-primary--active.active {
  color: #72c02c !important; }

.active .color-primary--parent-active {
  color: #72c02c !important; }

.color-primary--before::before, .color-primary--after::after {
  color: #72c02c; }

/* Secondary Colors */
.color-secondary {
  color: #e74b3c !important; }

.block-hover:hover .color-secondary--hover, .color-secondary--hover:hover {
  color: #e74b3c !important; }

.parent:hover .color-secondary--parent-hover {
  color: #e74b3c !important; }

/* Black Colors */
.color-black {
  color: #000 !important; }

.color-black--hover:hover {
  color: #000 !important; }

.parent:hover .color-black--parent-hover {
  color: #000 !important; }

.color-black--active.active {
  color: #000 !important; }

.color-black-opacity-0_1 {
  color: rgba(0, 0, 0, 0.1) !important; }

.color-black-opacity-0_3 {
  color: rgba(0, 0, 0, 0.3) !important; }

.color-black-opacity-0_5 {
  color: rgba(0, 0, 0, 0.5) !important; }

.color-black-opacity-0_6 {
  color: rgba(0, 0, 0, 0.6) !important; }

.color-black-opacity-0_7 {
  color: rgba(0, 0, 0, 0.7) !important; }

.color-black-opacity-0_8 {
  color: rgba(0, 0, 0, 0.8) !important; }

.color-black-opacity-0_8--child * {
  color: rgba(0, 0, 0, 0.8) !important; }

.color-black-opacity-0_9 {
  color: rgba(0, 0, 0, 0.9) !important; }

/* White Colors */
.color-white {
  color: #fff !important; }

.color-white--opened-menu:not(.collapsed) {
  color: #fff !important; }

.block-hover:hover .color-white--hover, .color-white--hover:hover {
  color: #fff !important; }

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

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

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

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

.color-white-opacity-0_1 {
  color: rgba(255, 255, 255, 0.1) !important; }

.color-white-opacity-0_2 {
  color: rgba(255, 255, 255, 0.2) !important; }

.color-white-opacity-0_3 {
  color: rgba(255, 255, 255, 0.3) !important; }

.color-white-opacity-0_5, .color-white-opacity-0_5--hover:hover {
  color: rgba(255, 255, 255, 0.5) !important; }

.color-white-opacity-0_6 {
  color: rgba(255, 255, 255, 0.6) !important; }

.parent:hover .color-white-opacity-0_6--parent-hover {
  color: rgba(255, 255, 255, 0.6) !important; }

.color-white-opacity-0_7, .color-white-opacity-0_7--hover:hover {
  color: rgba(255, 255, 255, 0.7) !important; }

.color-white-opacity-0_75 {
  color: rgba(255, 255, 255, 0.75) !important; }

.color-white-opacity-0_8 {
  color: rgba(255, 255, 255, 0.8) !important; }

.color-white-opacity-0_8--child * {
  color: rgba(255, 255, 255, 0.8) !important; }

.color-white-opacity-0_9, .color-white-opacity-0_9--hover:hover {
  color: rgba(255, 255, 255, 0.9) !important; }

.block-hover:hover .color-white-opacity-0_7--hover {
  color: rgba(255, 255, 255, 0.7) !important; }

/* Gray Colors */
.color-gray-light-v1 {
  color: #bbb !important; }

.color-gray-light-v1--hover:hover {
  color: #bbb !important; }

.color-gray-light-v2 {
  color: #ccc !important; }

.color-gray-light-v2--hover:hover {
  color: #ccc !important; }

.color-gray-light-v3 {
  color: #ddd !important; }

.color-gray-light-v3--hover:hover {
  color: #ddd !important; }

.color-gray-light-v4 {
  color: #eee !important; }

.color-gray-light-v4--hover:hover {
  color: #eee !important; }

.color-gray-light-v4-opacity-0_6 {
  color: rgba(238, 238, 238, 0.6) !important; }

.color-gray-light-v5 {
  color: #f7f7f7 !important; }

.color-gray-light-v5--hover:hover {
  color: #f7f7f7 !important; }

.color-gray-dark-v1 {
  color: #111 !important; }

.color-gray-dark-v1--hover:hover {
  color: #111 !important; }

.color-gray-dark-v2 {
  color: #333 !important; }

.color-gray-dark-v2--hover:hover {
  color: #333 !important; }

.color-gray-dark-v2-opacity-0_75 {
  color: rgba(51, 51, 51, 0.75) !important; }

.color-gray-dark-v3 {
  color: #555 !important; }

.color-gray-dark-v3--hover:hover {
  color: #555 !important; }

.color-gray-dark-v4 {
  color: #777 !important; }

.color-gray-dark-v4--hover:hover {
  color: #777 !important; }

.color-gray-dark-v5 {
  color: #999 !important; }

.color-gray-dark-v5--hover:hover {
  color: #999 !important; }

.parent:hover .color-gray-dark-v5--parent-hover {
  color: #999 !important; }

/* Complementary Colors
------------------------------------*/
/* Color Green */
.color-green {
  color: #72c02c !important; }

.color-green--hover:hover {
  color: #72c02c !important; }

/* Color Blue */
.color-blue {
  color: #3398dc !important; }

.color-blue--hover:hover {
  color: #3398dc !important; }

.color-blue-dark-v1 {
  color: #175a88 !important; }

/* Color Light Blue */
.color-lightblue {
  color: #edf2f8 !important; }

.color-lightblue--hover:hover {
  color: #edf2f8 !important; }

.color-lightblue-v1 {
  color: #d6e2ee !important; }

.color-lightblue-v1--hover:hover {
  color: #d6e2ee !important; }

/* Color Dark Blue */
.color-darkblue {
  color: #009 !important; }

.color-darkblue--hover:hover {
  color: #009 !important; }

/* Color Indigo */
.color-indigo {
  color: #4263a3 !important; }

.color-indigo--hover:hover {
  color: #4263a3 !important; }

/* Color Red */
.color-red {
  color: #f00 !important; }

.color-red--hover:hover {
  color: #f00 !important; }

*:hover > .color-red--parent-hover {
  color: #f00 !important; }

/* Color Light Red */
.color-lightred {
  color: #e64b3b !important; }

.color-lightred--hover:hover {
  color: #e64b3b !important; }

/* Color Dark Red */
.color-darkred {
  color: #a10f2b !important; }

.color-darkred--hover:hover {
  color: #a10f2b !important; }

/* Color Purple */
.color-purple {
  color: #9a69cb; }

.color-purple--hover:hover {
  color: #9a69cb !important; }

.color-purple-dark-v1 {
  color: #552c7e !important; }

/* Color Dark Purple */
.color-darkpurple {
  color: #6639b6 !important; }

.color-darkpurple--hover:hover {
  color: #6639b6 !important; }

/* Color Pink */
.color-pink {
  color: #e81c62; }

.color-pink--hover:hover {
  color: #e81c62 !important; }

.color-pink-dark-v1 {
  color: #6f0b2d !important; }

/* Color Orange */
.color-orange {
  color: #e57d20 !important; }

.color-orange--hover:hover {
  color: #e57d20 !important; }

/* Color Deep Orange */
.color-deeporange {
  color: #fe541e !important; }

.color-deeporange--hover:hover {
  color: #fe541e !important; }

/* Color Yellow */
.color-yellow {
  color: #ebc71d !important; }

.color-yellow--hover:hover {
  color: #ebc71d !important; }

/* Color Aqua */
.color-aqua {
  color: #29d6e6; }

.color-aqua--hover:hover {
  color: #29d6e6 !important; }

.color-aqua-dark-v1 {
  color: #11848e !important; }

/* Color Cyan */
.color-cyan {
  color: #00bed6 !important; }

.color-cyan--hover:hover {
  color: #00bed6 !important; }

/* Color Teal */
.color-teal {
  color: #18ba9b !important; }

.color-teal--hover:hover {
  color: #18ba9b !important; }

/* Color Brown */
.color-brown {
  color: #9c8061 !important; }

.color-brown--hover:hover {
  color: #9c8061 !important; }

/* Color Blue Gray */
.color-bluegray {
  color: #585f69 !important; }

.color-bluegray--hover:hover {
  color: #585f69 !important; }

/*------------------------------------
  Social Colors
------------------------------------*/
/* Facebook */
.color-facebook {
  color: #3b5998; }

.color-facebook:hover {
  color: #344e86; }

.color-facebook--hover:hover {
  color: #3b5998 !important; }

/* Twitter */
.color-twitter {
  color: #00acee; }

.color-twitter:hover {
  color: #009ad5; }

.color-twitter--hover:hover {
  color: #00acee !important; }

/* Skype */
.color-skype {
  color: #00aff0; }

.color-skype:hover {
  color: #009cd7; }

.color-skype--hover:hover {
  color: #00aff0 !important; }

/* Pinterest */
.color-pinterest {
  color: #c8232c; }

.color-pinterest:hover {
  color: #b21f27; }

.color-pinterest--hover:hover {
  color: #c8232c !important; }

/* Vine */
.color-vine {
  color: #00bf8f; }

.color-vine:hover {
  color: #00a67c; }

.color-vine--hover:hover {
  color: #00bf8f !important; }

/* Youtube */
.color-youtube {
  color: #c4302b; }

.color-youtube:hover {
  color: #af2b26; }

.color-youtube--hover:hover {
  color: #c4302b !important; }

/* Google plus */
.color-google-plus {
  color: #dd4b39; }

.color-google-plus:hover {
  color: #d73925; }

.color-google-plus--hover:hover {
  color: #dd4b39 !important; }

/* Dribbble */
.color-dribbble {
  color: #ea4c89; }

.color-dribbble:hover {
  color: #e7357a; }

.color-dribbble--hover:hover {
  color: #ea4c89 !important; }

/* VK */
.color-vk {
  color: #2b587a; }

.color-vk:hover {
  color: #244a67; }

.color-vk--hover:hover {
  color: #2b587a !important; }

/* Linkedin */
.color-linkedin {
  color: #0e76a8; }

.color-linkedin:hover {
  color: #0c6590; }

.color-linkedin--hover:hover {
  color: #0e76a8 !important; }

/* Instagram */
.color-instagram {
  color: #3f729b; }

.color-instagram:hover {
  color: #386589; }

.color-instagram--hover:hover {
  color: #3f729b !important; }

/*------------------------------------
  Gradient Colors
------------------------------------*/
/* Cyan Gradient */
.color-cyan-gradient-opacity-v1 {
  background-repeat: repeat-x;
  background-image: linear-gradient(160deg, rgba(0, 0, 153, 0.55), rgba(0, 190, 214, 0.6));
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent; }

/* Blue Gradient */
.color-blue-gradient-opacity-v1 {
  background-repeat: repeat-x;
  background-image: linear-gradient(-260deg, #8654da, rgba(66, 229, 248, 0.8));
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent; }

/*------------------------------------
  Widths
------------------------------------*/
/* Width in Percentage (%) */
.width-30x {
  width: 30% !important;
  /* P */ }

.width-40x {
  width: 40% !important;
  /* P */ }

.width-50x {
  width: 50% !important;
  /* P */ }

.width-60x {
  width: 60% !important;
  /* P */ }

.width-70x {
  width: 70% !important;
  /* P */ }

.width-80x {
  width: 80% !important;
  /* P */ }

.width-90x {
  width: 90% !important;
  /* P */ }

@media (max-width: 445px) {
  .w-100--2xs {
    width: 100% !important; } }

@media (min-width: 576px) {
  .width-20x--sm {
    width: 20% !important; }
  .width-25x--sm {
    width: 25% !important; }
  .width-33_3x--sm {
    width: 33.333333% !important; }
  .width-40x--sm {
    width: 40% !important; }
  .width-60x--sm {
    width: 60% !important; }
  .width-16_6x--sm {
    width: 16.666666% !important; }
  .width-66_6x--sm {
    width: 66.666666% !important; } }

@media (min-width: 768px) {
  /* P */
  .width-20x--md {
    width: 20% !important;
    /* P */ }
  .width-25x--md {
    width: 25% !important;
    /* P */ }
  .width-30x--md {
    width: 30% !important;
    /* P */ }
  .width-35x--md {
    width: 35% !important;
    /* P */ }
  .width-40x--md {
    width: 40% !important;
    /* P */ }
  .width-45x--md {
    width: 45% !important;
    /* P */ }
  .width-50x--md {
    width: 50% !important;
    /* P */ }
  .width-55x--md {
    width: 55% !important;
    /* P */ }
  .width-60x--md {
    width: 60% !important;
    /* P */ }
  .width-65x--md {
    width: 65% !important;
    /* P */ }
  .width-70x--md {
    width: 70% !important;
    /* P */ }
  .width-75x--md {
    width: 75% !important;
    /* P */ }
  .width-80x--md {
    width: 80% !important;
    /* P */ }
  .width-85x--md {
    width: 85% !important;
    /* P */ }
  .width-90x--md {
    width: 90% !important;
    /* P */ }
  .width-33_3x--md {
    /* P */
    width: 33.333333% !important; }
  .width-16_6x--md {
    /* P */
    width: 16.666666% !important; }
  .width-66_6x--md {
    /* P */
    width: 66.666666% !important; } }

.width-auto {
  width: auto !important;
  /* P */ }

/* Max Width in Percentage (%) */
.width-1x {
  max-width: 1%; }

.width-80x {
  max-width: 80%; }

.width-90x {
  max-width: 90%; }

.width-95x {
  width: 95%; }

.max-width-60x {
  max-width: 60%; }

.max-width-100x {
  max-width: 100%; }

/* Min Width in Percentage (%) */
.min-width-100x {
  min-width: 100%; }

/* Width Viewport Width (vw) */
.width-50vw {
  width: 50vw !important;
  /* P */ }

.width-100vw {
  width: 100vw !important;
  /* P */ }

/* Width in Pixels (px) */
.width-3 {
  width: 3px !important;
  /* O */ }

.width-10 {
  width: 10px !important;
  /* O */ }

.width-12 {
  width: 12px !important;
  /* Z */ }

.width-16 {
  width: 16px !important;
  /* O */ }

.width-18 {
  width: 18px !important;
  /* O */ }

.width-20 {
  width: 20px !important;
  /* O */ }

.width-24 {
  width: 24px !important;
  /* O */ }

.width-25 {
  width: 25px !important; }

.width-26 {
  width: 26px !important;
  /* P */ }

.width-28 {
  width: 28px !important;
  /* O */ }

.width-30 {
  width: 30px !important;
  /* P */ }

.width-32 {
  width: 32px !important;
  /* O */ }

.width-35 {
  width: 35px !important;
  /* P */ }

.width-36 {
  width: 36px !important;
  /* O */ }

.width-40 {
  width: 40px !important;
  /* P */ }

.width-45 {
  width: 45px !important;
  /* P */ }

.width-48 {
  width: 48px !important;
  /* P */ }

.width-50 {
  width: 50px !important;
  /* P */ }

.width-54 {
  width: 54px !important;
  /* P */ }

.width-55 {
  width: 55px !important;
  /* P */ }

.width-60 {
  width: 60px !important;
  /* P */ }

.width-64 {
  width: 64px !important;
  /* P */ }

.width-70 {
  width: 70px !important;
  /* P */ }

.width-75 {
  width: 75px !important;
  /* O */ }

.width-80 {
  width: 80px !important;
  /* P */ }

.width-85 {
  width: 85px !important;
  /* P */ }

.width-95 {
  width: 95px !important;
  /* P */ }

.width-100 {
  width: 100px !important;
  /* P */ }

.width-105 {
  width: 105px; }

.width-110 {
  width: 110px !important;
  /* O */ }

.width-115 {
  width: 115px !important;
  /* O */ }

.width-120 {
  width: 120px !important;
  /* P */ }

.width-125 {
  width: 125px !important;
  /* P */ }

.width-130 {
  width: 130px !important;
  /* P */ }

.width-135 {
  width: 135px !important;
  /* O */ }

.width-140 {
  width: 140px !important;
  /* P */ }

.width-150 {
  width: 150px !important; }

.width-160 {
  width: 160px !important;
  /* P */ }

.width-170 {
  width: 170px !important;
  /* P */ }

.width-180 {
  width: 180px !important;
  /* O */ }

.width-200 {
  width: 200px !important;
  /* P */ }

.width-220 {
  width: 220px !important; }

.width-215 {
  width: 215px !important; }

.width-235 {
  width: 235px !important; }

.width-250 {
  /* RG-Q */
  width: 250px !important;
  /* P */
  max-width: 100%; }

.width-270 {
  width: 270px !important;
  /* O */
  max-width: 100%; }

.width-300 {
  width: 300px !important;
  /* P */
  max-width: 100%; }

.width-400 {
  width: 400px !important;
  /* O */
  max-width: 100%; }

.width-340 {
  width: 340px !important;
  /* O */
  max-width: 100%; }

.width-360 {
  width: 360px !important;
  /* O */
  max-width: 100%; }

.width-370 {
  width: 370px !important;
  /* P */
  max-width: 100%; }

.width-380 {
  width: 380px !important;
  /* O */
  max-width: 100%; }

.width-410 {
  width: 410px !important;
  /* O */ }

.width-460 {
  width: 460px !important;
  /* O */
  max-width: 100%; }

.width-465 {
  width: 465px !important;
  /* O */
  max-width: 100%; }

.width-485 {
  width: 485px !important;
  /* O */
  max-width: 100%; }

.width-560 {
  width: 560px !important;
  /* O */
  max-width: 100%; }

.width-590 {
  width: 590px !important;
  max-width: 100%; }

.width-600 {
  width: 600px !important;
  /* O */
  max-width: 100%; }

.width-630 {
  width: 630px !important;
  /* O */
  max-width: 100%; }

.width-680 {
  width: 680px !important;
  /* O */
  max-width: 100%; }

.width-720 {
  width: 720px !important;
  /* O */
  max-width: 100%; }

.width-760 {
  width: 760px !important;
  max-width: 100%; }

.width-770 {
  width: 770px !important;
  max-width: 100%; }

.width-780 {
  /* RG-Q */
  width: 780px !important;
  /* P */
  max-width: 100%; }

.width-900 {
  width: 900px !important;
  /* P */
  max-width: 100%; }

.width-945 {
  width: 945px !important;
  max-width: 100%; }

.width-1025 {
  width: 1025px !important;
  max-width: 100%; }

/* Max Width in Pixels (px) */
.max-width-100 {
  max-width: 100px; }

.max-width-120 {
  max-width: 120px; }

.max-width-170 {
  max-width: 170px;
  /* O */ }

.max-width-190 {
  max-width: 190px; }

.max-width-200 {
  max-width: 200px; }

.max-width-250 {
  max-width: 250px; }

.max-width-300 {
  max-width: 300px; }

.max-width-400 {
  max-width: 400px; }

.max-width-500 {
  max-width: 500px; }

.max-width-540 {
  max-width: 540px; }

.max-width-550 {
  max-width: 550px; }

.max-width-570 {
  max-width: 570px; }

.max-width-600 {
  max-width: 600px; }

.max-width-645 {
  max-width: 645px; }

.max-width-670 {
  max-width: 670px; }

.max-width-700 {
  max-width: 700px; }

.max-width-750 {
  max-width: 750px; }

.max-width-770 {
  max-width: 770px; }

.max-width-780 {
  max-width: 780px; }

.max-width-800 {
  max-width: 800px; }

.max-width-840 {
  max-width: 840px; }

.max-width-870 {
  max-width: 870px; }

.max-width-960 {
  max-width: 960px; }

/* Min Width in Pixels (px) */
.min-width-35 {
  min-width: 35px; }

.min-width-40 {
  min-width: 40px; }

.min-width-65 {
  min-width: 65px; }

.min-width-110 {
  min-width: 110px; }

.min-width-130 {
  min-width: 130px; }

.min-width-150 {
  min-width: 150px; }

.min-width-170 {
  min-width: 170px; }

.min-width-200 {
  min-width: 200px; }

.min-width-220 {
  min-width: 220px; }

.min-width-300 {
  min-width: 300px; }

.min-width-400 {
  min-width: 400px; }

@media (min-width: 576px) {
  .width-50x--sm {
    width: 50% !important;
    /* P */ }
  .width-80x--sm {
    width: 80% !important;
    /* R */ }
  .width-100--sm {
    width: 100px !important;
    /* P */ }
  .width-150--sm {
    width: 150px !important;
    /* O */ }
  .width-170--sm {
    width: 170px !important;
    /* O */ }
  .width-180--sm {
    width: 180px !important; }
  .min-width-180--sm {
    min-width: 180px; }
  .width-485--sm {
    width: 485px !important;
    /* O */
    max-width: 100%; }
  .width-auto--sm {
    width: auto !important; }
  .max-width-300--sm {
    max-width: 300px; } }

@media (min-width: 768px) {
  .width-40--md {
    width: 40px !important;
    /* O */ }
  .width-45--md {
    width: 45px !important;
    /* O */ }
  .width-60--md {
    width: 60px !important;
    /* O */ }
  .width-80--md {
    width: 80px !important;
    /* O */ }
  .width-50x--md {
    width: 50% !important;
    /* P */ }
  .width-60x--md {
    width: 60% !important;
    /* P */ }
  .width-80x--md {
    width: 80% !important;
    /* R */ }
  .width-45--md {
    width: 45px !important; }
  .width-100--md {
    width: 100px !important;
    /* O */ }
  .width-125--md {
    width: 125px !important;
    /* P */ }
  .width-135--md {
    width: 135px !important; }
  .width-140--md {
    width: 140px !important;
    /* R */ }
  .width-155--md {
    width: 155px !important;
    /* R */ }
  .width-180--md {
    width: 180px !important; }
  .width-225--md {
    width: 225px !important; }
  .width-160--md {
    width: 160px !important; }
  .width-165--md {
    width: 165px !important; }
  .width-170--md {
    width: 170px !important;
    /* P */ }
  .width-185--md {
    width: 185px !important;
    /* O */ }
  .width-280--md {
    width: 280px !important;
    /* O */ }
  .width-780--md {
    width: 780px !important;
    /* O */
    max-width: 100%; }
  .max-width-200--md {
    max-width: 200px; }
  .max-width-400--md {
    max-width: 400px; }
  .min-width-110--md {
    min-width: 110px; }
  .width-auto--md {
    width: auto !important;
    /* P */ } }

@media (min-width: 992px) {
  .width-60x--lg {
    width: 60% !important;
    /* J */ }
  .width-100x--lg {
    width: 100% !important;
    /* P */ }
  .width-155--lg {
    width: 155px !important;
    /* O */ }
  .width-165--lg {
    width: 165px !important; }
  .width-200--lg {
    width: 200px !important;
    /* O */
    max-width: 100%; }
  .width-250--lg {
    /* RG-Q */
    width: 250px !important;
    /* P */
    max-width: 100%; }
  .width-485--lg {
    width: 485px !important;
    /* O */
    max-width: 100%; }
  .width-auto--lg {
    width: auto !important;
    /* P */ }
  .max-width-200--lg {
    max-width: 200px; } }

@media (min-width: 1200px) {
  .min-width-315--xl {
    min-width: 315px; } }

* > .width-70--hover {
  transition-property: width;
  transition-duration: .2s;
  transition-timing-function: ease-in; }

*:hover > .width-70--hover {
  width: 70px; }

/*------------------------------------
  Heights
------------------------------------*/
/* Height in Percentage (%) */
.height-50x {
  height: 50%; }

.height-80x {
  height: 80%; }

.height-90x {
  height: 90%; }

.height-95x {
  height: 95%; }

.height-100x {
  height: 100%; }

/* Max Height in Percentage (%) */
.max-height-100x {
  max-height: 100%; }

/* Max Height in Viewport Height (vh) */
.max-height-70vh {
  max-height: 70vh !important; }

.max-height-90vh {
  height: 90vh !important; }

/* Min Height in Percentage (%) */
.min-height-100x {
  min-height: 100%; }

/* Height  in Viewport Height (vh) */
.height-50vh {
  height: 50vh !important; }

.height-70vh {
  height: 70vh; }

.height-75vh {
  height: 75vh; }

.height-100vh {
  height: 100vh !important; }

/* Min Height in Viewport Height (vh) */
.min-height-50vh {
  min-height: 50vh; }

.min-height-60vh {
  min-height: 60vh; }

.min-height-70vh {
  min-height: 70vh; }

.min-height-80vh {
  min-height: 80vh; }

.min-height-90vh {
  min-height: 90vh; }

.min-height-100vh {
  min-height: 100vh; }

/* Auto Height */
.height-auto {
  height: auto; }

@media (min-width: 576px) {
  .height-100vh--sm {
    height: 100vh !important; }
  .height-auto--sm {
    height: auto; }
  .height-100x--sm {
    height: 100%; } }

@media (min-width: 768px) {
  .height-auto--md {
    height: auto; }
  .min-height-100vh--md {
    min-height: 100vh; } }

@media (min-width: 992px) {
  .min-height-90vh--lg {
    min-height: 90vh; }
  .height-100vh--lg {
    height: 100vh !important; }
  .height-auto--lg {
    height: auto; } }

@media (min-width: 1200px) {
  .height-auto--xl {
    height: auto; } }

/* Height in Pixels (px) */
.height-1 {
  height: 1px; }

.height-2 {
  height: 2px; }

.height-4 {
  height: 4px; }

.height-5 {
  height: 5px !important; }

.height-6 {
  height: 6px !important; }

.height-10 {
  height: 10px !important; }

.height-12 {
  height: 12px !important; }

.height-16 {
  height: 16px !important; }

.height-18 {
  height: 18px; }

.height-20 {
  height: 20px !important; }

.height-22 {
  height: 22px !important; }

.height-24 {
  height: 24px; }

.height-25 {
  height: 25px; }

.height-26 {
  height: 26px; }

.height-28 {
  height: 28px !important;
  /* O */ }

.height-30 {
  height: 30px !important; }

.height-32 {
  height: 32px;
  /* O */ }

.height-35 {
  height: 35px !important; }

.height-40 {
  height: 40px; }

.height-45 {
  height: 45px; }

.height-48 {
  height: 48px;
  /* O */ }

.height-50 {
  height: 50px; }

.height-55 {
  height: 55px; }

.height-60 {
  height: 60px; }

.height-64 {
  height: 64px; }

.height-70 {
  height: 70px; }

.height-75 {
  height: 75px;
  /* O */ }

.height-80 {
  height: 80px !important; }

.height-85 {
  height: 85px; }

.height-88 {
  height: 88px; }

.height-90 {
  height: 90px; }

.height-95 {
  height: 95px !important; }

.height-100 {
  height: 100px !important; }

.height-105 {
  height: 105px; }

.height-115 {
  height: 115px !important;
  /* O */ }

.height-120 {
  height: 120px; }

.height-125 {
  height: 125px; }

.height-130 {
  height: 130px; }

.height-140 {
  height: 140px; }

.height-150 {
  height: 150px; }

.height-160 {
  height: 160px; }

.height-170 {
  height: 170px;
  /* O */ }

.height-180 {
  height: 180px !important;
  /* O */ }

.height-200 {
  height: 200px; }

.height-220 {
  height: 220px; }

.height-250 {
  height: 250px; }

.height-280 {
  height: 280px; }

.height-300 {
  height: 300px; }

.height-350 {
  height: 350px; }

.height-400 {
  height: 400px; }

.height-450 {
  height: 450px; }

.height-460 {
  height: 460px;
  /* O */
  max-height: 100% !important; }

.height-500 {
  height: 500px; }

.height-600 {
  height: 600px; }

.height-680 {
  height: 680px; }

/* Min Height in Pixels (px) */
.min-height-4 {
  min-height: 4px; }

.min-height-35 {
  min-height: 35px; }

.min-height-170 {
  min-height: 170px; }

.min-height-200 {
  min-height: 200px; }

.min-height-250 {
  min-height: 250px; }

.min-height-275 {
  min-height: 275px; }

.min-height-300 {
  min-height: 300px; }

.min-height-312 {
  min-height: 312px; }

.min-height-360 {
  min-height: 360px; }

.min-height-400 {
  min-height: 400px; }

.min-height-450 {
  min-height: 450px; }

.min-height-500 {
  min-height: 500px; }

.min-height-600 {
  min-height: 600px; }

@media (min-width: 576px) {
  .height-350--sm {
    height: 350px; }
  .height-680--sm {
    height: 680px; } }

@media (min-width: 768px) {
  .height-40--md {
    height: 40px !important; }
  .height-45--md {
    height: 45px !important; }
  .height-60--md {
    height: 60px !important; }
  .height-100--md {
    height: 100px !important; }
  .height-170--md {
    height: 170px !important; }
  .height-350--md {
    height: 350px; }
  .height-500--md {
    height: 500px; }
  .height-680--md {
    height: 680px; }
  .height-100x--md {
    height: 100%; }
  .height-100vh--md {
    height: 100vh; }
  .min-height-230--md {
    min-height: 230px; }
  .min-height-500--md {
    min-height: 500px; } }

@media (min-width: 992px) {
  .height-80--lg {
    height: 80px !important; }
  .height-200--lg {
    height: 200px !important; }
  .height-230--lg {
    height: 230px; }
  .height-350--lg {
    height: 350px; }
  .height-680--lg {
    height: 680px; } }

@media (min-width: 1200px) {
  .height-350--xl {
    height: 350px; }
  .height-680--xl {
    height: 680px; } }

/*------------------------------------
  Margin Spaces
------------------------------------*/
/* Margin Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
  .ma-0 {
    margin: 0 !important; }
  .mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .ml-0 {
    margin-left: 0 !important; }
  .mr-0 {
    margin-right: 0 !important; }
  .mt-0 {
    margin-top: 0 !important; }
  .mb-0 {
    margin-bottom: 0 !important; }
  .mx-1 {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important; }
  .mx-2 {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important; }
  .mx-3 {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important; }
  .mx-4 {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important; }
  .mx-5 {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important; }
  .mx-6 {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important; }
  .mx-7 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .mx-8 {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important; }
  .mx-9 {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important; }
  .mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .mx-15 {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important; }
  .mx-20 {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important; }
  .mx-25 {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important; }
  .mx-30 {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important; }
  .mx-35 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .mx-40 {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important; }
  .mx-45 {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important; }
  .mx-50 {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important; }
  .mx-55 {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important; }
  .mx-60 {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important; }
  .mx-65 {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important; }
  .mx-70 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .mx-75 {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important; }
  .mx-80 {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important; }
  .mx-85 {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important; }
  .mx-90 {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important; }
  .mx-95 {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important; }
  .mx-100 {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important; }
  .my-1 {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important; }
  .my-2 {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important; }
  .my-3 {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important; }
  .my-4 {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important; }
  .my-5 {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important; }
  .my-6 {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important; }
  .my-7 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-8 {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important; }
  .my-9 {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important; }
  .my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .my-15 {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important; }
  .my-20 {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important; }
  .my-25 {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important; }
  .my-30 {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important; }
  .my-35 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-40 {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important; }
  .my-45 {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important; }
  .my-50 {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important; }
  .my-55 {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important; }
  .my-60 {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important; }
  .my-65 {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important; }
  .my-70 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-75 {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important; }
  .my-80 {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important; }
  .my-85 {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important; }
  .my-90 {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important; }
  .my-95 {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important; }
  .my-100 {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important; }
  .mt-1 {
    margin-top: 0.07143rem !important; }
  .mt-minus-1 {
    margin-top: -0.07143rem !important; }
  .mt-2 {
    margin-top: 0.14286rem !important; }
  .mt-minus-2 {
    margin-top: -0.14286rem !important; }
  .mt-3 {
    margin-top: 0.21429rem !important; }
  .mt-minus-3 {
    margin-top: -0.21429rem !important; }
  .mt-4 {
    margin-top: 0.28571rem !important; }
  .mt-minus-4 {
    margin-top: -0.28571rem !important; }
  .mt-5 {
    margin-top: 0.35714rem !important; }
  .mt-minus-5 {
    margin-top: -0.35714rem !important; }
  .mt-6 {
    margin-top: 0.42857rem !important; }
  .mt-minus-6 {
    margin-top: -0.42857rem !important; }
  .mt-7 {
    margin-top: 0.5rem !important; }
  .mt-minus-7 {
    margin-top: -0.5rem !important; }
  .mt-8 {
    margin-top: 0.57143rem !important; }
  .mt-minus-8 {
    margin-top: -0.57143rem !important; }
  .mt-9 {
    margin-top: 0.64286rem !important; }
  .mt-minus-9 {
    margin-top: -0.64286rem !important; }
  .mt-10 {
    margin-top: 0.71429rem !important; }
  .mt-minus-10 {
    margin-top: -0.71429rem !important; }
  .mt-11 {
    margin-top: 0.78571rem !important; }
  .mt-minus-11 {
    margin-top: -0.78571rem !important; }
  .mt-12 {
    margin-top: 0.85714rem !important; }
  .mt-minus-12 {
    margin-top: -0.85714rem !important; }
  .mt-13 {
    margin-top: 0.92857rem !important; }
  .mt-minus-13 {
    margin-top: -0.92857rem !important; }
  .mt-14 {
    margin-top: 1rem !important; }
  .mt-minus-14 {
    margin-top: -1rem !important; }
  .mt-15 {
    margin-top: 1.07143rem !important; }
  .mt-minus-15 {
    margin-top: -1.07143rem !important; }
  .mt-16 {
    margin-top: 1.14286rem !important; }
  .mt-minus-16 {
    margin-top: -1.14286rem !important; }
  .mt-17 {
    margin-top: 1.21429rem !important; }
  .mt-minus-17 {
    margin-top: -1.21429rem !important; }
  .mt-18 {
    margin-top: 1.28571rem !important; }
  .mt-minus-18 {
    margin-top: -1.28571rem !important; }
  .mt-19 {
    margin-top: 1.35714rem !important; }
  .mt-minus-19 {
    margin-top: -1.35714rem !important; }
  .mt-20 {
    margin-top: 1.42857rem !important; }
  .mt-minus-20 {
    margin-top: -1.42857rem !important; }
  .mt-10 {
    margin-top: 0.71429rem !important; }
  .mt-minus-10 {
    margin-top: -0.71429rem !important; }
  .mt-15 {
    margin-top: 1.07143rem !important; }
  .mt-minus-15 {
    margin-top: -1.07143rem !important; }
  .mt-20 {
    margin-top: 1.42857rem !important; }
  .mt-minus-20 {
    margin-top: -1.42857rem !important; }
  .mt-25 {
    margin-top: 1.78571rem !important; }
  .mt-minus-25 {
    margin-top: -1.78571rem !important; }
  .mt-30 {
    margin-top: 2.14286rem !important; }
  .mt-minus-30 {
    margin-top: -2.14286rem !important; }
  .mt-35 {
    margin-top: 2.5rem !important; }
  .mt-minus-35 {
    margin-top: -2.5rem !important; }
  .mt-40 {
    margin-top: 2.85714rem !important; }
  .mt-minus-40 {
    margin-top: -2.85714rem !important; }
  .mt-45 {
    margin-top: 3.21429rem !important; }
  .mt-minus-45 {
    margin-top: -3.21429rem !important; }
  .mt-50 {
    margin-top: 3.57143rem !important; }
  .mt-minus-50 {
    margin-top: -3.57143rem !important; }
  .mt-55 {
    margin-top: 3.92857rem !important; }
  .mt-minus-55 {
    margin-top: -3.92857rem !important; }
  .mt-60 {
    margin-top: 4.28571rem !important; }
  .mt-minus-60 {
    margin-top: -4.28571rem !important; }
  .mt-65 {
    margin-top: 4.64286rem !important; }
  .mt-minus-65 {
    margin-top: -4.64286rem !important; }
  .mt-70 {
    margin-top: 5rem !important; }
  .mt-minus-70 {
    margin-top: -5rem !important; }
  .mt-75 {
    margin-top: 5.35714rem !important; }
  .mt-minus-75 {
    margin-top: -5.35714rem !important; }
  .mt-80 {
    margin-top: 5.71429rem !important; }
  .mt-minus-80 {
    margin-top: -5.71429rem !important; }
  .mt-85 {
    margin-top: 6.07143rem !important; }
  .mt-minus-85 {
    margin-top: -6.07143rem !important; }
  .mt-90 {
    margin-top: 6.42857rem !important; }
  .mt-minus-90 {
    margin-top: -6.42857rem !important; }
  .mt-95 {
    margin-top: 6.78571rem !important; }
  .mt-minus-95 {
    margin-top: -6.78571rem !important; }
  .mt-100 {
    margin-top: 7.14286rem !important; }
  .mt-minus-100 {
    margin-top: -7.14286rem !important; }
  .mt-105 {
    margin-top: 7.5rem !important; }
  .mt-minus-105 {
    margin-top: -7.5rem !important; }
  .mt-110 {
    margin-top: 7.85714rem !important; }
  .mt-minus-110 {
    margin-top: -7.85714rem !important; }
  .mt-115 {
    margin-top: 8.21429rem !important; }
  .mt-minus-115 {
    margin-top: -8.21429rem !important; }
  .mt-120 {
    margin-top: 8.57143rem !important; }
  .mt-minus-120 {
    margin-top: -8.57143rem !important; }
  .mt-125 {
    margin-top: 8.92857rem !important; }
  .mt-minus-125 {
    margin-top: -8.92857rem !important; }
  .mt-130 {
    margin-top: 9.28571rem !important; }
  .mt-minus-130 {
    margin-top: -9.28571rem !important; }
  .mt-135 {
    margin-top: 9.64286rem !important; }
  .mt-minus-135 {
    margin-top: -9.64286rem !important; }
  .mt-140 {
    margin-top: 10rem !important; }
  .mt-minus-140 {
    margin-top: -10rem !important; }
  .mt-145 {
    margin-top: 10.35714rem !important; }
  .mt-minus-145 {
    margin-top: -10.35714rem !important; }
  .mt-150 {
    margin-top: 10.71429rem !important; }
  .mt-minus-150 {
    margin-top: -10.71429rem !important; }
  .mt-155 {
    margin-top: 11.07143rem !important; }
  .mt-minus-155 {
    margin-top: -11.07143rem !important; }
  .mt-160 {
    margin-top: 11.42857rem !important; }
  .mt-minus-160 {
    margin-top: -11.42857rem !important; }
  .mt-165 {
    margin-top: 11.78571rem !important; }
  .mt-minus-165 {
    margin-top: -11.78571rem !important; }
  .mt-170 {
    margin-top: 12.14286rem !important; }
  .mt-minus-170 {
    margin-top: -12.14286rem !important; }
  .mb-1 {
    margin-bottom: 0.07143rem !important; }
  .mb-minus-1 {
    margin-bottom: -0.07143rem !important; }
  .mb-2 {
    margin-bottom: 0.14286rem !important; }
  .mb-minus-2 {
    margin-bottom: -0.14286rem !important; }
  .mb-3 {
    margin-bottom: 0.21429rem !important; }
  .mb-minus-3 {
    margin-bottom: -0.21429rem !important; }
  .mb-4 {
    margin-bottom: 0.28571rem !important; }
  .mb-minus-4 {
    margin-bottom: -0.28571rem !important; }
  .mb-5 {
    margin-bottom: 0.35714rem !important; }
  .mb-minus-5 {
    margin-bottom: -0.35714rem !important; }
  .mb-6 {
    margin-bottom: 0.42857rem !important; }
  .mb-minus-6 {
    margin-bottom: -0.42857rem !important; }
  .mb-7 {
    margin-bottom: 0.5rem !important; }
  .mb-minus-7 {
    margin-bottom: -0.5rem !important; }
  .mb-8 {
    margin-bottom: 0.57143rem !important; }
  .mb-minus-8 {
    margin-bottom: -0.57143rem !important; }
  .mb-9 {
    margin-bottom: 0.64286rem !important; }
  .mb-minus-9 {
    margin-bottom: -0.64286rem !important; }
  .mb-10 {
    margin-bottom: 0.71429rem !important; }
  .mb-minus-10 {
    margin-bottom: -0.71429rem !important; }
  .mb-11 {
    margin-bottom: 0.78571rem !important; }
  .mb-minus-11 {
    margin-bottom: -0.78571rem !important; }
  .mb-12 {
    margin-bottom: 0.85714rem !important; }
  .mb-minus-12 {
    margin-bottom: -0.85714rem !important; }
  .mb-13 {
    margin-bottom: 0.92857rem !important; }
  .mb-minus-13 {
    margin-bottom: -0.92857rem !important; }
  .mb-14 {
    margin-bottom: 1rem !important; }
  .mb-minus-14 {
    margin-bottom: -1rem !important; }
  .mb-15 {
    margin-bottom: 1.07143rem !important; }
  .mb-minus-15 {
    margin-bottom: -1.07143rem !important; }
  .mb-16 {
    margin-bottom: 1.14286rem !important; }
  .mb-minus-16 {
    margin-bottom: -1.14286rem !important; }
  .mb-17 {
    margin-bottom: 1.21429rem !important; }
  .mb-minus-17 {
    margin-bottom: -1.21429rem !important; }
  .mb-18 {
    margin-bottom: 1.28571rem !important; }
  .mb-minus-18 {
    margin-bottom: -1.28571rem !important; }
  .mb-19 {
    margin-bottom: 1.35714rem !important; }
  .mb-minus-19 {
    margin-bottom: -1.35714rem !important; }
  .mb-20 {
    margin-bottom: 1.42857rem !important; }
  .mb-minus-20 {
    margin-bottom: -1.42857rem !important; }
  .mb-10 {
    margin-bottom: 0.71429rem !important; }
  .mb-15 {
    margin-bottom: 1.07143rem !important; }
  .mb-20 {
    margin-bottom: 1.42857rem !important; }
  .mb-25 {
    margin-bottom: 1.78571rem !important; }
  .mb-30 {
    margin-bottom: 2.14286rem !important; }
  .mb-35 {
    margin-bottom: 2.5rem !important; }
  .mb-40 {
    margin-bottom: 2.85714rem !important; }
  .mb-45 {
    margin-bottom: 3.21429rem !important; }
  .mb-50 {
    margin-bottom: 3.57143rem !important; }
  .mb-55 {
    margin-bottom: 3.92857rem !important; }
  .mb-60 {
    margin-bottom: 4.28571rem !important; }
  .mb-65 {
    margin-bottom: 4.64286rem !important; }
  .mb-70 {
    margin-bottom: 5rem !important; }
  .mb-75 {
    margin-bottom: 5.35714rem !important; }
  .mb-80 {
    margin-bottom: 5.71429rem !important; }
  .mb-85 {
    margin-bottom: 6.07143rem !important; }
  .mb-90 {
    margin-bottom: 6.42857rem !important; }
  .mb-95 {
    margin-bottom: 6.78571rem !important; }
  .mb-100 {
    margin-bottom: 7.14286rem !important; }
  .mb-105 {
    margin-bottom: 7.5rem !important; }
  .mb-110 {
    margin-bottom: 7.85714rem !important; }
  .mb-115 {
    margin-bottom: 8.21429rem !important; }
  .mb-120 {
    margin-bottom: 8.57143rem !important; }
  .mb-125 {
    margin-bottom: 8.92857rem !important; }
  .mb-130 {
    margin-bottom: 9.28571rem !important; }
  .mb-135 {
    margin-bottom: 9.64286rem !important; }
  .mb-140 {
    margin-bottom: 10rem !important; }
  .mb-145 {
    margin-bottom: 10.35714rem !important; }
  .mb-150 {
    margin-bottom: 10.71429rem !important; }
  .mb-155 {
    margin-bottom: 11.07143rem !important; }
  .mb-160 {
    margin-bottom: 11.42857rem !important; }
  .mb-165 {
    margin-bottom: 11.78571rem !important; }
  .mb-170 {
    margin-bottom: 12.14286rem !important; }
  .ml-1 {
    margin-left: 0.07143rem !important; }
  .ml-minus-1 {
    margin-left: -0.07143rem !important; }
  .ml-2 {
    margin-left: 0.14286rem !important; }
  .ml-minus-2 {
    margin-left: -0.14286rem !important; }
  .ml-3 {
    margin-left: 0.21429rem !important; }
  .ml-minus-3 {
    margin-left: -0.21429rem !important; }
  .ml-4 {
    margin-left: 0.28571rem !important; }
  .ml-minus-4 {
    margin-left: -0.28571rem !important; }
  .ml-5 {
    margin-left: 0.35714rem !important; }
  .ml-minus-5 {
    margin-left: -0.35714rem !important; }
  .ml-6 {
    margin-left: 0.42857rem !important; }
  .ml-minus-6 {
    margin-left: -0.42857rem !important; }
  .ml-7 {
    margin-left: 0.5rem !important; }
  .ml-minus-7 {
    margin-left: -0.5rem !important; }
  .ml-8 {
    margin-left: 0.57143rem !important; }
  .ml-minus-8 {
    margin-left: -0.57143rem !important; }
  .ml-9 {
    margin-left: 0.64286rem !important; }
  .ml-minus-9 {
    margin-left: -0.64286rem !important; }
  .ml-10 {
    margin-left: 0.71429rem !important; }
  .ml-minus-10 {
    margin-left: -0.71429rem !important; }
  .ml-5 {
    margin-left: 0.35714rem !important; }
  .ml-minus-5 {
    margin-left: -0.35714rem !important; }
  .ml-10 {
    margin-left: 0.71429rem !important; }
  .ml-minus-10 {
    margin-left: -0.71429rem !important; }
  .ml-15 {
    margin-left: 1.07143rem !important; }
  .ml-minus-15 {
    margin-left: -1.07143rem !important; }
  .ml-20 {
    margin-left: 1.42857rem !important; }
  .ml-minus-20 {
    margin-left: -1.42857rem !important; }
  .ml-25 {
    margin-left: 1.78571rem !important; }
  .ml-minus-25 {
    margin-left: -1.78571rem !important; }
  .ml-30 {
    margin-left: 2.14286rem !important; }
  .ml-minus-30 {
    margin-left: -2.14286rem !important; }
  .ml-35 {
    margin-left: 2.5rem !important; }
  .ml-minus-35 {
    margin-left: -2.5rem !important; }
  .ml-40 {
    margin-left: 2.85714rem !important; }
  .ml-minus-40 {
    margin-left: -2.85714rem !important; }
  .ml-45 {
    margin-left: 3.21429rem !important; }
  .ml-minus-45 {
    margin-left: -3.21429rem !important; }
  .ml-50 {
    margin-left: 3.57143rem !important; }
  .ml-minus-50 {
    margin-left: -3.57143rem !important; }
  .mr-1 {
    margin-right: 0.07143rem !important; }
  .mr-minus-1 {
    margin-right: -0.07143rem !important; }
  .mr-2 {
    margin-right: 0.14286rem !important; }
  .mr-minus-2 {
    margin-right: -0.14286rem !important; }
  .mr-3 {
    margin-right: 0.21429rem !important; }
  .mr-minus-3 {
    margin-right: -0.21429rem !important; }
  .mr-4 {
    margin-right: 0.28571rem !important; }
  .mr-minus-4 {
    margin-right: -0.28571rem !important; }
  .mr-5 {
    margin-right: 0.35714rem !important; }
  .mr-minus-5 {
    margin-right: -0.35714rem !important; }
  .mr-6 {
    margin-right: 0.42857rem !important; }
  .mr-minus-6 {
    margin-right: -0.42857rem !important; }
  .mr-7 {
    margin-right: 0.5rem !important; }
  .mr-minus-7 {
    margin-right: -0.5rem !important; }
  .mr-8 {
    margin-right: 0.57143rem !important; }
  .mr-minus-8 {
    margin-right: -0.57143rem !important; }
  .mr-9 {
    margin-right: 0.64286rem !important; }
  .mr-minus-9 {
    margin-right: -0.64286rem !important; }
  .mr-10 {
    margin-right: 0.71429rem !important; }
  .mr-minus-10 {
    margin-right: -0.71429rem !important; }
  .mr-5 {
    margin-right: 0.35714rem !important; }
  .mr-10 {
    margin-right: 0.71429rem !important; }
  .mr-15 {
    margin-right: 1.07143rem !important; }
  .mr-20 {
    margin-right: 1.42857rem !important; }
  .mr-25 {
    margin-right: 1.78571rem !important; }
  .mr-30 {
    margin-right: 2.14286rem !important; }
  .mr-35 {
    margin-right: 2.5rem !important; }
  .mr-40 {
    margin-right: 2.85714rem !important; }
  .mr-45 {
    margin-right: 3.21429rem !important; }
  .mr-50 {
    margin-right: 3.57143rem !important; } }

/* Margin Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  .ma-0--sm {
    margin: 0 !important; }
  .mx-0--sm {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .my-0--sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .ml-0--sm {
    margin-left: 0 !important; }
  .mr-0--sm {
    margin-right: 0 !important; }
  .mt-0--sm {
    margin-top: 0 !important; }
  .mb-0--sm {
    margin-bottom: 0 !important; }
  .mx-1--sm {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important; }
  .mx-2--sm {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important; }
  .mx-3--sm {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important; }
  .mx-4--sm {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important; }
  .mx-5--sm {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important; }
  .mx-6--sm {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important; }
  .mx-7--sm {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .mx-8--sm {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important; }
  .mx-9--sm {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important; }
  .mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .mx-15--sm {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important; }
  .mx-20--sm {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important; }
  .mx-25--sm {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important; }
  .mx-30--sm {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important; }
  .mx-35--sm {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .mx-40--sm {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important; }
  .mx-45--sm {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important; }
  .mx-50--sm {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important; }
  .mx-55--sm {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important; }
  .mx-60--sm {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important; }
  .mx-65--sm {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important; }
  .mx-70--sm {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .mx-75--sm {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important; }
  .mx-80--sm {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important; }
  .mx-85--sm {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important; }
  .mx-90--sm {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important; }
  .mx-95--sm {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important; }
  .mx-100--sm {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important; }
  .my-1--sm {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important; }
  .my-2--sm {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important; }
  .my-3--sm {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important; }
  .my-4--sm {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important; }
  .my-5--sm {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important; }
  .my-6--sm {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important; }
  .my-7--sm {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-8--sm {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important; }
  .my-9--sm {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important; }
  .my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .my-15--sm {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important; }
  .my-20--sm {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important; }
  .my-25--sm {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important; }
  .my-30--sm {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important; }
  .my-35--sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-40--sm {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important; }
  .my-45--sm {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important; }
  .my-50--sm {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important; }
  .my-55--sm {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important; }
  .my-60--sm {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important; }
  .my-65--sm {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important; }
  .my-70--sm {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-75--sm {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important; }
  .my-80--sm {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important; }
  .my-85--sm {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important; }
  .my-90--sm {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important; }
  .my-95--sm {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important; }
  .my-100--sm {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important; }
  .mt-1--sm {
    margin-top: 0.07143rem !important; }
  .mt-minus-1--sm {
    margin-top: -0.07143rem !important; }
  .mt-2--sm {
    margin-top: 0.14286rem !important; }
  .mt-minus-2--sm {
    margin-top: -0.14286rem !important; }
  .mt-3--sm {
    margin-top: 0.21429rem !important; }
  .mt-minus-3--sm {
    margin-top: -0.21429rem !important; }
  .mt-4--sm {
    margin-top: 0.28571rem !important; }
  .mt-minus-4--sm {
    margin-top: -0.28571rem !important; }
  .mt-5--sm {
    margin-top: 0.35714rem !important; }
  .mt-minus-5--sm {
    margin-top: -0.35714rem !important; }
  .mt-6--sm {
    margin-top: 0.42857rem !important; }
  .mt-minus-6--sm {
    margin-top: -0.42857rem !important; }
  .mt-7--sm {
    margin-top: 0.5rem !important; }
  .mt-minus-7--sm {
    margin-top: -0.5rem !important; }
  .mt-8--sm {
    margin-top: 0.57143rem !important; }
  .mt-minus-8--sm {
    margin-top: -0.57143rem !important; }
  .mt-9--sm {
    margin-top: 0.64286rem !important; }
  .mt-minus-9--sm {
    margin-top: -0.64286rem !important; }
  .mt-10--sm {
    margin-top: 0.71429rem !important; }
  .mt-minus-10--sm {
    margin-top: -0.71429rem !important; }
  .mt-11--sm {
    margin-top: 0.78571rem !important; }
  .mt-minus-11--sm {
    margin-top: -0.78571rem !important; }
  .mt-12--sm {
    margin-top: 0.85714rem !important; }
  .mt-minus-12--sm {
    margin-top: -0.85714rem !important; }
  .mt-13--sm {
    margin-top: 0.92857rem !important; }
  .mt-minus-13--sm {
    margin-top: -0.92857rem !important; }
  .mt-14--sm {
    margin-top: 1rem !important; }
  .mt-minus-14--sm {
    margin-top: -1rem !important; }
  .mt-15--sm {
    margin-top: 1.07143rem !important; }
  .mt-minus-15--sm {
    margin-top: -1.07143rem !important; }
  .mt-16--sm {
    margin-top: 1.14286rem !important; }
  .mt-minus-16--sm {
    margin-top: -1.14286rem !important; }
  .mt-17--sm {
    margin-top: 1.21429rem !important; }
  .mt-minus-17--sm {
    margin-top: -1.21429rem !important; }
  .mt-18--sm {
    margin-top: 1.28571rem !important; }
  .mt-minus-18--sm {
    margin-top: -1.28571rem !important; }
  .mt-19--sm {
    margin-top: 1.35714rem !important; }
  .mt-minus-19--sm {
    margin-top: -1.35714rem !important; }
  .mt-20--sm {
    margin-top: 1.42857rem !important; }
  .mt-minus-20--sm {
    margin-top: -1.42857rem !important; }
  .mt-10--sm {
    margin-top: 0.71429rem !important; }
  .mt-minus-10--sm {
    margin-top: -0.71429rem !important; }
  .mt-15--sm {
    margin-top: 1.07143rem !important; }
  .mt-minus-15--sm {
    margin-top: -1.07143rem !important; }
  .mt-20--sm {
    margin-top: 1.42857rem !important; }
  .mt-minus-20--sm {
    margin-top: -1.42857rem !important; }
  .mt-25--sm {
    margin-top: 1.78571rem !important; }
  .mt-minus-25--sm {
    margin-top: -1.78571rem !important; }
  .mt-30--sm {
    margin-top: 2.14286rem !important; }
  .mt-minus-30--sm {
    margin-top: -2.14286rem !important; }
  .mt-35--sm {
    margin-top: 2.5rem !important; }
  .mt-minus-35--sm {
    margin-top: -2.5rem !important; }
  .mt-40--sm {
    margin-top: 2.85714rem !important; }
  .mt-minus-40--sm {
    margin-top: -2.85714rem !important; }
  .mt-45--sm {
    margin-top: 3.21429rem !important; }
  .mt-minus-45--sm {
    margin-top: -3.21429rem !important; }
  .mt-50--sm {
    margin-top: 3.57143rem !important; }
  .mt-minus-50--sm {
    margin-top: -3.57143rem !important; }
  .mt-55--sm {
    margin-top: 3.92857rem !important; }
  .mt-minus-55--sm {
    margin-top: -3.92857rem !important; }
  .mt-60--sm {
    margin-top: 4.28571rem !important; }
  .mt-minus-60--sm {
    margin-top: -4.28571rem !important; }
  .mt-65--sm {
    margin-top: 4.64286rem !important; }
  .mt-minus-65--sm {
    margin-top: -4.64286rem !important; }
  .mt-70--sm {
    margin-top: 5rem !important; }
  .mt-minus-70--sm {
    margin-top: -5rem !important; }
  .mt-75--sm {
    margin-top: 5.35714rem !important; }
  .mt-minus-75--sm {
    margin-top: -5.35714rem !important; }
  .mt-80--sm {
    margin-top: 5.71429rem !important; }
  .mt-minus-80--sm {
    margin-top: -5.71429rem !important; }
  .mt-85--sm {
    margin-top: 6.07143rem !important; }
  .mt-minus-85--sm {
    margin-top: -6.07143rem !important; }
  .mt-90--sm {
    margin-top: 6.42857rem !important; }
  .mt-minus-90--sm {
    margin-top: -6.42857rem !important; }
  .mt-95--sm {
    margin-top: 6.78571rem !important; }
  .mt-minus-95--sm {
    margin-top: -6.78571rem !important; }
  .mt-100--sm {
    margin-top: 7.14286rem !important; }
  .mt-minus-100--sm {
    margin-top: -7.14286rem !important; }
  .mt-105--sm {
    margin-top: 7.5rem !important; }
  .mt-minus-105--sm {
    margin-top: -7.5rem !important; }
  .mt-110--sm {
    margin-top: 7.85714rem !important; }
  .mt-minus-110--sm {
    margin-top: -7.85714rem !important; }
  .mt-115--sm {
    margin-top: 8.21429rem !important; }
  .mt-minus-115--sm {
    margin-top: -8.21429rem !important; }
  .mt-120--sm {
    margin-top: 8.57143rem !important; }
  .mt-minus-120--sm {
    margin-top: -8.57143rem !important; }
  .mt-125--sm {
    margin-top: 8.92857rem !important; }
  .mt-minus-125--sm {
    margin-top: -8.92857rem !important; }
  .mt-130--sm {
    margin-top: 9.28571rem !important; }
  .mt-minus-130--sm {
    margin-top: -9.28571rem !important; }
  .mt-135--sm {
    margin-top: 9.64286rem !important; }
  .mt-minus-135--sm {
    margin-top: -9.64286rem !important; }
  .mt-140--sm {
    margin-top: 10rem !important; }
  .mt-minus-140--sm {
    margin-top: -10rem !important; }
  .mt-145--sm {
    margin-top: 10.35714rem !important; }
  .mt-minus-145--sm {
    margin-top: -10.35714rem !important; }
  .mt-150--sm {
    margin-top: 10.71429rem !important; }
  .mt-minus-150--sm {
    margin-top: -10.71429rem !important; }
  .mt-155--sm {
    margin-top: 11.07143rem !important; }
  .mt-minus-155--sm {
    margin-top: -11.07143rem !important; }
  .mt-160--sm {
    margin-top: 11.42857rem !important; }
  .mt-minus-160--sm {
    margin-top: -11.42857rem !important; }
  .mt-165--sm {
    margin-top: 11.78571rem !important; }
  .mt-minus-165--sm {
    margin-top: -11.78571rem !important; }
  .mt-170--sm {
    margin-top: 12.14286rem !important; }
  .mt-minus-170--sm {
    margin-top: -12.14286rem !important; }
  .mb-1--sm {
    margin-bottom: 0.07143rem !important; }
  .mb-minus-1--sm {
    margin-bottom: -0.07143rem !important; }
  .mb-2--sm {
    margin-bottom: 0.14286rem !important; }
  .mb-minus-2--sm {
    margin-bottom: -0.14286rem !important; }
  .mb-3--sm {
    margin-bottom: 0.21429rem !important; }
  .mb-minus-3--sm {
    margin-bottom: -0.21429rem !important; }
  .mb-4--sm {
    margin-bottom: 0.28571rem !important; }
  .mb-minus-4--sm {
    margin-bottom: -0.28571rem !important; }
  .mb-5--sm {
    margin-bottom: 0.35714rem !important; }
  .mb-minus-5--sm {
    margin-bottom: -0.35714rem !important; }
  .mb-6--sm {
    margin-bottom: 0.42857rem !important; }
  .mb-minus-6--sm {
    margin-bottom: -0.42857rem !important; }
  .mb-7--sm {
    margin-bottom: 0.5rem !important; }
  .mb-minus-7--sm {
    margin-bottom: -0.5rem !important; }
  .mb-8--sm {
    margin-bottom: 0.57143rem !important; }
  .mb-minus-8--sm {
    margin-bottom: -0.57143rem !important; }
  .mb-9--sm {
    margin-bottom: 0.64286rem !important; }
  .mb-minus-9--sm {
    margin-bottom: -0.64286rem !important; }
  .mb-10--sm {
    margin-bottom: 0.71429rem !important; }
  .mb-minus-10--sm {
    margin-bottom: -0.71429rem !important; }
  .mb-11--sm {
    margin-bottom: 0.78571rem !important; }
  .mb-minus-11--sm {
    margin-bottom: -0.78571rem !important; }
  .mb-12--sm {
    margin-bottom: 0.85714rem !important; }
  .mb-minus-12--sm {
    margin-bottom: -0.85714rem !important; }
  .mb-13--sm {
    margin-bottom: 0.92857rem !important; }
  .mb-minus-13--sm {
    margin-bottom: -0.92857rem !important; }
  .mb-14--sm {
    margin-bottom: 1rem !important; }
  .mb-minus-14--sm {
    margin-bottom: -1rem !important; }
  .mb-15--sm {
    margin-bottom: 1.07143rem !important; }
  .mb-minus-15--sm {
    margin-bottom: -1.07143rem !important; }
  .mb-16--sm {
    margin-bottom: 1.14286rem !important; }
  .mb-minus-16--sm {
    margin-bottom: -1.14286rem !important; }
  .mb-17--sm {
    margin-bottom: 1.21429rem !important; }
  .mb-minus-17--sm {
    margin-bottom: -1.21429rem !important; }
  .mb-18--sm {
    margin-bottom: 1.28571rem !important; }
  .mb-minus-18--sm {
    margin-bottom: -1.28571rem !important; }
  .mb-19--sm {
    margin-bottom: 1.35714rem !important; }
  .mb-minus-19--sm {
    margin-bottom: -1.35714rem !important; }
  .mb-20--sm {
    margin-bottom: 1.42857rem !important; }
  .mb-minus-20--sm {
    margin-bottom: -1.42857rem !important; }
  .mb-10--sm {
    margin-bottom: 0.71429rem !important; }
  .mb-15--sm {
    margin-bottom: 1.07143rem !important; }
  .mb-20--sm {
    margin-bottom: 1.42857rem !important; }
  .mb-25--sm {
    margin-bottom: 1.78571rem !important; }
  .mb-30--sm {
    margin-bottom: 2.14286rem !important; }
  .mb-35--sm {
    margin-bottom: 2.5rem !important; }
  .mb-40--sm {
    margin-bottom: 2.85714rem !important; }
  .mb-45--sm {
    margin-bottom: 3.21429rem !important; }
  .mb-50--sm {
    margin-bottom: 3.57143rem !important; }
  .mb-55--sm {
    margin-bottom: 3.92857rem !important; }
  .mb-60--sm {
    margin-bottom: 4.28571rem !important; }
  .mb-65--sm {
    margin-bottom: 4.64286rem !important; }
  .mb-70--sm {
    margin-bottom: 5rem !important; }
  .mb-75--sm {
    margin-bottom: 5.35714rem !important; }
  .mb-80--sm {
    margin-bottom: 5.71429rem !important; }
  .mb-85--sm {
    margin-bottom: 6.07143rem !important; }
  .mb-90--sm {
    margin-bottom: 6.42857rem !important; }
  .mb-95--sm {
    margin-bottom: 6.78571rem !important; }
  .mb-100--sm {
    margin-bottom: 7.14286rem !important; }
  .mb-105--sm {
    margin-bottom: 7.5rem !important; }
  .mb-110--sm {
    margin-bottom: 7.85714rem !important; }
  .mb-115--sm {
    margin-bottom: 8.21429rem !important; }
  .mb-120--sm {
    margin-bottom: 8.57143rem !important; }
  .mb-125--sm {
    margin-bottom: 8.92857rem !important; }
  .mb-130--sm {
    margin-bottom: 9.28571rem !important; }
  .mb-135--sm {
    margin-bottom: 9.64286rem !important; }
  .mb-140--sm {
    margin-bottom: 10rem !important; }
  .mb-145--sm {
    margin-bottom: 10.35714rem !important; }
  .mb-150--sm {
    margin-bottom: 10.71429rem !important; }
  .mb-155--sm {
    margin-bottom: 11.07143rem !important; }
  .mb-160--sm {
    margin-bottom: 11.42857rem !important; }
  .mb-165--sm {
    margin-bottom: 11.78571rem !important; }
  .mb-170--sm {
    margin-bottom: 12.14286rem !important; }
  .ml-1--sm {
    margin-left: 0.07143rem !important; }
  .ml-minus-1--sm {
    margin-left: -0.07143rem !important; }
  .ml-2--sm {
    margin-left: 0.14286rem !important; }
  .ml-minus-2--sm {
    margin-left: -0.14286rem !important; }
  .ml-3--sm {
    margin-left: 0.21429rem !important; }
  .ml-minus-3--sm {
    margin-left: -0.21429rem !important; }
  .ml-4--sm {
    margin-left: 0.28571rem !important; }
  .ml-minus-4--sm {
    margin-left: -0.28571rem !important; }
  .ml-5--sm {
    margin-left: 0.35714rem !important; }
  .ml-minus-5--sm {
    margin-left: -0.35714rem !important; }
  .ml-6--sm {
    margin-left: 0.42857rem !important; }
  .ml-minus-6--sm {
    margin-left: -0.42857rem !important; }
  .ml-7--sm {
    margin-left: 0.5rem !important; }
  .ml-minus-7--sm {
    margin-left: -0.5rem !important; }
  .ml-8--sm {
    margin-left: 0.57143rem !important; }
  .ml-minus-8--sm {
    margin-left: -0.57143rem !important; }
  .ml-9--sm {
    margin-left: 0.64286rem !important; }
  .ml-minus-9--sm {
    margin-left: -0.64286rem !important; }
  .ml-10--sm {
    margin-left: 0.71429rem !important; }
  .ml-minus-10--sm {
    margin-left: -0.71429rem !important; }
  .ml-5--sm {
    margin-left: 0.35714rem !important; }
  .ml-minus-5--sm {
    margin-left: -0.35714rem !important; }
  .ml-10--sm {
    margin-left: 0.71429rem !important; }
  .ml-minus-10--sm {
    margin-left: -0.71429rem !important; }
  .ml-15--sm {
    margin-left: 1.07143rem !important; }
  .ml-minus-15--sm {
    margin-left: -1.07143rem !important; }
  .ml-20--sm {
    margin-left: 1.42857rem !important; }
  .ml-minus-20--sm {
    margin-left: -1.42857rem !important; }
  .ml-25--sm {
    margin-left: 1.78571rem !important; }
  .ml-minus-25--sm {
    margin-left: -1.78571rem !important; }
  .ml-30--sm {
    margin-left: 2.14286rem !important; }
  .ml-minus-30--sm {
    margin-left: -2.14286rem !important; }
  .ml-35--sm {
    margin-left: 2.5rem !important; }
  .ml-minus-35--sm {
    margin-left: -2.5rem !important; }
  .ml-40--sm {
    margin-left: 2.85714rem !important; }
  .ml-minus-40--sm {
    margin-left: -2.85714rem !important; }
  .ml-45--sm {
    margin-left: 3.21429rem !important; }
  .ml-minus-45--sm {
    margin-left: -3.21429rem !important; }
  .ml-50--sm {
    margin-left: 3.57143rem !important; }
  .ml-minus-50--sm {
    margin-left: -3.57143rem !important; }
  .mr-1--sm {
    margin-right: 0.07143rem !important; }
  .mr-minus-1--sm {
    margin-right: -0.07143rem !important; }
  .mr-2--sm {
    margin-right: 0.14286rem !important; }
  .mr-minus-2--sm {
    margin-right: -0.14286rem !important; }
  .mr-3--sm {
    margin-right: 0.21429rem !important; }
  .mr-minus-3--sm {
    margin-right: -0.21429rem !important; }
  .mr-4--sm {
    margin-right: 0.28571rem !important; }
  .mr-minus-4--sm {
    margin-right: -0.28571rem !important; }
  .mr-5--sm {
    margin-right: 0.35714rem !important; }
  .mr-minus-5--sm {
    margin-right: -0.35714rem !important; }
  .mr-6--sm {
    margin-right: 0.42857rem !important; }
  .mr-minus-6--sm {
    margin-right: -0.42857rem !important; }
  .mr-7--sm {
    margin-right: 0.5rem !important; }
  .mr-minus-7--sm {
    margin-right: -0.5rem !important; }
  .mr-8--sm {
    margin-right: 0.57143rem !important; }
  .mr-minus-8--sm {
    margin-right: -0.57143rem !important; }
  .mr-9--sm {
    margin-right: 0.64286rem !important; }
  .mr-minus-9--sm {
    margin-right: -0.64286rem !important; }
  .mr-10--sm {
    margin-right: 0.71429rem !important; }
  .mr-minus-10--sm {
    margin-right: -0.71429rem !important; }
  .mr-5--sm {
    margin-right: 0.35714rem !important; }
  .mr-10--sm {
    margin-right: 0.71429rem !important; }
  .mr-15--sm {
    margin-right: 1.07143rem !important; }
  .mr-20--sm {
    margin-right: 1.42857rem !important; }
  .mr-25--sm {
    margin-right: 1.78571rem !important; }
  .mr-30--sm {
    margin-right: 2.14286rem !important; }
  .mr-35--sm {
    margin-right: 2.5rem !important; }
  .mr-40--sm {
    margin-right: 2.85714rem !important; }
  .mr-45--sm {
    margin-right: 3.21429rem !important; }
  .mr-50--sm {
    margin-right: 3.57143rem !important; } }

/* Margin Spaces (md)
------------------------------------*/
@media (min-width: 768px) {
  .ma-0--md {
    margin: 0 !important; }
  .mx-0--md {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .my-0--md {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .ml-0--md {
    margin-left: 0 !important; }
  .mr-0--md {
    margin-right: 0 !important; }
  .mt-0--md {
    margin-top: 0 !important; }
  .mb-0--md {
    margin-bottom: 0 !important; }
  .mx-1--md {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important; }
  .mx-2--md {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important; }
  .mx-3--md {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important; }
  .mx-4--md {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important; }
  .mx-5--md {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important; }
  .mx-6--md {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important; }
  .mx-7--md {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .mx-8--md {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important; }
  .mx-9--md {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important; }
  .mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .mx-15--md {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important; }
  .mx-20--md {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important; }
  .mx-25--md {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important; }
  .mx-30--md {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important; }
  .mx-35--md {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .mx-40--md {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important; }
  .mx-45--md {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important; }
  .mx-50--md {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important; }
  .mx-55--md {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important; }
  .mx-60--md {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important; }
  .mx-65--md {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important; }
  .mx-70--md {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .mx-75--md {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important; }
  .mx-80--md {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important; }
  .mx-85--md {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important; }
  .mx-90--md {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important; }
  .mx-95--md {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important; }
  .mx-100--md {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important; }
  .my-1--md {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important; }
  .my-2--md {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important; }
  .my-3--md {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important; }
  .my-4--md {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important; }
  .my-5--md {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important; }
  .my-6--md {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important; }
  .my-7--md {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-8--md {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important; }
  .my-9--md {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important; }
  .my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .my-15--md {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important; }
  .my-20--md {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important; }
  .my-25--md {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important; }
  .my-30--md {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important; }
  .my-35--md {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-40--md {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important; }
  .my-45--md {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important; }
  .my-50--md {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important; }
  .my-55--md {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important; }
  .my-60--md {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important; }
  .my-65--md {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important; }
  .my-70--md {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-75--md {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important; }
  .my-80--md {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important; }
  .my-85--md {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important; }
  .my-90--md {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important; }
  .my-95--md {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important; }
  .my-100--md {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important; }
  .mt-1--md {
    margin-top: 0.07143rem !important; }
  .mt-minus-1--md {
    margin-top: -0.07143rem !important; }
  .mt-2--md {
    margin-top: 0.14286rem !important; }
  .mt-minus-2--md {
    margin-top: -0.14286rem !important; }
  .mt-3--md {
    margin-top: 0.21429rem !important; }
  .mt-minus-3--md {
    margin-top: -0.21429rem !important; }
  .mt-4--md {
    margin-top: 0.28571rem !important; }
  .mt-minus-4--md {
    margin-top: -0.28571rem !important; }
  .mt-5--md {
    margin-top: 0.35714rem !important; }
  .mt-minus-5--md {
    margin-top: -0.35714rem !important; }
  .mt-6--md {
    margin-top: 0.42857rem !important; }
  .mt-minus-6--md {
    margin-top: -0.42857rem !important; }
  .mt-7--md {
    margin-top: 0.5rem !important; }
  .mt-minus-7--md {
    margin-top: -0.5rem !important; }
  .mt-8--md {
    margin-top: 0.57143rem !important; }
  .mt-minus-8--md {
    margin-top: -0.57143rem !important; }
  .mt-9--md {
    margin-top: 0.64286rem !important; }
  .mt-minus-9--md {
    margin-top: -0.64286rem !important; }
  .mt-10--md {
    margin-top: 0.71429rem !important; }
  .mt-minus-10--md {
    margin-top: -0.71429rem !important; }
  .mt-11--md {
    margin-top: 0.78571rem !important; }
  .mt-minus-11--md {
    margin-top: -0.78571rem !important; }
  .mt-12--md {
    margin-top: 0.85714rem !important; }
  .mt-minus-12--md {
    margin-top: -0.85714rem !important; }
  .mt-13--md {
    margin-top: 0.92857rem !important; }
  .mt-minus-13--md {
    margin-top: -0.92857rem !important; }
  .mt-14--md {
    margin-top: 1rem !important; }
  .mt-minus-14--md {
    margin-top: -1rem !important; }
  .mt-15--md {
    margin-top: 1.07143rem !important; }
  .mt-minus-15--md {
    margin-top: -1.07143rem !important; }
  .mt-16--md {
    margin-top: 1.14286rem !important; }
  .mt-minus-16--md {
    margin-top: -1.14286rem !important; }
  .mt-17--md {
    margin-top: 1.21429rem !important; }
  .mt-minus-17--md {
    margin-top: -1.21429rem !important; }
  .mt-18--md {
    margin-top: 1.28571rem !important; }
  .mt-minus-18--md {
    margin-top: -1.28571rem !important; }
  .mt-19--md {
    margin-top: 1.35714rem !important; }
  .mt-minus-19--md {
    margin-top: -1.35714rem !important; }
  .mt-20--md {
    margin-top: 1.42857rem !important; }
  .mt-minus-20--md {
    margin-top: -1.42857rem !important; }
  .mt-10--md {
    margin-top: 0.71429rem !important; }
  .mt-minus-10--md {
    margin-top: -0.71429rem !important; }
  .mt-15--md {
    margin-top: 1.07143rem !important; }
  .mt-minus-15--md {
    margin-top: -1.07143rem !important; }
  .mt-20--md {
    margin-top: 1.42857rem !important; }
  .mt-minus-20--md {
    margin-top: -1.42857rem !important; }
  .mt-25--md {
    margin-top: 1.78571rem !important; }
  .mt-minus-25--md {
    margin-top: -1.78571rem !important; }
  .mt-30--md {
    margin-top: 2.14286rem !important; }
  .mt-minus-30--md {
    margin-top: -2.14286rem !important; }
  .mt-35--md {
    margin-top: 2.5rem !important; }
  .mt-minus-35--md {
    margin-top: -2.5rem !important; }
  .mt-40--md {
    margin-top: 2.85714rem !important; }
  .mt-minus-40--md {
    margin-top: -2.85714rem !important; }
  .mt-45--md {
    margin-top: 3.21429rem !important; }
  .mt-minus-45--md {
    margin-top: -3.21429rem !important; }
  .mt-50--md {
    margin-top: 3.57143rem !important; }
  .mt-minus-50--md {
    margin-top: -3.57143rem !important; }
  .mt-55--md {
    margin-top: 3.92857rem !important; }
  .mt-minus-55--md {
    margin-top: -3.92857rem !important; }
  .mt-60--md {
    margin-top: 4.28571rem !important; }
  .mt-minus-60--md {
    margin-top: -4.28571rem !important; }
  .mt-65--md {
    margin-top: 4.64286rem !important; }
  .mt-minus-65--md {
    margin-top: -4.64286rem !important; }
  .mt-70--md {
    margin-top: 5rem !important; }
  .mt-minus-70--md {
    margin-top: -5rem !important; }
  .mt-75--md {
    margin-top: 5.35714rem !important; }
  .mt-minus-75--md {
    margin-top: -5.35714rem !important; }
  .mt-80--md {
    margin-top: 5.71429rem !important; }
  .mt-minus-80--md {
    margin-top: -5.71429rem !important; }
  .mt-85--md {
    margin-top: 6.07143rem !important; }
  .mt-minus-85--md {
    margin-top: -6.07143rem !important; }
  .mt-90--md {
    margin-top: 6.42857rem !important; }
  .mt-minus-90--md {
    margin-top: -6.42857rem !important; }
  .mt-95--md {
    margin-top: 6.78571rem !important; }
  .mt-minus-95--md {
    margin-top: -6.78571rem !important; }
  .mt-100--md {
    margin-top: 7.14286rem !important; }
  .mt-minus-100--md {
    margin-top: -7.14286rem !important; }
  .mt-105--md {
    margin-top: 7.5rem !important; }
  .mt-minus-105--md {
    margin-top: -7.5rem !important; }
  .mt-110--md {
    margin-top: 7.85714rem !important; }
  .mt-minus-110--md {
    margin-top: -7.85714rem !important; }
  .mt-115--md {
    margin-top: 8.21429rem !important; }
  .mt-minus-115--md {
    margin-top: -8.21429rem !important; }
  .mt-120--md {
    margin-top: 8.57143rem !important; }
  .mt-minus-120--md {
    margin-top: -8.57143rem !important; }
  .mt-125--md {
    margin-top: 8.92857rem !important; }
  .mt-minus-125--md {
    margin-top: -8.92857rem !important; }
  .mt-130--md {
    margin-top: 9.28571rem !important; }
  .mt-minus-130--md {
    margin-top: -9.28571rem !important; }
  .mt-135--md {
    margin-top: 9.64286rem !important; }
  .mt-minus-135--md {
    margin-top: -9.64286rem !important; }
  .mt-140--md {
    margin-top: 10rem !important; }
  .mt-minus-140--md {
    margin-top: -10rem !important; }
  .mt-145--md {
    margin-top: 10.35714rem !important; }
  .mt-minus-145--md {
    margin-top: -10.35714rem !important; }
  .mt-150--md {
    margin-top: 10.71429rem !important; }
  .mt-minus-150--md {
    margin-top: -10.71429rem !important; }
  .mt-155--md {
    margin-top: 11.07143rem !important; }
  .mt-minus-155--md {
    margin-top: -11.07143rem !important; }
  .mt-160--md {
    margin-top: 11.42857rem !important; }
  .mt-minus-160--md {
    margin-top: -11.42857rem !important; }
  .mt-165--md {
    margin-top: 11.78571rem !important; }
  .mt-minus-165--md {
    margin-top: -11.78571rem !important; }
  .mt-170--md {
    margin-top: 12.14286rem !important; }
  .mt-minus-170--md {
    margin-top: -12.14286rem !important; }
  .mb-1--md {
    margin-bottom: 0.07143rem !important; }
  .mb-minus-1--md {
    margin-bottom: -0.07143rem !important; }
  .mb-2--md {
    margin-bottom: 0.14286rem !important; }
  .mb-minus-2--md {
    margin-bottom: -0.14286rem !important; }
  .mb-3--md {
    margin-bottom: 0.21429rem !important; }
  .mb-minus-3--md {
    margin-bottom: -0.21429rem !important; }
  .mb-4--md {
    margin-bottom: 0.28571rem !important; }
  .mb-minus-4--md {
    margin-bottom: -0.28571rem !important; }
  .mb-5--md {
    margin-bottom: 0.35714rem !important; }
  .mb-minus-5--md {
    margin-bottom: -0.35714rem !important; }
  .mb-6--md {
    margin-bottom: 0.42857rem !important; }
  .mb-minus-6--md {
    margin-bottom: -0.42857rem !important; }
  .mb-7--md {
    margin-bottom: 0.5rem !important; }
  .mb-minus-7--md {
    margin-bottom: -0.5rem !important; }
  .mb-8--md {
    margin-bottom: 0.57143rem !important; }
  .mb-minus-8--md {
    margin-bottom: -0.57143rem !important; }
  .mb-9--md {
    margin-bottom: 0.64286rem !important; }
  .mb-minus-9--md {
    margin-bottom: -0.64286rem !important; }
  .mb-10--md {
    margin-bottom: 0.71429rem !important; }
  .mb-minus-10--md {
    margin-bottom: -0.71429rem !important; }
  .mb-11--md {
    margin-bottom: 0.78571rem !important; }
  .mb-minus-11--md {
    margin-bottom: -0.78571rem !important; }
  .mb-12--md {
    margin-bottom: 0.85714rem !important; }
  .mb-minus-12--md {
    margin-bottom: -0.85714rem !important; }
  .mb-13--md {
    margin-bottom: 0.92857rem !important; }
  .mb-minus-13--md {
    margin-bottom: -0.92857rem !important; }
  .mb-14--md {
    margin-bottom: 1rem !important; }
  .mb-minus-14--md {
    margin-bottom: -1rem !important; }
  .mb-15--md {
    margin-bottom: 1.07143rem !important; }
  .mb-minus-15--md {
    margin-bottom: -1.07143rem !important; }
  .mb-16--md {
    margin-bottom: 1.14286rem !important; }
  .mb-minus-16--md {
    margin-bottom: -1.14286rem !important; }
  .mb-17--md {
    margin-bottom: 1.21429rem !important; }
  .mb-minus-17--md {
    margin-bottom: -1.21429rem !important; }
  .mb-18--md {
    margin-bottom: 1.28571rem !important; }
  .mb-minus-18--md {
    margin-bottom: -1.28571rem !important; }
  .mb-19--md {
    margin-bottom: 1.35714rem !important; }
  .mb-minus-19--md {
    margin-bottom: -1.35714rem !important; }
  .mb-20--md {
    margin-bottom: 1.42857rem !important; }
  .mb-minus-20--md {
    margin-bottom: -1.42857rem !important; }
  .mb-10--md {
    margin-bottom: 0.71429rem !important; }
  .mb-15--md {
    margin-bottom: 1.07143rem !important; }
  .mb-20--md {
    margin-bottom: 1.42857rem !important; }
  .mb-25--md {
    margin-bottom: 1.78571rem !important; }
  .mb-30--md {
    margin-bottom: 2.14286rem !important; }
  .mb-35--md {
    margin-bottom: 2.5rem !important; }
  .mb-40--md {
    margin-bottom: 2.85714rem !important; }
  .mb-45--md {
    margin-bottom: 3.21429rem !important; }
  .mb-50--md {
    margin-bottom: 3.57143rem !important; }
  .mb-55--md {
    margin-bottom: 3.92857rem !important; }
  .mb-60--md {
    margin-bottom: 4.28571rem !important; }
  .mb-65--md {
    margin-bottom: 4.64286rem !important; }
  .mb-70--md {
    margin-bottom: 5rem !important; }
  .mb-75--md {
    margin-bottom: 5.35714rem !important; }
  .mb-80--md {
    margin-bottom: 5.71429rem !important; }
  .mb-85--md {
    margin-bottom: 6.07143rem !important; }
  .mb-90--md {
    margin-bottom: 6.42857rem !important; }
  .mb-95--md {
    margin-bottom: 6.78571rem !important; }
  .mb-100--md {
    margin-bottom: 7.14286rem !important; }
  .mb-105--md {
    margin-bottom: 7.5rem !important; }
  .mb-110--md {
    margin-bottom: 7.85714rem !important; }
  .mb-115--md {
    margin-bottom: 8.21429rem !important; }
  .mb-120--md {
    margin-bottom: 8.57143rem !important; }
  .mb-125--md {
    margin-bottom: 8.92857rem !important; }
  .mb-130--md {
    margin-bottom: 9.28571rem !important; }
  .mb-135--md {
    margin-bottom: 9.64286rem !important; }
  .mb-140--md {
    margin-bottom: 10rem !important; }
  .mb-145--md {
    margin-bottom: 10.35714rem !important; }
  .mb-150--md {
    margin-bottom: 10.71429rem !important; }
  .mb-155--md {
    margin-bottom: 11.07143rem !important; }
  .mb-160--md {
    margin-bottom: 11.42857rem !important; }
  .mb-165--md {
    margin-bottom: 11.78571rem !important; }
  .mb-170--md {
    margin-bottom: 12.14286rem !important; }
  .ml-1--md {
    margin-left: 0.07143rem !important; }
  .ml-minus-1--md {
    margin-left: -0.07143rem !important; }
  .ml-2--md {
    margin-left: 0.14286rem !important; }
  .ml-minus-2--md {
    margin-left: -0.14286rem !important; }
  .ml-3--md {
    margin-left: 0.21429rem !important; }
  .ml-minus-3--md {
    margin-left: -0.21429rem !important; }
  .ml-4--md {
    margin-left: 0.28571rem !important; }
  .ml-minus-4--md {
    margin-left: -0.28571rem !important; }
  .ml-5--md {
    margin-left: 0.35714rem !important; }
  .ml-minus-5--md {
    margin-left: -0.35714rem !important; }
  .ml-6--md {
    margin-left: 0.42857rem !important; }
  .ml-minus-6--md {
    margin-left: -0.42857rem !important; }
  .ml-7--md {
    margin-left: 0.5rem !important; }
  .ml-minus-7--md {
    margin-left: -0.5rem !important; }
  .ml-8--md {
    margin-left: 0.57143rem !important; }
  .ml-minus-8--md {
    margin-left: -0.57143rem !important; }
  .ml-9--md {
    margin-left: 0.64286rem !important; }
  .ml-minus-9--md {
    margin-left: -0.64286rem !important; }
  .ml-10--md {
    margin-left: 0.71429rem !important; }
  .ml-minus-10--md {
    margin-left: -0.71429rem !important; }
  .ml-5--md {
    margin-left: 0.35714rem !important; }
  .ml-minus-5--md {
    margin-left: -0.35714rem !important; }
  .ml-10--md {
    margin-left: 0.71429rem !important; }
  .ml-minus-10--md {
    margin-left: -0.71429rem !important; }
  .ml-15--md {
    margin-left: 1.07143rem !important; }
  .ml-minus-15--md {
    margin-left: -1.07143rem !important; }
  .ml-20--md {
    margin-left: 1.42857rem !important; }
  .ml-minus-20--md {
    margin-left: -1.42857rem !important; }
  .ml-25--md {
    margin-left: 1.78571rem !important; }
  .ml-minus-25--md {
    margin-left: -1.78571rem !important; }
  .ml-30--md {
    margin-left: 2.14286rem !important; }
  .ml-minus-30--md {
    margin-left: -2.14286rem !important; }
  .ml-35--md {
    margin-left: 2.5rem !important; }
  .ml-minus-35--md {
    margin-left: -2.5rem !important; }
  .ml-40--md {
    margin-left: 2.85714rem !important; }
  .ml-minus-40--md {
    margin-left: -2.85714rem !important; }
  .ml-45--md {
    margin-left: 3.21429rem !important; }
  .ml-minus-45--md {
    margin-left: -3.21429rem !important; }
  .ml-50--md {
    margin-left: 3.57143rem !important; }
  .ml-minus-50--md {
    margin-left: -3.57143rem !important; }
  .mr-1--md {
    margin-right: 0.07143rem !important; }
  .mr-minus-1--md {
    margin-right: -0.07143rem !important; }
  .mr-2--md {
    margin-right: 0.14286rem !important; }
  .mr-minus-2--md {
    margin-right: -0.14286rem !important; }
  .mr-3--md {
    margin-right: 0.21429rem !important; }
  .mr-minus-3--md {
    margin-right: -0.21429rem !important; }
  .mr-4--md {
    margin-right: 0.28571rem !important; }
  .mr-minus-4--md {
    margin-right: -0.28571rem !important; }
  .mr-5--md {
    margin-right: 0.35714rem !important; }
  .mr-minus-5--md {
    margin-right: -0.35714rem !important; }
  .mr-6--md {
    margin-right: 0.42857rem !important; }
  .mr-minus-6--md {
    margin-right: -0.42857rem !important; }
  .mr-7--md {
    margin-right: 0.5rem !important; }
  .mr-minus-7--md {
    margin-right: -0.5rem !important; }
  .mr-8--md {
    margin-right: 0.57143rem !important; }
  .mr-minus-8--md {
    margin-right: -0.57143rem !important; }
  .mr-9--md {
    margin-right: 0.64286rem !important; }
  .mr-minus-9--md {
    margin-right: -0.64286rem !important; }
  .mr-10--md {
    margin-right: 0.71429rem !important; }
  .mr-minus-10--md {
    margin-right: -0.71429rem !important; }
  .mr-5--md {
    margin-right: 0.35714rem !important; }
  .mr-10--md {
    margin-right: 0.71429rem !important; }
  .mr-15--md {
    margin-right: 1.07143rem !important; }
  .mr-20--md {
    margin-right: 1.42857rem !important; }
  .mr-25--md {
    margin-right: 1.78571rem !important; }
  .mr-30--md {
    margin-right: 2.14286rem !important; }
  .mr-35--md {
    margin-right: 2.5rem !important; }
  .mr-40--md {
    margin-right: 2.85714rem !important; }
  .mr-45--md {
    margin-right: 3.21429rem !important; }
  .mr-50--md {
    margin-right: 3.57143rem !important; } }

/* Margin Spaces (lg)
------------------------------------*/
@media (min-width: 992px) {
  .ma-0--lg {
    margin: 0 !important; }
  .mx-0--lg {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .my-0--lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .ml-0--lg {
    margin-left: 0 !important; }
  .mr-0--lg {
    margin-right: 0 !important; }
  .mt-0--lg {
    margin-top: 0 !important; }
  .mb-0--lg {
    margin-bottom: 0 !important; }
  .mx-1--lg {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important; }
  .mx-2--lg {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important; }
  .mx-3--lg {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important; }
  .mx-4--lg {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important; }
  .mx-5--lg {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important; }
  .mx-6--lg {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important; }
  .mx-7--lg {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .mx-8--lg {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important; }
  .mx-9--lg {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important; }
  .mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .mx-15--lg {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important; }
  .mx-20--lg {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important; }
  .mx-25--lg {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important; }
  .mx-30--lg {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important; }
  .mx-35--lg {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .mx-40--lg {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important; }
  .mx-45--lg {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important; }
  .mx-50--lg {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important; }
  .mx-55--lg {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important; }
  .mx-60--lg {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important; }
  .mx-65--lg {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important; }
  .mx-70--lg {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .mx-75--lg {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important; }
  .mx-80--lg {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important; }
  .mx-85--lg {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important; }
  .mx-90--lg {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important; }
  .mx-95--lg {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important; }
  .mx-100--lg {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important; }
  .my-1--lg {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important; }
  .my-2--lg {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important; }
  .my-3--lg {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important; }
  .my-4--lg {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important; }
  .my-5--lg {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important; }
  .my-6--lg {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important; }
  .my-7--lg {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-8--lg {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important; }
  .my-9--lg {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important; }
  .my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .my-15--lg {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important; }
  .my-20--lg {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important; }
  .my-25--lg {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important; }
  .my-30--lg {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important; }
  .my-35--lg {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-40--lg {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important; }
  .my-45--lg {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important; }
  .my-50--lg {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important; }
  .my-55--lg {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important; }
  .my-60--lg {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important; }
  .my-65--lg {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important; }
  .my-70--lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-75--lg {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important; }
  .my-80--lg {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important; }
  .my-85--lg {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important; }
  .my-90--lg {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important; }
  .my-95--lg {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important; }
  .my-100--lg {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important; }
  .mt-1--lg {
    margin-top: 0.07143rem !important; }
  .mt-minus-1--lg {
    margin-top: -0.07143rem !important; }
  .mt-2--lg {
    margin-top: 0.14286rem !important; }
  .mt-minus-2--lg {
    margin-top: -0.14286rem !important; }
  .mt-3--lg {
    margin-top: 0.21429rem !important; }
  .mt-minus-3--lg {
    margin-top: -0.21429rem !important; }
  .mt-4--lg {
    margin-top: 0.28571rem !important; }
  .mt-minus-4--lg {
    margin-top: -0.28571rem !important; }
  .mt-5--lg {
    margin-top: 0.35714rem !important; }
  .mt-minus-5--lg {
    margin-top: -0.35714rem !important; }
  .mt-6--lg {
    margin-top: 0.42857rem !important; }
  .mt-minus-6--lg {
    margin-top: -0.42857rem !important; }
  .mt-7--lg {
    margin-top: 0.5rem !important; }
  .mt-minus-7--lg {
    margin-top: -0.5rem !important; }
  .mt-8--lg {
    margin-top: 0.57143rem !important; }
  .mt-minus-8--lg {
    margin-top: -0.57143rem !important; }
  .mt-9--lg {
    margin-top: 0.64286rem !important; }
  .mt-minus-9--lg {
    margin-top: -0.64286rem !important; }
  .mt-10--lg {
    margin-top: 0.71429rem !important; }
  .mt-minus-10--lg {
    margin-top: -0.71429rem !important; }
  .mt-11--lg {
    margin-top: 0.78571rem !important; }
  .mt-minus-11--lg {
    margin-top: -0.78571rem !important; }
  .mt-12--lg {
    margin-top: 0.85714rem !important; }
  .mt-minus-12--lg {
    margin-top: -0.85714rem !important; }
  .mt-13--lg {
    margin-top: 0.92857rem !important; }
  .mt-minus-13--lg {
    margin-top: -0.92857rem !important; }
  .mt-14--lg {
    margin-top: 1rem !important; }
  .mt-minus-14--lg {
    margin-top: -1rem !important; }
  .mt-15--lg {
    margin-top: 1.07143rem !important; }
  .mt-minus-15--lg {
    margin-top: -1.07143rem !important; }
  .mt-16--lg {
    margin-top: 1.14286rem !important; }
  .mt-minus-16--lg {
    margin-top: -1.14286rem !important; }
  .mt-17--lg {
    margin-top: 1.21429rem !important; }
  .mt-minus-17--lg {
    margin-top: -1.21429rem !important; }
  .mt-18--lg {
    margin-top: 1.28571rem !important; }
  .mt-minus-18--lg {
    margin-top: -1.28571rem !important; }
  .mt-19--lg {
    margin-top: 1.35714rem !important; }
  .mt-minus-19--lg {
    margin-top: -1.35714rem !important; }
  .mt-20--lg {
    margin-top: 1.42857rem !important; }
  .mt-minus-20--lg {
    margin-top: -1.42857rem !important; }
  .mt-10--lg {
    margin-top: 0.71429rem !important; }
  .mt-minus-10--lg {
    margin-top: -0.71429rem !important; }
  .mt-15--lg {
    margin-top: 1.07143rem !important; }
  .mt-minus-15--lg {
    margin-top: -1.07143rem !important; }
  .mt-20--lg {
    margin-top: 1.42857rem !important; }
  .mt-minus-20--lg {
    margin-top: -1.42857rem !important; }
  .mt-25--lg {
    margin-top: 1.78571rem !important; }
  .mt-minus-25--lg {
    margin-top: -1.78571rem !important; }
  .mt-30--lg {
    margin-top: 2.14286rem !important; }
  .mt-minus-30--lg {
    margin-top: -2.14286rem !important; }
  .mt-35--lg {
    margin-top: 2.5rem !important; }
  .mt-minus-35--lg {
    margin-top: -2.5rem !important; }
  .mt-40--lg {
    margin-top: 2.85714rem !important; }
  .mt-minus-40--lg {
    margin-top: -2.85714rem !important; }
  .mt-45--lg {
    margin-top: 3.21429rem !important; }
  .mt-minus-45--lg {
    margin-top: -3.21429rem !important; }
  .mt-50--lg {
    margin-top: 3.57143rem !important; }
  .mt-minus-50--lg {
    margin-top: -3.57143rem !important; }
  .mt-55--lg {
    margin-top: 3.92857rem !important; }
  .mt-minus-55--lg {
    margin-top: -3.92857rem !important; }
  .mt-60--lg {
    margin-top: 4.28571rem !important; }
  .mt-minus-60--lg {
    margin-top: -4.28571rem !important; }
  .mt-65--lg {
    margin-top: 4.64286rem !important; }
  .mt-minus-65--lg {
    margin-top: -4.64286rem !important; }
  .mt-70--lg {
    margin-top: 5rem !important; }
  .mt-minus-70--lg {
    margin-top: -5rem !important; }
  .mt-75--lg {
    margin-top: 5.35714rem !important; }
  .mt-minus-75--lg {
    margin-top: -5.35714rem !important; }
  .mt-80--lg {
    margin-top: 5.71429rem !important; }
  .mt-minus-80--lg {
    margin-top: -5.71429rem !important; }
  .mt-85--lg {
    margin-top: 6.07143rem !important; }
  .mt-minus-85--lg {
    margin-top: -6.07143rem !important; }
  .mt-90--lg {
    margin-top: 6.42857rem !important; }
  .mt-minus-90--lg {
    margin-top: -6.42857rem !important; }
  .mt-95--lg {
    margin-top: 6.78571rem !important; }
  .mt-minus-95--lg {
    margin-top: -6.78571rem !important; }
  .mt-100--lg {
    margin-top: 7.14286rem !important; }
  .mt-minus-100--lg {
    margin-top: -7.14286rem !important; }
  .mt-105--lg {
    margin-top: 7.5rem !important; }
  .mt-minus-105--lg {
    margin-top: -7.5rem !important; }
  .mt-110--lg {
    margin-top: 7.85714rem !important; }
  .mt-minus-110--lg {
    margin-top: -7.85714rem !important; }
  .mt-115--lg {
    margin-top: 8.21429rem !important; }
  .mt-minus-115--lg {
    margin-top: -8.21429rem !important; }
  .mt-120--lg {
    margin-top: 8.57143rem !important; }
  .mt-minus-120--lg {
    margin-top: -8.57143rem !important; }
  .mt-125--lg {
    margin-top: 8.92857rem !important; }
  .mt-minus-125--lg {
    margin-top: -8.92857rem !important; }
  .mt-130--lg {
    margin-top: 9.28571rem !important; }
  .mt-minus-130--lg {
    margin-top: -9.28571rem !important; }
  .mt-135--lg {
    margin-top: 9.64286rem !important; }
  .mt-minus-135--lg {
    margin-top: -9.64286rem !important; }
  .mt-140--lg {
    margin-top: 10rem !important; }
  .mt-minus-140--lg {
    margin-top: -10rem !important; }
  .mt-145--lg {
    margin-top: 10.35714rem !important; }
  .mt-minus-145--lg {
    margin-top: -10.35714rem !important; }
  .mt-150--lg {
    margin-top: 10.71429rem !important; }
  .mt-minus-150--lg {
    margin-top: -10.71429rem !important; }
  .mt-155--lg {
    margin-top: 11.07143rem !important; }
  .mt-minus-155--lg {
    margin-top: -11.07143rem !important; }
  .mt-160--lg {
    margin-top: 11.42857rem !important; }
  .mt-minus-160--lg {
    margin-top: -11.42857rem !important; }
  .mt-165--lg {
    margin-top: 11.78571rem !important; }
  .mt-minus-165--lg {
    margin-top: -11.78571rem !important; }
  .mt-170--lg {
    margin-top: 12.14286rem !important; }
  .mt-minus-170--lg {
    margin-top: -12.14286rem !important; }
  .mb-1--lg {
    margin-bottom: 0.07143rem !important; }
  .mb-minus-1--lg {
    margin-bottom: -0.07143rem !important; }
  .mb-2--lg {
    margin-bottom: 0.14286rem !important; }
  .mb-minus-2--lg {
    margin-bottom: -0.14286rem !important; }
  .mb-3--lg {
    margin-bottom: 0.21429rem !important; }
  .mb-minus-3--lg {
    margin-bottom: -0.21429rem !important; }
  .mb-4--lg {
    margin-bottom: 0.28571rem !important; }
  .mb-minus-4--lg {
    margin-bottom: -0.28571rem !important; }
  .mb-5--lg {
    margin-bottom: 0.35714rem !important; }
  .mb-minus-5--lg {
    margin-bottom: -0.35714rem !important; }
  .mb-6--lg {
    margin-bottom: 0.42857rem !important; }
  .mb-minus-6--lg {
    margin-bottom: -0.42857rem !important; }
  .mb-7--lg {
    margin-bottom: 0.5rem !important; }
  .mb-minus-7--lg {
    margin-bottom: -0.5rem !important; }
  .mb-8--lg {
    margin-bottom: 0.57143rem !important; }
  .mb-minus-8--lg {
    margin-bottom: -0.57143rem !important; }
  .mb-9--lg {
    margin-bottom: 0.64286rem !important; }
  .mb-minus-9--lg {
    margin-bottom: -0.64286rem !important; }
  .mb-10--lg {
    margin-bottom: 0.71429rem !important; }
  .mb-minus-10--lg {
    margin-bottom: -0.71429rem !important; }
  .mb-11--lg {
    margin-bottom: 0.78571rem !important; }
  .mb-minus-11--lg {
    margin-bottom: -0.78571rem !important; }
  .mb-12--lg {
    margin-bottom: 0.85714rem !important; }
  .mb-minus-12--lg {
    margin-bottom: -0.85714rem !important; }
  .mb-13--lg {
    margin-bottom: 0.92857rem !important; }
  .mb-minus-13--lg {
    margin-bottom: -0.92857rem !important; }
  .mb-14--lg {
    margin-bottom: 1rem !important; }
  .mb-minus-14--lg {
    margin-bottom: -1rem !important; }
  .mb-15--lg {
    margin-bottom: 1.07143rem !important; }
  .mb-minus-15--lg {
    margin-bottom: -1.07143rem !important; }
  .mb-16--lg {
    margin-bottom: 1.14286rem !important; }
  .mb-minus-16--lg {
    margin-bottom: -1.14286rem !important; }
  .mb-17--lg {
    margin-bottom: 1.21429rem !important; }
  .mb-minus-17--lg {
    margin-bottom: -1.21429rem !important; }
  .mb-18--lg {
    margin-bottom: 1.28571rem !important; }
  .mb-minus-18--lg {
    margin-bottom: -1.28571rem !important; }
  .mb-19--lg {
    margin-bottom: 1.35714rem !important; }
  .mb-minus-19--lg {
    margin-bottom: -1.35714rem !important; }
  .mb-20--lg {
    margin-bottom: 1.42857rem !important; }
  .mb-minus-20--lg {
    margin-bottom: -1.42857rem !important; }
  .mb-10--lg {
    margin-bottom: 0.71429rem !important; }
  .mb-15--lg {
    margin-bottom: 1.07143rem !important; }
  .mb-20--lg {
    margin-bottom: 1.42857rem !important; }
  .mb-25--lg {
    margin-bottom: 1.78571rem !important; }
  .mb-30--lg {
    margin-bottom: 2.14286rem !important; }
  .mb-35--lg {
    margin-bottom: 2.5rem !important; }
  .mb-40--lg {
    margin-bottom: 2.85714rem !important; }
  .mb-45--lg {
    margin-bottom: 3.21429rem !important; }
  .mb-50--lg {
    margin-bottom: 3.57143rem !important; }
  .mb-55--lg {
    margin-bottom: 3.92857rem !important; }
  .mb-60--lg {
    margin-bottom: 4.28571rem !important; }
  .mb-65--lg {
    margin-bottom: 4.64286rem !important; }
  .mb-70--lg {
    margin-bottom: 5rem !important; }
  .mb-75--lg {
    margin-bottom: 5.35714rem !important; }
  .mb-80--lg {
    margin-bottom: 5.71429rem !important; }
  .mb-85--lg {
    margin-bottom: 6.07143rem !important; }
  .mb-90--lg {
    margin-bottom: 6.42857rem !important; }
  .mb-95--lg {
    margin-bottom: 6.78571rem !important; }
  .mb-100--lg {
    margin-bottom: 7.14286rem !important; }
  .mb-105--lg {
    margin-bottom: 7.5rem !important; }
  .mb-110--lg {
    margin-bottom: 7.85714rem !important; }
  .mb-115--lg {
    margin-bottom: 8.21429rem !important; }
  .mb-120--lg {
    margin-bottom: 8.57143rem !important; }
  .mb-125--lg {
    margin-bottom: 8.92857rem !important; }
  .mb-130--lg {
    margin-bottom: 9.28571rem !important; }
  .mb-135--lg {
    margin-bottom: 9.64286rem !important; }
  .mb-140--lg {
    margin-bottom: 10rem !important; }
  .mb-145--lg {
    margin-bottom: 10.35714rem !important; }
  .mb-150--lg {
    margin-bottom: 10.71429rem !important; }
  .mb-155--lg {
    margin-bottom: 11.07143rem !important; }
  .mb-160--lg {
    margin-bottom: 11.42857rem !important; }
  .mb-165--lg {
    margin-bottom: 11.78571rem !important; }
  .mb-170--lg {
    margin-bottom: 12.14286rem !important; }
  .ml-1--lg {
    margin-left: 0.07143rem !important; }
  .ml-minus-1--lg {
    margin-left: -0.07143rem !important; }
  .ml-2--lg {
    margin-left: 0.14286rem !important; }
  .ml-minus-2--lg {
    margin-left: -0.14286rem !important; }
  .ml-3--lg {
    margin-left: 0.21429rem !important; }
  .ml-minus-3--lg {
    margin-left: -0.21429rem !important; }
  .ml-4--lg {
    margin-left: 0.28571rem !important; }
  .ml-minus-4--lg {
    margin-left: -0.28571rem !important; }
  .ml-5--lg {
    margin-left: 0.35714rem !important; }
  .ml-minus-5--lg {
    margin-left: -0.35714rem !important; }
  .ml-6--lg {
    margin-left: 0.42857rem !important; }
  .ml-minus-6--lg {
    margin-left: -0.42857rem !important; }
  .ml-7--lg {
    margin-left: 0.5rem !important; }
  .ml-minus-7--lg {
    margin-left: -0.5rem !important; }
  .ml-8--lg {
    margin-left: 0.57143rem !important; }
  .ml-minus-8--lg {
    margin-left: -0.57143rem !important; }
  .ml-9--lg {
    margin-left: 0.64286rem !important; }
  .ml-minus-9--lg {
    margin-left: -0.64286rem !important; }
  .ml-10--lg {
    margin-left: 0.71429rem !important; }
  .ml-minus-10--lg {
    margin-left: -0.71429rem !important; }
  .ml-5--lg {
    margin-left: 0.35714rem !important; }
  .ml-minus-5--lg {
    margin-left: -0.35714rem !important; }
  .ml-10--lg {
    margin-left: 0.71429rem !important; }
  .ml-minus-10--lg {
    margin-left: -0.71429rem !important; }
  .ml-15--lg {
    margin-left: 1.07143rem !important; }
  .ml-minus-15--lg {
    margin-left: -1.07143rem !important; }
  .ml-20--lg {
    margin-left: 1.42857rem !important; }
  .ml-minus-20--lg {
    margin-left: -1.42857rem !important; }
  .ml-25--lg {
    margin-left: 1.78571rem !important; }
  .ml-minus-25--lg {
    margin-left: -1.78571rem !important; }
  .ml-30--lg {
    margin-left: 2.14286rem !important; }
  .ml-minus-30--lg {
    margin-left: -2.14286rem !important; }
  .ml-35--lg {
    margin-left: 2.5rem !important; }
  .ml-minus-35--lg {
    margin-left: -2.5rem !important; }
  .ml-40--lg {
    margin-left: 2.85714rem !important; }
  .ml-minus-40--lg {
    margin-left: -2.85714rem !important; }
  .ml-45--lg {
    margin-left: 3.21429rem !important; }
  .ml-minus-45--lg {
    margin-left: -3.21429rem !important; }
  .ml-50--lg {
    margin-left: 3.57143rem !important; }
  .ml-minus-50--lg {
    margin-left: -3.57143rem !important; }
  .mr-1--lg {
    margin-right: 0.07143rem !important; }
  .mr-minus-1--lg {
    margin-right: -0.07143rem !important; }
  .mr-2--lg {
    margin-right: 0.14286rem !important; }
  .mr-minus-2--lg {
    margin-right: -0.14286rem !important; }
  .mr-3--lg {
    margin-right: 0.21429rem !important; }
  .mr-minus-3--lg {
    margin-right: -0.21429rem !important; }
  .mr-4--lg {
    margin-right: 0.28571rem !important; }
  .mr-minus-4--lg {
    margin-right: -0.28571rem !important; }
  .mr-5--lg {
    margin-right: 0.35714rem !important; }
  .mr-minus-5--lg {
    margin-right: -0.35714rem !important; }
  .mr-6--lg {
    margin-right: 0.42857rem !important; }
  .mr-minus-6--lg {
    margin-right: -0.42857rem !important; }
  .mr-7--lg {
    margin-right: 0.5rem !important; }
  .mr-minus-7--lg {
    margin-right: -0.5rem !important; }
  .mr-8--lg {
    margin-right: 0.57143rem !important; }
  .mr-minus-8--lg {
    margin-right: -0.57143rem !important; }
  .mr-9--lg {
    margin-right: 0.64286rem !important; }
  .mr-minus-9--lg {
    margin-right: -0.64286rem !important; }
  .mr-10--lg {
    margin-right: 0.71429rem !important; }
  .mr-minus-10--lg {
    margin-right: -0.71429rem !important; }
  .mr-5--lg {
    margin-right: 0.35714rem !important; }
  .mr-10--lg {
    margin-right: 0.71429rem !important; }
  .mr-15--lg {
    margin-right: 1.07143rem !important; }
  .mr-20--lg {
    margin-right: 1.42857rem !important; }
  .mr-25--lg {
    margin-right: 1.78571rem !important; }
  .mr-30--lg {
    margin-right: 2.14286rem !important; }
  .mr-35--lg {
    margin-right: 2.5rem !important; }
  .mr-40--lg {
    margin-right: 2.85714rem !important; }
  .mr-45--lg {
    margin-right: 3.21429rem !important; }
  .mr-50--lg {
    margin-right: 3.57143rem !important; } }

/* Margin Spaces (xl)
------------------------------------*/
/* P */
@media (min-width: 1200px) {
  .ma-0--xl {
    margin: 0 !important; }
  .mx-0--xl {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .my-0--xl {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .ml-0--xl {
    margin-left: 0 !important; }
  .mr-0--xl {
    margin-right: 0 !important; }
  .mt-0--xl {
    margin-top: 0 !important; }
  .mb-0--xl {
    margin-bottom: 0 !important; }
  .mx-1--xl {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important; }
  .mx-2--xl {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important; }
  .mx-3--xl {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important; }
  .mx-4--xl {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important; }
  .mx-5--xl {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important; }
  .mx-6--xl {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important; }
  .mx-7--xl {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .mx-8--xl {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important; }
  .mx-9--xl {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important; }
  .mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .mx-15--xl {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important; }
  .mx-20--xl {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important; }
  .mx-25--xl {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important; }
  .mx-30--xl {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important; }
  .mx-35--xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .mx-40--xl {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important; }
  .mx-45--xl {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important; }
  .mx-50--xl {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important; }
  .mx-55--xl {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important; }
  .mx-60--xl {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important; }
  .mx-65--xl {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important; }
  .mx-70--xl {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .mx-75--xl {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important; }
  .mx-80--xl {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important; }
  .mx-85--xl {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important; }
  .mx-90--xl {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important; }
  .mx-95--xl {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important; }
  .mx-100--xl {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important; }
  .my-1--xl {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important; }
  .my-2--xl {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important; }
  .my-3--xl {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important; }
  .my-4--xl {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important; }
  .my-5--xl {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important; }
  .my-6--xl {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important; }
  .my-7--xl {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-8--xl {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important; }
  .my-9--xl {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important; }
  .my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .my-15--xl {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important; }
  .my-20--xl {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important; }
  .my-25--xl {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important; }
  .my-30--xl {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important; }
  .my-35--xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-40--xl {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important; }
  .my-45--xl {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important; }
  .my-50--xl {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important; }
  .my-55--xl {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important; }
  .my-60--xl {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important; }
  .my-65--xl {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important; }
  .my-70--xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-75--xl {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important; }
  .my-80--xl {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important; }
  .my-85--xl {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important; }
  .my-90--xl {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important; }
  .my-95--xl {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important; }
  .my-100--xl {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important; }
  .mt-1--xl {
    margin-top: 0.07143rem !important; }
  .mt-minus-1--xl {
    margin-top: -0.07143rem !important; }
  .mt-2--xl {
    margin-top: 0.14286rem !important; }
  .mt-minus-2--xl {
    margin-top: -0.14286rem !important; }
  .mt-3--xl {
    margin-top: 0.21429rem !important; }
  .mt-minus-3--xl {
    margin-top: -0.21429rem !important; }
  .mt-4--xl {
    margin-top: 0.28571rem !important; }
  .mt-minus-4--xl {
    margin-top: -0.28571rem !important; }
  .mt-5--xl {
    margin-top: 0.35714rem !important; }
  .mt-minus-5--xl {
    margin-top: -0.35714rem !important; }
  .mt-6--xl {
    margin-top: 0.42857rem !important; }
  .mt-minus-6--xl {
    margin-top: -0.42857rem !important; }
  .mt-7--xl {
    margin-top: 0.5rem !important; }
  .mt-minus-7--xl {
    margin-top: -0.5rem !important; }
  .mt-8--xl {
    margin-top: 0.57143rem !important; }
  .mt-minus-8--xl {
    margin-top: -0.57143rem !important; }
  .mt-9--xl {
    margin-top: 0.64286rem !important; }
  .mt-minus-9--xl {
    margin-top: -0.64286rem !important; }
  .mt-10--xl {
    margin-top: 0.71429rem !important; }
  .mt-minus-10--xl {
    margin-top: -0.71429rem !important; }
  .mt-11--xl {
    margin-top: 0.78571rem !important; }
  .mt-minus-11--xl {
    margin-top: -0.78571rem !important; }
  .mt-12--xl {
    margin-top: 0.85714rem !important; }
  .mt-minus-12--xl {
    margin-top: -0.85714rem !important; }
  .mt-13--xl {
    margin-top: 0.92857rem !important; }
  .mt-minus-13--xl {
    margin-top: -0.92857rem !important; }
  .mt-14--xl {
    margin-top: 1rem !important; }
  .mt-minus-14--xl {
    margin-top: -1rem !important; }
  .mt-15--xl {
    margin-top: 1.07143rem !important; }
  .mt-minus-15--xl {
    margin-top: -1.07143rem !important; }
  .mt-16--xl {
    margin-top: 1.14286rem !important; }
  .mt-minus-16--xl {
    margin-top: -1.14286rem !important; }
  .mt-17--xl {
    margin-top: 1.21429rem !important; }
  .mt-minus-17--xl {
    margin-top: -1.21429rem !important; }
  .mt-18--xl {
    margin-top: 1.28571rem !important; }
  .mt-minus-18--xl {
    margin-top: -1.28571rem !important; }
  .mt-19--xl {
    margin-top: 1.35714rem !important; }
  .mt-minus-19--xl {
    margin-top: -1.35714rem !important; }
  .mt-20--xl {
    margin-top: 1.42857rem !important; }
  .mt-minus-20--xl {
    margin-top: -1.42857rem !important; }
  .mt-10--xl {
    margin-top: 0.71429rem !important; }
  .mt-minus-10--xl {
    margin-top: -0.71429rem !important; }
  .mt-15--xl {
    margin-top: 1.07143rem !important; }
  .mt-minus-15--xl {
    margin-top: -1.07143rem !important; }
  .mt-20--xl {
    margin-top: 1.42857rem !important; }
  .mt-minus-20--xl {
    margin-top: -1.42857rem !important; }
  .mt-25--xl {
    margin-top: 1.78571rem !important; }
  .mt-minus-25--xl {
    margin-top: -1.78571rem !important; }
  .mt-30--xl {
    margin-top: 2.14286rem !important; }
  .mt-minus-30--xl {
    margin-top: -2.14286rem !important; }
  .mt-35--xl {
    margin-top: 2.5rem !important; }
  .mt-minus-35--xl {
    margin-top: -2.5rem !important; }
  .mt-40--xl {
    margin-top: 2.85714rem !important; }
  .mt-minus-40--xl {
    margin-top: -2.85714rem !important; }
  .mt-45--xl {
    margin-top: 3.21429rem !important; }
  .mt-minus-45--xl {
    margin-top: -3.21429rem !important; }
  .mt-50--xl {
    margin-top: 3.57143rem !important; }
  .mt-minus-50--xl {
    margin-top: -3.57143rem !important; }
  .mt-55--xl {
    margin-top: 3.92857rem !important; }
  .mt-minus-55--xl {
    margin-top: -3.92857rem !important; }
  .mt-60--xl {
    margin-top: 4.28571rem !important; }
  .mt-minus-60--xl {
    margin-top: -4.28571rem !important; }
  .mt-65--xl {
    margin-top: 4.64286rem !important; }
  .mt-minus-65--xl {
    margin-top: -4.64286rem !important; }
  .mt-70--xl {
    margin-top: 5rem !important; }
  .mt-minus-70--xl {
    margin-top: -5rem !important; }
  .mt-75--xl {
    margin-top: 5.35714rem !important; }
  .mt-minus-75--xl {
    margin-top: -5.35714rem !important; }
  .mt-80--xl {
    margin-top: 5.71429rem !important; }
  .mt-minus-80--xl {
    margin-top: -5.71429rem !important; }
  .mt-85--xl {
    margin-top: 6.07143rem !important; }
  .mt-minus-85--xl {
    margin-top: -6.07143rem !important; }
  .mt-90--xl {
    margin-top: 6.42857rem !important; }
  .mt-minus-90--xl {
    margin-top: -6.42857rem !important; }
  .mt-95--xl {
    margin-top: 6.78571rem !important; }
  .mt-minus-95--xl {
    margin-top: -6.78571rem !important; }
  .mt-100--xl {
    margin-top: 7.14286rem !important; }
  .mt-minus-100--xl {
    margin-top: -7.14286rem !important; }
  .mt-105--xl {
    margin-top: 7.5rem !important; }
  .mt-minus-105--xl {
    margin-top: -7.5rem !important; }
  .mt-110--xl {
    margin-top: 7.85714rem !important; }
  .mt-minus-110--xl {
    margin-top: -7.85714rem !important; }
  .mt-115--xl {
    margin-top: 8.21429rem !important; }
  .mt-minus-115--xl {
    margin-top: -8.21429rem !important; }
  .mt-120--xl {
    margin-top: 8.57143rem !important; }
  .mt-minus-120--xl {
    margin-top: -8.57143rem !important; }
  .mt-125--xl {
    margin-top: 8.92857rem !important; }
  .mt-minus-125--xl {
    margin-top: -8.92857rem !important; }
  .mt-130--xl {
    margin-top: 9.28571rem !important; }
  .mt-minus-130--xl {
    margin-top: -9.28571rem !important; }
  .mt-135--xl {
    margin-top: 9.64286rem !important; }
  .mt-minus-135--xl {
    margin-top: -9.64286rem !important; }
  .mt-140--xl {
    margin-top: 10rem !important; }
  .mt-minus-140--xl {
    margin-top: -10rem !important; }
  .mt-145--xl {
    margin-top: 10.35714rem !important; }
  .mt-minus-145--xl {
    margin-top: -10.35714rem !important; }
  .mt-150--xl {
    margin-top: 10.71429rem !important; }
  .mt-minus-150--xl {
    margin-top: -10.71429rem !important; }
  .mt-155--xl {
    margin-top: 11.07143rem !important; }
  .mt-minus-155--xl {
    margin-top: -11.07143rem !important; }
  .mt-160--xl {
    margin-top: 11.42857rem !important; }
  .mt-minus-160--xl {
    margin-top: -11.42857rem !important; }
  .mt-165--xl {
    margin-top: 11.78571rem !important; }
  .mt-minus-165--xl {
    margin-top: -11.78571rem !important; }
  .mt-170--xl {
    margin-top: 12.14286rem !important; }
  .mt-minus-170--xl {
    margin-top: -12.14286rem !important; }
  .mb-1--xl {
    margin-bottom: 0.07143rem !important; }
  .mb-minus-1--xl {
    margin-bottom: -0.07143rem !important; }
  .mb-2--xl {
    margin-bottom: 0.14286rem !important; }
  .mb-minus-2--xl {
    margin-bottom: -0.14286rem !important; }
  .mb-3--xl {
    margin-bottom: 0.21429rem !important; }
  .mb-minus-3--xl {
    margin-bottom: -0.21429rem !important; }
  .mb-4--xl {
    margin-bottom: 0.28571rem !important; }
  .mb-minus-4--xl {
    margin-bottom: -0.28571rem !important; }
  .mb-5--xl {
    margin-bottom: 0.35714rem !important; }
  .mb-minus-5--xl {
    margin-bottom: -0.35714rem !important; }
  .mb-6--xl {
    margin-bottom: 0.42857rem !important; }
  .mb-minus-6--xl {
    margin-bottom: -0.42857rem !important; }
  .mb-7--xl {
    margin-bottom: 0.5rem !important; }
  .mb-minus-7--xl {
    margin-bottom: -0.5rem !important; }
  .mb-8--xl {
    margin-bottom: 0.57143rem !important; }
  .mb-minus-8--xl {
    margin-bottom: -0.57143rem !important; }
  .mb-9--xl {
    margin-bottom: 0.64286rem !important; }
  .mb-minus-9--xl {
    margin-bottom: -0.64286rem !important; }
  .mb-10--xl {
    margin-bottom: 0.71429rem !important; }
  .mb-minus-10--xl {
    margin-bottom: -0.71429rem !important; }
  .mb-11--xl {
    margin-bottom: 0.78571rem !important; }
  .mb-minus-11--xl {
    margin-bottom: -0.78571rem !important; }
  .mb-12--xl {
    margin-bottom: 0.85714rem !important; }
  .mb-minus-12--xl {
    margin-bottom: -0.85714rem !important; }
  .mb-13--xl {
    margin-bottom: 0.92857rem !important; }
  .mb-minus-13--xl {
    margin-bottom: -0.92857rem !important; }
  .mb-14--xl {
    margin-bottom: 1rem !important; }
  .mb-minus-14--xl {
    margin-bottom: -1rem !important; }
  .mb-15--xl {
    margin-bottom: 1.07143rem !important; }
  .mb-minus-15--xl {
    margin-bottom: -1.07143rem !important; }
  .mb-16--xl {
    margin-bottom: 1.14286rem !important; }
  .mb-minus-16--xl {
    margin-bottom: -1.14286rem !important; }
  .mb-17--xl {
    margin-bottom: 1.21429rem !important; }
  .mb-minus-17--xl {
    margin-bottom: -1.21429rem !important; }
  .mb-18--xl {
    margin-bottom: 1.28571rem !important; }
  .mb-minus-18--xl {
    margin-bottom: -1.28571rem !important; }
  .mb-19--xl {
    margin-bottom: 1.35714rem !important; }
  .mb-minus-19--xl {
    margin-bottom: -1.35714rem !important; }
  .mb-20--xl {
    margin-bottom: 1.42857rem !important; }
  .mb-minus-20--xl {
    margin-bottom: -1.42857rem !important; }
  .mb-10--xl {
    margin-bottom: 0.71429rem !important; }
  .mb-15--xl {
    margin-bottom: 1.07143rem !important; }
  .mb-20--xl {
    margin-bottom: 1.42857rem !important; }
  .mb-25--xl {
    margin-bottom: 1.78571rem !important; }
  .mb-30--xl {
    margin-bottom: 2.14286rem !important; }
  .mb-35--xl {
    margin-bottom: 2.5rem !important; }
  .mb-40--xl {
    margin-bottom: 2.85714rem !important; }
  .mb-45--xl {
    margin-bottom: 3.21429rem !important; }
  .mb-50--xl {
    margin-bottom: 3.57143rem !important; }
  .mb-55--xl {
    margin-bottom: 3.92857rem !important; }
  .mb-60--xl {
    margin-bottom: 4.28571rem !important; }
  .mb-65--xl {
    margin-bottom: 4.64286rem !important; }
  .mb-70--xl {
    margin-bottom: 5rem !important; }
  .mb-75--xl {
    margin-bottom: 5.35714rem !important; }
  .mb-80--xl {
    margin-bottom: 5.71429rem !important; }
  .mb-85--xl {
    margin-bottom: 6.07143rem !important; }
  .mb-90--xl {
    margin-bottom: 6.42857rem !important; }
  .mb-95--xl {
    margin-bottom: 6.78571rem !important; }
  .mb-100--xl {
    margin-bottom: 7.14286rem !important; }
  .mb-105--xl {
    margin-bottom: 7.5rem !important; }
  .mb-110--xl {
    margin-bottom: 7.85714rem !important; }
  .mb-115--xl {
    margin-bottom: 8.21429rem !important; }
  .mb-120--xl {
    margin-bottom: 8.57143rem !important; }
  .mb-125--xl {
    margin-bottom: 8.92857rem !important; }
  .mb-130--xl {
    margin-bottom: 9.28571rem !important; }
  .mb-135--xl {
    margin-bottom: 9.64286rem !important; }
  .mb-140--xl {
    margin-bottom: 10rem !important; }
  .mb-145--xl {
    margin-bottom: 10.35714rem !important; }
  .mb-150--xl {
    margin-bottom: 10.71429rem !important; }
  .mb-155--xl {
    margin-bottom: 11.07143rem !important; }
  .mb-160--xl {
    margin-bottom: 11.42857rem !important; }
  .mb-165--xl {
    margin-bottom: 11.78571rem !important; }
  .mb-170--xl {
    margin-bottom: 12.14286rem !important; }
  .ml-1--xl {
    margin-left: 0.07143rem !important; }
  .ml-minus-1--xl {
    margin-left: -0.07143rem !important; }
  .ml-2--xl {
    margin-left: 0.14286rem !important; }
  .ml-minus-2--xl {
    margin-left: -0.14286rem !important; }
  .ml-3--xl {
    margin-left: 0.21429rem !important; }
  .ml-minus-3--xl {
    margin-left: -0.21429rem !important; }
  .ml-4--xl {
    margin-left: 0.28571rem !important; }
  .ml-minus-4--xl {
    margin-left: -0.28571rem !important; }
  .ml-5--xl {
    margin-left: 0.35714rem !important; }
  .ml-minus-5--xl {
    margin-left: -0.35714rem !important; }
  .ml-6--xl {
    margin-left: 0.42857rem !important; }
  .ml-minus-6--xl {
    margin-left: -0.42857rem !important; }
  .ml-7--xl {
    margin-left: 0.5rem !important; }
  .ml-minus-7--xl {
    margin-left: -0.5rem !important; }
  .ml-8--xl {
    margin-left: 0.57143rem !important; }
  .ml-minus-8--xl {
    margin-left: -0.57143rem !important; }
  .ml-9--xl {
    margin-left: 0.64286rem !important; }
  .ml-minus-9--xl {
    margin-left: -0.64286rem !important; }
  .ml-10--xl {
    margin-left: 0.71429rem !important; }
  .ml-minus-10--xl {
    margin-left: -0.71429rem !important; }
  .ml-5--xl {
    margin-left: 0.35714rem !important; }
  .ml-minus-5--xl {
    margin-left: -0.35714rem !important; }
  .ml-10--xl {
    margin-left: 0.71429rem !important; }
  .ml-minus-10--xl {
    margin-left: -0.71429rem !important; }
  .ml-15--xl {
    margin-left: 1.07143rem !important; }
  .ml-minus-15--xl {
    margin-left: -1.07143rem !important; }
  .ml-20--xl {
    margin-left: 1.42857rem !important; }
  .ml-minus-20--xl {
    margin-left: -1.42857rem !important; }
  .ml-25--xl {
    margin-left: 1.78571rem !important; }
  .ml-minus-25--xl {
    margin-left: -1.78571rem !important; }
  .ml-30--xl {
    margin-left: 2.14286rem !important; }
  .ml-minus-30--xl {
    margin-left: -2.14286rem !important; }
  .ml-35--xl {
    margin-left: 2.5rem !important; }
  .ml-minus-35--xl {
    margin-left: -2.5rem !important; }
  .ml-40--xl {
    margin-left: 2.85714rem !important; }
  .ml-minus-40--xl {
    margin-left: -2.85714rem !important; }
  .ml-45--xl {
    margin-left: 3.21429rem !important; }
  .ml-minus-45--xl {
    margin-left: -3.21429rem !important; }
  .ml-50--xl {
    margin-left: 3.57143rem !important; }
  .ml-minus-50--xl {
    margin-left: -3.57143rem !important; }
  .mr-1--xl {
    margin-right: 0.07143rem !important; }
  .mr-minus-1--xl {
    margin-right: -0.07143rem !important; }
  .mr-2--xl {
    margin-right: 0.14286rem !important; }
  .mr-minus-2--xl {
    margin-right: -0.14286rem !important; }
  .mr-3--xl {
    margin-right: 0.21429rem !important; }
  .mr-minus-3--xl {
    margin-right: -0.21429rem !important; }
  .mr-4--xl {
    margin-right: 0.28571rem !important; }
  .mr-minus-4--xl {
    margin-right: -0.28571rem !important; }
  .mr-5--xl {
    margin-right: 0.35714rem !important; }
  .mr-minus-5--xl {
    margin-right: -0.35714rem !important; }
  .mr-6--xl {
    margin-right: 0.42857rem !important; }
  .mr-minus-6--xl {
    margin-right: -0.42857rem !important; }
  .mr-7--xl {
    margin-right: 0.5rem !important; }
  .mr-minus-7--xl {
    margin-right: -0.5rem !important; }
  .mr-8--xl {
    margin-right: 0.57143rem !important; }
  .mr-minus-8--xl {
    margin-right: -0.57143rem !important; }
  .mr-9--xl {
    margin-right: 0.64286rem !important; }
  .mr-minus-9--xl {
    margin-right: -0.64286rem !important; }
  .mr-10--xl {
    margin-right: 0.71429rem !important; }
  .mr-minus-10--xl {
    margin-right: -0.71429rem !important; }
  .mr-5--xl {
    margin-right: 0.35714rem !important; }
  .mr-10--xl {
    margin-right: 0.71429rem !important; }
  .mr-15--xl {
    margin-right: 1.07143rem !important; }
  .mr-20--xl {
    margin-right: 1.42857rem !important; }
  .mr-25--xl {
    margin-right: 1.78571rem !important; }
  .mr-30--xl {
    margin-right: 2.14286rem !important; }
  .mr-35--xl {
    margin-right: 2.5rem !important; }
  .mr-40--xl {
    margin-right: 2.85714rem !important; }
  .mr-45--xl {
    margin-right: 3.21429rem !important; }
  .mr-50--xl {
    margin-right: 3.57143rem !important; } }

/* Margins Around
------------------------------------*/
.ma-1 {
  margin: 0.07143rem !important; }

.ma-3 {
  margin: 0.21429rem !important; }

.ma-5 {
  margin: 0.35714rem !important; }

.ma-10 {
  margin: 0.71429rem !important; }

.ma-20 {
  margin: 1.42857rem !important; }

.ma-minus-1 {
  margin: -0.07143rem !important; }

/* Minus Margins
------------------------------------*/
/* Minus Margin Top */
.mt-minus-1 {
  margin-top: -0.07143rem; }

.mt-minus-20 {
  margin-top: -1.42857rem; }

.mt-minus-25 {
  margin-top: -1.78571rem; }

.mt-minus-30 {
  margin-top: -2.14286rem; }

.mt-minus-40 {
  margin-top: -2.85714rem; }

.mt-minus-70 {
  margin-top: -5rem; }

.mt-minus-73 {
  margin-top: -5.14286rem !important; }

.mt-minus-120 {
  margin-top: -8.57143rem; }

.mt-minus-200 {
  margin-top: -14.28571rem; }

.mt-minus-300 {
  margin-top: -21.42857rem; }

/* Minus Margin Bottom */
.mb-minus-70 {
  margin-bottom: -5rem; }

/* Minus Margin Left */
.ml-minus-20 {
  margin-left: -1.42857rem; }

.ml-minus-23 {
  margin-left: -1.64286rem; }

.ml-minus-35 {
  margin-left: -2.5rem; }

.ml-minus-55 {
  margin-left: -3.92857rem; }

.ml-minus-25 {
  margin-left: -1.78571rem; }

.ml-minus-82 {
  margin-left: -5.85714rem; }

.ml-minus-90 {
  margin-left: -6.42857rem; }

.ml-minus-100 {
  margin-left: -7.14286rem; }

.ml-minus-118 {
  margin-left: -8.42857rem; }

.ml-minus-142 {
  margin-left: -10.14286rem; }

/* Minus Margin Right */
.mr-minus-50 {
  margin-right: -3.57143rem; }

.mr-minus-100 {
  margin-right: -7.14286rem; }

/* Margin Left and Right */
.mx-minus-1 {
  margin-left: -0.07143rem;
  margin-right: -0.07143rem; }

.mx-minus-2 {
  margin-left: -0.14286rem;
  margin-right: -0.14286rem; }

.mx-minus-4 {
  margin-left: -0.28571rem;
  margin-right: -0.28571rem; }

.mx-minus-5 {
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }

.mx-minus-15 {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem; }

.mx-minus-25 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem; }

.mx-minus-30 {
  margin-left: -2.14286rem;
  margin-right: -2.14286rem; }

/* Custon Spaces
------------------------------------*/
/* Margin Top */
.mt-10x {
  margin-top: 10%;
  /* O */ }

.mt-21 {
  margin-top: 1.5rem; }

.mt-22 {
  margin-top: 1.57143rem; }

.mt-28 {
  margin-top: 2rem !important; }

.mt-32 {
  margin-top: 2.28571rem !important; }

.mt-57 {
  margin-top: 4.07143rem !important; }

.mt-500 {
  margin-top: 35.71429rem; }

/* Margin Bottom */
.mb-23 {
  margin-bottom: 1.64286rem; }

.mb-28 {
  margin-bottom: 2rem; }

.mb-500 {
  margin-bottom: 35.71429rem; }

/* Margin Left */
.ml-10x {
  margin-left: 10%;
  /* O */ }

.ml-12 {
  margin-left: 0.85714rem; }

.ml-13 {
  margin-left: 0.92857rem; }

.ml-20 {
  margin-left: 1.42857rem; }

.ml-25 {
  margin-left: 1.78571rem; }

.ml-35 {
  margin-left: 2.5rem; }

.ml-43 {
  margin-left: 3.07143rem; }

.mr-43 {
  margin-right: 3.07143rem; }

.ml-50 {
  margin-left: 3.57143rem; }

.ml-60 {
  margin-left: 4.28571rem; }

.ml-75 {
  margin-left: 5.35714rem; }

.ml-82 {
  margin-left: 5.85714rem; }

.ml-83 {
  margin-left: 5.92857rem; }

.ml-85 {
  margin-left: 6.07143rem; }

.ml-105 {
  margin-left: 7.5rem; }

.ml-118 {
  margin-left: 8.42857rem; }

.ml-142 {
  margin-left: 10.14286rem; }

/* Margin Right */
.mr-12 {
  margin-right: 0.85714rem; }

.mr-60 {
  margin-right: 4.28571rem; }

.mr-63 {
  margin-right: 4.5rem; }

.mr-75 {
  margin-right: 5.35714rem; }

.mr-85 {
  margin-right: 6.07143rem !important; }

.mr-minus-10 {
  margin-right: -0.71429rem; }

.mr-minus-13 {
  margin-right: -0.92857rem; }

.mr-minus-15 {
  margin-right: -1.07143rem; }

.mr-minus-23 {
  margin-right: -1.64286rem; }

.mr-minus-30 {
  margin-right: -2.14286rem; }

/* Margin Left and Right */
.mx-minus-10 {
  margin-left: -0.71429rem;
  margin-right: -0.71429rem; }

.mx-minus-15 {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem; }

.mx-minus-20 {
  margin-left: -1.42857rem;
  margin-right: -1.42857rem; }

.mx-minus-25 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem; }

.mx-minus-30 {
  margin-left: -2.14286rem;
  margin-right: -2.14286rem; }

/* Margin Top and Bottom */
.my-minus-1 {
  margin-top: -0.07143rem;
  margin-bottom: -0.07143rem; }

.my-minus-2 {
  margin-top: -0.14286rem;
  margin-bottom: -0.14286rem; }

.my-minus-10 {
  margin-top: -0.71429rem;
  margin-bottom: -0.71429rem; }

.m-reset {
  margin: 0 !important; }

@media (min-width: 576px) {
  .mb-0--sm {
    margin-bottom: 0 !important; }
  .mx-minus-10--sm {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem; }
  .my-minus-5--sm {
    margin-top: -0.35714rem;
    margin-bottom: -0.35714rem; }
  .my-minus-10--sm {
    margin-top: -0.71429rem;
    margin-bottom: -0.71429rem; }
  .mx-minus-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .my-minus-0 {
    margin-top: 0;
    margin-bottom: 0; }
  .mr-12--sm {
    margin-right: 0.85714rem; } }

@media (min-width: 768px) {
  .ml-0--md {
    margin-left: 0 !important; }
  .mr-0--md {
    margin-right: 0 !important; }
  .mx-12--md {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important; }
  .ml-12--md {
    margin-left: 0.85714rem !important; }
  .mr-12--md {
    margin-right: 0.85714rem !important; }
  .mb-0--md {
    margin-bottom: 0 !important; }
  .ml-minus-1--md {
    margin-left: -0.07143rem; }
  .ml-minus-9--md {
    margin-left: -0.64286rem !important; }
  .ml-minus-15--md {
    margin-left: -1.07143rem !important; }
  .ml-minus-23--md {
    margin-left: -1.64286rem !important; }
  .ml-minus-25--md {
    margin-left: -1.78571rem !important; }
  .mr-minus-1--md {
    margin-right: -0.07143rem; }
  .mr-minus-9--md {
    margin-right: -0.64286rem !important; }
  .mr-minus-13--md {
    margin-right: -0.92857rem; }
  .mr-minus-23--md {
    margin-right: -1.64286rem; }
  .ml-minus-82--md {
    margin-left: -5.85714rem !important; }
  .mr-minus-82--md {
    margin-right: -5.85714rem !important; }
  .mr-60--md {
    margin-right: 4.28571rem !important; }
  .mr-63--md {
    margin-right: 4.5rem !important; }
  .ml-63--md {
    margin-left: 4.5rem !important; }
  .ml-85--md {
    margin-left: 6.07143rem !important; }
  .ml-250--md {
    margin-left: 17.85714rem !important; }
  .ml-minus-90--md {
    margin-left: -6.42857rem !important; }
  .m-reset--md {
    margin: 0 !important; }
  .mt-130--md {
    margin-top: 9.28571rem !important; }
  .mt-minus-76--md {
    margin-top: -5.42857rem !important; }
  .my-30--md {
    margin-top: 2.14286rem !important;
    margin-bpttpm: 2.14286rem !important; } }

@media (min-width: 992px) {
  .mx-12--lg {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important; }
  .mb-60--lg {
    margin-bottom: 4.28571rem !important; }
  .ml-12--lg {
    margin-left: 0.85714rem !important; }
  .mr-12--lg {
    margin-right: 0.85714rem !important; }
  .mr-minus-1--lg {
    margin-right: -0.07143rem; }
  .mr-minus-50--lg {
    margin-right: -3.57143rem; }
  .mr-minus-100--lg {
    margin-right: -7.14286rem; }
  .ml-minus-100--lg {
    margin-left: -7.14286rem; }
  .ml-minus-100 {
    margin-left: -7.14286rem; }
  .mx-minus-5--lg {
    margin-left: -0.35714rem;
    margin-right: -0.35714rem; }
  .mx-minus-10--lg {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem; }
  .mx-minus-15--lg {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem; }
  .ml-minus-50--lg {
    margin-left: -3.57143rem; }
  .m-reset--lg {
    margin: 0 !important; }
  .ml-100--lg {
    margin-left: 7.14286rem; } }

@media (min-width: 1200px) {
  .mx-minus-10--xl {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem; }
  .mx-minus-15--xl {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem; }
  .m-reset--xl {
    margin: 0 !important; }
  .mr-0--xl {
    margin-right: 0px !important; } }

/*------------------------------------
  Margins Extended
------------------------------------*/
@media (min-width: 992px) {
  /* Margin Top */
  .js-header-change-moment .mt-1--lg--scrolling {
    margin-top: 0.07143rem !important; }
  .js-header-change-moment .mt-2--lg--scrolling {
    margin-top: 0.14286rem !important; }
  .js-header-change-moment .mt-3--lg--scrolling {
    margin-top: 0.21429rem !important; }
  .js-header-change-moment .mt-4--lg--scrolling {
    margin-top: 0.28571rem !important; }
  .js-header-change-moment .mt-5--lg--scrolling {
    margin-top: 0.35714rem !important; }
  .js-header-change-moment .mt-6--lg--scrolling {
    margin-top: 0.42857rem !important; }
  .js-header-change-moment .mt-7--lg--scrolling {
    margin-top: 0.5rem !important; }
  .js-header-change-moment .mt-8--lg--scrolling {
    margin-top: 0.57143rem !important; }
  .js-header-change-moment .mt-9--lg--scrolling {
    margin-top: 0.64286rem !important; }
  .js-header-change-moment .mt-10--lg--scrolling {
    margin-top: 0.71429rem !important; }
  .js-header-change-moment .mt-11--lg--scrolling {
    margin-top: 0.78571rem !important; }
  .js-header-change-moment .mt-12--lg--scrolling {
    margin-top: 0.85714rem !important; }
  .js-header-change-moment .mt-13--lg--scrolling {
    margin-top: 0.92857rem !important; }
  .js-header-change-moment .mt-14--lg--scrolling {
    margin-top: 1rem !important; }
  .js-header-change-moment .mt-15--lg--scrolling {
    margin-top: 1.07143rem !important; }
  .js-header-change-moment .mt-16--lg--scrolling {
    margin-top: 1.14286rem !important; }
  .js-header-change-moment .mt-17--lg--scrolling {
    margin-top: 1.21429rem !important; }
  .js-header-change-moment .mt-18--lg--scrolling {
    margin-top: 1.28571rem !important; }
  .js-header-change-moment .mt-19--lg--scrolling {
    margin-top: 1.35714rem !important; }
  .js-header-change-moment .mt-20--lg--scrolling {
    margin-top: 1.42857rem !important; }
  .js-header-change-moment .mt-21--lg--scrolling {
    margin-top: 1.5rem !important; }
  .js-header-change-moment .mt-22--lg--scrolling {
    margin-top: 1.57143rem !important; }
  .js-header-change-moment .mt-23--lg--scrolling {
    margin-top: 1.64286rem !important; }
  .js-header-change-moment .mt-24--lg--scrolling {
    margin-top: 1.71429rem !important; }
  .js-header-change-moment .mt-25--lg--scrolling {
    margin-top: 1.78571rem !important; } }

/*------------------------------------
  Padding Spaces
------------------------------------*/
/* Padding Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
  .pa-0 {
    padding: 0 !important; }
  .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .pt-0 {
    padding-top: 0 !important; }
  .pr-0 {
    padding-right: 0 !important; }
  .pb-0 {
    padding-bottom: 0 !important; }
  .pl-0 {
    padding-left: 0 !important; }
  /* Padding Around */
  .pa-2 {
    padding: 0.14286rem !important; }
  .pa-3 {
    padding: 0.21429rem !important; }
  .pa-5 {
    padding: 0.35714rem !important; }
  .pa-7 {
    padding: 0.5rem !important; }
  .pa-10 {
    padding: 0.71429rem !important; }
  .pa-15 {
    padding: 1.07143rem !important; }
  .pa-20 {
    padding: 1.42857rem !important; }
  .pa-25 {
    padding: 1.78571rem !important; }
  .pa-30 {
    padding: 2.14286rem !important; }
  .pa-35 {
    padding: 2.5rem !important; }
  .pa-40 {
    padding: 2.85714rem !important; }
  .pa-45 {
    padding: 3.21429rem !important; }
  .pa-50 {
    padding: 3.57143rem !important; }
  .pa-55 {
    padding: 3.92857rem !important; }
  .pa-60 {
    padding: 4.28571rem !important; }
  .pa-65 {
    padding: 4.64286rem !important; }
  .pa-70 {
    padding: 5rem !important; }
  .pa-75 {
    padding: 5.35714rem !important; }
  .pa-80 {
    padding: 5.71429rem !important; }
  .pa-85 {
    padding: 6.07143rem !important; }
  .pa-90 {
    padding: 6.42857rem !important; }
  .pa-95 {
    padding: 6.78571rem !important; }
  .pa-100 {
    padding: 7.14286rem !important; }
  .pa-105 {
    padding: 7.5rem !important; }
  .pa-110 {
    padding: 7.85714rem !important; }
  .pa-115 {
    padding: 8.21429rem !important; }
  .pa-120 {
    padding: 8.57143rem !important; }
  .pa-125 {
    padding: 8.92857rem !important; }
  .pa-130 {
    padding: 9.28571rem !important; }
  .pa-135 {
    padding: 9.64286rem !important; }
  .pa-140 {
    padding: 10rem !important; }
  .pa-145 {
    padding: 10.35714rem !important; }
  .pa-150 {
    padding: 10.71429rem !important; }
  /* Padding X */
  .px-1 {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important; }
  .px-2 {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important; }
  .px-3 {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important; }
  .px-4 {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important; }
  .px-5 {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important; }
  .px-6 {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important; }
  .px-7 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .px-8 {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important; }
  .px-9 {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important; }
  .px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .px-11 {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important; }
  .px-12 {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important; }
  .px-13 {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important; }
  .px-14 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .px-16 {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important; }
  .px-17 {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important; }
  .px-18 {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important; }
  .px-19 {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important; }
  .px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .px-20 {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important; }
  .px-25 {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important; }
  .px-30 {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important; }
  .px-35 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .px-40 {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important; }
  .px-45 {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important; }
  .px-50 {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important; }
  .px-55 {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important; }
  .px-60 {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important; }
  .px-65 {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important; }
  .px-70 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .px-75 {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important; }
  .px-80 {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important; }
  .px-85 {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important; }
  .px-90 {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important; }
  .px-95 {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important; }
  .px-100 {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important; }
  .px-105 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important; }
  .px-110 {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important; }
  .px-115 {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important; }
  .px-120 {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important; }
  .px-125 {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important; }
  .px-130 {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important; }
  .px-135 {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important; }
  .px-140 {
    padding-left: 10rem !important;
    padding-right: 10rem !important; }
  .px-145 {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important; }
  .px-150 {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important; }
  /* Padding Y */
  .py-1 {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important; }
  .py-2 {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important; }
  .py-3 {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important; }
  .py-4 {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important; }
  .py-5 {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important; }
  .py-6 {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important; }
  .py-7 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-8 {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important; }
  .py-9 {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important; }
  .py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  .py-11 {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important; }
  .py-12 {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important; }
  .py-13 {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important; }
  .py-14 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  .py-16 {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important; }
  .py-17 {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important; }
  .py-18 {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important; }
  .py-19 {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important; }
  /* P */
  .py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  /* P */
  .py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  /* P */
  .py-20 {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important; }
  /* P */
  .py-25 {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important; }
  /* P */
  .py-30 {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important; }
  /* P */
  .py-35 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  /* P */
  .py-40 {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important; }
  /* P */
  .py-45 {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important; }
  /* P */
  .py-50 {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important; }
  /* P */
  .py-55 {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important; }
  /* P */
  .py-60 {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important; }
  /* P */
  .py-65 {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important; }
  /* P */
  .py-70 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  /* P */
  .py-75 {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important; }
  /* P */
  .py-80 {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important; }
  /* P */
  .py-85 {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important; }
  /* P */
  .py-90 {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important; }
  /* P */
  .py-95 {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important; }
  /* P */
  .py-100 {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important; }
  /* P */
  .py-105 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  /* P */
  .py-110 {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important; }
  /* P */
  .py-115 {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important; }
  /* P */
  .py-120 {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important; }
  /* P */
  .py-125 {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important; }
  /* P */
  .py-130 {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important; }
  /* P */
  .py-135 {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important; }
  /* P */
  .py-140 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  /* P */
  .py-145 {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important; }
  /* P */
  .py-150 {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important; }
  /* P */
  .py-155 {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important; }
  /* P */
  .py-160 {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important; }
  /* P */
  .py-165 {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important; }
  /* P */
  .py-170 {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important; }
  /* P */
  .py-175 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; }
  /* P */
  .py-180 {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important; }
  /* P */
  .py-185 {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important; }
  /* P */
  .py-190 {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important; }
  /* P */
  .py-195 {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important; }
  /* P */
  .py-200 {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important; }
  /* P */
  .py-205 {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important; }
  /* P */
  .py-210 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  /* Padding Top */
  .pt-0 {
    padding-top: 0px !important; }
  .pt-1 {
    padding-top: 0.07143rem !important; }
  .pt-2 {
    padding-top: 0.14286rem !important; }
  .pt-3 {
    padding-top: 0.21429rem !important; }
  .pt-4 {
    padding-top: 0.28571rem !important; }
  .pt-5 {
    padding-top: 0.35714rem !important; }
  .pt-6 {
    padding-top: 0.42857rem !important; }
  .pt-7 {
    padding-top: 0.5rem !important; }
  .pt-8 {
    padding-top: 0.57143rem !important; }
  .pt-9 {
    padding-top: 0.64286rem !important; }
  .pt-10 {
    padding-top: 0.71429rem !important; }
  .pt-11 {
    padding-top: 0.78571rem !important; }
  .pt-12 {
    padding-top: 0.85714rem !important; }
  .pt-13 {
    padding-top: 0.92857rem !important; }
  .pt-14 {
    padding-top: 1rem !important; }
  .pt-15 {
    padding-top: 1.07143rem !important; }
  .pt-16 {
    padding-top: 1.14286rem !important; }
  .pt-17 {
    padding-top: 1.21429rem !important; }
  .pt-18 {
    padding-top: 1.28571rem !important; }
  .pt-19 {
    padding-top: 1.35714rem !important; }
  .pt-10 {
    padding-top: 0.71429rem !important; }
  .pt-15 {
    padding-top: 1.07143rem !important; }
  .pt-20 {
    padding-top: 1.42857rem !important; }
  .pt-25 {
    padding-top: 1.78571rem !important; }
  .pt-30 {
    padding-top: 2.14286rem !important; }
  .pt-35 {
    padding-top: 2.5rem !important; }
  .pt-40 {
    padding-top: 2.85714rem !important; }
  .pt-45 {
    padding-top: 3.21429rem !important; }
  .pt-50 {
    padding-top: 3.57143rem !important; }
  .pt-55 {
    padding-top: 3.92857rem !important; }
  .pt-60 {
    padding-top: 4.28571rem !important; }
  .pt-65 {
    padding-top: 4.64286rem !important; }
  .pt-70 {
    padding-top: 5rem !important; }
  .pt-75 {
    padding-top: 5.35714rem !important; }
  .pt-80 {
    padding-top: 5.71429rem !important; }
  .pt-85 {
    padding-top: 6.07143rem !important; }
  .pt-90 {
    padding-top: 6.42857rem !important; }
  .pt-95 {
    padding-top: 6.78571rem !important; }
  .pt-100 {
    padding-top: 7.14286rem !important; }
  .pt-105 {
    padding-top: 7.5rem !important; }
  .pt-110 {
    padding-top: 7.85714rem !important; }
  .pt-115 {
    padding-top: 8.21429rem !important; }
  .pt-120 {
    padding-top: 8.57143rem !important; }
  .pt-125 {
    padding-top: 8.92857rem !important; }
  .pt-130 {
    padding-top: 9.28571rem !important; }
  .pt-135 {
    padding-top: 9.64286rem !important; }
  .pt-140 {
    padding-top: 10rem !important; }
  .pt-145 {
    padding-top: 10.35714rem !important; }
  .pt-150 {
    padding-top: 10.71429rem !important; }
  /* Padding Right */
  .pr-0 {
    padding-right: 0px !important; }
  .pr-1 {
    padding-right: 0.07143rem !important; }
  .pr-2 {
    padding-right: 0.14286rem !important; }
  .pr-3 {
    padding-right: 0.21429rem !important; }
  .pr-4 {
    padding-right: 0.28571rem !important; }
  .pr-5 {
    padding-right: 0.35714rem !important; }
  .pr-6 {
    padding-right: 0.42857rem !important; }
  .pr-7 {
    padding-right: 0.5rem !important; }
  .pr-8 {
    padding-right: 0.57143rem !important; }
  .pr-9 {
    padding-right: 0.64286rem !important; }
  /* P */
  .pr-10 {
    padding-right: 0.71429rem !important; }
  /* P */
  .pr-15 {
    padding-right: 1.07143rem !important; }
  /* P */
  .pr-20 {
    padding-right: 1.42857rem !important; }
  /* P */
  .pr-25 {
    padding-right: 1.78571rem !important; }
  /* P */
  .pr-30 {
    padding-right: 2.14286rem !important; }
  /* P */
  .pr-35 {
    padding-right: 2.5rem !important; }
  /* P */
  .pr-40 {
    padding-right: 2.85714rem !important; }
  /* P */
  .pr-45 {
    padding-right: 3.21429rem !important; }
  /* P */
  .pr-50 {
    padding-right: 3.57143rem !important; }
  /* P */
  .pr-55 {
    padding-right: 3.92857rem !important; }
  /* P */
  .pr-60 {
    padding-right: 4.28571rem !important; }
  /* P */
  .pr-65 {
    padding-right: 4.64286rem !important; }
  /* P */
  .pr-70 {
    padding-right: 5rem !important; }
  /* P */
  .pr-75 {
    padding-right: 5.35714rem !important; }
  /* P */
  .pr-80 {
    padding-right: 5.71429rem !important; }
  /* P */
  .pr-85 {
    padding-right: 6.07143rem !important; }
  /* P */
  .pr-90 {
    padding-right: 6.42857rem !important; }
  /* P */
  .pr-95 {
    padding-right: 6.78571rem !important; }
  /* P */
  .pr-100 {
    padding-right: 7.14286rem !important; }
  /* P */
  .pr-105 {
    padding-right: 7.5rem !important; }
  /* P */
  .pr-110 {
    padding-right: 7.85714rem !important; }
  /* P */
  .pr-115 {
    padding-right: 8.21429rem !important; }
  /* P */
  .pr-120 {
    padding-right: 8.57143rem !important; }
  /* P */
  .pr-125 {
    padding-right: 8.92857rem !important; }
  /* P */
  .pr-130 {
    padding-right: 9.28571rem !important; }
  /* P */
  .pr-135 {
    padding-right: 9.64286rem !important; }
  /* P */
  .pr-140 {
    padding-right: 10rem !important; }
  /* P */
  .pr-145 {
    padding-right: 10.35714rem !important; }
  /* P */
  .pr-150 {
    padding-right: 10.71429rem !important; }
  /* P */
  .pr-155 {
    padding-right: 11.07143rem !important; }
  /* P */
  .pr-160 {
    padding-right: 11.42857rem !important; }
  /* P */
  .pr-165 {
    padding-right: 11.78571rem !important; }
  /* P */
  .pr-170 {
    padding-right: 12.14286rem !important; }
  /* Padding Bottom */
  .pb-0 {
    padding-bottom: 0px !important; }
  .pb-1 {
    padding-bottom: 0.07143rem !important; }
  .pb-2 {
    padding-bottom: 0.14286rem !important; }
  .pb-3 {
    padding-bottom: 0.21429rem !important; }
  .pb-4 {
    padding-bottom: 0.28571rem !important; }
  .pb-5 {
    padding-bottom: 0.35714rem !important; }
  .pb-6 {
    padding-bottom: 0.42857rem !important; }
  .pb-7 {
    padding-bottom: 0.5rem !important; }
  .pb-8 {
    padding-bottom: 0.57143rem !important; }
  .pb-9 {
    padding-bottom: 0.64286rem !important; }
  .pb-10 {
    padding-bottom: 0.71429rem !important; }
  .pb-15 {
    padding-bottom: 1.07143rem !important; }
  .pb-20 {
    padding-bottom: 1.42857rem !important; }
  .pb-25 {
    padding-bottom: 1.78571rem !important; }
  .pb-30 {
    padding-bottom: 2.14286rem !important; }
  .pb-35 {
    padding-bottom: 2.5rem !important; }
  .pb-40 {
    padding-bottom: 2.85714rem !important; }
  .pb-45 {
    padding-bottom: 3.21429rem !important; }
  .pb-50 {
    padding-bottom: 3.57143rem !important; }
  .pb-55 {
    padding-bottom: 3.92857rem !important; }
  .pb-60 {
    padding-bottom: 4.28571rem !important; }
  .pb-65 {
    padding-bottom: 4.64286rem !important; }
  .pb-70 {
    padding-bottom: 5rem !important; }
  .pb-75 {
    padding-bottom: 5.35714rem !important; }
  .pb-80 {
    padding-bottom: 5.71429rem !important; }
  .pb-85 {
    padding-bottom: 6.07143rem !important; }
  .pb-90 {
    padding-bottom: 6.42857rem !important; }
  .pb-95 {
    padding-bottom: 6.78571rem !important; }
  .pb-100 {
    padding-bottom: 7.14286rem !important; }
  .pb-105 {
    padding-bottom: 7.5rem !important; }
  .pb-110 {
    padding-bottom: 7.85714rem !important; }
  .pb-115 {
    padding-bottom: 8.21429rem !important; }
  .pb-120 {
    padding-bottom: 8.57143rem !important; }
  .pb-125 {
    padding-bottom: 8.92857rem !important; }
  .pb-130 {
    padding-bottom: 9.28571rem !important; }
  .pb-135 {
    padding-bottom: 9.64286rem !important; }
  .pb-140 {
    padding-bottom: 10rem !important; }
  .pb-145 {
    padding-bottom: 10.35714rem !important; }
  .pb-150 {
    padding-bottom: 10.71429rem !important; }
  /* Padding Left */
  .pl-0 {
    padding-left: 0px !important; }
  .pl-1 {
    padding-left: 0.07143rem !important; }
  .pl-2 {
    padding-left: 0.14286rem !important; }
  .pl-3 {
    padding-left: 0.21429rem !important; }
  .pl-4 {
    padding-left: 0.28571rem !important; }
  .pl-5 {
    padding-left: 0.35714rem !important; }
  .pl-6 {
    padding-left: 0.42857rem !important; }
  .pl-7 {
    padding-left: 0.5rem !important; }
  .pl-8 {
    padding-left: 0.57143rem !important; }
  .pl-9 {
    padding-left: 0.64286rem !important; }
  /* P */
  .pl-10 {
    padding-left: 0.71429rem !important; }
  /* P */
  .pl-15 {
    padding-left: 1.07143rem !important; }
  /* P */
  .pl-20 {
    padding-left: 1.42857rem !important; }
  /* P */
  .pl-25 {
    padding-left: 1.78571rem !important; }
  /* P */
  .pl-30 {
    padding-left: 2.14286rem !important; }
  /* P */
  .pl-35 {
    padding-left: 2.5rem !important; }
  /* P */
  .pl-40 {
    padding-left: 2.85714rem !important; }
  /* P */
  .pl-45 {
    padding-left: 3.21429rem !important; }
  /* P */
  .pl-50 {
    padding-left: 3.57143rem !important; }
  /* P */
  .pl-55 {
    padding-left: 3.92857rem !important; }
  /* P */
  .pl-60 {
    padding-left: 4.28571rem !important; }
  /* P */
  .pl-65 {
    padding-left: 4.64286rem !important; }
  /* P */
  .pl-70 {
    padding-left: 5rem !important; }
  /* P */
  .pl-75 {
    padding-left: 5.35714rem !important; }
  /* P */
  .pl-80 {
    padding-left: 5.71429rem !important; }
  /* P */
  .pl-85 {
    padding-left: 6.07143rem !important; }
  /* P */
  .pl-90 {
    padding-left: 6.42857rem !important; }
  /* P */
  .pl-95 {
    padding-left: 6.78571rem !important; }
  /* P */
  .pl-100 {
    padding-left: 7.14286rem !important; }
  /* P */
  .pl-105 {
    padding-left: 7.5rem !important; }
  /* P */
  .pl-110 {
    padding-left: 7.85714rem !important; }
  /* P */
  .pl-115 {
    padding-left: 8.21429rem !important; }
  /* P */
  .pl-120 {
    padding-left: 8.57143rem !important; }
  /* P */
  .pl-125 {
    padding-left: 8.92857rem !important; }
  /* P */
  .pl-130 {
    padding-left: 9.28571rem !important; }
  /* P */
  .pl-135 {
    padding-left: 9.64286rem !important; }
  /* P */
  .pl-140 {
    padding-left: 10rem !important; }
  /* P */
  .pl-145 {
    padding-left: 10.35714rem !important; }
  /* P */
  .pl-150 {
    padding-left: 10.71429rem !important; }
  /* P */
  .pl-155 {
    padding-left: 11.07143rem !important; }
  /* P */
  .pl-160 {
    padding-left: 11.42857rem !important; }
  /* P */
  .pl-165 {
    padding-left: 11.78571rem !important; }
  /* P */
  .pl-170 {
    padding-left: 12.14286rem !important; } }

/* Padding Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  .pa-0--sm {
    padding: 0 !important; }
  .px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .pt-0--sm {
    padding-top: 0 !important; }
  .pr-0--sm {
    padding-right: 0 !important; }
  .pb-0--sm {
    padding-bottom: 0 !important; }
  .pl-0--sm {
    padding-left: 0 !important; }
  /* Padding Around */
  .pa-2--sm {
    padding: 0.14286rem !important; }
  .pa-3--sm {
    padding: 0.21429rem !important; }
  .pa-5--sm {
    padding: 0.35714rem !important; }
  .pa-7--sm {
    padding: 0.5rem !important; }
  .pa-10--sm {
    padding: 0.71429rem !important; }
  .pa-15--sm {
    padding: 1.07143rem !important; }
  .pa-20--sm {
    padding: 1.42857rem !important; }
  .pa-25--sm {
    padding: 1.78571rem !important; }
  .pa-30--sm {
    padding: 2.14286rem !important; }
  .pa-35--sm {
    padding: 2.5rem !important; }
  .pa-40--sm {
    padding: 2.85714rem !important; }
  .pa-45--sm {
    padding: 3.21429rem !important; }
  .pa-50--sm {
    padding: 3.57143rem !important; }
  .pa-55--sm {
    padding: 3.92857rem !important; }
  .pa-60--sm {
    padding: 4.28571rem !important; }
  .pa-65--sm {
    padding: 4.64286rem !important; }
  .pa-70--sm {
    padding: 5rem !important; }
  .pa-75--sm {
    padding: 5.35714rem !important; }
  .pa-80--sm {
    padding: 5.71429rem !important; }
  .pa-85--sm {
    padding: 6.07143rem !important; }
  .pa-90--sm {
    padding: 6.42857rem !important; }
  .pa-95--sm {
    padding: 6.78571rem !important; }
  .pa-100--sm {
    padding: 7.14286rem !important; }
  .pa-105--sm {
    padding: 7.5rem !important; }
  .pa-110--sm {
    padding: 7.85714rem !important; }
  .pa-115--sm {
    padding: 8.21429rem !important; }
  .pa-120--sm {
    padding: 8.57143rem !important; }
  .pa-125--sm {
    padding: 8.92857rem !important; }
  .pa-130--sm {
    padding: 9.28571rem !important; }
  .pa-135--sm {
    padding: 9.64286rem !important; }
  .pa-140--sm {
    padding: 10rem !important; }
  .pa-145--sm {
    padding: 10.35714rem !important; }
  .pa-150--sm {
    padding: 10.71429rem !important; }
  /* Padding X */
  .px-1--sm {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important; }
  .px-2--sm {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important; }
  .px-3--sm {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important; }
  .px-4--sm {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important; }
  .px-5--sm {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important; }
  .px-6--sm {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important; }
  .px-7--sm {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .px-8--sm {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important; }
  .px-9--sm {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important; }
  .px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .px-11--sm {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important; }
  .px-12--sm {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important; }
  .px-13--sm {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important; }
  .px-14--sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .px-16--sm {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important; }
  .px-17--sm {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important; }
  .px-18--sm {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important; }
  .px-19--sm {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important; }
  .px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .px-20--sm {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important; }
  .px-25--sm {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important; }
  .px-30--sm {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important; }
  .px-35--sm {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .px-40--sm {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important; }
  .px-45--sm {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important; }
  .px-50--sm {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important; }
  .px-55--sm {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important; }
  .px-60--sm {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important; }
  .px-65--sm {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important; }
  .px-70--sm {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .px-75--sm {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important; }
  .px-80--sm {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important; }
  .px-85--sm {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important; }
  .px-90--sm {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important; }
  .px-95--sm {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important; }
  .px-100--sm {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important; }
  .px-105--sm {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important; }
  .px-110--sm {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important; }
  .px-115--sm {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important; }
  .px-120--sm {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important; }
  .px-125--sm {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important; }
  .px-130--sm {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important; }
  .px-135--sm {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important; }
  .px-140--sm {
    padding-left: 10rem !important;
    padding-right: 10rem !important; }
  .px-145--sm {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important; }
  .px-150--sm {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important; }
  /* Padding Y */
  .py-1--sm {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important; }
  .py-2--sm {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important; }
  .py-3--sm {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important; }
  .py-4--sm {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important; }
  .py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important; }
  .py-6--sm {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important; }
  .py-7--sm {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-8--sm {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important; }
  .py-9--sm {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important; }
  .py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  .py-11--sm {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important; }
  .py-12--sm {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important; }
  .py-13--sm {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important; }
  .py-14--sm {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  .py-16--sm {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important; }
  .py-17--sm {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important; }
  .py-18--sm {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important; }
  .py-19--sm {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important; }
  /* P */
  .py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  /* P */
  .py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  /* P */
  .py-20--sm {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important; }
  /* P */
  .py-25--sm {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important; }
  /* P */
  .py-30--sm {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important; }
  /* P */
  .py-35--sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  /* P */
  .py-40--sm {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important; }
  /* P */
  .py-45--sm {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important; }
  /* P */
  .py-50--sm {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important; }
  /* P */
  .py-55--sm {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important; }
  /* P */
  .py-60--sm {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important; }
  /* P */
  .py-65--sm {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important; }
  /* P */
  .py-70--sm {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  /* P */
  .py-75--sm {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important; }
  /* P */
  .py-80--sm {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important; }
  /* P */
  .py-85--sm {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important; }
  /* P */
  .py-90--sm {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important; }
  /* P */
  .py-95--sm {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important; }
  /* P */
  .py-100--sm {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important; }
  /* P */
  .py-105--sm {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  /* P */
  .py-110--sm {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important; }
  /* P */
  .py-115--sm {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important; }
  /* P */
  .py-120--sm {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important; }
  /* P */
  .py-125--sm {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important; }
  /* P */
  .py-130--sm {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important; }
  /* P */
  .py-135--sm {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important; }
  /* P */
  .py-140--sm {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  /* P */
  .py-145--sm {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important; }
  /* P */
  .py-150--sm {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important; }
  /* P */
  .py-155--sm {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important; }
  /* P */
  .py-160--sm {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important; }
  /* P */
  .py-165--sm {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important; }
  /* P */
  .py-170--sm {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important; }
  /* P */
  .py-175--sm {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; }
  /* P */
  .py-180--sm {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important; }
  /* P */
  .py-185--sm {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important; }
  /* P */
  .py-190--sm {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important; }
  /* P */
  .py-195--sm {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important; }
  /* P */
  .py-200--sm {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important; }
  /* P */
  .py-205--sm {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important; }
  /* P */
  .py-210--sm {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  /* Padding Top */
  .pt-0--sm {
    padding-top: 0px !important; }
  .pt-1--sm {
    padding-top: 0.07143rem !important; }
  .pt-2--sm {
    padding-top: 0.14286rem !important; }
  .pt-3--sm {
    padding-top: 0.21429rem !important; }
  .pt-4--sm {
    padding-top: 0.28571rem !important; }
  .pt-5--sm {
    padding-top: 0.35714rem !important; }
  .pt-6--sm {
    padding-top: 0.42857rem !important; }
  .pt-7--sm {
    padding-top: 0.5rem !important; }
  .pt-8--sm {
    padding-top: 0.57143rem !important; }
  .pt-9--sm {
    padding-top: 0.64286rem !important; }
  .pt-10--sm {
    padding-top: 0.71429rem !important; }
  .pt-11--sm {
    padding-top: 0.78571rem !important; }
  .pt-12--sm {
    padding-top: 0.85714rem !important; }
  .pt-13--sm {
    padding-top: 0.92857rem !important; }
  .pt-14--sm {
    padding-top: 1rem !important; }
  .pt-15--sm {
    padding-top: 1.07143rem !important; }
  .pt-16--sm {
    padding-top: 1.14286rem !important; }
  .pt-17--sm {
    padding-top: 1.21429rem !important; }
  .pt-18--sm {
    padding-top: 1.28571rem !important; }
  .pt-19--sm {
    padding-top: 1.35714rem !important; }
  .pt-10--sm {
    padding-top: 0.71429rem !important; }
  .pt-15--sm {
    padding-top: 1.07143rem !important; }
  .pt-20--sm {
    padding-top: 1.42857rem !important; }
  .pt-25--sm {
    padding-top: 1.78571rem !important; }
  .pt-30--sm {
    padding-top: 2.14286rem !important; }
  .pt-35--sm {
    padding-top: 2.5rem !important; }
  .pt-40--sm {
    padding-top: 2.85714rem !important; }
  .pt-45--sm {
    padding-top: 3.21429rem !important; }
  .pt-50--sm {
    padding-top: 3.57143rem !important; }
  .pt-55--sm {
    padding-top: 3.92857rem !important; }
  .pt-60--sm {
    padding-top: 4.28571rem !important; }
  .pt-65--sm {
    padding-top: 4.64286rem !important; }
  .pt-70--sm {
    padding-top: 5rem !important; }
  .pt-75--sm {
    padding-top: 5.35714rem !important; }
  .pt-80--sm {
    padding-top: 5.71429rem !important; }
  .pt-85--sm {
    padding-top: 6.07143rem !important; }
  .pt-90--sm {
    padding-top: 6.42857rem !important; }
  .pt-95--sm {
    padding-top: 6.78571rem !important; }
  .pt-100--sm {
    padding-top: 7.14286rem !important; }
  .pt-105--sm {
    padding-top: 7.5rem !important; }
  .pt-110--sm {
    padding-top: 7.85714rem !important; }
  .pt-115--sm {
    padding-top: 8.21429rem !important; }
  .pt-120--sm {
    padding-top: 8.57143rem !important; }
  .pt-125--sm {
    padding-top: 8.92857rem !important; }
  .pt-130--sm {
    padding-top: 9.28571rem !important; }
  .pt-135--sm {
    padding-top: 9.64286rem !important; }
  .pt-140--sm {
    padding-top: 10rem !important; }
  .pt-145--sm {
    padding-top: 10.35714rem !important; }
  .pt-150--sm {
    padding-top: 10.71429rem !important; }
  /* Padding Right */
  .pr-0--sm {
    padding-right: 0px !important; }
  .pr-1--sm {
    padding-right: 0.07143rem !important; }
  .pr-2--sm {
    padding-right: 0.14286rem !important; }
  .pr-3--sm {
    padding-right: 0.21429rem !important; }
  .pr-4--sm {
    padding-right: 0.28571rem !important; }
  .pr-5--sm {
    padding-right: 0.35714rem !important; }
  .pr-6--sm {
    padding-right: 0.42857rem !important; }
  .pr-7--sm {
    padding-right: 0.5rem !important; }
  .pr-8--sm {
    padding-right: 0.57143rem !important; }
  .pr-9--sm {
    padding-right: 0.64286rem !important; }
  /* P */
  .pr-10--sm {
    padding-right: 0.71429rem !important; }
  /* P */
  .pr-15--sm {
    padding-right: 1.07143rem !important; }
  /* P */
  .pr-20--sm {
    padding-right: 1.42857rem !important; }
  /* P */
  .pr-25--sm {
    padding-right: 1.78571rem !important; }
  /* P */
  .pr-30--sm {
    padding-right: 2.14286rem !important; }
  /* P */
  .pr-35--sm {
    padding-right: 2.5rem !important; }
  /* P */
  .pr-40--sm {
    padding-right: 2.85714rem !important; }
  /* P */
  .pr-45--sm {
    padding-right: 3.21429rem !important; }
  /* P */
  .pr-50--sm {
    padding-right: 3.57143rem !important; }
  /* P */
  .pr-55--sm {
    padding-right: 3.92857rem !important; }
  /* P */
  .pr-60--sm {
    padding-right: 4.28571rem !important; }
  /* P */
  .pr-65--sm {
    padding-right: 4.64286rem !important; }
  /* P */
  .pr-70--sm {
    padding-right: 5rem !important; }
  /* P */
  .pr-75--sm {
    padding-right: 5.35714rem !important; }
  /* P */
  .pr-80--sm {
    padding-right: 5.71429rem !important; }
  /* P */
  .pr-85--sm {
    padding-right: 6.07143rem !important; }
  /* P */
  .pr-90--sm {
    padding-right: 6.42857rem !important; }
  /* P */
  .pr-95--sm {
    padding-right: 6.78571rem !important; }
  /* P */
  .pr-100--sm {
    padding-right: 7.14286rem !important; }
  /* P */
  .pr-105--sm {
    padding-right: 7.5rem !important; }
  /* P */
  .pr-110--sm {
    padding-right: 7.85714rem !important; }
  /* P */
  .pr-115--sm {
    padding-right: 8.21429rem !important; }
  /* P */
  .pr-120--sm {
    padding-right: 8.57143rem !important; }
  /* P */
  .pr-125--sm {
    padding-right: 8.92857rem !important; }
  /* P */
  .pr-130--sm {
    padding-right: 9.28571rem !important; }
  /* P */
  .pr-135--sm {
    padding-right: 9.64286rem !important; }
  /* P */
  .pr-140--sm {
    padding-right: 10rem !important; }
  /* P */
  .pr-145--sm {
    padding-right: 10.35714rem !important; }
  /* P */
  .pr-150--sm {
    padding-right: 10.71429rem !important; }
  /* P */
  .pr-155--sm {
    padding-right: 11.07143rem !important; }
  /* P */
  .pr-160--sm {
    padding-right: 11.42857rem !important; }
  /* P */
  .pr-165--sm {
    padding-right: 11.78571rem !important; }
  /* P */
  .pr-170--sm {
    padding-right: 12.14286rem !important; }
  /* Padding Bottom */
  .pb-0--sm {
    padding-bottom: 0px !important; }
  .pb-1--sm {
    padding-bottom: 0.07143rem !important; }
  .pb-2--sm {
    padding-bottom: 0.14286rem !important; }
  .pb-3--sm {
    padding-bottom: 0.21429rem !important; }
  .pb-4--sm {
    padding-bottom: 0.28571rem !important; }
  .pb-5--sm {
    padding-bottom: 0.35714rem !important; }
  .pb-6--sm {
    padding-bottom: 0.42857rem !important; }
  .pb-7--sm {
    padding-bottom: 0.5rem !important; }
  .pb-8--sm {
    padding-bottom: 0.57143rem !important; }
  .pb-9--sm {
    padding-bottom: 0.64286rem !important; }
  .pb-10--sm {
    padding-bottom: 0.71429rem !important; }
  .pb-15--sm {
    padding-bottom: 1.07143rem !important; }
  .pb-20--sm {
    padding-bottom: 1.42857rem !important; }
  .pb-25--sm {
    padding-bottom: 1.78571rem !important; }
  .pb-30--sm {
    padding-bottom: 2.14286rem !important; }
  .pb-35--sm {
    padding-bottom: 2.5rem !important; }
  .pb-40--sm {
    padding-bottom: 2.85714rem !important; }
  .pb-45--sm {
    padding-bottom: 3.21429rem !important; }
  .pb-50--sm {
    padding-bottom: 3.57143rem !important; }
  .pb-55--sm {
    padding-bottom: 3.92857rem !important; }
  .pb-60--sm {
    padding-bottom: 4.28571rem !important; }
  .pb-65--sm {
    padding-bottom: 4.64286rem !important; }
  .pb-70--sm {
    padding-bottom: 5rem !important; }
  .pb-75--sm {
    padding-bottom: 5.35714rem !important; }
  .pb-80--sm {
    padding-bottom: 5.71429rem !important; }
  .pb-85--sm {
    padding-bottom: 6.07143rem !important; }
  .pb-90--sm {
    padding-bottom: 6.42857rem !important; }
  .pb-95--sm {
    padding-bottom: 6.78571rem !important; }
  .pb-100--sm {
    padding-bottom: 7.14286rem !important; }
  .pb-105--sm {
    padding-bottom: 7.5rem !important; }
  .pb-110--sm {
    padding-bottom: 7.85714rem !important; }
  .pb-115--sm {
    padding-bottom: 8.21429rem !important; }
  .pb-120--sm {
    padding-bottom: 8.57143rem !important; }
  .pb-125--sm {
    padding-bottom: 8.92857rem !important; }
  .pb-130--sm {
    padding-bottom: 9.28571rem !important; }
  .pb-135--sm {
    padding-bottom: 9.64286rem !important; }
  .pb-140--sm {
    padding-bottom: 10rem !important; }
  .pb-145--sm {
    padding-bottom: 10.35714rem !important; }
  .pb-150--sm {
    padding-bottom: 10.71429rem !important; }
  /* Padding Left */
  .pl-0--sm {
    padding-left: 0px !important; }
  .pl-1--sm {
    padding-left: 0.07143rem !important; }
  .pl-2--sm {
    padding-left: 0.14286rem !important; }
  .pl-3--sm {
    padding-left: 0.21429rem !important; }
  .pl-4--sm {
    padding-left: 0.28571rem !important; }
  .pl-5--sm {
    padding-left: 0.35714rem !important; }
  .pl-6--sm {
    padding-left: 0.42857rem !important; }
  .pl-7--sm {
    padding-left: 0.5rem !important; }
  .pl-8--sm {
    padding-left: 0.57143rem !important; }
  .pl-9--sm {
    padding-left: 0.64286rem !important; }
  /* P */
  .pl-10--sm {
    padding-left: 0.71429rem !important; }
  /* P */
  .pl-15--sm {
    padding-left: 1.07143rem !important; }
  /* P */
  .pl-20--sm {
    padding-left: 1.42857rem !important; }
  /* P */
  .pl-25--sm {
    padding-left: 1.78571rem !important; }
  /* P */
  .pl-30--sm {
    padding-left: 2.14286rem !important; }
  /* P */
  .pl-35--sm {
    padding-left: 2.5rem !important; }
  /* P */
  .pl-40--sm {
    padding-left: 2.85714rem !important; }
  /* P */
  .pl-45--sm {
    padding-left: 3.21429rem !important; }
  /* P */
  .pl-50--sm {
    padding-left: 3.57143rem !important; }
  /* P */
  .pl-55--sm {
    padding-left: 3.92857rem !important; }
  /* P */
  .pl-60--sm {
    padding-left: 4.28571rem !important; }
  /* P */
  .pl-65--sm {
    padding-left: 4.64286rem !important; }
  /* P */
  .pl-70--sm {
    padding-left: 5rem !important; }
  /* P */
  .pl-75--sm {
    padding-left: 5.35714rem !important; }
  /* P */
  .pl-80--sm {
    padding-left: 5.71429rem !important; }
  /* P */
  .pl-85--sm {
    padding-left: 6.07143rem !important; }
  /* P */
  .pl-90--sm {
    padding-left: 6.42857rem !important; }
  /* P */
  .pl-95--sm {
    padding-left: 6.78571rem !important; }
  /* P */
  .pl-100--sm {
    padding-left: 7.14286rem !important; }
  /* P */
  .pl-105--sm {
    padding-left: 7.5rem !important; }
  /* P */
  .pl-110--sm {
    padding-left: 7.85714rem !important; }
  /* P */
  .pl-115--sm {
    padding-left: 8.21429rem !important; }
  /* P */
  .pl-120--sm {
    padding-left: 8.57143rem !important; }
  /* P */
  .pl-125--sm {
    padding-left: 8.92857rem !important; }
  /* P */
  .pl-130--sm {
    padding-left: 9.28571rem !important; }
  /* P */
  .pl-135--sm {
    padding-left: 9.64286rem !important; }
  /* P */
  .pl-140--sm {
    padding-left: 10rem !important; }
  /* P */
  .pl-145--sm {
    padding-left: 10.35714rem !important; }
  /* P */
  .pl-150--sm {
    padding-left: 10.71429rem !important; }
  /* P */
  .pl-155--sm {
    padding-left: 11.07143rem !important; }
  /* P */
  .pl-160--sm {
    padding-left: 11.42857rem !important; }
  /* P */
  .pl-165--sm {
    padding-left: 11.78571rem !important; }
  /* P */
  .pl-170--sm {
    padding-left: 12.14286rem !important; } }

/* Padding Spaces (md)
------------------------------------*/
/* P */
@media (min-width: 768px) {
  .pa-0--md {
    padding: 0 !important; }
  .px-0--md {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .pt-0--md {
    padding-top: 0 !important; }
  .pr-0--md {
    padding-right: 0 !important; }
  .pb-0--md {
    padding-bottom: 0 !important; }
  .pl-0--md {
    padding-left: 0 !important; }
  /* Padding Around */
  .pa-2--md {
    padding: 0.14286rem !important; }
  .pa-3--md {
    padding: 0.21429rem !important; }
  .pa-5--md {
    padding: 0.35714rem !important; }
  .pa-7--md {
    padding: 0.5rem !important; }
  .pa-10--md {
    padding: 0.71429rem !important; }
  .pa-15--md {
    padding: 1.07143rem !important; }
  .pa-20--md {
    padding: 1.42857rem !important; }
  .pa-25--md {
    padding: 1.78571rem !important; }
  .pa-30--md {
    padding: 2.14286rem !important; }
  .pa-35--md {
    padding: 2.5rem !important; }
  .pa-40--md {
    padding: 2.85714rem !important; }
  .pa-45--md {
    padding: 3.21429rem !important; }
  .pa-50--md {
    padding: 3.57143rem !important; }
  .pa-55--md {
    padding: 3.92857rem !important; }
  .pa-60--md {
    padding: 4.28571rem !important; }
  .pa-65--md {
    padding: 4.64286rem !important; }
  .pa-70--md {
    padding: 5rem !important; }
  .pa-75--md {
    padding: 5.35714rem !important; }
  .pa-80--md {
    padding: 5.71429rem !important; }
  .pa-85--md {
    padding: 6.07143rem !important; }
  .pa-90--md {
    padding: 6.42857rem !important; }
  .pa-95--md {
    padding: 6.78571rem !important; }
  .pa-100--md {
    padding: 7.14286rem !important; }
  .pa-105--md {
    padding: 7.5rem !important; }
  .pa-110--md {
    padding: 7.85714rem !important; }
  .pa-115--md {
    padding: 8.21429rem !important; }
  .pa-120--md {
    padding: 8.57143rem !important; }
  .pa-125--md {
    padding: 8.92857rem !important; }
  .pa-130--md {
    padding: 9.28571rem !important; }
  .pa-135--md {
    padding: 9.64286rem !important; }
  .pa-140--md {
    padding: 10rem !important; }
  .pa-145--md {
    padding: 10.35714rem !important; }
  .pa-150--md {
    padding: 10.71429rem !important; }
  /* Padding X */
  .px-1--md {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important; }
  .px-2--md {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important; }
  .px-3--md {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important; }
  .px-4--md {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important; }
  .px-5--md {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important; }
  .px-6--md {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important; }
  .px-7--md {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .px-8--md {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important; }
  .px-9--md {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important; }
  .px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .px-11--md {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important; }
  .px-12--md {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important; }
  .px-13--md {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important; }
  .px-14--md {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .px-16--md {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important; }
  .px-17--md {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important; }
  .px-18--md {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important; }
  .px-19--md {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important; }
  .px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .px-20--md {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important; }
  .px-25--md {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important; }
  .px-30--md {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important; }
  .px-35--md {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .px-40--md {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important; }
  .px-45--md {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important; }
  .px-50--md {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important; }
  .px-55--md {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important; }
  .px-60--md {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important; }
  .px-65--md {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important; }
  .px-70--md {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .px-75--md {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important; }
  .px-80--md {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important; }
  .px-85--md {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important; }
  .px-90--md {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important; }
  .px-95--md {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important; }
  .px-100--md {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important; }
  .px-105--md {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important; }
  .px-110--md {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important; }
  .px-115--md {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important; }
  .px-120--md {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important; }
  .px-125--md {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important; }
  .px-130--md {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important; }
  .px-135--md {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important; }
  .px-140--md {
    padding-left: 10rem !important;
    padding-right: 10rem !important; }
  .px-145--md {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important; }
  .px-150--md {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important; }
  /* Padding Y */
  .py-1--md {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important; }
  .py-2--md {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important; }
  .py-3--md {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important; }
  .py-4--md {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important; }
  .py-5--md {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important; }
  .py-6--md {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important; }
  .py-7--md {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-8--md {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important; }
  .py-9--md {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important; }
  .py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  .py-11--md {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important; }
  .py-12--md {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important; }
  .py-13--md {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important; }
  .py-14--md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  .py-16--md {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important; }
  .py-17--md {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important; }
  .py-18--md {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important; }
  .py-19--md {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important; }
  /* P */
  .py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  /* P */
  .py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  /* P */
  .py-20--md {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important; }
  /* P */
  .py-25--md {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important; }
  /* P */
  .py-30--md {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important; }
  /* P */
  .py-35--md {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  /* P */
  .py-40--md {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important; }
  /* P */
  .py-45--md {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important; }
  /* P */
  .py-50--md {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important; }
  /* P */
  .py-55--md {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important; }
  /* P */
  .py-60--md {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important; }
  /* P */
  .py-65--md {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important; }
  /* P */
  .py-70--md {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  /* P */
  .py-75--md {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important; }
  /* P */
  .py-80--md {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important; }
  /* P */
  .py-85--md {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important; }
  /* P */
  .py-90--md {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important; }
  /* P */
  .py-95--md {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important; }
  /* P */
  .py-100--md {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important; }
  /* P */
  .py-105--md {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  /* P */
  .py-110--md {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important; }
  /* P */
  .py-115--md {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important; }
  /* P */
  .py-120--md {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important; }
  /* P */
  .py-125--md {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important; }
  /* P */
  .py-130--md {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important; }
  /* P */
  .py-135--md {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important; }
  /* P */
  .py-140--md {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  /* P */
  .py-145--md {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important; }
  /* P */
  .py-150--md {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important; }
  /* P */
  .py-155--md {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important; }
  /* P */
  .py-160--md {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important; }
  /* P */
  .py-165--md {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important; }
  /* P */
  .py-170--md {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important; }
  /* P */
  .py-175--md {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; }
  /* P */
  .py-180--md {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important; }
  /* P */
  .py-185--md {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important; }
  /* P */
  .py-190--md {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important; }
  /* P */
  .py-195--md {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important; }
  /* P */
  .py-200--md {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important; }
  /* P */
  .py-205--md {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important; }
  /* P */
  .py-210--md {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  /* Padding Top */
  .pt-0--md {
    padding-top: 0px !important; }
  .pt-1--md {
    padding-top: 0.07143rem !important; }
  .pt-2--md {
    padding-top: 0.14286rem !important; }
  .pt-3--md {
    padding-top: 0.21429rem !important; }
  .pt-4--md {
    padding-top: 0.28571rem !important; }
  .pt-5--md {
    padding-top: 0.35714rem !important; }
  .pt-6--md {
    padding-top: 0.42857rem !important; }
  .pt-7--md {
    padding-top: 0.5rem !important; }
  .pt-8--md {
    padding-top: 0.57143rem !important; }
  .pt-9--md {
    padding-top: 0.64286rem !important; }
  .pt-10--md {
    padding-top: 0.71429rem !important; }
  .pt-11--md {
    padding-top: 0.78571rem !important; }
  .pt-12--md {
    padding-top: 0.85714rem !important; }
  .pt-13--md {
    padding-top: 0.92857rem !important; }
  .pt-14--md {
    padding-top: 1rem !important; }
  .pt-15--md {
    padding-top: 1.07143rem !important; }
  .pt-16--md {
    padding-top: 1.14286rem !important; }
  .pt-17--md {
    padding-top: 1.21429rem !important; }
  .pt-18--md {
    padding-top: 1.28571rem !important; }
  .pt-19--md {
    padding-top: 1.35714rem !important; }
  .pt-10--md {
    padding-top: 0.71429rem !important; }
  .pt-15--md {
    padding-top: 1.07143rem !important; }
  .pt-20--md {
    padding-top: 1.42857rem !important; }
  .pt-25--md {
    padding-top: 1.78571rem !important; }
  .pt-30--md {
    padding-top: 2.14286rem !important; }
  .pt-35--md {
    padding-top: 2.5rem !important; }
  .pt-40--md {
    padding-top: 2.85714rem !important; }
  .pt-45--md {
    padding-top: 3.21429rem !important; }
  .pt-50--md {
    padding-top: 3.57143rem !important; }
  .pt-55--md {
    padding-top: 3.92857rem !important; }
  .pt-60--md {
    padding-top: 4.28571rem !important; }
  .pt-65--md {
    padding-top: 4.64286rem !important; }
  .pt-70--md {
    padding-top: 5rem !important; }
  .pt-75--md {
    padding-top: 5.35714rem !important; }
  .pt-80--md {
    padding-top: 5.71429rem !important; }
  .pt-85--md {
    padding-top: 6.07143rem !important; }
  .pt-90--md {
    padding-top: 6.42857rem !important; }
  .pt-95--md {
    padding-top: 6.78571rem !important; }
  .pt-100--md {
    padding-top: 7.14286rem !important; }
  .pt-105--md {
    padding-top: 7.5rem !important; }
  .pt-110--md {
    padding-top: 7.85714rem !important; }
  .pt-115--md {
    padding-top: 8.21429rem !important; }
  .pt-120--md {
    padding-top: 8.57143rem !important; }
  .pt-125--md {
    padding-top: 8.92857rem !important; }
  .pt-130--md {
    padding-top: 9.28571rem !important; }
  .pt-135--md {
    padding-top: 9.64286rem !important; }
  .pt-140--md {
    padding-top: 10rem !important; }
  .pt-145--md {
    padding-top: 10.35714rem !important; }
  .pt-150--md {
    padding-top: 10.71429rem !important; }
  /* Padding Right */
  .pr-0--md {
    padding-right: 0px !important; }
  .pr-1--md {
    padding-right: 0.07143rem !important; }
  .pr-2--md {
    padding-right: 0.14286rem !important; }
  .pr-3--md {
    padding-right: 0.21429rem !important; }
  .pr-4--md {
    padding-right: 0.28571rem !important; }
  .pr-5--md {
    padding-right: 0.35714rem !important; }
  .pr-6--md {
    padding-right: 0.42857rem !important; }
  .pr-7--md {
    padding-right: 0.5rem !important; }
  .pr-8--md {
    padding-right: 0.57143rem !important; }
  .pr-9--md {
    padding-right: 0.64286rem !important; }
  /* P */
  .pr-10--md {
    padding-right: 0.71429rem !important; }
  /* P */
  .pr-15--md {
    padding-right: 1.07143rem !important; }
  /* P */
  .pr-20--md {
    padding-right: 1.42857rem !important; }
  /* P */
  .pr-25--md {
    padding-right: 1.78571rem !important; }
  /* P */
  .pr-30--md {
    padding-right: 2.14286rem !important; }
  /* P */
  .pr-35--md {
    padding-right: 2.5rem !important; }
  /* P */
  .pr-40--md {
    padding-right: 2.85714rem !important; }
  /* P */
  .pr-45--md {
    padding-right: 3.21429rem !important; }
  /* P */
  .pr-50--md {
    padding-right: 3.57143rem !important; }
  /* P */
  .pr-55--md {
    padding-right: 3.92857rem !important; }
  /* P */
  .pr-60--md {
    padding-right: 4.28571rem !important; }
  /* P */
  .pr-65--md {
    padding-right: 4.64286rem !important; }
  /* P */
  .pr-70--md {
    padding-right: 5rem !important; }
  /* P */
  .pr-75--md {
    padding-right: 5.35714rem !important; }
  /* P */
  .pr-80--md {
    padding-right: 5.71429rem !important; }
  /* P */
  .pr-85--md {
    padding-right: 6.07143rem !important; }
  /* P */
  .pr-90--md {
    padding-right: 6.42857rem !important; }
  /* P */
  .pr-95--md {
    padding-right: 6.78571rem !important; }
  /* P */
  .pr-100--md {
    padding-right: 7.14286rem !important; }
  /* P */
  .pr-105--md {
    padding-right: 7.5rem !important; }
  /* P */
  .pr-110--md {
    padding-right: 7.85714rem !important; }
  /* P */
  .pr-115--md {
    padding-right: 8.21429rem !important; }
  /* P */
  .pr-120--md {
    padding-right: 8.57143rem !important; }
  /* P */
  .pr-125--md {
    padding-right: 8.92857rem !important; }
  /* P */
  .pr-130--md {
    padding-right: 9.28571rem !important; }
  /* P */
  .pr-135--md {
    padding-right: 9.64286rem !important; }
  /* P */
  .pr-140--md {
    padding-right: 10rem !important; }
  /* P */
  .pr-145--md {
    padding-right: 10.35714rem !important; }
  /* P */
  .pr-150--md {
    padding-right: 10.71429rem !important; }
  /* P */
  .pr-155--md {
    padding-right: 11.07143rem !important; }
  /* P */
  .pr-160--md {
    padding-right: 11.42857rem !important; }
  /* P */
  .pr-165--md {
    padding-right: 11.78571rem !important; }
  /* P */
  .pr-170--md {
    padding-right: 12.14286rem !important; }
  /* Padding Bottom */
  .pb-0--md {
    padding-bottom: 0px !important; }
  .pb-1--md {
    padding-bottom: 0.07143rem !important; }
  .pb-2--md {
    padding-bottom: 0.14286rem !important; }
  .pb-3--md {
    padding-bottom: 0.21429rem !important; }
  .pb-4--md {
    padding-bottom: 0.28571rem !important; }
  .pb-5--md {
    padding-bottom: 0.35714rem !important; }
  .pb-6--md {
    padding-bottom: 0.42857rem !important; }
  .pb-7--md {
    padding-bottom: 0.5rem !important; }
  .pb-8--md {
    padding-bottom: 0.57143rem !important; }
  .pb-9--md {
    padding-bottom: 0.64286rem !important; }
  .pb-10--md {
    padding-bottom: 0.71429rem !important; }
  .pb-15--md {
    padding-bottom: 1.07143rem !important; }
  .pb-20--md {
    padding-bottom: 1.42857rem !important; }
  .pb-25--md {
    padding-bottom: 1.78571rem !important; }
  .pb-30--md {
    padding-bottom: 2.14286rem !important; }
  .pb-35--md {
    padding-bottom: 2.5rem !important; }
  .pb-40--md {
    padding-bottom: 2.85714rem !important; }
  .pb-45--md {
    padding-bottom: 3.21429rem !important; }
  .pb-50--md {
    padding-bottom: 3.57143rem !important; }
  .pb-55--md {
    padding-bottom: 3.92857rem !important; }
  .pb-60--md {
    padding-bottom: 4.28571rem !important; }
  .pb-65--md {
    padding-bottom: 4.64286rem !important; }
  .pb-70--md {
    padding-bottom: 5rem !important; }
  .pb-75--md {
    padding-bottom: 5.35714rem !important; }
  .pb-80--md {
    padding-bottom: 5.71429rem !important; }
  .pb-85--md {
    padding-bottom: 6.07143rem !important; }
  .pb-90--md {
    padding-bottom: 6.42857rem !important; }
  .pb-95--md {
    padding-bottom: 6.78571rem !important; }
  .pb-100--md {
    padding-bottom: 7.14286rem !important; }
  .pb-105--md {
    padding-bottom: 7.5rem !important; }
  .pb-110--md {
    padding-bottom: 7.85714rem !important; }
  .pb-115--md {
    padding-bottom: 8.21429rem !important; }
  .pb-120--md {
    padding-bottom: 8.57143rem !important; }
  .pb-125--md {
    padding-bottom: 8.92857rem !important; }
  .pb-130--md {
    padding-bottom: 9.28571rem !important; }
  .pb-135--md {
    padding-bottom: 9.64286rem !important; }
  .pb-140--md {
    padding-bottom: 10rem !important; }
  .pb-145--md {
    padding-bottom: 10.35714rem !important; }
  .pb-150--md {
    padding-bottom: 10.71429rem !important; }
  /* Padding Left */
  .pl-0--md {
    padding-left: 0px !important; }
  .pl-1--md {
    padding-left: 0.07143rem !important; }
  .pl-2--md {
    padding-left: 0.14286rem !important; }
  .pl-3--md {
    padding-left: 0.21429rem !important; }
  .pl-4--md {
    padding-left: 0.28571rem !important; }
  .pl-5--md {
    padding-left: 0.35714rem !important; }
  .pl-6--md {
    padding-left: 0.42857rem !important; }
  .pl-7--md {
    padding-left: 0.5rem !important; }
  .pl-8--md {
    padding-left: 0.57143rem !important; }
  .pl-9--md {
    padding-left: 0.64286rem !important; }
  /* P */
  .pl-10--md {
    padding-left: 0.71429rem !important; }
  /* P */
  .pl-15--md {
    padding-left: 1.07143rem !important; }
  /* P */
  .pl-20--md {
    padding-left: 1.42857rem !important; }
  /* P */
  .pl-25--md {
    padding-left: 1.78571rem !important; }
  /* P */
  .pl-30--md {
    padding-left: 2.14286rem !important; }
  /* P */
  .pl-35--md {
    padding-left: 2.5rem !important; }
  /* P */
  .pl-40--md {
    padding-left: 2.85714rem !important; }
  /* P */
  .pl-45--md {
    padding-left: 3.21429rem !important; }
  /* P */
  .pl-50--md {
    padding-left: 3.57143rem !important; }
  /* P */
  .pl-55--md {
    padding-left: 3.92857rem !important; }
  /* P */
  .pl-60--md {
    padding-left: 4.28571rem !important; }
  /* P */
  .pl-65--md {
    padding-left: 4.64286rem !important; }
  /* P */
  .pl-70--md {
    padding-left: 5rem !important; }
  /* P */
  .pl-75--md {
    padding-left: 5.35714rem !important; }
  /* P */
  .pl-80--md {
    padding-left: 5.71429rem !important; }
  /* P */
  .pl-85--md {
    padding-left: 6.07143rem !important; }
  /* P */
  .pl-90--md {
    padding-left: 6.42857rem !important; }
  /* P */
  .pl-95--md {
    padding-left: 6.78571rem !important; }
  /* P */
  .pl-100--md {
    padding-left: 7.14286rem !important; }
  /* P */
  .pl-105--md {
    padding-left: 7.5rem !important; }
  /* P */
  .pl-110--md {
    padding-left: 7.85714rem !important; }
  /* P */
  .pl-115--md {
    padding-left: 8.21429rem !important; }
  /* P */
  .pl-120--md {
    padding-left: 8.57143rem !important; }
  /* P */
  .pl-125--md {
    padding-left: 8.92857rem !important; }
  /* P */
  .pl-130--md {
    padding-left: 9.28571rem !important; }
  /* P */
  .pl-135--md {
    padding-left: 9.64286rem !important; }
  /* P */
  .pl-140--md {
    padding-left: 10rem !important; }
  /* P */
  .pl-145--md {
    padding-left: 10.35714rem !important; }
  /* P */
  .pl-150--md {
    padding-left: 10.71429rem !important; }
  /* P */
  .pl-155--md {
    padding-left: 11.07143rem !important; }
  /* P */
  .pl-160--md {
    padding-left: 11.42857rem !important; }
  /* P */
  .pl-165--md {
    padding-left: 11.78571rem !important; }
  /* P */
  .pl-170--md {
    padding-left: 12.14286rem !important; } }

/* Padding Spaces (lg) P
------------------------------------*/
/* P */
@media (min-width: 992px) {
  .pa-0--lg {
    padding: 0 !important; }
  .px-0--lg {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .pt-0--lg {
    padding-top: 0 !important; }
  .pr-0--lg {
    padding-right: 0 !important; }
  .pb-0--lg {
    padding-bottom: 0 !important; }
  .pl-0--lg {
    padding-left: 0 !important; }
  /* Padding Around */
  .pa-2--lg {
    padding: 0.14286rem !important; }
  .pa-3--lg {
    padding: 0.21429rem !important; }
  .pa-5--lg {
    padding: 0.35714rem !important; }
  .pa-7--lg {
    padding: 0.5rem !important; }
  .pa-10--lg {
    padding: 0.71429rem !important; }
  .pa-15--lg {
    padding: 1.07143rem !important; }
  .pa-20--lg {
    padding: 1.42857rem !important; }
  .pa-25--lg {
    padding: 1.78571rem !important; }
  .pa-30--lg {
    padding: 2.14286rem !important; }
  .pa-35--lg {
    padding: 2.5rem !important; }
  .pa-40--lg {
    padding: 2.85714rem !important; }
  .pa-45--lg {
    padding: 3.21429rem !important; }
  .pa-50--lg {
    padding: 3.57143rem !important; }
  .pa-55--lg {
    padding: 3.92857rem !important; }
  .pa-60--lg {
    padding: 4.28571rem !important; }
  .pa-65--lg {
    padding: 4.64286rem !important; }
  .pa-70--lg {
    padding: 5rem !important; }
  .pa-75--lg {
    padding: 5.35714rem !important; }
  .pa-80--lg {
    padding: 5.71429rem !important; }
  .pa-85--lg {
    padding: 6.07143rem !important; }
  .pa-90--lg {
    padding: 6.42857rem !important; }
  .pa-95--lg {
    padding: 6.78571rem !important; }
  .pa-100--lg {
    padding: 7.14286rem !important; }
  .pa-105--lg {
    padding: 7.5rem !important; }
  .pa-110--lg {
    padding: 7.85714rem !important; }
  .pa-115--lg {
    padding: 8.21429rem !important; }
  .pa-120--lg {
    padding: 8.57143rem !important; }
  .pa-125--lg {
    padding: 8.92857rem !important; }
  .pa-130--lg {
    padding: 9.28571rem !important; }
  .pa-135--lg {
    padding: 9.64286rem !important; }
  .pa-140--lg {
    padding: 10rem !important; }
  .pa-145--lg {
    padding: 10.35714rem !important; }
  .pa-150--lg {
    padding: 10.71429rem !important; }
  /* Padding X */
  .px-1--lg {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important; }
  .px-2--lg {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important; }
  .px-3--lg {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important; }
  .px-4--lg {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important; }
  .px-5--lg {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important; }
  .px-6--lg {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important; }
  .px-7--lg {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .px-8--lg {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important; }
  .px-9--lg {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important; }
  .px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .px-11--lg {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important; }
  .px-12--lg {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important; }
  .px-13--lg {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important; }
  .px-14--lg {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .px-16--lg {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important; }
  .px-17--lg {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important; }
  .px-18--lg {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important; }
  .px-19--lg {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important; }
  .px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .px-20--lg {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important; }
  .px-25--lg {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important; }
  .px-30--lg {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important; }
  .px-35--lg {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .px-40--lg {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important; }
  .px-45--lg {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important; }
  .px-50--lg {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important; }
  .px-55--lg {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important; }
  .px-60--lg {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important; }
  .px-65--lg {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important; }
  .px-70--lg {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .px-75--lg {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important; }
  .px-80--lg {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important; }
  .px-85--lg {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important; }
  .px-90--lg {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important; }
  .px-95--lg {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important; }
  .px-100--lg {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important; }
  .px-105--lg {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important; }
  .px-110--lg {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important; }
  .px-115--lg {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important; }
  .px-120--lg {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important; }
  .px-125--lg {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important; }
  .px-130--lg {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important; }
  .px-135--lg {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important; }
  .px-140--lg {
    padding-left: 10rem !important;
    padding-right: 10rem !important; }
  .px-145--lg {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important; }
  .px-150--lg {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important; }
  /* Padding Y */
  .py-1--lg {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important; }
  .py-2--lg {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important; }
  .py-3--lg {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important; }
  .py-4--lg {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important; }
  .py-5--lg {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important; }
  .py-6--lg {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important; }
  .py-7--lg {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-8--lg {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important; }
  .py-9--lg {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important; }
  .py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  .py-11--lg {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important; }
  .py-12--lg {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important; }
  .py-13--lg {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important; }
  .py-14--lg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  .py-16--lg {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important; }
  .py-17--lg {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important; }
  .py-18--lg {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important; }
  .py-19--lg {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important; }
  /* P */
  .py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  /* P */
  .py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  /* P */
  .py-20--lg {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important; }
  /* P */
  .py-25--lg {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important; }
  /* P */
  .py-30--lg {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important; }
  /* P */
  .py-35--lg {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  /* P */
  .py-40--lg {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important; }
  /* P */
  .py-45--lg {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important; }
  /* P */
  .py-50--lg {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important; }
  /* P */
  .py-55--lg {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important; }
  /* P */
  .py-60--lg {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important; }
  /* P */
  .py-65--lg {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important; }
  /* P */
  .py-70--lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  /* P */
  .py-75--lg {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important; }
  /* P */
  .py-80--lg {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important; }
  /* P */
  .py-85--lg {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important; }
  /* P */
  .py-90--lg {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important; }
  /* P */
  .py-95--lg {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important; }
  /* P */
  .py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important; }
  /* P */
  .py-105--lg {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  /* P */
  .py-110--lg {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important; }
  /* P */
  .py-115--lg {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important; }
  /* P */
  .py-120--lg {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important; }
  /* P */
  .py-125--lg {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important; }
  /* P */
  .py-130--lg {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important; }
  /* P */
  .py-135--lg {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important; }
  /* P */
  .py-140--lg {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  /* P */
  .py-145--lg {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important; }
  /* P */
  .py-150--lg {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important; }
  /* P */
  .py-155--lg {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important; }
  /* P */
  .py-160--lg {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important; }
  /* P */
  .py-165--lg {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important; }
  /* P */
  .py-170--lg {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important; }
  /* P */
  .py-175--lg {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; }
  /* P */
  .py-180--lg {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important; }
  /* P */
  .py-185--lg {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important; }
  /* P */
  .py-190--lg {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important; }
  /* P */
  .py-195--lg {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important; }
  /* P */
  .py-200--lg {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important; }
  /* P */
  .py-205--lg {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important; }
  /* P */
  .py-210--lg {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  /* Padding Top */
  .pt-0--lg {
    padding-top: 0px !important; }
  .pt-1--lg {
    padding-top: 0.07143rem !important; }
  .pt-2--lg {
    padding-top: 0.14286rem !important; }
  .pt-3--lg {
    padding-top: 0.21429rem !important; }
  .pt-4--lg {
    padding-top: 0.28571rem !important; }
  .pt-5--lg {
    padding-top: 0.35714rem !important; }
  .pt-6--lg {
    padding-top: 0.42857rem !important; }
  .pt-7--lg {
    padding-top: 0.5rem !important; }
  .pt-8--lg {
    padding-top: 0.57143rem !important; }
  .pt-9--lg {
    padding-top: 0.64286rem !important; }
  .pt-10--lg {
    padding-top: 0.71429rem !important; }
  .pt-11--lg {
    padding-top: 0.78571rem !important; }
  .pt-12--lg {
    padding-top: 0.85714rem !important; }
  .pt-13--lg {
    padding-top: 0.92857rem !important; }
  .pt-14--lg {
    padding-top: 1rem !important; }
  .pt-15--lg {
    padding-top: 1.07143rem !important; }
  .pt-16--lg {
    padding-top: 1.14286rem !important; }
  .pt-17--lg {
    padding-top: 1.21429rem !important; }
  .pt-18--lg {
    padding-top: 1.28571rem !important; }
  .pt-19--lg {
    padding-top: 1.35714rem !important; }
  .pt-10--lg {
    padding-top: 0.71429rem !important; }
  .pt-15--lg {
    padding-top: 1.07143rem !important; }
  .pt-20--lg {
    padding-top: 1.42857rem !important; }
  .pt-25--lg {
    padding-top: 1.78571rem !important; }
  .pt-30--lg {
    padding-top: 2.14286rem !important; }
  .pt-35--lg {
    padding-top: 2.5rem !important; }
  .pt-40--lg {
    padding-top: 2.85714rem !important; }
  .pt-45--lg {
    padding-top: 3.21429rem !important; }
  .pt-50--lg {
    padding-top: 3.57143rem !important; }
  .pt-55--lg {
    padding-top: 3.92857rem !important; }
  .pt-60--lg {
    padding-top: 4.28571rem !important; }
  .pt-65--lg {
    padding-top: 4.64286rem !important; }
  .pt-70--lg {
    padding-top: 5rem !important; }
  .pt-75--lg {
    padding-top: 5.35714rem !important; }
  .pt-80--lg {
    padding-top: 5.71429rem !important; }
  .pt-85--lg {
    padding-top: 6.07143rem !important; }
  .pt-90--lg {
    padding-top: 6.42857rem !important; }
  .pt-95--lg {
    padding-top: 6.78571rem !important; }
  .pt-100--lg {
    padding-top: 7.14286rem !important; }
  .pt-105--lg {
    padding-top: 7.5rem !important; }
  .pt-110--lg {
    padding-top: 7.85714rem !important; }
  .pt-115--lg {
    padding-top: 8.21429rem !important; }
  .pt-120--lg {
    padding-top: 8.57143rem !important; }
  .pt-125--lg {
    padding-top: 8.92857rem !important; }
  .pt-130--lg {
    padding-top: 9.28571rem !important; }
  .pt-135--lg {
    padding-top: 9.64286rem !important; }
  .pt-140--lg {
    padding-top: 10rem !important; }
  .pt-145--lg {
    padding-top: 10.35714rem !important; }
  .pt-150--lg {
    padding-top: 10.71429rem !important; }
  /* Padding Right */
  .pr-0--lg {
    padding-right: 0px !important; }
  .pr-1--lg {
    padding-right: 0.07143rem !important; }
  .pr-2--lg {
    padding-right: 0.14286rem !important; }
  .pr-3--lg {
    padding-right: 0.21429rem !important; }
  .pr-4--lg {
    padding-right: 0.28571rem !important; }
  .pr-5--lg {
    padding-right: 0.35714rem !important; }
  .pr-6--lg {
    padding-right: 0.42857rem !important; }
  .pr-7--lg {
    padding-right: 0.5rem !important; }
  .pr-8--lg {
    padding-right: 0.57143rem !important; }
  .pr-9--lg {
    padding-right: 0.64286rem !important; }
  /* P */
  .pr-10--lg {
    padding-right: 0.71429rem !important; }
  /* P */
  .pr-15--lg {
    padding-right: 1.07143rem !important; }
  /* P */
  .pr-20--lg {
    padding-right: 1.42857rem !important; }
  /* P */
  .pr-25--lg {
    padding-right: 1.78571rem !important; }
  /* P */
  .pr-30--lg {
    padding-right: 2.14286rem !important; }
  /* P */
  .pr-35--lg {
    padding-right: 2.5rem !important; }
  /* P */
  .pr-40--lg {
    padding-right: 2.85714rem !important; }
  /* P */
  .pr-45--lg {
    padding-right: 3.21429rem !important; }
  /* P */
  .pr-50--lg {
    padding-right: 3.57143rem !important; }
  /* P */
  .pr-55--lg {
    padding-right: 3.92857rem !important; }
  /* P */
  .pr-60--lg {
    padding-right: 4.28571rem !important; }
  /* P */
  .pr-65--lg {
    padding-right: 4.64286rem !important; }
  /* P */
  .pr-70--lg {
    padding-right: 5rem !important; }
  /* P */
  .pr-75--lg {
    padding-right: 5.35714rem !important; }
  /* P */
  .pr-80--lg {
    padding-right: 5.71429rem !important; }
  /* P */
  .pr-85--lg {
    padding-right: 6.07143rem !important; }
  /* P */
  .pr-90--lg {
    padding-right: 6.42857rem !important; }
  /* P */
  .pr-95--lg {
    padding-right: 6.78571rem !important; }
  /* P */
  .pr-100--lg {
    padding-right: 7.14286rem !important; }
  /* P */
  .pr-105--lg {
    padding-right: 7.5rem !important; }
  /* P */
  .pr-110--lg {
    padding-right: 7.85714rem !important; }
  /* P */
  .pr-115--lg {
    padding-right: 8.21429rem !important; }
  /* P */
  .pr-120--lg {
    padding-right: 8.57143rem !important; }
  /* P */
  .pr-125--lg {
    padding-right: 8.92857rem !important; }
  /* P */
  .pr-130--lg {
    padding-right: 9.28571rem !important; }
  /* P */
  .pr-135--lg {
    padding-right: 9.64286rem !important; }
  /* P */
  .pr-140--lg {
    padding-right: 10rem !important; }
  /* P */
  .pr-145--lg {
    padding-right: 10.35714rem !important; }
  /* P */
  .pr-150--lg {
    padding-right: 10.71429rem !important; }
  /* P */
  .pr-155--lg {
    padding-right: 11.07143rem !important; }
  /* P */
  .pr-160--lg {
    padding-right: 11.42857rem !important; }
  /* P */
  .pr-165--lg {
    padding-right: 11.78571rem !important; }
  /* P */
  .pr-170--lg {
    padding-right: 12.14286rem !important; }
  /* Padding Bottom */
  .pb-0--lg {
    padding-bottom: 0px !important; }
  .pb-1--lg {
    padding-bottom: 0.07143rem !important; }
  .pb-2--lg {
    padding-bottom: 0.14286rem !important; }
  .pb-3--lg {
    padding-bottom: 0.21429rem !important; }
  .pb-4--lg {
    padding-bottom: 0.28571rem !important; }
  .pb-5--lg {
    padding-bottom: 0.35714rem !important; }
  .pb-6--lg {
    padding-bottom: 0.42857rem !important; }
  .pb-7--lg {
    padding-bottom: 0.5rem !important; }
  .pb-8--lg {
    padding-bottom: 0.57143rem !important; }
  .pb-9--lg {
    padding-bottom: 0.64286rem !important; }
  .pb-10--lg {
    padding-bottom: 0.71429rem !important; }
  .pb-15--lg {
    padding-bottom: 1.07143rem !important; }
  .pb-20--lg {
    padding-bottom: 1.42857rem !important; }
  .pb-25--lg {
    padding-bottom: 1.78571rem !important; }
  .pb-30--lg {
    padding-bottom: 2.14286rem !important; }
  .pb-35--lg {
    padding-bottom: 2.5rem !important; }
  .pb-40--lg {
    padding-bottom: 2.85714rem !important; }
  .pb-45--lg {
    padding-bottom: 3.21429rem !important; }
  .pb-50--lg {
    padding-bottom: 3.57143rem !important; }
  .pb-55--lg {
    padding-bottom: 3.92857rem !important; }
  .pb-60--lg {
    padding-bottom: 4.28571rem !important; }
  .pb-65--lg {
    padding-bottom: 4.64286rem !important; }
  .pb-70--lg {
    padding-bottom: 5rem !important; }
  .pb-75--lg {
    padding-bottom: 5.35714rem !important; }
  .pb-80--lg {
    padding-bottom: 5.71429rem !important; }
  .pb-85--lg {
    padding-bottom: 6.07143rem !important; }
  .pb-90--lg {
    padding-bottom: 6.42857rem !important; }
  .pb-95--lg {
    padding-bottom: 6.78571rem !important; }
  .pb-100--lg {
    padding-bottom: 7.14286rem !important; }
  .pb-105--lg {
    padding-bottom: 7.5rem !important; }
  .pb-110--lg {
    padding-bottom: 7.85714rem !important; }
  .pb-115--lg {
    padding-bottom: 8.21429rem !important; }
  .pb-120--lg {
    padding-bottom: 8.57143rem !important; }
  .pb-125--lg {
    padding-bottom: 8.92857rem !important; }
  .pb-130--lg {
    padding-bottom: 9.28571rem !important; }
  .pb-135--lg {
    padding-bottom: 9.64286rem !important; }
  .pb-140--lg {
    padding-bottom: 10rem !important; }
  .pb-145--lg {
    padding-bottom: 10.35714rem !important; }
  .pb-150--lg {
    padding-bottom: 10.71429rem !important; }
  /* Padding Left */
  .pl-0--lg {
    padding-left: 0px !important; }
  .pl-1--lg {
    padding-left: 0.07143rem !important; }
  .pl-2--lg {
    padding-left: 0.14286rem !important; }
  .pl-3--lg {
    padding-left: 0.21429rem !important; }
  .pl-4--lg {
    padding-left: 0.28571rem !important; }
  .pl-5--lg {
    padding-left: 0.35714rem !important; }
  .pl-6--lg {
    padding-left: 0.42857rem !important; }
  .pl-7--lg {
    padding-left: 0.5rem !important; }
  .pl-8--lg {
    padding-left: 0.57143rem !important; }
  .pl-9--lg {
    padding-left: 0.64286rem !important; }
  /* P */
  .pl-10--lg {
    padding-left: 0.71429rem !important; }
  /* P */
  .pl-15--lg {
    padding-left: 1.07143rem !important; }
  /* P */
  .pl-20--lg {
    padding-left: 1.42857rem !important; }
  /* P */
  .pl-25--lg {
    padding-left: 1.78571rem !important; }
  /* P */
  .pl-30--lg {
    padding-left: 2.14286rem !important; }
  /* P */
  .pl-35--lg {
    padding-left: 2.5rem !important; }
  /* P */
  .pl-40--lg {
    padding-left: 2.85714rem !important; }
  /* P */
  .pl-45--lg {
    padding-left: 3.21429rem !important; }
  /* P */
  .pl-50--lg {
    padding-left: 3.57143rem !important; }
  /* P */
  .pl-55--lg {
    padding-left: 3.92857rem !important; }
  /* P */
  .pl-60--lg {
    padding-left: 4.28571rem !important; }
  /* P */
  .pl-65--lg {
    padding-left: 4.64286rem !important; }
  /* P */
  .pl-70--lg {
    padding-left: 5rem !important; }
  /* P */
  .pl-75--lg {
    padding-left: 5.35714rem !important; }
  /* P */
  .pl-80--lg {
    padding-left: 5.71429rem !important; }
  /* P */
  .pl-85--lg {
    padding-left: 6.07143rem !important; }
  /* P */
  .pl-90--lg {
    padding-left: 6.42857rem !important; }
  /* P */
  .pl-95--lg {
    padding-left: 6.78571rem !important; }
  /* P */
  .pl-100--lg {
    padding-left: 7.14286rem !important; }
  /* P */
  .pl-105--lg {
    padding-left: 7.5rem !important; }
  /* P */
  .pl-110--lg {
    padding-left: 7.85714rem !important; }
  /* P */
  .pl-115--lg {
    padding-left: 8.21429rem !important; }
  /* P */
  .pl-120--lg {
    padding-left: 8.57143rem !important; }
  /* P */
  .pl-125--lg {
    padding-left: 8.92857rem !important; }
  /* P */
  .pl-130--lg {
    padding-left: 9.28571rem !important; }
  /* P */
  .pl-135--lg {
    padding-left: 9.64286rem !important; }
  /* P */
  .pl-140--lg {
    padding-left: 10rem !important; }
  /* P */
  .pl-145--lg {
    padding-left: 10.35714rem !important; }
  /* P */
  .pl-150--lg {
    padding-left: 10.71429rem !important; }
  /* P */
  .pl-155--lg {
    padding-left: 11.07143rem !important; }
  /* P */
  .pl-160--lg {
    padding-left: 11.42857rem !important; }
  /* P */
  .pl-165--lg {
    padding-left: 11.78571rem !important; }
  /* P */
  .pl-170--lg {
    padding-left: 12.14286rem !important; } }

/* Padding Spaces (xl) P
------------------------------------*/
@media (min-width: 1200px) {
  .pa-0--xl {
    padding: 0 !important; }
  .px-0--xl {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .pt-0--xl {
    padding-top: 0 !important; }
  .pr-0--xl {
    padding-right: 0 !important; }
  .pb-0--xl {
    padding-bottom: 0 !important; }
  .pl-0--xl {
    padding-left: 0 !important; }
  /* Padding Around */
  .pa-2--xl {
    padding: 0.14286rem !important; }
  .pa-3--xl {
    padding: 0.21429rem !important; }
  .pa-5--xl {
    padding: 0.35714rem !important; }
  .pa-7--xl {
    padding: 0.5rem !important; }
  .pa-10--xl {
    padding: 0.71429rem !important; }
  .pa-15--xl {
    padding: 1.07143rem !important; }
  .pa-20--xl {
    padding: 1.42857rem !important; }
  .pa-25--xl {
    padding: 1.78571rem !important; }
  .pa-30--xl {
    padding: 2.14286rem !important; }
  .pa-35--xl {
    padding: 2.5rem !important; }
  .pa-40--xl {
    padding: 2.85714rem !important; }
  .pa-45--xl {
    padding: 3.21429rem !important; }
  .pa-50--xl {
    padding: 3.57143rem !important; }
  .pa-55--xl {
    padding: 3.92857rem !important; }
  .pa-60--xl {
    padding: 4.28571rem !important; }
  .pa-65--xl {
    padding: 4.64286rem !important; }
  .pa-70--xl {
    padding: 5rem !important; }
  .pa-75--xl {
    padding: 5.35714rem !important; }
  .pa-80--xl {
    padding: 5.71429rem !important; }
  .pa-85--xl {
    padding: 6.07143rem !important; }
  .pa-90--xl {
    padding: 6.42857rem !important; }
  .pa-95--xl {
    padding: 6.78571rem !important; }
  .pa-100--xl {
    padding: 7.14286rem !important; }
  .pa-105--xl {
    padding: 7.5rem !important; }
  .pa-110--xl {
    padding: 7.85714rem !important; }
  .pa-115--xl {
    padding: 8.21429rem !important; }
  .pa-120--xl {
    padding: 8.57143rem !important; }
  .pa-125--xl {
    padding: 8.92857rem !important; }
  .pa-130--xl {
    padding: 9.28571rem !important; }
  .pa-135--xl {
    padding: 9.64286rem !important; }
  .pa-140--xl {
    padding: 10rem !important; }
  .pa-145--xl {
    padding: 10.35714rem !important; }
  .pa-150--xl {
    padding: 10.71429rem !important; }
  /* Padding X */
  .px-1--xl {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important; }
  .px-2--xl {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important; }
  .px-3--xl {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important; }
  .px-4--xl {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important; }
  .px-5--xl {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important; }
  .px-6--xl {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important; }
  .px-7--xl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .px-8--xl {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important; }
  .px-9--xl {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important; }
  .px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .px-11--xl {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important; }
  .px-12--xl {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important; }
  .px-13--xl {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important; }
  .px-14--xl {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .px-16--xl {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important; }
  .px-17--xl {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important; }
  .px-18--xl {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important; }
  .px-19--xl {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important; }
  .px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .px-20--xl {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important; }
  .px-25--xl {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important; }
  .px-30--xl {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important; }
  .px-35--xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .px-40--xl {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important; }
  .px-45--xl {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important; }
  .px-50--xl {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important; }
  .px-55--xl {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important; }
  .px-60--xl {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important; }
  .px-65--xl {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important; }
  .px-70--xl {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .px-75--xl {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important; }
  .px-80--xl {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important; }
  .px-85--xl {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important; }
  .px-90--xl {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important; }
  .px-95--xl {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important; }
  .px-100--xl {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important; }
  .px-105--xl {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important; }
  .px-110--xl {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important; }
  .px-115--xl {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important; }
  .px-120--xl {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important; }
  .px-125--xl {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important; }
  .px-130--xl {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important; }
  .px-135--xl {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important; }
  .px-140--xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important; }
  .px-145--xl {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important; }
  .px-150--xl {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important; }
  /* Padding Y */
  .py-1--xl {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important; }
  .py-2--xl {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important; }
  .py-3--xl {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important; }
  .py-4--xl {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important; }
  .py-5--xl {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important; }
  .py-6--xl {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important; }
  .py-7--xl {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-8--xl {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important; }
  .py-9--xl {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important; }
  .py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  .py-11--xl {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important; }
  .py-12--xl {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important; }
  .py-13--xl {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important; }
  .py-14--xl {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  .py-16--xl {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important; }
  .py-17--xl {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important; }
  .py-18--xl {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important; }
  .py-19--xl {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important; }
  /* P */
  .py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  /* P */
  .py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  /* P */
  .py-20--xl {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important; }
  /* P */
  .py-25--xl {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important; }
  /* P */
  .py-30--xl {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important; }
  /* P */
  .py-35--xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  /* P */
  .py-40--xl {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important; }
  /* P */
  .py-45--xl {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important; }
  /* P */
  .py-50--xl {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important; }
  /* P */
  .py-55--xl {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important; }
  /* P */
  .py-60--xl {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important; }
  /* P */
  .py-65--xl {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important; }
  /* P */
  .py-70--xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  /* P */
  .py-75--xl {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important; }
  /* P */
  .py-80--xl {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important; }
  /* P */
  .py-85--xl {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important; }
  /* P */
  .py-90--xl {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important; }
  /* P */
  .py-95--xl {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important; }
  /* P */
  .py-100--xl {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important; }
  /* P */
  .py-105--xl {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  /* P */
  .py-110--xl {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important; }
  /* P */
  .py-115--xl {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important; }
  /* P */
  .py-120--xl {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important; }
  /* P */
  .py-125--xl {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important; }
  /* P */
  .py-130--xl {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important; }
  /* P */
  .py-135--xl {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important; }
  /* P */
  .py-140--xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  /* P */
  .py-145--xl {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important; }
  /* P */
  .py-150--xl {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important; }
  /* P */
  .py-155--xl {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important; }
  /* P */
  .py-160--xl {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important; }
  /* P */
  .py-165--xl {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important; }
  /* P */
  .py-170--xl {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important; }
  /* P */
  .py-175--xl {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; }
  /* P */
  .py-180--xl {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important; }
  /* P */
  .py-185--xl {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important; }
  /* P */
  .py-190--xl {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important; }
  /* P */
  .py-195--xl {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important; }
  /* P */
  .py-200--xl {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important; }
  /* P */
  .py-205--xl {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important; }
  /* P */
  .py-210--xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  /* Padding Top */
  .pt-0--xl {
    padding-top: 0px !important; }
  .pt-1--xl {
    padding-top: 0.07143rem !important; }
  .pt-2--xl {
    padding-top: 0.14286rem !important; }
  .pt-3--xl {
    padding-top: 0.21429rem !important; }
  .pt-4--xl {
    padding-top: 0.28571rem !important; }
  .pt-5--xl {
    padding-top: 0.35714rem !important; }
  .pt-6--xl {
    padding-top: 0.42857rem !important; }
  .pt-7--xl {
    padding-top: 0.5rem !important; }
  .pt-8--xl {
    padding-top: 0.57143rem !important; }
  .pt-9--xl {
    padding-top: 0.64286rem !important; }
  .pt-10--xl {
    padding-top: 0.71429rem !important; }
  .pt-11--xl {
    padding-top: 0.78571rem !important; }
  .pt-12--xl {
    padding-top: 0.85714rem !important; }
  .pt-13--xl {
    padding-top: 0.92857rem !important; }
  .pt-14--xl {
    padding-top: 1rem !important; }
  .pt-15--xl {
    padding-top: 1.07143rem !important; }
  .pt-16--xl {
    padding-top: 1.14286rem !important; }
  .pt-17--xl {
    padding-top: 1.21429rem !important; }
  .pt-18--xl {
    padding-top: 1.28571rem !important; }
  .pt-19--xl {
    padding-top: 1.35714rem !important; }
  .pt-10--xl {
    padding-top: 0.71429rem !important; }
  .pt-15--xl {
    padding-top: 1.07143rem !important; }
  .pt-20--xl {
    padding-top: 1.42857rem !important; }
  .pt-25--xl {
    padding-top: 1.78571rem !important; }
  .pt-30--xl {
    padding-top: 2.14286rem !important; }
  .pt-35--xl {
    padding-top: 2.5rem !important; }
  .pt-40--xl {
    padding-top: 2.85714rem !important; }
  .pt-45--xl {
    padding-top: 3.21429rem !important; }
  .pt-50--xl {
    padding-top: 3.57143rem !important; }
  .pt-55--xl {
    padding-top: 3.92857rem !important; }
  .pt-60--xl {
    padding-top: 4.28571rem !important; }
  .pt-65--xl {
    padding-top: 4.64286rem !important; }
  .pt-70--xl {
    padding-top: 5rem !important; }
  .pt-75--xl {
    padding-top: 5.35714rem !important; }
  .pt-80--xl {
    padding-top: 5.71429rem !important; }
  .pt-85--xl {
    padding-top: 6.07143rem !important; }
  .pt-90--xl {
    padding-top: 6.42857rem !important; }
  .pt-95--xl {
    padding-top: 6.78571rem !important; }
  .pt-100--xl {
    padding-top: 7.14286rem !important; }
  .pt-105--xl {
    padding-top: 7.5rem !important; }
  .pt-110--xl {
    padding-top: 7.85714rem !important; }
  .pt-115--xl {
    padding-top: 8.21429rem !important; }
  .pt-120--xl {
    padding-top: 8.57143rem !important; }
  .pt-125--xl {
    padding-top: 8.92857rem !important; }
  .pt-130--xl {
    padding-top: 9.28571rem !important; }
  .pt-135--xl {
    padding-top: 9.64286rem !important; }
  .pt-140--xl {
    padding-top: 10rem !important; }
  .pt-145--xl {
    padding-top: 10.35714rem !important; }
  .pt-150--xl {
    padding-top: 10.71429rem !important; }
  /* Padding Right */
  .pr-0--xl {
    padding-right: 0px !important; }
  .pr-1--xl {
    padding-right: 0.07143rem !important; }
  .pr-2--xl {
    padding-right: 0.14286rem !important; }
  .pr-3--xl {
    padding-right: 0.21429rem !important; }
  .pr-4--xl {
    padding-right: 0.28571rem !important; }
  .pr-5--xl {
    padding-right: 0.35714rem !important; }
  .pr-6--xl {
    padding-right: 0.42857rem !important; }
  .pr-7--xl {
    padding-right: 0.5rem !important; }
  .pr-8--xl {
    padding-right: 0.57143rem !important; }
  .pr-9--xl {
    padding-right: 0.64286rem !important; }
  /* P */
  .pr-10--xl {
    padding-right: 0.71429rem !important; }
  /* P */
  .pr-15--xl {
    padding-right: 1.07143rem !important; }
  /* P */
  .pr-20--xl {
    padding-right: 1.42857rem !important; }
  /* P */
  .pr-25--xl {
    padding-right: 1.78571rem !important; }
  /* P */
  .pr-30--xl {
    padding-right: 2.14286rem !important; }
  /* P */
  .pr-35--xl {
    padding-right: 2.5rem !important; }
  /* P */
  .pr-40--xl {
    padding-right: 2.85714rem !important; }
  /* P */
  .pr-45--xl {
    padding-right: 3.21429rem !important; }
  /* P */
  .pr-50--xl {
    padding-right: 3.57143rem !important; }
  /* P */
  .pr-55--xl {
    padding-right: 3.92857rem !important; }
  /* P */
  .pr-60--xl {
    padding-right: 4.28571rem !important; }
  /* P */
  .pr-65--xl {
    padding-right: 4.64286rem !important; }
  /* P */
  .pr-70--xl {
    padding-right: 5rem !important; }
  /* P */
  .pr-75--xl {
    padding-right: 5.35714rem !important; }
  /* P */
  .pr-80--xl {
    padding-right: 5.71429rem !important; }
  /* P */
  .pr-85--xl {
    padding-right: 6.07143rem !important; }
  /* P */
  .pr-90--xl {
    padding-right: 6.42857rem !important; }
  /* P */
  .pr-95--xl {
    padding-right: 6.78571rem !important; }
  /* P */
  .pr-100--xl {
    padding-right: 7.14286rem !important; }
  /* P */
  .pr-105--xl {
    padding-right: 7.5rem !important; }
  /* P */
  .pr-110--xl {
    padding-right: 7.85714rem !important; }
  /* P */
  .pr-115--xl {
    padding-right: 8.21429rem !important; }
  /* P */
  .pr-120--xl {
    padding-right: 8.57143rem !important; }
  /* P */
  .pr-125--xl {
    padding-right: 8.92857rem !important; }
  /* P */
  .pr-130--xl {
    padding-right: 9.28571rem !important; }
  /* P */
  .pr-135--xl {
    padding-right: 9.64286rem !important; }
  /* P */
  .pr-140--xl {
    padding-right: 10rem !important; }
  /* P */
  .pr-145--xl {
    padding-right: 10.35714rem !important; }
  /* P */
  .pr-150--xl {
    padding-right: 10.71429rem !important; }
  /* P */
  .pr-155--xl {
    padding-right: 11.07143rem !important; }
  /* P */
  .pr-160--xl {
    padding-right: 11.42857rem !important; }
  /* P */
  .pr-165--xl {
    padding-right: 11.78571rem !important; }
  /* P */
  .pr-170--xl {
    padding-right: 12.14286rem !important; }
  /* Padding Bottom */
  .pb-0--xl {
    padding-bottom: 0px !important; }
  .pb-1--xl {
    padding-bottom: 0.07143rem !important; }
  .pb-2--xl {
    padding-bottom: 0.14286rem !important; }
  .pb-3--xl {
    padding-bottom: 0.21429rem !important; }
  .pb-4--xl {
    padding-bottom: 0.28571rem !important; }
  .pb-5--xl {
    padding-bottom: 0.35714rem !important; }
  .pb-6--xl {
    padding-bottom: 0.42857rem !important; }
  .pb-7--xl {
    padding-bottom: 0.5rem !important; }
  .pb-8--xl {
    padding-bottom: 0.57143rem !important; }
  .pb-9--xl {
    padding-bottom: 0.64286rem !important; }
  .pb-10--xl {
    padding-bottom: 0.71429rem !important; }
  .pb-15--xl {
    padding-bottom: 1.07143rem !important; }
  .pb-20--xl {
    padding-bottom: 1.42857rem !important; }
  .pb-25--xl {
    padding-bottom: 1.78571rem !important; }
  .pb-30--xl {
    padding-bottom: 2.14286rem !important; }
  .pb-35--xl {
    padding-bottom: 2.5rem !important; }
  .pb-40--xl {
    padding-bottom: 2.85714rem !important; }
  .pb-45--xl {
    padding-bottom: 3.21429rem !important; }
  .pb-50--xl {
    padding-bottom: 3.57143rem !important; }
  .pb-55--xl {
    padding-bottom: 3.92857rem !important; }
  .pb-60--xl {
    padding-bottom: 4.28571rem !important; }
  .pb-65--xl {
    padding-bottom: 4.64286rem !important; }
  .pb-70--xl {
    padding-bottom: 5rem !important; }
  .pb-75--xl {
    padding-bottom: 5.35714rem !important; }
  .pb-80--xl {
    padding-bottom: 5.71429rem !important; }
  .pb-85--xl {
    padding-bottom: 6.07143rem !important; }
  .pb-90--xl {
    padding-bottom: 6.42857rem !important; }
  .pb-95--xl {
    padding-bottom: 6.78571rem !important; }
  .pb-100--xl {
    padding-bottom: 7.14286rem !important; }
  .pb-105--xl {
    padding-bottom: 7.5rem !important; }
  .pb-110--xl {
    padding-bottom: 7.85714rem !important; }
  .pb-115--xl {
    padding-bottom: 8.21429rem !important; }
  .pb-120--xl {
    padding-bottom: 8.57143rem !important; }
  .pb-125--xl {
    padding-bottom: 8.92857rem !important; }
  .pb-130--xl {
    padding-bottom: 9.28571rem !important; }
  .pb-135--xl {
    padding-bottom: 9.64286rem !important; }
  .pb-140--xl {
    padding-bottom: 10rem !important; }
  .pb-145--xl {
    padding-bottom: 10.35714rem !important; }
  .pb-150--xl {
    padding-bottom: 10.71429rem !important; }
  /* Padding Left */
  .pl-0--xl {
    padding-left: 0px !important; }
  .pl-1--xl {
    padding-left: 0.07143rem !important; }
  .pl-2--xl {
    padding-left: 0.14286rem !important; }
  .pl-3--xl {
    padding-left: 0.21429rem !important; }
  .pl-4--xl {
    padding-left: 0.28571rem !important; }
  .pl-5--xl {
    padding-left: 0.35714rem !important; }
  .pl-6--xl {
    padding-left: 0.42857rem !important; }
  .pl-7--xl {
    padding-left: 0.5rem !important; }
  .pl-8--xl {
    padding-left: 0.57143rem !important; }
  .pl-9--xl {
    padding-left: 0.64286rem !important; }
  /* P */
  .pl-10--xl {
    padding-left: 0.71429rem !important; }
  /* P */
  .pl-15--xl {
    padding-left: 1.07143rem !important; }
  /* P */
  .pl-20--xl {
    padding-left: 1.42857rem !important; }
  /* P */
  .pl-25--xl {
    padding-left: 1.78571rem !important; }
  /* P */
  .pl-30--xl {
    padding-left: 2.14286rem !important; }
  /* P */
  .pl-35--xl {
    padding-left: 2.5rem !important; }
  /* P */
  .pl-40--xl {
    padding-left: 2.85714rem !important; }
  /* P */
  .pl-45--xl {
    padding-left: 3.21429rem !important; }
  /* P */
  .pl-50--xl {
    padding-left: 3.57143rem !important; }
  /* P */
  .pl-55--xl {
    padding-left: 3.92857rem !important; }
  /* P */
  .pl-60--xl {
    padding-left: 4.28571rem !important; }
  /* P */
  .pl-65--xl {
    padding-left: 4.64286rem !important; }
  /* P */
  .pl-70--xl {
    padding-left: 5rem !important; }
  /* P */
  .pl-75--xl {
    padding-left: 5.35714rem !important; }
  /* P */
  .pl-80--xl {
    padding-left: 5.71429rem !important; }
  /* P */
  .pl-85--xl {
    padding-left: 6.07143rem !important; }
  /* P */
  .pl-90--xl {
    padding-left: 6.42857rem !important; }
  /* P */
  .pl-95--xl {
    padding-left: 6.78571rem !important; }
  /* P */
  .pl-100--xl {
    padding-left: 7.14286rem !important; }
  /* P */
  .pl-105--xl {
    padding-left: 7.5rem !important; }
  /* P */
  .pl-110--xl {
    padding-left: 7.85714rem !important; }
  /* P */
  .pl-115--xl {
    padding-left: 8.21429rem !important; }
  /* P */
  .pl-120--xl {
    padding-left: 8.57143rem !important; }
  /* P */
  .pl-125--xl {
    padding-left: 8.92857rem !important; }
  /* P */
  .pl-130--xl {
    padding-left: 9.28571rem !important; }
  /* P */
  .pl-135--xl {
    padding-left: 9.64286rem !important; }
  /* P */
  .pl-140--xl {
    padding-left: 10rem !important; }
  /* P */
  .pl-145--xl {
    padding-left: 10.35714rem !important; }
  /* P */
  .pl-150--xl {
    padding-left: 10.71429rem !important; }
  /* P */
  .pl-155--xl {
    padding-left: 11.07143rem !important; }
  /* P */
  .pl-160--xl {
    padding-left: 11.42857rem !important; }
  /* P */
  .pl-165--xl {
    padding-left: 11.78571rem !important; }
  /* P */
  .pl-170--xl {
    padding-left: 12.14286rem !important; } }

/* Custom Paddings (xs)
------------------------------------*/
.pa-0-20-20 {
  padding: 0 1.42857rem 1.42857rem !important; }

.pa-4-11 {
  padding: 0.28571rem 0.78571rem !important; }

.pa-4-13 {
  padding: 0.28571rem 0.92857rem !important; }

.pa-5-10 {
  padding: 0.35714rem 0.71429rem !important; }

.pa-5-15 {
  padding: 0.35714rem 1.07143rem !important; }

.pa-6-8 {
  padding: 0.42857rem 0.57143rem !important; }

.pa-7-14 {
  padding: 0.5rem 1rem !important; }

.pa-7-16 {
  padding: 0.5rem 1.14286rem !important; }

.pa-10-5-5 {
  padding: 0.71429rem 0.35714rem 0.35714rem !important; }

.pa-10-15 {
  padding: 0.71429rem 1.07143rem !important; }

.pa-10-16 {
  padding: 0.71429rem 1.14286rem !important; }

.pa-10-20 {
  padding: 0.71429rem 1.42857rem !important; }

.pa-10-30 {
  padding: 0.71429rem 2.14286rem !important; }

.pa-12 {
  padding: 0.85714rem !important; }

.pa-12-19 {
  padding: 0.85714rem 1.35714rem !important; }

.pa-12-21 {
  padding: 0.85714rem 1.5rem !important; }

.pa-12-5-7 {
  padding: 0.85714rem 0.35714rem 0.5rem !important; }

.pa-14-18 {
  padding: 1rem 1.28571rem !important; }

.pa-15-0 {
  padding: 1.07143rem 0 !important; }

.pa-15-5 {
  padding: 1.07143rem 0.35714rem !important; }

.pa-15-20-10 {
  padding: 1.07143rem 1.42857rem 0.71429rem !important; }

.pa-15-20 {
  padding: 1.07143rem 1.42857rem !important; }

.pa-15-30 {
  padding: 1.07143rem 2.14286rem !important; }

.pa-17-23 {
  padding: 1.21429rem 1.64286rem !important; }

.pa-20-10 {
  padding: 1.42857rem 0.71429rem !important; }

.pa-20-20-15 {
  padding: 1.42857rem 1.42857rem 1.07143rem !important; }

.pa-20-20-20-55 {
  padding: 1.42857rem 1.42857rem 1.42857rem 3.92857rem !important; }

.pa-20-30-0 {
  padding: 1.42857rem 2.14286rem 0 !important; }

.pa-20-40-25 {
  padding: 1.42857rem 2.85714rem 1.78571rem !important; }

.pa-24 {
  padding: 1.71429rem !important; }

.pa-25-20-30 {
  padding: 1.78571rem 1.42857rem 2.14286rem !important; }

.pa-25-30-20 {
  padding: 1.78571rem 2.14286rem 1.42857rem !important; }

.pa-25-30 {
  padding: 1.78571rem 2.14286rem !important; }

.pa-30-10 {
  padding: 2.14286rem 0.71429rem !important; }

.pa-30-15 {
  padding: 2.14286rem 1.07143rem !important; }

.pa-30-20 {
  padding: 2.14286rem 1.42857rem !important; }

.pa-30-30-20 {
  padding: 2.14286rem 2.14286rem 1.42857rem !important; }

.pa-40 {
  padding: 2.85714rem !important; }

.pa-40-20 {
  padding: 2.85714rem 1.42857rem !important; }

.pa-40-30-30 {
  padding: 2.85714rem 2.14286rem 2.14286rem !important; }

.pa-50-15-0 {
  padding: 3.57143rem 1.07143rem 0 !important; }

.pa-15x {
  padding: 15% !important; }

.px-17 {
  padding-left: 1.21429rem !important;
  padding-right: 1.21429rem !important; }

.px-18 {
  padding-left: 1.28571rem !important;
  /* O */
  padding-right: 1.28571rem !important; }

.py-23 {
  padding-top: 1.64286rem !important;
  /* O */
  padding-bottom: 1.64286rem !important; }

.py-235 {
  padding-top: 16.78571rem !important;
  /* O */
  padding-bottom: 16.78571rem !important; }

.pl-12 {
  padding-left: 0.85714rem !important; }

.pl-17 {
  padding-left: 1.21429rem !important; }

.pl-7--hover:hover {
  padding-left: 0.5rem !important; }

.pl-25--hover:hover {
  padding-left: 1.78571rem !important; }

.active.pl-25--active {
  padding-left: 1.78571rem !important; }

.pl-60--xs {
  padding-left: 4.28571rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-11 {
  padding-top: 0.78571rem !important; }

.pt-12 {
  padding-top: 0.85714rem !important; }

.parent:hover .pt-25--parent-hover {
  padding-top: 1.78571rem !important; }

.pt-130 {
  padding-top: 9.28571rem !important; }

.pt-150 {
  padding-top: 10.71429rem !important; }

.pt-170 {
  padding-top: 12.14286rem !important; }

.pt-195 {
  padding-top: 13.92857rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-170 {
  padding-bottom: 12.14286rem !important; }

.pb-180 {
  padding-bottom: 12.85714rem !important; }

.pb-200 {
  padding-bottom: 14.28571rem !important; }

.pb-250 {
  padding-bottom: 17.85714rem !important; }

.pb-13 {
  padding-bottom: 0.92857rem !important; }

.pb-16 {
  padding-bottom: 1.14286rem !important; }

.pa-9 {
  padding: 0.64286rem !important; }

.pa-11 {
  padding: 0.78571rem !important; }

.pa-12 {
  padding: 0.85714rem !important; }

.pl-30--hover:hover {
  padding-left: 2.14286rem !important; }

/* Custom Paddings (sm)
------------------------------------*/
@media (min-width: 576px) {
  .px-10x--sm {
    padding-left: 10% !important;
    padding-right: 10% !important; }
  .px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important; }
  .pa-0-10x--sm {
    padding-left: 10% !important;
    padding-right: 10% !important; }
  .pa-0-35-35--sm {
    padding: 0 2.5rem 2.5rem !important; }
  .pa-5-10--sm {
    padding: 0.35714rem 0.71429rem !important; }
  .pa-8-16--sm {
    padding: 0.57143rem 1.14286rem !important; }
  .pa-10-20--sm {
    padding: 0.71429rem 1.42857rem !important; }
  .pa-15-20-10--sm {
    padding: 1.07143rem 1.42857rem 0.71429rem !important; }
  .pa-20-20-0--sm {
    padding: 1.42857rem 1.42857rem 0 !important; }
  .pa-20-20-10--sm {
    padding: 1.42857rem 1.42857rem 0.71429rem !important; }
  .pa-20-30-0--sm {
    padding: 1.42857rem 2.14286rem 0 !important; }
  .pa-20-30--sm {
    padding: 1.42857rem 2.14286rem !important; }
  .pa-30-20--sm {
    padding: 2.14286rem 1.42857rem !important; }
  .pa-30-25-20--sm {
    padding: 2.14286rem 1.78571rem 1.42857rem !important; }
  .pa-30-30-20--sm {
    padding: 2.14286rem 2.14286rem 1.42857rem !important; }
  .pa-30-50-40--sm {
    padding: 2.14286rem 3.57143rem 2.85714rem !important; }
  .pa-30-80--sm {
    padding: 2.14286rem 5.71429rem !important; }
  .pa-40-30-30--sm {
    padding: 2.85714rem 2.14286rem 2.14286rem !important; }
  .pa-60-30--sm {
    padding: 4.28571rem 2.14286rem !important; }
  .pa-70-50-50-30--sm {
    padding: 5rem 3.57143rem 3.57143rem 2.14286rem !important; }
  .pa-80-40--sm {
    padding: 5.71429rem 2.85714rem !important; }
  .pa-85-0-40--sm {
    padding: 6.07143rem 0 2.85714rem !important; }
  .pa-100-30--sm {
    padding: 7.14286rem 2.14286rem !important; }
  .pa-170-0-150--sm {
    padding: 12.14286rem 0 10.71429rem !important; }
  .pl-300--sm {
    padding-left: 21.42857rem !important; } }

/* Custom Paddings (md)
------------------------------------*/
@media (min-width: 768px) {
  .pa-25-30--md {
    padding: 1.78571rem 2.14286rem !important; }
  .pa-30-10--md {
    padding: 2.14286rem 0.71429rem !important; }
  .pa-30-35--md {
    padding: 2.14286rem 2.5rem !important; }
  .py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-23--md {
    padding-top: 1.64286rem !important;
    padding-bottom: 1.64286rem !important; }
  .px-18--md {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important; }
  .pt-135--md {
    padding-top: 9.64286rem !important; }
  .pt-145--md {
    padding-top: 10.35714rem !important; }
  .pt-150--md {
    padding-top: 10.71429rem !important; }
  .pt-170--md {
    padding-top: 12.14286rem !important; }
  .pt-175--md {
    padding-top: 12.5rem !important; }
  .pb-70--md {
    padding-bottom: 5rem !important; }
  .pb-170--md {
    padding-bottom: 12.14286rem !important; }
  .pb-250--md {
    padding-bottom: 17.85714rem !important; }
  .pl-300--md {
    padding-left: 21.42857rem !important; } }

/* Custom Paddings (lg)
------------------------------------*/
@media (min-width: 992px) {
  .py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important; }
  .px-200--lg {
    padding-left: 14.28571rem !important;
    padding-right: 14.28571rem !important; }
  .pt-170--lg {
    padding-top: 12.14286rem !important; }
  .pb-200--lg {
    padding-bottom: 14.28571rem !important; } }

/* Custom Paddings (xl)
------------------------------------*/
@media (min-width: 1200px) {
  .py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .px-23--xl {
    padding-left: 1.64286rem !important;
    padding-right: 1.64286rem !important; } }

/*------------------------------------
  Block Hidden
------------------------------------*/
.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

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

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

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


body{
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  color: #333;
}
a{
  transition: all 0.4s ease;
  color: #846494;
}

/*.font_heading{*/
  /*font-family: 'Varela Round', sans-serif !important;*/
/*}*/
/*.font_sub{*/
  /*font-family: 'Ubuntu', sans-serif !important;*/
/*}*/



.text-on-image{
  right: 4%;
  bottom: 14%;
  padding: 0.75rem;
  z-index: 9;
}
/*Badge*/

.badge {
  position: relative;
  letter-spacing: 0.08em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
  transform: rotate(-5deg);
  text-align: center;
  filter: drop-shadow(0.25em 0.7em 0.95em rgba(0, 0, 0, 0.8));
  /* min-size + (max-size - min-size) * ( (100vw - min-width) / ( max-width - min-width) ) */
  font-size: calc(11px + 14 * ( (100vw - 420px) / ( 860) ));
}
@media screen and (max-width: 420px) {
  .badge {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .badge {
    font-size: 18px;
  }
}
.badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 10em;
  height: 10em;
  border-radius: 100%;
  background: #111;
  opacity: 0.8;
  transition: opacity 0.3s linear;
}
.badge:hover {
  color: #fff;
  text-decoration: none;
}

.badge:hover span {
  font-size: 16px;
}

.badge:hover::before {
  opacity: 0.9;
}
.badge svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 0;
  width: 8em;
  height: 8em;
}
.badge span {
  display: block;
  font-size: 16px;
  background: #111;
  border-radius: 0.4em;
  padding: 0.4em 1em;
  z-index: 1;
  max-width: 10em;
  border: 1px solid;
}

/*Badge End*/

.btn-sports{
  color: #fff;
  background-color: #846494;
  border-color: #765a85;
  border-radius: 4px;
}
.btn-sports:hover{
  color: #fff;
  background-color: #694f76;
  border-color: #564160;
  border-radius: 4px;
}

#gridCheck{
  margin-top: 0;
  margin-left: 0;
  top: -7px;
}
.text-sports{
  color: #7fffd4;
}
.bottom-minus-25{
  bottom: -25px;
}
.bg-sports{
  background-color: #f2f2f2;
  border-radius: 4px;
}
.preorder_here{
  color: #a3a3a3;
}


.overlay {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%);
  z-index: 6;
}

.login_btn:hover{
  cursor: pointer;
  color: #846494;
}

.form-group {
  position: relative;
  margin-bottom: 1.75rem;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 5px 0 0 13px;
  transition: all 200ms ease;
  opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  padding: 5px 0 0 0;
}

.uploaded_image{
  width: 7rem;
  height: 7rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.border_img {
  border: 3px solid #eee;
}
.w-90{
  width: 90%;
}
.sports-color{
  color: #370252;
}



.wh-6rem{
  line-height: 1;
  font-size: 6rem;
}

.wh-7rem{
  line-height: 1;
  width: 7rem;
  height: 7rem;
}

.border-none--focus:focus{
  box-shadow: none;
}
.bg_lightgray{
  background-color: #fcfcfc;
}
.text-custom-black{
  color: #282828;
}
.honululu_shadow{
  text-shadow: 6px 6px 3px #282828;
}

.bg_image_button{
  border-radius: 50%;
  background-size: cover;
  /*filter: blur(2px);*/
  position: absolute;
  z-index: 999;
}
.search_icon{
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}



/*Upload Btn*/

.upload_btn{
  border-radius: 50%;
  height: 7rem;
  width: 7rem;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #846494;
  border-color: #765a85;
}
.upload_btn:hover{
  color: #fff;
  background-color: #694f76;
  border-color: #564160;
  border-radius: 50%;
}

/*.image_block{*/
  /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;*/
/*}*/

.img-thumbnail{
  padding: 0;
  border-radius: 0;
  border: none;
}

.image_block_height{
  height: 15rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.shadow{
  border-color: #fefefe;
}

.col-one-fifth figure{
  margin: 0 0 2rem;
}

@media (min-width: 0){
  .btn-large{
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1;
  }
  .col-full{
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 480px){
  .col-half{
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px){
  .w-75--sm{
    width: 75% !important;
  }
  .font-size-30--sm{
    font-size: 30px;
  }
}

@media (min-width: 768px){

  .col-one-third{
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px){
  .col-one-fourth{
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-one-fifth {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px){

  .btn-large--md{
    padding: 1rem 1.5rem;
    font-size: 1.75rem;
    line-height: 2;
  }
  .w-50--md{
    width: 50%!important;
  }
}


@media (min-width: 992px){
  .w-50--lg{
    width: 50% !important;
  }
}


.pin::-webkit-outer-spin-button,
.pin::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.image_on_left{
  background-image: url(../../assets/img/marathon.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}



/*NAVBAR*/

.navbar_sports{
  background-color: #370252;
}

.resize{
  color: #fff;
  background: 0 0;
  border-color: #0000;
  position: relative;
  padding: 18px 12px;
  border-radius: 0;
}
.resize:focus{box-shadow:none;}
.resize:hover, .resize:focus, .resize:active , .date-search a:hover, .location-search a:hover, .name-search a:hover, .selfie-search a:hover, .cart-icon:hover, .user_dropdown:hover, .three_dots:hover{
  color: #fff;
  background: #fff3;
  border-color: #0000;
  outline: none;
}
.date-search a, .location-search a, .name-search a, .selfie-search a{
  padding: 20px 0;
}

.user_dropdown, .three_dots{
    padding: 20px !important;
}

.three_dots .dropdown-item:hover, .user_dropdown .dropdown-item:hover{
    text-decoration: none;
    color: #262626;
    background-color: #dfdfdf;
}

.fa-ellipsis-v:before{
    font-size: 20px;
}

.top-nav-profile-img{
    height: 26px;
}

.navbar-brand .image_logo{
  height: 35px;
}


.nav-icons{
  display: flex;
  align-items: center;
}
.nav-icons .dropdown-menu, .shop_name_nav .dropdown-menu, .datepicker.datepicker-dropdown.dropdown-menu{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
}
.nav-icons .nav-item{
  display: block;
  position: relative;
}
.nav-icons .nav-item .nav-link{
  color: #f0f1f1;
  font-weight: 600;
}

.shop_name_nav .nav-item .nav-link{
  color: #f0f1f1;
  font-weight: 600;
}


.selfie-search .dropdown-menu, .name-search .dropdown-menu, .location-search .dropdown-menu, .date-search .dropdown-menu{
    min-width: 15rem;
    padding: 0.5rem;
}
.selfie-search .dropdown-menu .form-control, .name-search .dropdown-menu .form-control, .location-search .dropdown-menu .form-control, .date-search .dropdown-menu .form-control{
    line-height: 1rem;
}



.sidenav {
    height: 100%;
    width: 190px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: all 0.2s ease-in-out;
    padding-top: 60px;
}
.ml-190{
    margin-left: 190px;
}
.ml-190n{
    margin-left: -190px;
}

#main{
    transition: margin-left 0.2s ease-in-out;
}

.sidenav .photo-container{
    border-bottom: solid 1px #ffffff0d;
    margin-bottom: 10px;
}

.sidenav .link-container .nav-item>.nav-link{
    color: #fff;
    font-weight: 300;
    padding: 10px 15px;
}
.sidenav .link-container .nav-item>.nav-link:hover{
    background: #fff3;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
}

.dash-profile{
    width: 120px;
    border: 2px solid #ffffff80;

}



/*Footer*/


.footer{
    padding: 15px 20px;
    font-size: 12px;
    line-height: 18px;
    background: #40314e!important;
    color: #fff!important;
    border-top: 1px solid #ced0d2;
}
.about_us_block .about_text{
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
    color: #ffffffb3;
    border-bottom: solid 1px #ffffff1a;
}

.social_block .icon_circle{
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #ffffff80;
    color: #444;
    text-align: center;
    font-size: 14px;
    margin: 0 4px;
    display: inline-block;
}
.social_block .icon_circle:hover{
  background-color: #fffc;
}
.copyright{
    background: #261d2f;
    padding: 15px 20px 10px;
    color: #fff6;
}

.footer-menu h4{
    color: #fffc;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
}
.footer-menu li{
  padding: 6px 3px;
}
.footer-menu li a{
    color: #ffffff80;
    text-decoration: none;
    font-size: 13px;
}

.footer-menu li a:hover{
    color: #ffffffb3;
}


/*Scrollbar*/

/* width */
.sidenav::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sidenav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
}

/* Handle */
.sidenav::-webkit-scrollbar-thumb {
  background: #846494;
}

/* Handle on hover */
.sidenav::-webkit-scrollbar-thumb:hover {
  background: #694f76;
}



.admin-users .page-title{
  background: #fff;
  border-bottom: solid 1px #ddd;
  padding: 15px;
  color: #464646;
  font-size: 22px;
}
.panel.panel-default {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.admin-users .pagination .page-link{
  color: #846494;
}
.admin-users .pagination .page-item.active .page-link{
  color: #fff;
  background-color: #846494;
  border-color: #846494;
}

.admin-users .panel-footer{
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.admin-users .panel-heading{
  padding: 15px;
  border-bottom: solid 1px #ddd;
}


@media (max-width:360px){
  .text-on-image {
    bottom: 22%;
  }
}

.rounded_img_block{
  min-width: 21%;
  max-width: 42%;
  margin-right: 20px;
  margin-left: 20px;
}

/*============Loader==============*/


.loader{
    position: absolute;
    left: 2rem;
    top: 2rem;
}
.sk-circle {
    width: 40px;
    height: 40px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}


