@charset "UTF-8";
@import url(https://use.typekit.net/mvn1ijk.css);
@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap); /*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url(https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap);
:root {
  --blue: #5786b0;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #1ca280;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #009adb;
  --secondary: #6c757d;
  --success: #1ca280;
  --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: "adelphi-pe-variable", sans-serif;
  --font-family-monospace: "adelphi-pe-variable", sans-serif;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "adelphi-pe-variable", sans-serif;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  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[data-original-title],
abbr[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;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.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: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #009adb;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #00648f;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: "adelphi-pe-variable", sans-serif;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
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: 0.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.8125rem;
}
.h2,
h2 {
  font-size: 2.25rem;
}
.h3,
h3 {
  font-size: 1.96875rem;
}
.h4,
h4 {
  font-size: 1.6875rem;
}
.h5,
h5 {
  font-size: 1.40625rem;
}
.h6,
h6 {
  font-size: 1.125rem;
}
.lead {
  font-size: 1.40625rem;
  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 #000000;
}
.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.40625rem;
}
.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-wrap: 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,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1062px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #5cceff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 154, 219, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 154, 219, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-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;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
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.40625rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.98438rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.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: #1ca280;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(28, 162, 128, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #1ca280;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231CA280' 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: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #1ca280;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.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);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #1ca280;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231CA280' 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")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #1ca280;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #1ca280;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #1ca280;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #1ca280;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #24cda2;
  background-color: #24cda2;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #1ca280;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #1ca280;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #1ca280;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.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);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .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: 1.125rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 154, 219, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 154, 219, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #009adb;
  border-color: #009adb;
}
.btn-primary:hover {
  color: #fff;
  background-color: #007fb5;
  border-color: #0076a8;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #007fb5;
  border-color: #0076a8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 169, 224, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 169, 224, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #009adb;
  border-color: #009adb;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0076a8;
  border-color: #006d9b;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 169, 224, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 169, 224, 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 {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #1ca280;
  border-color: #1ca280;
}
.btn-success:hover {
  color: #fff;
  background-color: #168166;
  border-color: #14775e;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #168166;
  border-color: #14775e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 176, 147, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 147, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #1ca280;
  border-color: #1ca280;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #14775e;
  border-color: #136c55;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 176, 147, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 147, 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 {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.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 {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.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 {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.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 {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #009adb;
  border-color: #009adb;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #009adb;
  border-color: #009adb;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 154, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 154, 219, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #009adb;
  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: #009adb;
  border-color: #009adb;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 154, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 154, 219, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #1ca280;
  border-color: #1ca280;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #1ca280;
  border-color: #1ca280;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #1ca280;
  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: #1ca280;
  border-color: #1ca280;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #009adb;
  text-decoration: none;
}
.btn-link:hover {
  color: #00648f;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  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: 1.125rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #0e0c0a;
  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^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  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:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #009adb;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  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.98438rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.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);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .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;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "adelphi-pe-variable", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.98438rem;
  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::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-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-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-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-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-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-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-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-auto[x-placement^="left"] > .arrow::after,
.bs-popover-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: 1.125rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #009adb !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0076a8 !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #1ca280 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #14775e !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  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: #009adb !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #1ca280 !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 embed,
.embed-responsive iframe,
.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%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: 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: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  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;
}
.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;
  }
}
.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);
}
.text-monospace {
  font-family: "adelphi-pe-variable", sans-serif !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: #009adb !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #00648f !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #1ca280 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #11614c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  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;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
* {
  outline: 0;
}
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100vw;
}
html.no-roll {
  overflow: hidden !important;
}
html body {
  overflow: hidden;
}
* {
  outline: 0;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #000;
}
::-webkit-scrollbar-thumb {
  background: #64686d;
}
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
@media (min-width: 576px) {
  .container-w-1 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-w-1 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-w-1 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-w-1 {
    max-width: 1410px;
  }
}
.zindex-1 {
  z-index: 1;
}
.zindex-2 {
  z-index: 2;
}
.zindex-3 {
  z-index: 3;
}
.text-transform-none {
  text-transform: none;
}
.obj-fit {
  -o-object-fit: cover;
  object-fit: cover;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.no-link > a {
  pointer-events: none;
}
.mobile {
  display: none;
}
@media (max-width: 991px) {
  .mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .no-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
a {
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
button {
  background: 0 0;
  border: 0;
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 30px;
  font-weight: 300;
}
@media (max-width: 991px) {
  h2 {
    font-size: 25px;
  }
}
h4 {
  color: #009adb;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}
.text-decoration-underline {
  text-decoration: underline;
}
.owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto !important;
}
.owl-stage-outer .owl-stage .owl-stage {
  pointer-events: auto !important;
}
.header-default {
  height: 297px;
  padding-top: 73px;
  background-size: cover !important;
  background-color: #000000 !important;
  position: relative;
}
@media (max-width: 991px) {
  .header-default {
    padding-top: 90px;
    height: 220px;
  }
}
.header-default .logo-default {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .header-default .logo-default {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .header-default .logo-default a {
    display: none !important;
  }
}
.header-default .logo-default a img {
  width: 263px;
  max-width: 100%;
  height: auto;
}

.header-default .logo-default-sobre a img {
  width: 550px;
  max-width: 100%;
  height: auto;
}

.header-default.sobre:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    66deg,
    rgba(50, 51, 52, 0.9) 0,
    rgba(50, 51, 52, 0.4) 100%
  );
  z-index: 1;
}
.logo-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.logo-full > span {
  margin-bottom: 8px;
}
.logo-full > span:last-child {
  margin-bottom: 0;
}
.logo-full.big {
  -webkit-transform: scale(6.255);
  transform: scale(6.255);
}
@media (max-width: 1630px) {
  .logo-full.big {
    -webkit-transform: scale(4.255);
    transform: scale(4.255);
  }
}
@media (max-width: 1410px) {
  .logo-full.big {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@media (max-width: 991px) {
  .logo-full.big {
    -webkit-transform: scale(2.682);
    transform: scale(2.682);
  }
}
.logo-linha-1,
.logo-linha-2,
.logo-linha-3 {
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo-linha-1 span,
.logo-linha-2 span,
.logo-linha-3 span {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 4px;
  background: #bfbab9;
}
.logo-linha-1 span:last-child,
.logo-linha-2 span:last-child,
.logo-linha-3 span:last-child {
  margin-right: 0;
}
.logo-linha-1.mt,
.logo-linha-2.mt,
.logo-linha-3.mt {
  margin-top: 15px;
}
.logo-linha-1.linha-big,
.logo-linha-2.linha-big,
.logo-linha-3.linha-big {
  -webkit-transform: scale(7.2);
  transform: scale(7.2);
}
@media (max-width: 991px) {
  .logo-linha-1.linha-big,
  .logo-linha-2.linha-big,
  .logo-linha-3.linha-big {
    -webkit-transform: scale(3);
    transform: scale(3);
  }
}
.logo-linha-1 span:first-child,
.logo-linha-1 span:last-child {
  width: 35px;
  height: 5.5px;
}
.logo-linha-2 span {
  background: #b00c62;
}
.logo-linha-2 span:last-child {
  width: 49px;
  height: 5.5px;
}
.logo-linha-3 span {
  background: #7e0046;
}
.logo-linha-3 span:last-child {
  width: 77px;
  height: 5.5px;
}
.bg-patern-2 {
  background: url(/wp-content/themes/kvlaw-child/assets/img/bg/bg_patern_2.png)
    top left;
}
.box-geral {
  padding-top: 80px;
}
.box-geral .conteudo-titulo h1 {
  padding-top: 4px;
}
@media (max-width: 991px) {
  .box-geral .conteudo-titulo h1 {
    margin-bottom: 72px;
  }
}
.box-geral .conteudo-titulo h1 .traco {
  display: block;
  margin-top: 30px;
  width: 88px;
  height: 2px;
  background: #bfbab9;
  margin-bottom: 11px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.box-geral .conteudo-texto {
  padding-left: 75px;
}
@media (max-width: 991px) {
  .box-geral .conteudo-texto {
    padding-left: 15px;
    font-size: 18px;
  }
}
.box-geral .conteudo-texto h2 {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .box-geral .conteudo-texto h2 {
    font-size: 25px;
    margin-bottom: 50px;
  }
}
.box-geral .conteudo-texto a {
  color: #bfbab9;
  font-weight: 600;
}
.box-geral .conteudo-texto a:hover {
  color: #323334;
}
@media (max-width: 991px) {
  .box-geral .conteudo-texto .row .div-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
  }
}
.box-geral .conteudo-texto form input,
.box-geral .conteudo-texto form select,
.box-geral .conteudo-texto form textarea {
  background: #f0f0f0;
}
.box-geral .conteudo-texto form .footer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-geral .conteudo-texto form .footer-form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.box-geral .conteudo-texto form .footer-form p input[type="file"] {
  display: none;
}
.box-geral .conteudo-texto form .footer-form p label[for="anexo"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #797979;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "adelphi-pe-variable", sans-serif;
  font-weight: 400;
  cursor: pointer;
}
.box-geral .conteudo-texto form .footer-form p label[for="anexo"] svg {
  fill: #797979;
  margin-right: 4px;
}
.box-geral .conteudo-texto form .footer-form p label[for="anexo"] .label span {
  margin-left: 10px;
  font-size: 11px;
  font-style: italic;
  color: #bebebe;
}
.box-geral .conteudo-texto form .footer-form p .wpcf7-spinner {
  position: absolute;
  bottom: -25px;
}
.modal-req-translation {
  background: #323334;
}
.modal-req-translation.mostra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-req-translation .container {
  max-width: 618px;
}
.modal-req-translation .inner-modal {
  padding-top: 38px;
}
@media (max-width: 991px) {
  .modal-req-translation .inner-modal {
    padding-top: 0;
    position: initial !important;
  }
}
.modal-req-translation .inner-modal .fecha {
  position: absolute;
  top: 0;
  right: 15px;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
}
.modal-req-translation .inner-modal .fecha svg {
  display: none;
}
@media (max-width: 991px) {
  .modal-req-translation .inner-modal .fecha {
    right: 18px;
    top: 24px;
    border: 0;
    width: auto;
    height: auto;
    font-size: 0;
  }
  .modal-req-translation .inner-modal .fecha svg {
    display: block;
  }
}
.modal-req-translation .inner-modal .title {
  font-weight: 300;
  width: 360px;
  max-width: 100%;
  margin-left: 22px;
}
@media (max-width: 991px) {
  .modal-req-translation .inner-modal .title {
    margin-left: 0;
    font-size: 25px;
    margin-bottom: 36px;
  }
}
@media (max-width: 991px) {
  .modal-req-translation .inner-modal .wpcf7 p {
    margin-bottom: 0;
    width: 100%;
  }
}
.modal-req-translation .inner-modal .wpcf7 form input.linkpost {
  display: none;
}
@media (max-width: 991px) {
  .modal-req-translation .inner-modal .wpcf7 form input[type="email"],
  .modal-req-translation .inner-modal .wpcf7 form input[type="text"] {
    font-size: 14px;
    padding: 11px 21px;
    margin-bottom: 15px;
  }
}
.modal-req-translation .inner-modal .wpcf7 form input[type="submit"] {
  background: 0 0;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.modal-req-translation .inner-modal .wpcf7 form input[type="submit"]:hover {
  color: #323334;
  background: #fff;
}
@media (max-width: 500px) {
  .modal-req-translation .inner-modal .wpcf7 form input[type="submit"] {
    width: 100%;
    margin-top: 9px;
    font-size: 14px;
    padding: 8.5px 14px;
  }
}
.modal-req-translation .inner-modal .wpcf7 form .wpcf7-not-valid-tip,
.modal-req-translation .inner-modal .wpcf7 form .wpcf7-response-output {
  background: #fff;
  border-radius: 10px;
}
.modal-req-translation .inner-modal .wpcf7 form .wpcf7-spinner {
  position: absolute;
  left: 0;
}
.grafismo-new {
  width: 430px;
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  .grafismo-new {
    width: 187px;
  }
}
.grafismo-new:before {
  content: " ";
  display: block;
  width: 100%;
  padding-top: 196.75%;
  background: #bfbab9;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(191, 186, 185, 0)),
    color-stop(65%, rgba(177, 173, 172, 0.52)),
    to(rgba(96, 93, 93, 0.69))
  );
  background: linear-gradient(
    180deg,
    rgba(191, 186, 185, 0) 0,
    rgba(177, 173, 172, 0.52) 65%,
    rgba(96, 93, 93, 0.69) 100%
  );
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media (max-width: 991px) {
  .admin-bar .modal-req-translation .inner-modal .fecha {
    top: 70px;
    right: 46px;
  }
}
@media (max-width: 991px) {
  .error404 .header-default,
  .page-template-page-politica-privacidade .header-default,
  .search-results .header-default {
    height: 90px;
  }
}
.conteudo-404,
.conteudo-politica {
  padding: 0;
}
.conteudo-404 h1,
.conteudo-politica h1 {
  margin-bottom: 46px;
}
@media (max-width: 991px) {
  .conteudo-404 h1,
  .conteudo-politica h1 {
    margin-top: 5px !important;
  }
}
.conteudo-404 h1 .traco,
.conteudo-politica h1 .traco {
  display: block;
  margin-top: 32px;
  width: 88px;
  height: 2px;
  background: #bfbab9;
  margin-bottom: 11px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.conteudo-404 .content-politica b,
.conteudo-404 .content-politica strong,
.conteudo-politica .content-politica b,
.conteudo-politica .content-politica strong {
  font-family: "adelphi-pe-variable", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.conteudo-404 .content-politica dl,
.conteudo-404 .content-politica ol,
.conteudo-404 .content-politica ul,
.conteudo-politica .content-politica dl,
.conteudo-politica .content-politica ol,
.conteudo-politica .content-politica ul {
  padding-left: 18px;
}
.conteudo-404 .content-politica ol,
.conteudo-politica .content-politica ol {
  list-style-position: inside;
  padding-left: 0;
}
.conteudo-404 .content-politica ul,
.conteudo-politica .content-politica ul {
  list-style: none;
}
.conteudo-404 .content-politica ul li,
.conteudo-politica .content-politica ul li {
  position: relative;
}
.conteudo-404 .content-politica ul li:before,
.conteudo-politica .content-politica ul li:before {
  content: " ";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #323334;
  position: absolute;
  left: -16px;
  top: 10px;
}
.conteudo-404 {
  padding-top: 82px;
  padding-bottom: 90px;
  min-height: calc(100vh - 297px - 144px);
}
@media (max-width: 991px) {
  .conteudo-404 {
    padding-top: 48px;
    padding-bottom: 64px;
    min-height: calc(100vh - 90px - 333px);
  }
}
@media (max-width: 991px) {
  .conteudo-404 h1 {
    font-size: 30px;
  }
}
.conteudo-404 .btn {
  margin-top: 44px;
}
.conteudo-search {
  min-height: calc(100vh - 297px - 144px);
}
@media (max-width: 991px) {
  .conteudo-search {
    min-height: calc(100vh - 90px - 333px);
  }
}
.admin-bar .conteudo-404,
.admin-bar .conteudo-search {
  min-height: calc(100vh - 297px - 144px - 32px);
}
@media (max-width: 991px) {
  .admin-bar .conteudo-404,
  .admin-bar .conteudo-search {
    min-height: calc(100vh - 90px - 333px - 32px);
  }
}
@media (max-width: 782px) {
  .admin-bar .conteudo-404,
  .admin-bar .conteudo-search {
    min-height: calc(100vh - 90px - 333px - 46px);
  }
}
.color-orange {
  color: #e5a946;
}
.hover-orange:hover {
  color: #e5a946;
}
.color-pink {
  color: #505050;
}
.hover-pink:hover {
  color: #bfbab9;
}
.bg-pink {
  background: #bfbab9;
}
.color-pink2 {
  color: #b00c62;
}
.hover-pink2:hover {
  color: #b00c62;
}
.bg-pink2 {
  background: #b00c62;
}
.color-pink3 {
  color: #7e0046;
}
.hover-pink3:hover {
  color: #7e0046;
}
.bg-pink3 {
  background: #7e0046;
}
.color-black {
  color: #000;
}
.hover-black:hover {
  color: #000;
}
.hover-black:hover svg path {
  fill: #000;
}
.bg-black {
  background: #000;
  color: #fff;
  position: relative;
}
.color-white {
  color: #fff;
}
.hover-white:hover {
  color: #fff;
}
.color-blue {
  color: #5a8ebe;
}
.hover-blue:hover {
  color: #5a8ebe;
}
.bg-blue {
  background: #5a8ebe;
}
.color-blue-2 {
  color: #3e4d5a;
}
.hover-blue-2:hover {
  color: #3e4d5a;
}
.bg-blue-2 {
  background: #3e4d5a;
}
.color-green {
  color: #006c71;
}
.hover-green:hover {
  color: #006c71;
}
.hover-green:hover svg path {
  fill: #006c71;
}
.bg-green {
  background: #006c71 !important;
}
.color-gray {
  color: #000000;
}
.bg-gray {
  background: #505050;
}
.color-gray-2 {
  color: #ffffff;
}
.bg-gray-2 {
  background: #f7f9fe;
}
.hover-gray-2:hover {
  color: #f7f9fe;
}
.color-gray-3 {
  color: #000000;
}
.bg-gray-3 {
  background: #505050;
}
.hover-gray-3:hover {
  color: #505050;
}
.color-gray-4 {
  color: #797979;
}
.bg-gray-4 {
  background: #797979;
}
.color-gray-5 {
  color: #000000;
}
.bg-gray-5 {
  background: #bebebe;
}
.color-gray-6 {
  color: #e3e2e2;
}
.bg-gray-6 {
  background: #000000;
}
.bg-gray-8 {
  background: #EDEDED;
}
.color-gray-7 {
  color: #252f38;
}
.bg-gray-7 {
  background: #252f38;
}
.color-gray-8 {
  color: #323334;
}

.bg-none {
  background: 0 0;
}
.font-raj {
  font-family: Rajdhani, sans-serif;
}
.font-rob {
  font-family: "adelphi-pe-variable", sans-serif;
}
.font-robc {
  font-family: "adelphi-pe-variable", sans-serif;
  font-weight: 300;
}
.font-quattro {
  font-family: Quattrocento, serif;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-light {
  font-weight: 300;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 300;
}
.fw-semi {
  font-weight: 600;
}
.fw-bold {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-900 {
  font-weight: 900;
}
.f-0 {
  font-size: 0;
}
.f-10 {
  font-size: 10px;
}
.f-12 {
  font-size: 12px;
}
.f-13 {
  font-size: 13px;
}
.f-14 {
  font-size: 14px;
}
.f-15 {
  font-size: 15px;
}
.f-16 {
  font-size: 16px;
}
.f-17 {
  font-size: 17px;
}
.f-18 {
  font-size: 18px;
}
.f-19 {
  font-size: 19px;
}
.f-20 {
  font-size: 20px;
}
.f-21 {
  font-size: 21px;
}
.f-22 {
  font-size: 22px;
}
.f-23 {
  font-size: 23px;
}
.f-24 {
  font-size: 24px;
}
.f-25 {
  font-size: 25px;
}
.f-26 {
  font-size: 26px;
}
.f-27 {
  font-size: 27px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
.f-31 {
  font-size: 31px;
}
.f-32 {
  font-size: 32px;
}
.f-33 {
  font-size: 33px;
}
.f-34 {
  font-size: 34px;
}
.f-35 {
  font-size: 35px;
}
.f-36 {
  font-size: 36px;
}
.f-37 {
  font-size: 37px;
}
.f-38 {
  font-size: 38px;
}
.f-40 {
  font-size: 40px;
}
.f-42 {
  font-size: 42px;
}
.f-44 {
  font-size: 44px;
}
.f-46 {
  font-size: 46px;
}
.f-47 {
  font-size: 47px;
}
.f-48 {
  font-size: 48px;
}
.f-50 {
  font-size: 50px;
}
.f-52 {
  font-size: 52px;
}
.f-53 {
  font-size: 53px;
}
.f-54 {
  font-size: 54px;
}
.f-56 {
  font-size: 56px;
}
.f-60 {
  font-size: 60px;
}
.f-62 {
  font-size: 62px;
}
.f-70 {
  font-size: 70px;
}
.lh-20 {
  line-height: 20px;
}
.lh-27 {
  line-height: 27px;
}
.le-1 {
  letter-spacing: 1px;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn {
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  font-family: "adelphi-pe-variable", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 35px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn:hover {
  background: #fff;
  color: #000000;
}
.btn.w-svg {
  padding: 0 25px;
}
.btn.transparent {
  background: 0 0;
  border-color: #000000;
  color: #000000;
}
.btn.borda {
  background: 0 0;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.borda:hover {
  background: #000000;
  color: #fff;
}
.btn.transparent svg g path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn.transparent span {
  height: 17px;
}
.btn.transparent:hover {
  background: #000000;
  color: #fff;
}
.btn.transparent:hover svg g path {
  fill: #fff;
}
.btn.transparent2 {
  background: 0 0;
  border-color: #bebebe;
  color: #bebebe;
}
.btn.transparent2 svg g path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn.transparent2 span {
  height: 17px;
}
.btn.transparent2:hover {
  background: #bebebe;
  color: #fff;
}
.btn.transparent2:hover svg g path {
  fill: #fff;
}
.btn.cinza {
  background: 0 0;
  border-color: #000000;
  color: #fff;
}
.btn.cinza:hover {
  background: #000000;
  color: #fff;
}
.btn.big {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .btn.big {
    color: #000000;
    font-size: 15px;
    border-color: #000000;
  }
}
form input,
form select,
form textarea {
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  background: #fff;
  font-family: "adelphi-pe-variable", sans-serif;
  border: 0;
  padding: 12px 20px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0;
}
@media (max-width: 991px) {
  form input,
  form select,
  form textarea {
    font-size: 20px;
    padding: 6px 14px;
  }
}
form input::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}
form input::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #000000;
  text-transform: uppercase;
}
form input::-ms-input-placeholder,
form select::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: #000000;
  text-transform: uppercase;
}
form select {
  padding-right: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
}
form textarea {
  height: 115px;
}
@media (max-width: 350px) {
  form .recaptcha iframe {
    scale: 0.9;
    margin-left: -14px;
  }
}
form input[type="submit"] {
  width: 170px;
}
@media (max-width: 991px) {
  form input[type="submit"] {
    margin: 0 auto 15px;
  }
}
form .wpcf7-spinner {
  display: block;
}
form .ajax-loader {
  position: absolute !important;
  top: 100%;
  margin: 0 !important;
}
.to-top {
  position: fixed !important;
  background: #323334;
  right: 20px;
  bottom: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 2px 15px #f7f9fe;
  box-shadow: 0 2px 15px #f7f9fe;
}
.to-top svg {
  width: 18px;
  height: auto;
  fill: #f7f9fe;
}
.to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 4rem;
  border-radius: 50%;
  line-height: 40px;
}
.to-top:active,
.to-top:hover {
  opacity: 0.9;
}
.footer {
  height: 144px;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 33px;
    height: auto;
  }
}
.footer .column-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .footer .column-logo {
    padding-top: 20px;
    padding-bottom: 38px;
  }
}
.footer .column-logo .footer-logo {
  width: 198px;
  height: auto;
}
.footer .column-center {
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 0;
  border-right: 0;
}
@media (max-width: 991px) {
  .footer .column-center {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0;
    font-size: 13px;
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
  }
  .footer .column-center > div a,
  .footer .column-center > div p {
    font-size: 14px;
  }
}
.footer .column-last {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
}
@media (max-width: 991px) {
  .footer .column-last {
    padding-top: 20px;
    padding-bottom: 52px;
    padding-left: 15px;
  }
  .footer .column-last p {
    max-width: 205px;
  }
}
.footer .column-last a {
  margin-left: 21px;
}
.redes-sociais .item-redes-sociais .sp-outer {
  font-size: 12px;
}
.redes-sociais .item-redes-sociais .sp-outer .fa-inverse {
  font-size: 16px;
}
.redes-sociais .item-redes-sociais .sp-outer .fa-inverse.adjust {
  font-size: 18px;
  margin-top: 3px;
}
.navbar {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.navbar .navbar-brand .logo-black {
  display: block;
}
.navbar .navbar-brand .logo-white {
  display: none;
}
section.header {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 73px;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  background: #000000;
}
section.header:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: url(/wp-content/themes/kvlaw-child/assets/img/bg/header-mobile-bg.jpg)
    center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  section.header {
    background: 0 0;
    -webkit-transition: none;
    transition: none;
    height: 90px;
  }
}
section.header .container {
  max-width: 1180px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  section.header .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}
section.header .container .header-logo a {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  section.header .container .header-logo a {
    opacity: 1;
  }
}
section.header .container .header-logo a img.logo-completa {
  display: none;
}
@media (max-width: 991px) {
  section.header .container .header-logo a img.logo-short {
    display: none;
  }
  section.header .container .header-logo a img.logo-completa {
    display: block;
    width: 202px;
  }
}
section.header .container #navbarCollapse {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse {
    background: #323334;
    max-width: 100vw;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, -115%);
    transform: translate(0, -115%);
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 35px 42px;
    display: block !important;
  }
}
section.header .container #navbarCollapse .div-out-menu {
  width: 100%;
  padding-left: 38px;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu {
    padding-left: 0;
    height: 100%;
  }
}
section.header .container #navbarCollapse .div-out-menu::-webkit-scrollbar {
  width: 5px;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav {
    -webkit-column-gap: 21px;
    -moz-column-gap: 21px;
    column-gap: 21px;
    position: initial;
  }
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li {
  max-width: 100%;
}
section.header
  .container
  #navbarCollapse
  .div-out-menu
  .navbar-nav
  li:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li {
    position: initial;
  }
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li a {
  font-family: "adelphi-pe-variable", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #797979;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  padding: 3px 0;
}
@media (max-width: 1199px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li a {
    font-size: 12px;
  }
}
section.header
  .container
  #navbarCollapse
  .div-out-menu
  .navbar-nav
  li
  a.dropdown-toggle:after {
  display: none;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li a {
    font-size: 20px;
    height: 35px;
    position: relative;
  }
}
section.header
  .container
  #navbarCollapse
  .div-out-menu
  .navbar-nav
  li
  .dropdown-menu {
  height: auto;
  background: #000000;
  position: absolute;
  border: 0;
  margin: 0;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  padding: 25px 0 34px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
section.header
  .container
  #navbarCollapse
  .div-out-menu
  .navbar-nav
  li
  .dropdown-menu:after,
section.header
  .container
  #navbarCollapse
  .div-out-menu
  .navbar-nav
  li
  .dropdown-menu:before {
  content: " ";
  display: block;
  height: 100%;
  width: 100vw;
  position: absolute;
  background: #000000;
  top: 0;
}
section.header
  .container
  #navbarCollapse
  .div-out-menu
  .navbar-nav
  li
  .dropdown-menu:before {
  left: 1px;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
section.header
  .container
  #navbarCollapse
  .div-out-menu
  .navbar-nav
  li
  .dropdown-menu:after {
  right: 1px;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media (max-width: 991px) {
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu {
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 80px 35px;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    margin-top: 40px;
    overflow-x: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu
    .dropdown-menu-inner {
    padding-right: 35px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: hidden;
  }
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu.mostra {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu.mostra:after,
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu.mostra:before {
    content: " ";
    display: block !important;
    background: #323334;
    height: 80px;
    width: 100%;
    position: absolute;
    left: 0;
  }
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu.mostra:before {
    top: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu.mostra:after {
    bottom: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu:after,
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu:before {
    display: none;
  }
}
section.header
  .container
  #navbarCollapse
  .div-out-menu
  .navbar-nav
  li
  .dropdown-menu
  li {
  border: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 991px) {
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu
    li {
    margin-bottom: 8px;
  }
}
section.header
  .container
  #navbarCollapse
  .div-out-menu
  .navbar-nav
  li
  .dropdown-menu
  li
  a {
  color: #bfbab9;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  border: 0;
  padding-bottom: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -5px;
}
section.header
  .container
  #navbarCollapse
  .div-out-menu
  .navbar-nav
  li
  .dropdown-menu
  li
  a:hover {
  border-color: #bfbab9;
}
@media (max-width: 991px) {
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu
    li
    a {
    font-size: 14px;
    height: auto;
  }
}
section.header
  .container
  #navbarCollapse
  .div-out-menu
  .navbar-nav
  li
  .dropdown-menu
  li.title {
  display: none;
}
@media (max-width: 991px) {
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu
    li.title {
    display: block;
  }
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu
    li.title
    a {
    text-transform: uppercase;
    color: #bfbab9;
    font-size: 20px;
  }
}
section.header
  .container
  #navbarCollapse
  .div-out-menu
  .navbar-nav
  li
  .dropdown-menu
  li.item-volta {
  display: none;
}
@media (max-width: 991px) {
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu
    li.item-volta {
    display: block;
  }
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu
    li.item-volta
    a {
    height: 42px;
    width: 100px;
    border: 1px solid #bfbab9;
    border-radius: 22px;
    color: #bfbab9;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
section.header
  .container
  #navbarCollapse
  .div-out-menu
  .navbar-nav
  li.active
  > a,
section.header
  .container
  #navbarCollapse
  .div-out-menu
  .navbar-nav
  li.current-menu-parent
  > a {
  color: #bfbab9;
}
section.header
  .container
  #navbarCollapse
  .div-out-menu
  .navbar-nav
  li:hover
  > a {
  border-bottom-color: #bfbab9;
}
@media (max-width: 991px) {
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li:hover
    > a {
    border-bottom-color: transparent;
  }
}
section.header
  .container
  #navbarCollapse
  .div-out-menu
  .navbar-nav
  li:hover
  .dropdown-menu {
  display: block;
}
@media (max-width: 991px) {
  section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li:hover
    .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
section.header .container #navbarCollapse .outer-header-languages {
  width: 110px;
  display: inline-block !important;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .outer-header-languages {
    width: auto;
  }
  section.header .container #navbarCollapse .outer-header-languages.d-none {
    display: none !important;
  }
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .header-redes {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block !important;
    height: 24px;
  }
}
section.header .container #navbarCollapse .header-redes .redes-sociais {
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  margin-right: 34px;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .header-redes .redes-sociais {
    margin: 0;
  }
}
section.header .container #navbarCollapse .header-redes .redes-sociais a {
  font-size: 0;
}
section.header .container #navbarCollapse .header-redes .redes-sociais a svg {
  height: 18px;
  fill: #bfbab9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
section.header
  .container
  #navbarCollapse
  .header-redes
  .redes-sociais
  a
  svg:hover {
  fill: #fff;
}
section.header .container #navbarCollapse .header-languages {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
  position: relative;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .header-languages {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block !important;
    height: 24px;
    padding-left: 15px;
  }
  section.header .container #navbarCollapse .header-languages.d-none {
    display: none !important;
  }
}
section.header .container #navbarCollapse .header-languages a {
  font-family: "adelphi-pe-variable", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bfbab9;
  border: 1px solid #bfbab9;
  font-size: 11px;
  padding-top: 3px;
  width: 35px;
  height: 24px;
  border-radius: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
section.header .container #navbarCollapse .header-languages a:hover {
  color: #fff;
  border-color: #fff;
}
section.header .container #navbarCollapse.in {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
section.header .container .outer-navbar-toggler {
  display: none;
}
@media (max-width: 991px) {
  section.header .container .outer-navbar-toggler {
    display: block;
  }
}
section.header .container .outer-navbar-toggler .navbar-toggler {
  z-index: 999;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
section.header .container .outer-navbar-toggler .navbar-toggler div span {
  display: block;
  width: 26px;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background: #bfbab9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
section.header
  .container
  .outer-navbar-toggler
  .navbar-toggler
  div
  span:last-child {
  margin-bottom: 0;
}
section.header .container .outer-navbar-toggler .navbar-toggler span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
section.header
  .container
  .outer-navbar-toggler
  .navbar-toggler:not(.collapsed)
  div
  span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 7px;
}
section.header
  .container
  .outer-navbar-toggler
  .navbar-toggler:not(.collapsed)
  div
  span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -8px;
}
section.header
  .container
  .outer-navbar-toggler
  .navbar-toggler:not(.collapsed)
  div
  span:nth-child(3) {
  display: none;
}
section.header
  .container
  .outer-navbar-toggler
  .navbar-toggler:not(.collapsed)
  span {
  margin-top: 18px;
  display: block;
}
section.header:not(.no-home) .container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.header.sticky {
  position: fixed;
}
@media (max-width: 991px) {
  section.header.sticky:before {
    opacity: 1;
  }
}
section.header.sticky .header-logo a {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 991px) {
  section.header:not(.no-home) .header-logo {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  section.header:not(.no-home).sticky .header-logo {
    opacity: 1;
  }
}
section.adjust-header-site {
  height: 73px;
  width: 100%;
}
@media (max-width: 991px) {
  section.adjust-header-site {
    height: 90px;
  }
}
@media (max-width: 991px) {
  .admin-bar
    section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu {
    height: calc(100vh - 32px - 40px) !important;
  }
}
@media (max-width: 782px) {
  .admin-bar
    section.header
    .container
    #navbarCollapse
    .div-out-menu
    .navbar-nav
    li
    .dropdown-menu {
    height: calc(100vh - 46px - 40px) !important;
  }
}
body {
  font-family: "adelphi-pe-variable", sans-serif;
}
@media (max-width: 1199px) {
  body.admin-bar header.banner-principal .div-brand {
    top: 22vh;
  }
}
.no-home .navbar .navbar-brand .logo-black {
  display: none;
}
.no-home .navbar .navbar-brand .logo-white {
  display: block;
}
.no-home #menu-principal li a {
  color: #fff;
}
.pagination {
  margin-top: 53px;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 17px !important;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  font-size: 20px;
  font-weight: 400;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.pagination .nav-links li {
  padding-right: 4px;
}
.pagination .nav-links li.disabled,
.pagination .nav-links li.prev {
  display: none;
}
.pagination .nav-links li a,
.pagination .nav-links li span {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
  font-family: "adelphi-pe-variable", sans-serif;
  color: #000000;
  background: #EDEDED;
  border-radius: 0;
}
.pagination .nav-links li a.current,
.pagination .nav-links li a:active,
.pagination .nav-links li a:focus,
.pagination .nav-links li a:hover,
.pagination .nav-links li span.current,
.pagination .nav-links li span:active,
.pagination .nav-links li span:focus,
.pagination .nav-links li span:hover {
  background: #000000;
  color: #fff;
}
.pagination .nav-links li.current {
  padding: 5px 3px;
  color: #fff;
}
.pagination .nav-links li.btn-l a {
  width: 65px;
}
.pagination.posts {
  margin-left: -6px;
}
.pagination.posts .nav-links .current,
.pagination.posts .nav-links a {
  padding: 5px 6px;
}
#moove_gdpr_cookie_info_bar {
  border: 0 !important;
  background: #323334 !important;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 911px) {
  #moove_gdpr_cookie_info_bar {
    padding: 0;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  width: 100% !important;
  padding: 15px 70px !important;
}
@media (max-width: 911px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 15px 30px !important;
  }
}
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content {
  padding: 0 !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  .moove-gdpr-cookie-notice
  P {
  font-family: "adelphi-pe-variable", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #fff !important;
}
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  .moove-gdpr-cookie-notice
  P
  a {
  font-family: "adelphi-pe-variable", sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #fff !important;
}
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  .moove-gdpr-cookie-notice
  P
  a:hover {
  color: #bfbab9 !important;
}
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  .moove-gdpr-button-holder {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  .moove-gdpr-button-holder
  button {
  color: #bfbab9 !important;
  border: 1px solid #bfbab9 !important;
  border-radius: 0 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 10px 31px !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "adelphi-pe-variable", sans-serif !important;
  background: 0 0 !important;
}
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  .moove-gdpr-button-holder
  button:hover {
  margin-left: 0 !important;
  padding: 10px 31px !important;
  background: #bfbab9 !important;
  color: #fff !important;
}
.box-depoimentos {
  padding-top: 96px;
  padding-bottom: 107px;
  background: #EDEDED;
}
@media (max-width: 991px) {
  .box-depoimentos {
    padding-bottom: 64px;
  }
}
.box-depoimentos h2 {
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .box-depoimentos h2 {
    margin-bottom: 64px;
  }
}
.box-depoimentos .list-depoimentos .owl-stage-outer .owl-stage .owl-item {
  opacity: 0;
  height: auto;
}
.box-depoimentos
  .list-depoimentos
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-depoimento {
  height: 0;
}
@media (max-width: 550px) {
  .box-depoimentos
    .list-depoimentos
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-depoimento {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 991px) {
  .box-depoimentos
    .list-depoimentos
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-depoimento
    .div-depoimento {
    padding-top: 34px;
    font-size: 18px;
  }
}
.box-depoimentos
  .list-depoimentos
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-depoimento
  .div-depoimento
  .aspas {
  left: -50px;
  top: 6px;
}
@media (max-width: 991px) {
  .box-depoimentos
    .list-depoimentos
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-depoimento
    .div-depoimento
    .aspas {
    left: -34px;
    top: 0;
  }
}
.box-depoimentos
  .list-depoimentos
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-depoimento
  .traco {
  display: block;
  width: 88px;
  height: 2px;
  background: #bfbab9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 37px;
  margin-bottom: 34px;
}
.box-depoimentos
  .list-depoimentos
  .owl-stage-outer
  .owl-stage
  .owl-item.active
  + .active {
  padding-left: 80px;
}
.box-depoimentos
  .list-depoimentos
  .owl-stage-outer
  .owl-stage
  .owl-item.active {
  opacity: 1;
}
.box-depoimentos
  .list-depoimentos
  .owl-stage-outer
  .owl-stage
  .owl-item.active
  .item-depoimento {
  height: auto;
}
@media (max-width: 991px) {
  .box-depoimentos
    .list-depoimentos
    .owl-stage-outer
    .owl-stage
    .owl-item.active {
    padding-left: 34px;
  }
}
.box-depoimentos .list-depoimentos .owl-nav {
  display: none;
}
.box-depoimentos .list-depoimentos .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 88px;
}
.box-depoimentos .list-depoimentos .owl-dots button {
  padding: 0 5px;
}
.box-depoimentos .list-depoimentos .owl-dots button span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #BEBEBE;
}
.box-depoimentos .list-depoimentos .owl-dots button.active span {
  background: #000000;
}
.box-depoimentos .bg-patern-2 {
  height: 175px;
}
.box-depoimentos.claro {
  background: #bebebe;
  padding-bottom: 0;
}
.box-depoimentos.claro .color-gray-6,
.box-depoimentos.claro .div-depoimento,
.box-depoimentos.claro h2 {
  color: #323334;
}
.box-depoimentos.claro .list-depoimentos .owl-dots {
  margin-bottom: 85px;
}
.box-depoimentos.claro .list-depoimentos .owl-dots button:not(.active) span {
  background: #fff;
}
.box-depoimentos.claro .bg-patern-2 {
  background-color: #bebebe;
}
.box-profissionais-relacionados {
  padding-top: 87px;
}
@media (max-width: 991px) {
  .box-profissionais-relacionados {
    padding-top: 66px;
  }
}
.box-profissionais-relacionados.industria {
  padding-bottom: 88px;
}
@media (max-width: 991px) {
  .box-profissionais-relacionados.industria {
    padding-bottom: 56px;
  }
}
@media (max-width: 991px) {
  .box-profissionais-relacionados .div-profissionais-relacionados h2 {
    font-size: 25px;
    margin-bottom: 30px;
    color: #797979;
  }
}
.box-profissionais-relacionados
  .div-profissionais-relacionados
  .list-profissionais-relacionados {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  margin-top: 52px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .box-profissionais-relacionados
    .div-profissionais-relacionados
    .list-profissionais-relacionados {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    margin-top: 0;
  }
}
.box-profissionais-relacionados
  .div-profissionais-relacionados
  .list-profissionais-relacionados
  .item-profissional {
  border-bottom: 1px solid #505050;
  padding: 15px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 991px) {
  .box-profissionais-relacionados
    .div-profissionais-relacionados
    .list-profissionais-relacionados
    .item-profissional {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .box-profissionais-relacionados
    .div-profissionais-relacionados
    .list-profissionais-relacionados
    .item-profissional
    h3 {
    font-size: 20px;
    color: #323334;
  }
}
.home .adjust-header-site {
  display: none;
}
.header-home {
  height: calc(100vh - 73px);
  max-height: 1080px;
  margin-top: 73px;
  /*background: url(/wp-content/themes/kvlaw-child/assets/img/bg/bg-topo-home.jpg?1) */
    center no-repeat;
  background-size: cover;
  padding: 6vh 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header-home {
   /* background: url(/wp-content/themes/kvlaw-child/assets/img/bg/bg-topo-home-mobile.jpg) */
      center no-repeat;
    background-size: cover;
    margin-top: 0;
    padding-top: calc(6vh + 73px);
  }
}
.header-home > img {
  position: absolute;
  top: -1.5%;
  left: -1.5%;
  width: 103%;
  height: 103%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}
.header-home .logo-home {
  position: relative;
  z-index: 3;
  max-width: 100%;
}
.header-home .logo-home h1 {
  max-width: 100%;
}
.header-home .logo-home h1 img {
  max-width: 100%;
  height: auto;
}
.header-home .carrossel-header-home {
  width: 100vw;
}
.header-home .carrossel-header-home .disabled {
  display: none;
}
@media (max-width: 991px) {
  .header-home
    .carrossel-header-home
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-header-home {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 0;
    overflow: hidden;
  }
}
.header-home
  .carrossel-header-home
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-header-home
  .div-imagem {
  overflow: hidden;
  padding-right: 10px;
  margin-bottom: 5vh;
}
@media (max-width: 991px) {
  .header-home
    .carrossel-header-home
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-header-home
    .div-imagem {
    padding-right: 0;
  }
}
.header-home
  .carrossel-header-home
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-header-home
  .div-imagem
  .inner-imagem {
  width: 60%;
  padding-top: 18.5%;
  position: relative;
  overflow: hidden;
  border-radius: 0 180px 180px 0;
}
@media (max-width: 991px) {
  .header-home
    .carrossel-header-home
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-header-home
    .div-imagem
    .inner-imagem {
    width: 63%;
    padding-top: 51%;
  }
}
.header-home
  .carrossel-header-home
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-header-home
  .div-imagem
  .inner-imagem
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header-home
  .carrossel-header-home
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-header-home
  .div-imagem
  .bola-01,
.header-home
  .carrossel-header-home
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-header-home
  .div-imagem
  .bola-02 {
  display: block;
  width: 18.5%;
  padding-top: 18.5%;
  background: #bfbab9;
  border-radius: 100%;
}
@media (max-width: 991px) {
  .header-home
    .carrossel-header-home
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-header-home
    .div-imagem
    .bola-01 {
    width: 51%;
    padding-top: 51%;
    margin-right: -25.5%;
  }
}
.header-home
  .carrossel-header-home
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-header-home
  .div-imagem
  .bola-02 {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  margin-right: -9.25%;
}
@media (max-width: 991px) {
  .header-home
    .carrossel-header-home
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-header-home
    .div-imagem
    .bola-02 {
    display: none;
  }
}
.header-home
  .carrossel-header-home
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-header-home
  .container {
  padding-left: 3px;
}
@media (max-width: 991px) {
  .header-home
    .carrossel-header-home
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-header-home
    .container {
    padding-left: 34px;
  }
}
.header-home
  .carrossel-header-home
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-header-home
  .container
  .conteudo-item {
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media (max-width: 991px) {
  .header-home
    .carrossel-header-home
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-header-home
    .container
    .conteudo-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header-home
  .carrossel-header-home
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-header-home
  .container
  .conteudo-item
  .image-conteudo {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .header-home
    .carrossel-header-home
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-header-home
    .container
    .conteudo-item
    .image-conteudo {
    padding: 10px 0;
  }
}
.header-home
  .carrossel-header-home
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-header-home
  .container
  .conteudo-item
  .image-conteudo
  img {
  min-width: 210px;
}
@media (max-width: 991px) {
  .header-home
    .carrossel-header-home
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-header-home
    .container
    .conteudo-item
    .image-conteudo
    img {
    min-width: auto;
    width: 150px;
  }
}
@media (max-width: 991px) {
  .header-home
    .carrossel-header-home
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-header-home
    .container
    .conteudo-item
    .texto-conteudo
    h2 {
    display: none;
  }
}
.header-home
  .carrossel-header-home
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-header-home
  .container
  .conteudo-item
  .texto-conteudo
  p {
  min-height: 80px;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .header-home
    .carrossel-header-home
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-header-home
    .container
    .conteudo-item
    .texto-conteudo
    p {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .header-home
    .carrossel-header-home
    .owl-stage-outer
    .owl-stage
    .owl-item.active
    .item-header-home {
    height: auto;
  }
}
.header-home-discount {
  height: 100vh;
}
.admin-bar .header-home {
  height: calc(100vh - 32px - 73px);
}
@media (max-width: 991px) {
  .admin-bar .header-home {
    height: calc(100vh - 32px);
  }
}
@media (max-width: 782px) {
  .admin-bar .header-home {
    height: calc(100vh - 46px);
  }
}
.admin-bar .header-home-discount {
  min-height: calc(100vh - 32px);
}
@media (max-width: 782px) {
  .admin-bar .header-home-discount {
    height: calc(100vh - 46px);
  }
}
.box-noticias {
  padding-top: 80px;
  padding-bottom: 64px;
}
@media (max-width: 991px) {
  .box-noticias {
    padding-top: 88px;
    padding-bottom: 92px;
  }
}
@media (max-width: 991px) {
  .box-noticias h2 {
    color: #797979;
  }
}
.box-noticias .list-posts {
  margin-top: 47px;
  margin-right: -40px;
  margin-left: -40px;
}
@media (max-width: 991px) {
  .box-noticias .list-posts {
    margin-top: 75px;
  }
}
.box-noticias .list-posts > div {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .box-noticias .list-posts > div {
    padding-bottom: 80px;
  }
}
.box-noticias .list-posts .item-post .outer-image {
  width: 100%;
  padding-top: 80.5%;
  position: relative;
}
.box-noticias .list-posts .item-post .outer-image:before {
  content: " ";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}
.box-noticias .list-posts .item-post .outer-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.box-noticias .list-posts .item-post .content-div {
  padding-top: 25px;
}
.box-noticias .list-posts .item-post:hover .outer-image img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.box-noticias:not(.relacionadas) .list-posts .item-post .content-div h3 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: lowercase;
}
.box-noticias:not(.relacionadas)
  .list-posts
  .item-post
  .content-div
  h3:first-letter {
  text-transform: uppercase;
}
.box-noticias:not(.relacionadas) .list-posts .item-post:hover .content-div h3 {
  color: #bfbab9;
}
.box-noticias.relacionadas {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .box-noticias.relacionadas {
    padding-top: 70px;
    padding-bottom: 60px;
    padding-right: 0;
  }
}
.box-noticias.relacionadas h2 {
  color: #000000;
}
.box-noticias.relacionadas .list-posts {
  margin-right: -25px;
  margin-left: -25px;
  margin-bottom: 50px;
}
.box-noticias.relacionadas .list-posts > div {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 991px) {
  .box-noticias.relacionadas .list-posts > div:last-child {
    padding-bottom: 0;
  }
}
.box-noticias.relacionadas .list-posts > div .item-post .outer-image img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .box-noticias.relacionadas .list-posts > div .item-post .outer-image img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
.box-noticias.relacionadas .list-posts > div .item-post:hover .outer-image img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.box-sobre h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.box-sobre h1 .traco {
  margin-top: 21px;
  width: 88px;
  height: 2px;
  background: #000000;
  margin-bottom: 11px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.box-sobre .image-header {
  width: 100%;
  padding-top: 21.35%;
  position: relative;
}
@media (max-width: 991px) {
  .box-sobre .image-header {
    padding-top: 0;
    height: 282px;
  }
}
.box-sobre .image-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.box-sobre .container {
  padding-top: 104px;
  padding-bottom: 118px;
}
@media (max-width: 991px) {
  .box-sobre .container {
    padding-top: 142px;
    padding-bottom: 82px;
  }
}
.box-sobre .container .conteudo-logo .logo-full {
  margin-top: -44px;
}
@media (max-width: 1630px) {
  .box-sobre .container .conteudo-logo .logo-full {
    margin-top: -70px;
  }
}
@media (max-width: 1410px) {
  .box-sobre .container .conteudo-logo .logo-full {
    margin-top: -98px;
  }
}
@media (max-width: 991px) {
  .box-sobre .container .conteudo-logo .logo-full {
    margin-top: -164px;
    margin-left: 78px;
  }
}
.box-sobre .container .conteudo-logo .grafismo-new {
  margin-top: -388px;
}
@media (max-width: 1332px) {
  .box-sobre .container .conteudo-logo .grafismo-new {
    margin-top: -388px;
  }
}
@media (max-width: 991px) {
  .box-sobre .container .conteudo-texto .texto-01 {
    font-size: 18px;
    font-weight: 300;
  }
}
.box-sobre .container .conteudo-texto .texto-02 {
  padding-top: 43px;
  padding-bottom: 58px;
}
@media (max-width: 991px) {
  .box-sobre .container .conteudo-texto .texto-02 {
    padding-top: 31px;
    padding-bottom: 35px;
  }
}
.box-sobre .container .conteudo-texto .div-botoes {
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
@media (max-width: 991px) {
  .box-sobre .container .conteudo-texto .div-botoes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-sobre .container .conteudo-texto .div-botoes a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .box-sobre .container .conteudo-texto .div-botoes a {
    margin-bottom: 19px;
  }
  .box-sobre .container .conteudo-texto .div-botoes a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .box-sobre.page .container {
    padding-top: 40px;
  }
  .box-sobre.page .container h1 {
    margin-bottom: 22px;
  }
  .box-sobre.page .container .conteudo-texto .texto-02 {
    font-size: 25px;
  }
}
.box-areas-industrias {
  background: url(/wp-content/themes/kvlaw-child/assets/img/bg/bg_atuacao.jpg?1)
    top center no-repeat;
  background-size: cover;
  padding-bottom: 1px;
}
.box-areas-industrias.lista {
  background: #fff;
  margin-top: -1px;
}
.box-areas-industrias .bg-patern {
  width: 100%;
  height: 335px;
}
.box-areas-industrias .bg-patern .logo-linha-2 {
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  .box-areas-industrias .bg-patern .logo-linha-2 {
    right: 58px;
    bottom: 25px;
  }
}
.box-areas-atuacao {
  padding-top: 109px;
  padding-bottom: 119px;
}
.box-areas-atuacao h2 {
  margin-bottom: 67px;
}
.box-areas-atuacao .list-areas {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}
@media (max-width: 991px) {
  .box-areas-atuacao .list-areas {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.box-areas-atuacao .list-areas .item-area {
  height: 80px;
  border: 2px solid #fff;
  border-radius: 0;
  padding: 0 23px 0 38px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 14px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .box-areas-atuacao .list-areas .item-area {
    font-size: 12px;
    padding: 0 13px 0 19px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}
.box-areas-atuacao .list-areas .item-area svg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  min-width: 8px;
}
.box-areas-atuacao .list-areas .item-area:hover {
  background: #fff;
  color: #323334;
}
.box-areas-atuacao .list-areas .item-area:hover svg {
  opacity: 1;
}
.box-industrias h2 {
  margin-bottom: calc(clamp(3.375rem, 1.9757rem + 5.892vw, 5.625rem));
}
@media (max-width: 991px) {
  .box-industrias h2 {
    color: #797979;
  }
}
.box-industrias .list-industrias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1500px) {
  .box-industrias .list-industrias {
    display: grid;
    grid-template-columns: repeat(auto-fit, 386px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 386px) {
  .box-industrias .list-industrias {
    grid-template-columns: 100%;
  }
}
.box-industrias .list-industrias .item-industria {
  width: 16.66%;
  background-size: cover !important;
  position: relative;
}
@media (max-width: 1500px) {
  .box-industrias .list-industrias .item-industria {
    width: 100%;
  }
}
.box-industrias .list-industrias .item-industria .inner-industria-hover {
  opacity: 0;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: cover !important;
}
.box-industrias .list-industrias .item-industria .inner-industria {
  width: 100%;
  padding-top: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.box-industrias .list-industrias .item-industria .inner-industria > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 45px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .box-industrias .list-industrias .item-industria .inner-industria > div {
    font-size: 31px;
  }
}
.box-industrias
  .list-industrias
  .item-industria
  .inner-industria
  > div
  .header-traco {
  width: 88px;
  height: 2px;
  background: #fff;
  margin-bottom: 11px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.box-industrias
  .list-industrias
  .item-industria
  .inner-industria
  > div
  .logo-linha-2 {
  margin-bottom: 11px;
}
.box-industrias .list-industrias .item-industria:hover .inner-industria-hover {
  opacity: 1;
}
.box-industrias .list-industrias .item-industria:hover .inner-industria > div {
  color: #323334;
}
.box-industrias
  .list-industrias
  .item-industria:hover
  .inner-industria
  > div
  .header-traco {
  background: #323334;
}
.box-profissionais {
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(190, 190, 190, 0.28))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0,
    rgba(190, 190, 190, 0.28) 100%
  );
  padding-top: 107px;
}
.box-profissionais h2 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .box-profissionais h2 {
    color: #797979;
  }
}
.box-profissionais .list-profissionais .list-socios {
  margin-left: -45px;
  margin-right: -45px;
}
.box-profissionais .list-profissionais .list-socios .item-socio {
  padding: 0 45px;
}
@media (max-width: 991px) {
  .box-profissionais
    .list-profissionais
    .list-socios
    .item-socio
    .item-profissional {
    margin-bottom: 43px;
  }
}
.box-profissionais
  .list-profissionais
  .list-socios
  .item-socio
  .item-profissional
  .outer-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 27px;
}
.box-profissionais
  .list-profissionais
  .list-socios
  .item-socio
  .item-profissional
  .outer-image:before {
  content: " ";
  display: block;
  position: absolute;
  /* background: url(/wp-content/themes/kvlaw-child/assets/img/bg/graf-profissionais.png) */
    top left no-repeat;
  background-size: auto 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.box-profissionais
  .list-profissionais
  .list-socios
  .item-socio
  .item-profissional
  .outer-image
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.box-profissionais
  .list-profissionais
  .list-socios
  .item-socio
  .item-profissional
  .outer-image
  .logo-full {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.box-profissionais
  .list-profissionais
  .list-socios
  .item-socio
  .item-profissional
  .outer-image
  .logo-full:before {
  display: none;
}
.box-profissionais
  .list-profissionais
  .list-socios
  .item-socio
  .item-profissional
  h3 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-profissionais
  .list-profissionais
  .list-socios
  .item-socio
  .item-profissional:hover
  h3 {
  color: #bfbab9;
}
.box-profissionais .list-profissionais .list-adv {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  margin-top: 52px;
  padding-bottom: 125px;
}
@media (max-width: 991px) {
  .box-profissionais .list-profissionais .list-adv {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    margin-top: 0;
    padding-bottom: 100px;
  }
}
.box-profissionais .list-profissionais .list-adv a {
  border-bottom: 1px solid #bfbab9;
  padding: 15px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 991px) {
  .box-profissionais .list-profissionais .list-adv a {
    margin-bottom: 24px;
  }
}
.box-profissionais .list-profissionais .list-adv a h3 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .box-profissionais .list-profissionais .list-adv a h3 {
    color: #323334;
  }
}
.box-profissionais .list-profissionais .list-adv a:hover h3 {
  color: #bfbab9;
}
.box-reconhecimento {
  background: url(/wp-content/themes/kvlaw-child/assets/img/bg/bg-preto.png) top
    right no-repeat;
  background-size: 50% 100%;
  padding-top: 113px;
  padding-bottom: 116px;
}
@media (max-width: 991px) {
  .box-reconhecimento {
    background: #fff;
    padding-top: 61px;
    padding-bottom: 90px;
  }
}
.box-reconhecimento h2 {
  margin-bottom: 73px;
}
@media (max-width: 991px) {
  .box-reconhecimento h2 {
    font-size: 25px;
    color: #797979;
    margin-bottom: 60px;
  }
}
.box-reconhecimento .div-reconhecimento {
  padding-right: 90px;
}
@media (max-width: 991px) {
  .box-reconhecimento .div-reconhecimento {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .box-reconhecimento .carrossel-reconhecimento {
    display: none;
  }
}
.box-reconhecimento .carrossel-reconhecimento-mobile {
  display: none;
}
@media (max-width: 991px) {
  .box-reconhecimento .carrossel-reconhecimento-mobile {
    display: block;
  }
}
.box-reconhecimento .owl-stage-outer .owl-stage .owl-item {
  opacity: 0;
  pointer-events: none !important;
}
.box-reconhecimento .owl-stage-outer .owl-stage .owl-item.active {
  opacity: 1;
  pointer-events: auto !important;
}
.box-reconhecimento .owl-stage-outer .owl-stage .owl-item .item-reconhecimento {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  row-gap: 18px;
}
@media (max-width: 991px) {
  .box-reconhecimento
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-reconhecimento {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }
}
.box-reconhecimento
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-reconhecimento
  .inner-reconhecimento {
  cursor: pointer;
}
.box-reconhecimento
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-reconhecimento
  .inner-reconhecimento.mostra
  .outer-image {
  border-color: #252f38;
}
.box-reconhecimento
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-reconhecimento
  .inner-reconhecimento.mostra
  .outer-image
  img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.box-reconhecimento
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-reconhecimento
  .inner-reconhecimento.mostra
  .outer-image
  + .descritivo-logo {
  display: block;
}
.box-reconhecimento
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-reconhecimento
  .descritivo-logo {
  position: absolute;
  display: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translate(calc(100% + 120px), 0);
  transform: translate(calc(100% + 120px), 0);
  padding-left: 83px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .box-reconhecimento
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-reconhecimento
    .descritivo-logo {
    display: none;
  }
}
.box-reconhecimento
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-reconhecimento
  .descritivo-logo
  h3 {
  margin-bottom: 22px;
}
.box-reconhecimento
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-reconhecimento
  .descritivo-logo
  p {
  margin-bottom: 27px;
}
.box-reconhecimento
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-reconhecimento
  .outer-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border: 1px solid #e7ebef;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.box-reconhecimento
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item-reconhecimento
  .outer-image
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .box-reconhecimento
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-reconhecimento
    .outer-image {
    border-color: #252f38;
  }
  .box-reconhecimento
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-reconhecimento
    .outer-image
    img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
.box-reconhecimento .owl-nav {
  display: none;
}
.box-reconhecimento .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 36px;
}
@media (max-width: 991px) {
  .box-reconhecimento .owl-dots {
    margin-top: 64px;
  }
}
.box-reconhecimento .owl-dots button {
  padding: 0 5px;
}
.box-reconhecimento .owl-dots button span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c4cfd8;
}
.box-reconhecimento .owl-dots button span:before {
  content: "a";
  display: block;
  font-size: 0;
}
.box-reconhecimento .owl-dots button.active span {
  background: #bfbab9;
}
.modal-reconhecimento {
  background: #323334;
  padding: 30px;
}
.modal-reconhecimento.mostra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-reconhecimento .close {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
  height: 32px;
  padding-top: 13px;
  cursor: pointer;
}
.modal-reconhecimento .close span {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background: #bfbab9;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-reconhecimento .close span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
}
.modal-reconhecimento .outer-image {
  width: 130px;
  height: 130px;
  position: relative;
  border: 1px solid #252f38;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 25px;
}
.modal-reconhecimento .outer-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.modal-reconhecimento h3 {
  margin-bottom: 25px;
}
.modal-reconhecimento > div {
  max-height: 100%;
  overflow: auto;
}
.box-responsabilidade-trabalhe {
  background: url(/wp-content/themes/kvlaw-child/assets/img/bg/bg-cinza-7.png)
    top right no-repeat #505050;
  background-size: 50% 100%;
  height: 188px;
}
@media (max-width: 991px) {
  .box-responsabilidade-trabalhe {
    height: auto;
    background: url(/wp-content/themes/kvlaw-child/assets/img/bg/bg-cinza-7.png)
      bottom center no-repeat #505050;
    background-size: 100% 50%;
  }
}
.box-responsabilidade-trabalhe .div-trabalhe {
  padding-left: 90px;
}
.box-responsabilidade-trabalhe a .traco {
  display: block;
  height: 2px;
  width: 88px;
  background: #fff;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .box-responsabilidade-trabalhe .col-lg-6 {
    height: 157px !important;
    font-size: 25px;
    padding-left: 15px;
  }
}
.box-contato-home .header-contato-home {
  height: calc(clamp(25.4375rem, 24.569rem + 1.4009vw, 26.25rem));
  background: url(/wp-content/themes/kvlaw-child/assets/img/bg/image-footer-contato.jpg?1)
    center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .box-contato-home .header-contato-home {
    height: 420px;
  }
}
.box-contato-home .header-contato-home .container {
  position: relative;
}
.box-contato-home .header-contato-home .grafismo-new {
  width: 270px;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .box-contato-home .header-contato-home .grafismo-new {
    width: 233px;
  }
}
.box-contato-home .conteudo {
  padding-top: 107px;
  padding-bottom: 37px;
}
.box-contato-home .conteudo h2 {
  margin-top: 37px;
  margin-bottom: 54px;
}
@media (max-width: 991px) {
  .box-contato-home .conteudo h2 {
    font-size: 32px;
    margin-top: 3px;
    margin-bottom: 59px;
  }
}
.box-contato-home .conteudo .endereco-contato {
  padding-top: 12px;
  padding-bottom: 25px;
}
.box-contato-home .conteudo .link-mapa {
  font-size: 0;
}
.box-contato-home .conteudo .link-mapa svg g path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-contato-home .conteudo .link-mapa:hover svg g path {
  fill: #bfbab9;
}
@media (max-width: 991px) {
  .box-contato-home .conteudo form {
    margin-top: 56px;
  }
}
.box-descritivo-sobre .itens-sobre {
  padding-top: 72px;
  padding-bottom: 72px;
}
.box-descritivo-sobre .itens-sobre .row > div .outer-image {
  height: 62px;
  margin-bottom: 36px;
}
@media (max-width: 550px) {
  .box-descritivo-sobre .itens-sobre .row > div .outer-image {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .box-descritivo-sobre .itens-sobre .row > div {
    padding-bottom: 43px;
  }
  .box-descritivo-sobre .itens-sobre .row > div:last-child {
    padding-bottom: 0;
  }
}
.box-descritivo-sobre .div-descritivo {
  padding-top: 78px;
  padding-bottom: 78px;
}
@media (max-width: 550px) {
  .box-descritivo-sobre .div-descritivo {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .box-descritivo-sobre .div-descritivo .f-26 {
    font-size: 25px;
  }
}
.header-reconhecimento {
  height: 420px;
}
@media (max-width: 991px) {
  .header-reconhecimento {
    height: 323px;
  }
}
.header-reconhecimento .container .linha-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.header-reconhecimento .container .linha-4 span {
  height: 39px;
  width: 255px;
  border-radius: 20px;
  display: block;
  margin-right: 48px;
  background: #b00c62;
}
.header-reconhecimento .container .linha-4 span:last-child {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  margin-right: 0;
}
@media (max-width: 550px) {
  .header-reconhecimento .container .linha-4 {
    display: none;
  }
}
.header-reconhecimento .container .logo-linha-2 {
  display: none;
}
@media (max-width: 550px) {
  .header-reconhecimento .container .logo-linha-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(3) scaleX(-1);
    transform: scale(3) scaleX(-1);
    margin-left: 78px;
  }
}
.page-publicacoes {
  padding-top: 83px;
}
@media (max-width: 991px) {
  .page-publicacoes h1 {
    font-size: 25px;
  }
}
.page-publicacoes h1 .traco {
  display: block;
  margin-top: 21px;
  width: 88px;
  height: 2px;
  background: #bfbab9;
  margin-bottom: 11px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-publicacoes .search-form {
  margin-top: 48px;
  margin-bottom: 43px;
}
@media (max-width: 991px) {
  .page-publicacoes .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-publicacoes .search-form .outer-select {
  min-width: 187px;
  width: 187px;
  margin-right: 12px;
  position: relative;
}
@media (max-width: 991px) {
  .page-publicacoes .search-form .outer-select {
    height: 39px;
    margin-bottom: 15px;
    min-width: 100%;
    width: 100%;
  }
}
.page-publicacoes .search-form .outer-select > div {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/kvlaw-child/assets/img/bg/select-bg.png?1)
    center right 21px no-repeat #EDEDED;
  font-family: "adelphi-pe-variable", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  height: 39px;
  border-radius: 0;
  font-weight: 300;
  color: #000000;
  border: 0;
  padding: 0 50px 0 20px;
  width: 100%;
  margin-bottom: 15px;
}
.page-publicacoes .search-form .outer-select > div .default,
.page-publicacoes .search-form .outer-select > div .option {
  padding: 10px 0;
  min-height: 39px;
  cursor: pointer;
}
.page-publicacoes .search-form .outer-select > div .default {
  height: 34px;
  min-height: 34px;
  overflow: hidden;
  white-space: nowrap;
}
.page-publicacoes .search-form .outer-select > div .float-options {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(/wp-content/themes/kvlaw-child/assets/img/bg/select-bg.png)
    top 15px right 21px no-repeat #EDEDED;
  border-radius: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.page-publicacoes .search-form .outer-select > div .float-options.mostra {
  height: auto;
}
.page-publicacoes .search-form .outer-select > div .float-options .option {
  padding: 10px 20px;
}
.page-publicacoes
  .search-form
  .outer-select
  > div
  .float-options
  .option:hover {
  background: #f1f1f1;
}
.page-publicacoes .search-form .tipo {
  min-width: 187px;
  width: 187px;
}
.page-publicacoes .search-form .data {
  min-width: 187px;
  width: 187px;
}
.page-publicacoes .search-form input,
.page-publicacoes .search-form select {
  background: #EDEDED;
  height: 39px;
  border-radius: 0;
  margin-right: 12px;
}
.page-publicacoes .search-form select {
  min-width: 187px;
  width: 187px;
  background: url(/wp-content/themes/kvlaw-child/assets/img/bg/select-bg.png)
    center right 21px no-repeat #EDEDED;
}
.page-publicacoes .search-form select option {
  background: #e9f0f5;
  height: 39px;
}
.page-publicacoes .search-form select option:last-child {
  border-radius: 0 0 20px 20px;
}
.page-publicacoes .search-form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 192px;
  min-width: 192px;
  border: 1px solid #000000;
  color: #000000;
}
@media (max-width: 991px) {
  .page-publicacoes .search-form .btn {
    width: 100%;
    min-width: 100%;
  }
}
.page-publicacoes .search-form .btn svg {
  height: 15px;
  fill: #bfbab9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 6px;
}
.page-publicacoes .search-form .btn svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-publicacoes .search-form .btn:hover {
  background: #000000;
  color: #fff;
}
.page-publicacoes .search-form .btn:hover svg path {
  fill: #fff;
}
.page-publicacoes .box-noticias.page {
  padding-top: 0;
}
@media (max-width: 991px) {
  .page-publicacoes .box-noticias.page {
    padding: 0;
  }
}
.page-publicacoes .box-noticias.page .list-posts {
  margin-right: -25px;
  margin-left: -25px;
}
.page-publicacoes .box-noticias.page .list-posts > div {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 68px;
}
.page-publicacoes h1 {
  margin-bottom: 38px;
}
@media (max-width: 991px) {
  .page-publicacoes h1 {
    margin-bottom: 54px;
  }
}
.page-publicacoes .content-post .column-metas .profissionais {
  line-height: 21px;
}
@media (max-width: 991px) {
  .page-publicacoes .content-post .column-metas .f-12 {
    font-size: 15px;
  }
}
.page-publicacoes .content-post hr {
  margin-top: 25px;
  margin-bottom: 27px;
  border-color: #bfbab9;
  width: 180px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .page-publicacoes .content-post hr {
    margin-top: 65px;
    width: 100%;
  }
}
.page-publicacoes .content-post .column-metas .request {
  margin-top: 55px;
  line-height: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .page-publicacoes .content-post .column-metas .request {
    font-size: 12px;
  }
}
.page-publicacoes .content-post .column-metas .request .rnd {
  min-width: 34px;
  min-height: 34px;
  width: 34px;
  height: 34px;
  border: 1px solid #bfbab9;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-publicacoes .content-post .column-metas .request:hover .rnd {
  border-color: #3e4d5a;
}
.page-publicacoes .content-post .column-content {
  padding-left: 32px;
}
@media (max-width: 991px) {
  .page-publicacoes .content-post .column-content {
    padding-left: 15px;
    font-size: 18px;
  }
}
.page-publicacoes .content-post .column-content .div-conteudo p {
  margin-bottom: 29px;
}
.page-publicacoes .content-post .column-content .div-conteudo img {
  margin-top: 11px;
  margin-bottom: 51px;
  width: 100%;
  height: auto;
}
.page-publicacoes .content-post .column-content .m-profissionais {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 26px;
}
.page-publicacoes .content-post .column-content .m-profissionais:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 137px;
  background: #bfbab9;
}
.page-publicacoes .content-post .column-content .m-profissionais a {
  color: #797979;
  font-weight: 400;
}
.page-publicacoes .content-post .column-content .footer-conteudo {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .page-publicacoes .content-post .column-content .footer-conteudo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.page-publicacoes
  .content-post
  .column-content
  .footer-conteudo
  .link-voltar:hover
  svg
  path {
  stroke: #3e4d5a;
}
@media (max-width: 991px) {
  .page-publicacoes .content-post .column-content .footer-conteudo .share {
    margin-bottom: 52px;
  }
}
.page-publicacoes .content-post .column-content .footer-conteudo .share span {
  margin-right: 18px;
}
@media (max-width: 991px) {
  .page-publicacoes .content-post .column-content .footer-conteudo .share span {
    margin-right: 36px;
  }
}
.page-publicacoes
  .content-post
  .column-content
  .footer-conteudo
  .share
  .share-links
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 23px;
  min-width: 23px;
  height: 23px;
  background: #bfbab9;
  margin-right: 8px;
  border: 1px solid #bfbab9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-publicacoes
  .content-post
  .column-content
  .footer-conteudo
  .share
  .share-links
  a:last-child {
  margin-right: 0;
}
.page-publicacoes
  .content-post
  .column-content
  .footer-conteudo
  .share
  .share-links
  a
  svg {
  height: 18px;
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-publicacoes
  .content-post
  .column-content
  .footer-conteudo
  .share
  .share-links
  a:hover {
  background: #fff;
}
.page-publicacoes
  .content-post
  .column-content
  .footer-conteudo
  .share
  .share-links
  a:hover
  svg {
  fill: #bfbab9;
}
@media (max-width: 991px) {
  .single-post .box-noticias.relacionadas {
    padding-top: 41px;
    padding-bottom: 0;
  }
  .single-post .box-noticias.relacionadas .list-posts {
    margin-top: 32px;
    margin-bottom: 0;
  }
  .single-post .box-noticias.relacionadas .list-posts > div {
    padding-bottom: 55px;
  }
}
.header-single-area-atuacao {
  background: #f0f0f0;
  padding-top: 78px;
  padding-bottom: 71px;
}
@media (max-width: 991px) {
  .header-single-area-atuacao {
    padding-top: 31px;
    padding-bottom: 58px;
  }
}
.header-single-area-atuacao .column-titulo {
  padding-bottom: 57px;
}
@media (max-width: 991px) {
  .header-single-area-atuacao .column-titulo {
    padding-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .header-single-area-atuacao .column-titulo h1 {
    font-size: 25px;
  }
}
.header-single-area-atuacao .column-titulo h1 .traco {
  margin-top: 38px;
  display: block;
  width: 88px;
  height: 2px;
  background: #bfbab9;
  margin-bottom: 11px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .header-single-area-atuacao .column-titulo h1 .traco {
    margin-top: 31px;
  }
}
.header-single-area-atuacao .column-conteudo {
  padding: 0 30px 0 0;
}
@media (max-width: 991px) {
  .header-single-area-atuacao .column-conteudo {
    padding: 0 15px;
  }
  .header-single-area-atuacao .column-conteudo .f-17 {
    font-size: 18px;
  }
}
.header-single-area-atuacao .column-conteudo ul {
  padding-left: 18px;
  list-style: none;
  padding-top: 16px;
}
@media (max-width: 991px) {
  .header-single-area-atuacao .column-conteudo ul {
    padding-left: 20px;
    padding-top: 35px;
  }
}
.header-single-area-atuacao .column-conteudo ul li {
  position: relative;
}
.header-single-area-atuacao .column-conteudo ul li:before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 9px;
  left: -18px;
  background: #000000;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .header-single-area-atuacao .column-conteudo ul li:before {
    left: -20px;
  }
}
.bg-patern.atuacao {
  height: 73px;
}
@media (max-width: 991px) {
  .bg-patern.atuacao {
    height: 0;
  }
}
@media (max-width: 991px) {
  .single-profissional section.header {
    background: url(/wp-content/themes/kvlaw-child/assets/img/bg/header-mobile-bg.jpg)
      center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .single-profissional .header-default {
    height: 90px;
  }
}
.header-single-profissional {
  height: 362px;
}
@media (max-width: 550px) {
  .header-single-profissional {
    height: auto;
  }
}
@media (max-width: 550px) {
  .header-single-profissional .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-single-profissional .column-imagem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 550px) {
  .header-single-profissional .column-imagem {
    padding-top: 100%;
  }
}
.header-single-profissional .column-conteudo {
  padding: 0 80px;
}
@media (max-width: 550px) {
  .header-single-profissional .column-conteudo {
    padding: 104px 22px 41px;
  }
}
.header-single-profissional .column-conteudo hr {
  border-color: #fff;
}
@media (max-width: 991px) {
  .header-single-profissional .column-conteudo hr {
    margin-bottom: 43px;
    margin-top: 30px;
  }
}
@media (max-width: 550px) {
  .header-single-profissional .column-conteudo .outer-links {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    padding-bottom: 20px;
  }
  .header-single-profissional .column-conteudo .outer-links > div {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .header-single-profissional .column-conteudo .outer-links a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .header-single-profissional .column-conteudo .outer-links .links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header-single-profissional .column-conteudo .outer-links .links a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 34px;
}
@media (max-width: 991px) {
  .header-single-profissional .column-conteudo .outer-links .links a {
    font-size: 16px;
    margin-right: 0;
  }
}
.header-single-profissional .column-conteudo .outer-links .links a:last-child {
  margin-right: 0;
}
.header-single-profissional .column-conteudo .outer-links .links a svg text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-single-profissional .column-conteudo .outer-links .links a svg g path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-single-profissional
  .column-conteudo
  .outer-links
  .links
  a:hover
  svg
  text {
  fill: #fff;
}
.header-single-profissional
  .column-conteudo
  .outer-links
  .links
  a:hover
  svg
  g
  path {
  fill: #fff;
}
.header-single-profissional
  .column-conteudo
  .outer-links
  .links
  a.link-vcard
  svg {
  height: 25px;
  fill: #bfbab9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 8px;
}
.header-single-profissional
  .column-conteudo
  .outer-links
  .links
  a.link-vcard:hover
  svg {
  fill: #fff;
}
.header-single-profissional
  .column-conteudo
  .outer-links
  .links
  a.linkedin-link
  svg {
  height: 25px;
  fill: #bfbab9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-single-profissional
  .column-conteudo
  .outer-links
  .links
  a.linkedin-link:hover
  svg {
  fill: #fff;
}
.body-single-profissional .item-body {
  padding-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000f;
}
.body-single-profissional .item-body:last-child {
  border-bottom: 0;
}
.body-single-profissional .item-body h2 {
  padding-top: 6px;
}
@media (max-width: 550px) {
  .body-single-profissional .item-body h2 {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .body-single-profissional .item-body .f-20 {
    margin-top: -6px;
    padding-bottom: 22px;
  }
}
.body-single-profissional .item-body a {
  text-decoration-thickness: 1px;
}
@media (max-width: 550px) {
  .body-single-profissional .item-body a {
    font-size: 17px;
    padding: 7px 0;
  }
}
.body-single-profissional .item-body ul {
  padding-left: 0;
  list-style: none;
}
.body-single-profissional .item-body ul li {
  padding-left: 21px;
  position: relative;
}
.body-single-profissional .item-body ul li:before {
  content: " ";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #323334;
  position: absolute;
  top: 12px;
  left: 0;
}

.box-areas-industrias {
  position: relative; /* Necessário para o ::before funcionar */
  background: url("http://kvts.provisorio.ws/wp-content/uploads/2025/03/bg_atuacao.png")
    no-repeat center center;
  background-size: cover;
}

.box-areas-industrias::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.93);
  z-index: 0; /* Mantém a sobreposição atrás do conteúdo */
}

.box-areas-industrias .container {
  position: relative;
  z-index: 1; /* Mantém o conteúdo visível acima do fundo escuro */
}

.item-area svg path {
  transition: stroke 0.3s ease-in-out;
}

.item-area:hover svg path {
  stroke: #000000; /* Cor desejada ao passar o mouse */
}
