@charset "UTF-8";
@font-face {
  font-family: "Effra";
  src: url("/wp-content/themes/legis/assets//fonts/Effra-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/legis/assets//fonts/Effra-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("/wp-content/themes/legis/assets//fonts/Effra-Italic.woff2") format("woff2"), url("/wp-content/themes/legis/assets//fonts/Effra-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("/wp-content/themes/legis/assets//fonts/EffraLight-Regular.woff2") format("woff2"), url("/wp-content/themes/legis/assets//fonts/EffraLight-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("/wp-content/themes/legis/assets//fonts/EffraLight-Italic.woff2") format("woff2"), url("/wp-content/themes/legis/assets//fonts/EffraLight-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("/wp-content/themes/legis/assets//fonts/EffraHeavy-Regular.woff2") format("woff2"), url("/wp-content/themes/legis/assets//fonts/EffraHeavy-Regular.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("/wp-content/themes/legis/assets//fonts/Effra-Bold.woff2") format("woff2"), url("/wp-content/themes/legis/assets//fonts/Effra-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("/wp-content/themes/legis/assets//fonts/EffraHeavy-Italic.woff2") format("woff2"), url("/wp-content/themes/legis/assets//fonts/EffraHeavy-Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("/wp-content/themes/legis/assets//fonts/EffraMedium-Italic.woff2") format("woff2"), url("/wp-content/themes/legis/assets//fonts/EffraMedium-Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("/wp-content/themes/legis/assets//fonts/Effra-Regular.woff2") format("woff2"), url("/wp-content/themes/legis/assets//fonts/Effra-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("/wp-content/themes/legis/assets//fonts/EffraMedium-Regular.woff2") format("woff2"), url("/wp-content/themes/legis/assets//fonts/EffraMedium-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-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)
 */
: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: "Effra", sans-serif;
  --font-family-monospace: "Effra", sans-serif;
}

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

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

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

body {
  margin: 0;
  font-family: "Effra", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 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: rgb(0, 100.2054794521, 142.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: "Effra", 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;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

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 rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

.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-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1358px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.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;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(91.5, 206.4726027397, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 154, 219, 0.25);
}
.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=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  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.984375rem;
  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-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  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[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #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.984375rem;
  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;
}

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

.was-validated .form-control:valid, .form-control.is-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);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #1CA280;
  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);
}

.was-validated .custom-select:valid, .custom-select.is-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;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #1CA280;
  box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1CA280;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #1CA280;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1CA280;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(35.5157894737, 205.4842105263, 162.3578947368);
  background-color: rgb(35.5157894737, 205.4842105263, 162.3578947368);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1CA280;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1CA280;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1CA280;
  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.984375rem;
  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;
}

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

.was-validated .form-control:invalid, .form-control.is-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);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated 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);
}

.was-validated .custom-select:invalid, .custom-select.is-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;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 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: rgb(0, 127.102739726, 180.75);
  border-color: rgb(0, 118.1369863014, 168);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 127.102739726, 180.75);
  border-color: rgb(0, 118.1369863014, 168);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 169.15, 224.4, 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: rgb(0, 118.1369863014, 168);
  border-color: rgb(0, 109.1712328767, 155.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 169.15, 224.4, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 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: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #1CA280;
  border-color: #1CA280;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(22.3631578947, 129.3868421053, 102.2315789474);
  border-color: rgb(20.4842105263, 118.5157894737, 93.6421052632);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(22.3631578947, 129.3868421053, 102.2315789474);
  border-color: rgb(20.4842105263, 118.5157894737, 93.6421052632);
  box-shadow: 0 0 0 0.2rem rgba(62.05, 175.95, 147.05, 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: rgb(20.4842105263, 118.5157894737, 93.6421052632);
  border-color: rgb(18.6052631579, 107.6447368421, 85.0526315789);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62.05, 175.95, 147.05, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 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: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 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: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 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: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 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: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 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: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 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 {
  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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #1CA280;
  border-color: #1CA280;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #1CA280;
  border-color: #1CA280;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #009ADB;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 100.2054794521, 142.5);
  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.984375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 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^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  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.984375rem;
  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 {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 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;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  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: 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: "Effra", 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.984375rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 118.1369863014, 168) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #1CA280 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(20.4842105263, 118.5157894737, 93.6421052632) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !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: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

.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: "Effra", 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:hover, a.text-primary:focus {
  color: rgb(0, 100.2054794521, 142.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #1CA280 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(16.7263157895, 96.7736842105, 76.4631578947) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !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: none;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100vw;
}

* {
  outline: none;
}

::-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 {
  object-fit: cover;
}

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

.w-fit {
  width: fit-content;
}

.w-min {
  width: min-content;
}

a {
  transition: all 0.3s;
  text-decoration: none;
  color: #CA963B;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a svg {
  transition: all 0.3s;
}

h2 {
  font-size: 40px;
  font-weight: 300;
}
h2 strong {
  font-weight: 900;
}
@media (max-width: 991px) {
  h2.f-40 {
    font-size: 33px;
  }
}

h4 {
  color: #009ADB;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}

.owl-loaded .owl-stage-outer {
  overflow: hidden;
}
.owl-loaded .owl-stage-outer .owl-stage {
  display: flex;
}
.owl-loaded .disabled {
  display: none;
}

.owl-stage-outer .animated {
  position: relative;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-stage-outer .owl-animated-out {
  z-index: 1;
}
.owl-stage-outer .owl-animated-in {
  z-index: 0;
}
.owl-stage-outer {
  /* Key 1*/
}
.owl-stage-outer .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-stage-outer .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@keyframes fadeOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
@keyframes fadeIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.owl-stage-outer {
  /* Key 2*/
}
.owl-stage-outer .slideOut {
  -webkit-animation-name: slideOut;
  animation-name: slideOut;
}
.owl-stage-outer .slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
@keyframes slideOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.panel-group.accordion .panel .panel-heading .panel-title svg {
  transition: all 0.3s;
}
.panel-group.accordion .panel .panel-heading .panel-title a[aria-expanded=true] + svg {
  transform: rotate(180deg);
}
.panel-group.accordion .panel .panel-collapse {
  display: block;
  overflow: hidden;
}
.panel-group.accordion .panel .panel-collapse:not(.in) {
  height: 0;
}

.corr-span p span,
.corr-span li span {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
}

.shiner {
  background: linear-gradient(-45deg, transparent 40%, rgba(202, 150, 59, 0.6) 50%, transparent 60%);
  background-size: 300%;
  background-position-x: 100%;
  animation: shimmer 1s infinite linear;
}

@keyframes shimmer {
  to {
    background-position-x: 0%;
  }
}
.estilo-h1 {
  letter-spacing: 10px;
  display: flex;
}
.estilo-h1:before {
  content: " ";
  display: inline-block;
  margin-top: 3px;
  width: 16px;
  height: 13px;
  margin-right: 9px;
  background: url(/wp-content/themes/legis/assets/img/barra.svg) center no-repeat;
}

.tipo-item {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
}
.tipo-item:before {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 13px;
  margin-right: 9px;
  background: url(/wp-content/themes/legis/assets/img/barra2.svg) center no-repeat;
}
.tipo-item .separa {
  color: #CA963B;
  margin: 0 5px;
}

.content-404 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-404 .inner h2 {
  color: #019999;
  font-size: 70px;
}
.content-404 .inner p {
  font-size: 20px;
}

.conteudo-geral {
  padding-top: 40px;
  padding-bottom: 40px;
}
.conteudo-geral .conteudo {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #003C3C;
  margin-bottom: 30px;
}
.conteudo-geral .conteudo h1,
.conteudo-geral .conteudo h2,
.conteudo-geral .conteudo h3,
.conteudo-geral .conteudo h4,
.conteudo-geral .conteudo h5,
.conteudo-geral .conteudo h6 {
  font-size: 25px;
  font-weight: 700;
  color: #003C3C;
  border-bottom: 1px solid #CA963B;
  text-transform: none;
  padding-bottom: 8px;
  margin-bottom: 11px;
}
.conteudo-geral .conteudo p {
  margin-bottom: 21px;
}
.conteudo-geral .conteudo ul {
  padding-left: 20px;
  margin-bottom: 21px;
}
.conteudo-geral .conteudo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 7px;
  margin-bottom: 43px;
}
.conteudo-geral .conteudo a {
  color: #003C3C;
  text-decoration: underline;
}

/*Cores*/
.color-yellow {
  color: #CA963B;
}

.hover-yellow:hover, .hover-yellow:active, .hover-yellow:focus {
  color: #CA963B;
}

.color-black {
  color: #000;
}

.hover-black:hover, .hover-black:active, .hover-black:focus {
  color: #000;
}
.hover-black:hover svg path, .hover-black:active svg path, .hover-black:focus svg path {
  fill: #000;
}

.bg-black {
  background: #000;
  color: #fff;
  position: relative;
}

.color-white {
  color: #fff;
}

.hover-white:hover, .hover-white:active, .hover-white:focus {
  color: #fff;
}

.color-blue {
  color: #5A8EBE;
}

.hover-blue:hover, .hover-blue:active, .hover-blue:focus {
  color: #5A8EBE;
}

.bg-blue {
  background: #5A8EBE;
}

.color-green {
  color: #003C3C;
}

.hover-green:hover, .hover-green:active, .hover-green:focus {
  color: #003C3C;
}
.hover-green:hover svg path, .hover-green:active svg path, .hover-green:focus svg path {
  fill: #003C3C;
}

.bg-green {
  background: #003C3C !important;
}

.color-green2 {
  color: #019999;
}

.hover-green2:hover, .hover-green2:active, .hover-green2:focus {
  color: #019999;
}
.hover-green2:hover svg path, .hover-green2:active svg path, .hover-green2:focus svg path {
  fill: #019999;
}

.bg-green2 {
  background: #019999;
}

.color-gray {
  color: #324152;
}

.bg-gray {
  background: #324152;
}

.color-gray-2 {
  color: #B2B2B2;
}

.bg-gray-2 {
  background: #B2B2B2;
}

.hover-gray-2:hover, .hover-gray-2:active, .hover-gray-2:focus {
  color: #B2B2B2;
}

.color-gray-3 {
  color: #EBEAEA;
}

.color-gray-4 {
  color: #6F6F6F;
}

.bg-none {
  background: none;
}

/* Fonte */
.font-effra {
  font-family: "Effra", sans-serif;
}

.fw-100 {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

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

.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-55 {
  font-size: 55px;
}

.f-56 {
  font-size: 56px;
}

.f-60 {
  font-size: 60px;
}

.f-62 {
  font-size: 62px;
}

.f-70 {
  font-size: 70px;
}

.f-90 {
  font-size: 90px;
}

.lh-20 {
  line-height: 20px;
}

.lh-27 {
  line-height: 27px;
}

.le-1 {
  letter-spacing: 1px;
}

h2 {
  font-size: 26px;
  color: #5A8EBE;
  text-transform: uppercase;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  color: #CA963B;
  text-transform: none;
  font-weight: bold;
}

/* Button */
.btn {
  border-radius: 9px;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 17px;
  transition: all 0.3;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #CA963B;
  letter-spacing: 3px;
  border: 1px solid #019999;
}
.btn:hover, .btn:active, .btn:focus {
  background: #019999;
  color: #CA963B;
}
.btn.btn-verde {
  background: #003C3C;
  border-color: #003C3C;
}
.btn.btn-verde:hover, .btn.btn-verde:active, .btn.btn-verde:focus {
  background: #019999;
}
.btn.btn-amarelo {
  background: #CA963B;
  border-color: #CA963B;
  color: #003C3C;
}
.btn.btn-amarelo svg path {
  stroke: #003C3C;
}
.btn.btn-amarelo:hover, .btn.btn-amarelo:active, .btn.btn-amarelo:focus {
  background: #fff;
}

/* Form */
form {
  padding-bottom: 84px;
}
@media (max-width: 991px) {
  form {
    padding-bottom: 127px;
  }
}
form p {
  margin-bottom: 0;
}
form select,
form input,
form textarea {
  font-size: 18px;
  font-weight: 400;
  color: #003C3C;
  background: #fff;
  border: 0;
  padding: 10px 18px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
}
form select::placeholder,
form input::placeholder,
form textarea::placeholder {
  color: #003C3C;
  font-size: 18px;
}
form select {
  padding-right: 50px;
  appearance: none;
  text-transform: uppercase;
  background: url(/wp-content/themes/legis/assets/img/bg/bg-select.png) center right 15px no-repeat #fff;
}
form select option {
  color: #003C3C;
}
form textarea {
  height: 109px;
}
form .footer-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media (max-width: 991px) {
  form .footer-form {
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
  }
}
form .footer-form p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 991px) {
  form .footer-form p {
    padding-right: 15px;
    line-height: 16px;
  }
}
form .footer-form p a {
  color: #fff;
  text-decoration: underline;
}
form .footer-form p a:hover, form .footer-form p a:active, form .footer-form p a:focus {
  color: #CA963B;
}
form .wpcf7-not-valid-tip {
  position: absolute;
  margin-top: -20px;
  font-size: 13px;
  color: #CA963B;
}
form button[type=submit] {
  background: #CA963B;
  color: #003C3C;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 11px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 10px;
  transition: all 0.3s;
}
form button[type=submit]:after {
  content: " ";
  display: block;
  background: url(/wp-content/themes/legis/assets/img/bg/graf-btn-send.png) center no-repeat;
  width: 10px;
  height: 17px;
}
form button[type=submit]:hover, form button[type=submit]:active, form button[type=submit]:focus {
  background: #fff;
}
form .wpcf7-spinner {
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
form .ajax-loader {
  position: absolute !important;
  top: 100%;
  margin: 0 !important;
}

/* Footer */
.to-top {
  position: fixed !important;
  background: #CA963B;
  right: 2.75rem;
  bottom: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0px 2px 15px #fff;
}
@media (max-width: 991px) {
  .to-top {
    right: 1.2rem;
  }
}
.to-top svg {
  width: 18px;
  height: auto;
  fill: #fff;
}
.to-top.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  bottom: 7rem;
  border-radius: 50%;
  line-height: 40px;
}
@media (max-width: 991px) {
  .to-top.show {
    bottom: 5rem;
  }
}
.to-top:hover, .to-top:active, .to-top:focus {
  opacity: 0.9;
}

.footer-contato {
  background: linear-gradient(to right, #004B4B, #00B1B1);
}
@media (max-width: 991px) {
  .footer-contato {
    background-size: 1440px;
    padding: 0 3px;
  }
}
.footer-contato .container {
  position: relative;
  padding-top: 85px;
}
@media (max-width: 991px) {
  .footer-contato .container {
    padding-top: 125px;
  }
}
.footer-contato .container .grafismo-1 {
  position: absolute;
  top: 52px;
  left: 500px;
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .footer-contato .container .grafismo-1 {
    left: 350px;
    top: 18px;
  }
  .footer-contato .container .grafismo-1 img {
    width: 817px;
    height: auto;
  }
}
.footer-contato .container .grafismo {
  position: absolute;
  top: -38px;
  left: 310px;
  z-index: 0;
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .footer-contato .container .grafismo {
    left: 332px;
  }
}
.footer-contato .container h2 {
  position: relative;
  z-index: 1;
  line-height: 55px;
  margin-bottom: 0;
}
.footer-contato .container .subtitulo {
  position: relative;
  z-index: 1;
  line-height: 55px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer-contato .container .subtitulo {
    line-height: 27px;
    padding-right: 50px;
    padding-top: 23px;
    padding-bottom: 17px;
  }
}
.footer-contato.page-contato {
  background: linear-gradient(to bottom, #004B4B, #019999);
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 991px) {
  .footer-contato.page-contato {
    background: linear-gradient(to bottom, #095656, #018181);
  }
}
.footer-contato.page-contato .container {
  padding-top: 13px;
  padding-bottom: 142px;
}
@media (max-width: 991px) {
  .footer-contato.page-contato .container {
    padding-bottom: 0;
  }
}
.footer-contato.page-contato .container .tipo-item {
  margin-bottom: 157px;
}
@media (max-width: 991px) {
  .footer-contato.page-contato .container .tipo-item {
    margin-bottom: 70px;
  }
}
.footer-contato.page-contato .container .label-email {
  font-size: 24px;
  font-weight: 400;
  color: #CA963B;
  margin-top: 21px;
  margin-bottom: 2px;
}
.footer-contato.page-contato .container .email {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.footer-contato.page-contato .container .email:hover, .footer-contato.page-contato .container .email:active, .footer-contato.page-contato .container .email:focus {
  color: #CA963B;
}

.container-contato {
  position: relative;
  z-index: 2;
}
.container-contato .grafismo-header {
  position: absolute;
  right: 93px;
  bottom: -46px;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .container-contato .grafismo-header {
    display: none;
  }
}

.footer {
  background: #003333;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .footer {
    padding: 47px 3px 0;
  }
}
.footer .conteudo-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 85px;
  border-bottom: 1px solid #019999;
}
@media (max-width: 991px) {
  .footer .conteudo-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding-bottom: 28px;
  }
}
.footer .conteudo-footer .endereco {
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  .footer .conteudo-footer .endereco {
    text-align: left;
    padding-top: 28px;
  }
}
.footer .conteudo-footer .endereco .pipe {
  color: #019999;
}
.footer .conteudo-footer .div-redes {
  width: 201px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .footer .conteudo-footer .div-redes {
    width: 100%;
    align-items: flex-start;
  }
}
.footer .conteudo-footer .div-redes .email .pipe {
  color: #019999;
}
.footer .conteudo-footer .div-redes .email:hover, .footer .conteudo-footer .div-redes .email:active, .footer .conteudo-footer .div-redes .email:focus {
  color: #019999;
}
.footer .conteudo-footer .div-redes .redes-sociais {
  column-gap: 8px;
  display: flex;
  justify-content: flex-end;
}
.footer .conteudo-footer .div-redes .redes-sociais a svg {
  height: 15px;
  width: auto;
  fill: #CA963B;
}
.footer .conteudo-footer .div-redes .redes-sociais a:hover svg, .footer .conteudo-footer .div-redes .redes-sociais a:active svg, .footer .conteudo-footer .div-redes .redes-sociais a:focus svg {
  fill: #fff;
}
.footer .sub-footer {
  padding-top: 20px;
  padding-bottom: 38px;
}
@media (max-width: 991px) {
  .footer .sub-footer {
    padding-bottom: 14px;
  }
}
.footer .sub-footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .sub-footer .inner .div-ini {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 991px) {
  .footer .sub-footer .inner .div-ini {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.footer .sub-footer .inner .div-ini p {
  color: #019999;
  margin-bottom: 0;
}
.footer .sub-footer .inner .div-ini a {
  color: #019999;
}
.footer .sub-footer .inner .div-ini a:hover, .footer .sub-footer .inner .div-ini a:active, .footer .sub-footer .inner .div-ini a:focus {
  color: #fff;
}
.footer .sub-footer .inner .link-unitri svg {
  height: 17px;
  width: auto;
}

/* Header */
.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: fixed;
  z-index: 999;
  width: 100%;
  height: 135px;
  transition: all 0.5s 0s;
  padding-top: 18px;
  background: linear-gradient(to bottom, #004E4E, #014D4D);
}
@media (max-width: 991px) {
  section.header {
    background: linear-gradient(to bottom, #094C4C, #095656);
    height: 98px;
    padding: 0 3px;
  }
}
section.header .container .header-logo {
  z-index: 999;
  position: relative;
}
@media (max-width: 1199px) {
  section.header .container .header-logo {
    margin-top: 27px;
  }
}
@media (max-width: 991px) {
  section.header .container .header-logo {
    margin-top: 0;
  }
}
section.header .container .header-logo a img {
  transition: all 0.3s;
  width: 164px;
  height: auto;
}
@media (max-width: 1199px) {
  section.header .container .header-logo a img {
    width: 110px;
  }
}
@media (max-width: 330px) {
  section.header .container .header-logo a img {
    width: 100px;
  }
}
section.header .container .div-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 19px;
  transition: all 0.3s;
  height: 45px;
  overflow: hidden;
}
@media (max-width: 991px) {
  section.header .container .div-btn {
    padding-bottom: 0;
  }
}
section.header .container .div-btn .btn-aluno {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #CA963B;
  transition: all 0.3s;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #006A7B;
  border-radius: 5px;
  padding: 3px 8px;
}
section.header .container .div-btn .btn-aluno:hover, section.header .container .div-btn .btn-aluno:active, section.header .container .div-btn .btn-aluno:focus {
  background: #006A7B;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100% !important;
    background: linear-gradient(to bottom, #004E4E, #014D4D);
    transition: all 0.3s;
    z-index: 9;
    transform: translate(0, -100vh);
    padding: 122px 0 52px;
    flex-direction: column-reverse;
    max-width: 100vw;
  }
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-btn {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 80px;
    padding: 0 18px;
  }
  section.header .container #navbarCollapse .div-btn .btn-aluno {
    font-size: 17px;
    padding: 4px 11px;
  }
  section.header .container #navbarCollapse .div-btn .btn-aluno svg {
    height: 22px;
    width: auto;
  }
}
section.header .container #navbarCollapse .div-out-menu {
  width: 100%;
  padding-bottom: 3px;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu {
    display: flex;
    flex-direction: column;
    overflow: auto;
  }
}
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: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 28px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav {
    flex-direction: column;
    gap: 22px;
  }
}
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 {
    padding: 0 18px;
  }
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li > a {
  font-size: 0;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  color: #fff;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li > a {
    width: fit-content;
  }
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li > a .caret {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 8px;
  background: url(/wp-content/themes/legis/assets/img/bg/bg-dropdown.svg) center no-repeat;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li > a .caret {
    transform: rotate(-90deg);
    top: calc(50% - 5px);
  }
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li > a::before {
  font-size: 18px;
  display: block;
  content: attr(data-label);
  font-weight: 400;
  position: absolute;
  transition: all 0.3s 0s;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li > a::after {
  font-size: 18px;
  display: block;
  content: attr(data-label);
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s 0s;
  border: 0;
  margin: 0;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li.dropdown > a {
  padding-right: 21px;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu {
  display: none;
  flex-direction: column;
  height: auto;
  background: none;
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  padding-bottom: 43px;
  padding-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu {
    margin-top: 10px;
    padding: 12px 0 12px;
    margin-bottom: -9px;
    position: inherit;
    top: 0;
    min-width: calc(100% + 36px);
    left: -18px;
    background: #024040;
  }
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu:before {
  content: " ";
  display: block;
  width: 200vw;
  height: calc(100% - 17px);
  background: #014D4D;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  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;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li {
    padding-bottom: 4px;
  }
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li.titulo {
  font-size: 10px;
  font-weight: 700;
  color: #019999;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 3px;
  padding: 6px 0;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li a {
  display: flex;
  flex-direction: row;
  font-size: 0;
  font-weight: 400;
  line-height: 25px;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li a:before {
  font-size: 16px;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li a:before {
    font-size: 18px;
  }
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li a:after {
  font-size: 16px;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li a:after {
    font-size: 18px;
  }
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li .dropdown-menu {
  flex-direction: column;
  column-gap: 0;
  padding-bottom: 0;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li .dropdown-menu li {
  max-width: 100%;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li .dropdown-menu li a {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li .dropdown-menu li a {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li:hover > a, section.header .container #navbarCollapse .div-out-menu .navbar-nav li:active > a, section.header .container #navbarCollapse .div-out-menu .navbar-nav li:focus > a {
    font-weight: 700;
  }
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li:hover > a::before, section.header .container #navbarCollapse .div-out-menu .navbar-nav li:active > a::before, section.header .container #navbarCollapse .div-out-menu .navbar-nav li:focus > a::before {
    opacity: 0;
    letter-spacing: 0.1px;
  }
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li:hover > a::after, section.header .container #navbarCollapse .div-out-menu .navbar-nav li:active > a::after, section.header .container #navbarCollapse .div-out-menu .navbar-nav li:focus > a::after {
    opacity: 1;
  }
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li:hover .dropdown-menu, section.header .container #navbarCollapse .div-out-menu .navbar-nav li:active .dropdown-menu, section.header .container #navbarCollapse .div-out-menu .navbar-nav li:focus .dropdown-menu {
    display: flex;
  }
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li.open > a .caret {
    transform: rotate(0deg);
  }
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li.open .dropdown-menu {
    display: flex;
  }
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li.menu-conteudo .dropdown-menu {
  flex-direction: column;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li.menu-conteudo .dropdown-menu li a {
  color: #fff;
  font-weight: 400;
}
section.header .container #navbarCollapse .footer-menu {
  width: 100%;
  margin-top: 15px;
  padding: 0 18px;
}
section.header .container #navbarCollapse .footer-menu .endereco {
  letter-spacing: 3px;
  margin-bottom: 26px;
}
section.header .container #navbarCollapse .footer-menu .endereco .pipe {
  color: #019999;
}
section.header .container #navbarCollapse .footer-menu .email .pipe {
  color: #019999;
}
section.header .container #navbarCollapse.in {
  transform: translate(0, 0);
}
section.header .container .outer-navbar-toggler {
  display: none;
}
@media (max-width: 991px) {
  section.header .container .outer-navbar-toggler {
    padding-top: 15px;
    display: flex;
    align-items: center;
    gap: 22px;
  }
}
@media (max-width: 991px) and (max-width: 330px) {
  section.header .container .outer-navbar-toggler {
    gap: 15px;
  }
}
section.header .container .navbar-toggler {
  z-index: 999;
  position: relative;
  transition: all 0.5s;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  display: flex;
}
section.header .container .navbar-toggler > span span {
  display: block;
  width: 22px;
  height: 1px;
  margin-bottom: 6px;
  border-radius: 3px;
  background: #fff;
  transition: all 0.5s;
}
section.header .container .navbar-toggler > span span:last-child {
  margin-bottom: 0;
}
section.header .container .navbar-toggler:not(.collapsed) > span span {
  background: #fff;
  margin-top: 18px;
  display: block;
}
section.header .container .navbar-toggler:not(.collapsed) > span span:nth-child(1) {
  transform: rotate(35deg);
  margin-top: 7px;
}
section.header .container .navbar-toggler:not(.collapsed) > span span:nth-child(2) {
  transform: rotate(-35deg);
  margin-top: -7px;
}
section.header .container .navbar-toggler:not(.collapsed) > span span:nth-child(3) {
  display: none;
}
section.header .container .header-languages {
  transition: all 0.3s;
  z-index: 100;
  position: relative;
}
section.header .container .header-languages a {
  color: #B2B2B2;
  margin: 4px;
}
section.header .container .header-languages a svg circle {
  transition: all 0.3s;
}
section.header .container .header-languages a.baixo svg circle {
  transform: translate(1831px, 66px);
}
section.header .container .header-redes .redes-sociais {
  column-gap: 8px;
  display: flex;
}
section.header .container .header-redes .redes-sociais a svg {
  height: 15px;
  width: auto;
  fill: #CA963B;
}
section.header .container .header-redes .redes-sociais a:hover svg, section.header .container .header-redes .redes-sociais a:active svg, section.header .container .header-redes .redes-sociais a:focus svg {
  fill: #fff;
}
section.header:not(.no-home) .container {
  justify-content: center;
}
@media (min-width: 992px) {
  section.header.sticky {
    position: fixed;
    background: linear-gradient(to bottom, #003C3C, rgba(0, 60, 60, 0.7));
    height: 74px;
    padding-top: 0;
  }
  section.header.sticky .container .header-logo a img {
    width: 135px;
  }
  section.header.sticky .container #navbarCollapse .div-btn {
    height: 0;
    padding: 0;
  }
  section.header.sticky .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu:before {
    height: calc(100% - 16px);
    background: rgba(0, 60, 60, 0.7);
  }
}
section.adjust-header-site {
  background: linear-gradient(to bottom, #004E4E, #014D4D);
  height: 135px;
}
@media (max-width: 991px) {
  section.adjust-header-site {
    height: 98px;
  }
}

@media (max-width: 991px) {
  .admin-bar section.header .container #navbarCollapse {
    top: 32px;
    height: calc(100vh - 32px) !important;
  }
}
@media (max-width: 782px) {
  .admin-bar section.header .container #navbarCollapse {
    top: 46px;
    height: calc(100vh - 46px) !important;
  }
}

body {
  font-family: "Effra", sans-serif;
}
@media (max-width: 1190px) {
  body.admin-bar section.header .container-header #navbarCollapse {
    margin-top: 32px;
  }
}
@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;
}

/* Paginação */
.pagination {
  padding: 0 0 36px;
  margin: 0;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.pagination .nav-links li {
  padding: 0 5px;
}
.pagination .nav-links li.disabled {
  pointer-events: none;
}
.pagination .nav-links li.prev {
  transform: rotate(90deg);
  margin-right: 42px;
}
.pagination .nav-links li.next {
  transform: rotate(-90deg);
  margin-left: 42px;
}
.pagination .nav-links li a,
.pagination .nav-links li span {
  width: 43px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #003C3C;
  border-radius: 10px;
}
.pagination .nav-links li a:hover, .pagination .nav-links li a:focus, .pagination .nav-links li a:active, .pagination .nav-links li a.current,
.pagination .nav-links li span:hover,
.pagination .nav-links li span:focus,
.pagination .nav-links li span:active,
.pagination .nav-links li span.current {
  background-color: #019999;
}
.pagination .nav-links li.current {
  padding: 5px 3px;
  color: #fff;
}
.pagination .nav-links li.btn-l a {
  background: url(/wp-content/themes/legis/assets/img/bg/bg-select.png) center top 17px no-repeat;
  font-size: 0;
}
.pagination .nav-links li.btn-l a:hover, .pagination .nav-links li.btn-l a:focus, .pagination .nav-links li.btn-l a:active, .pagination .nav-links li.btn-l a.current {
  background-color: rgba(1, 153, 153, 0.5);
}

/* LGPD */
.cookie-div {
  border-top: 1px solid #fff;
  background: #003C3C;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  max-height: 400px;
  color: #fff;
  z-index: 9900;
  transition: bottom 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  display: none;
}
.cookie-div.mostra {
  display: block;
}
@media (max-width: 767px) {
  .cookie-div {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cookie-div .container {
    padding: 15px;
  }
}
.cookie-div .container .content {
  align-items: center;
  justify-content: space-between;
  padding: 0 21px;
}
@media (max-width: 767px) {
  .cookie-div .container .content {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .cookie-div .container .content .disclaimer {
    padding-left: 4px;
    margin-bottom: 10px;
  }
}
.cookie-div .container .content .disclaimer p {
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
}
.cookie-div .container .content .disclaimer p a {
  color: #fff;
  text-decoration: underline;
  outline: none;
  transition: all 0.2s ease;
}
.cookie-div .container .content .disclaimer p a:hover, .cookie-div .container .content .disclaimer p a:active, .cookie-div .container .content .disclaimer p a:focus {
  color: #5A8EBE;
}
.cookie-div .container .content .div-button {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .cookie-div .container .content .div-button {
    padding-left: 0;
  }
}
.cookie-div .container .content .div-button .botao {
  background-color: #019999;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 150px;
  padding: 8px 30px;
  transition: all 0.3s ease;
  border: none;
  display: inline-block;
  margin: 3px 4px;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cookie-div .container .content .div-button .botao {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 20px;
  }
}
.cookie-div .container .content .div-button .botao:hover, .cookie-div .container .content .div-button .botao:active, .cookie-div .container .content .div-button .botao:focus {
  color: #019999;
  background: #fff;
}

.header-home {
  position: relative;
  height: 444px;
  padding-top: 46px;
}
@media (max-width: 991px) {
  .header-home {
    padding: 0;
    height: 585px;
  }
}
.header-home:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #014D4D, #00A2A2);
}
.header-home .container {
  position: relative;
}
@media (max-width: 991px) {
  .header-home .container {
    padding: 0;
    height: 100%;
  }
}
.header-home .container .header-home-slide {
  height: 520px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
@media (max-width: 991px) {
  .header-home .container .header-home-slide {
    border-radius: 0;
    height: 100%;
  }
}
.header-home .container .header-home-slide .slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-home .container .header-home-slide .slide .outer-midia {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-home .container .header-home-slide .slide .outer-midia video,
.header-home .container .header-home-slide .slide .outer-midia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-home .container .header-home-slide .slide .outer-midia:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1B1B1B;
  opacity: 0.14;
}
.header-home .container .header-home-slide .slide .outer-conteudo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-left: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(/wp-content/themes/legis/assets/img/bg/bg-header-home.png) bottom left no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .header-home .container .header-home-slide .slide .outer-conteudo {
    padding: 0 18px 65px;
  }
}
.header-home .container .header-home-slide .slide .outer-conteudo .titulo {
  font-size: 55px;
  line-height: 55px;
  color: #fff;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .header-home .container .header-home-slide .slide .outer-conteudo .titulo {
    font-size: 48px;
    line-height: 48px;
  }
}
.header-home .container .header-home-slide .slide .outer-conteudo .titulo p {
  margin-bottom: 0;
}
.header-home .container .header-home-slide .slide .outer-conteudo .subtitulo {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  width: 540px;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .header-home .container .header-home-slide .slide .outer-conteudo .subtitulo {
    width: 248px;
    margin-bottom: 105px;
  }
}
.header-home .container .header-home-slide > .slide {
  display: none;
}
.header-home .container .header-home-slide > .slide:first-child {
  display: block;
}
.header-home .container .header-home-slide .owl-stage-outer {
  height: 100%;
}
.header-home .container .header-home-slide .owl-stage-outer .owl-stage {
  height: 100%;
}
.header-home .container .header-home-slide .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.header-home .container .header-home-slide .owl-dots {
  position: absolute;
  left: 75px;
  bottom: 39px;
  display: flex;
  gap: 7px;
}
@media (max-width: 991px) {
  .header-home .container .header-home-slide .owl-dots {
    left: 18px;
    bottom: 50px;
  }
}
.header-home .container .header-home-slide .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #019999;
  padding: 0;
  border: 0;
}
.header-home .container .header-home-slide .owl-dots .owl-dot span {
  display: none;
}
.header-home .container .header-home-slide .owl-dots .owl-dot.active {
  background: #CA963B;
}
.header-home .container .grafismo-header {
  position: absolute;
  bottom: -47px;
  right: -150px;
  z-index: 2;
}
@media (max-width: 991px) {
  .header-home .container .grafismo-header {
    bottom: -66px;
    right: -296px;
  }
  .header-home .container .grafismo-header img {
    height: 311px;
    width: auto;
  }
}

.box-cursos {
  background: linear-gradient(330deg, #CA963B, #D6AB5F);
}
@media (max-width: 991px) {
  .box-cursos {
    padding: 0 3px;
    background: linear-gradient(330deg, rgb(214, 171, 95) 26%, rgb(202, 150, 59) 78%);
  }
}
.box-cursos .container {
  position: relative;
  padding-top: 170px;
  padding-bottom: 74px;
}
@media (max-width: 991px) {
  .box-cursos .container {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.box-cursos .container h2 {
  color: #fff;
  margin-bottom: 107px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .box-cursos .container h2 {
    margin-bottom: 87px;
  }
}
.box-cursos .container .label-master {
  width: fit-content;
  border-bottom: 1px solid #003C3C;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.box-cursos .container .label-destaque {
  width: fit-content;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 1;
  font-style: italic;
  line-height: 90px;
  margin-top: 22px;
  padding-bottom: 31px;
}
@media (max-width: 991px) {
  .box-cursos .container .label-destaque {
    margin-top: 13px;
    line-height: 88px;
    padding-bottom: 26px;
  }
}
.box-cursos .container .label-sub-destaque {
  padding-bottom: 10px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.box-cursos .container .col-direita {
  padding-left: 75px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .box-cursos .container .col-direita {
    padding-top: 19px;
    padding-left: 15px;
  }
}
.box-cursos .container .col-direita .titulo-seja {
  line-height: 55px;
  margin-bottom: 28px;
}
.box-cursos .container .col-direita .descritivo {
  line-height: 20px;
  font-weight: 300;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .box-cursos .container .col-direita .descritivo {
    padding-bottom: 28px;
  }
}
.box-cursos .container .col-direita .descritivo strong {
  font-weight: 700;
}
.box-cursos .container .grafismo {
  position: absolute;
  bottom: 0;
  left: 680px;
  transform: translateX(-100%);
  width: 52vw;
  min-width: 697px;
  display: flex;
  justify-content: flex-end;
  height: 487px;
  background: #AC7E31;
  clip-path: polygon(0 0, 100% 0, calc(100% - 419px) 100%, 0% 100%);
}
@media (max-width: 1199px) {
  .box-cursos .container .grafismo {
    width: 100vw;
  }
}
@media (max-width: 991px) {
  .box-cursos .container .grafismo {
    left: auto;
    right: -3px;
    transform: translateX(0);
    top: 167px;
    bottom: auto;
  }
}
.box-cursos .container .grafismo:before {
  content: " ";
  display: block;
  width: calc(100% - 500px);
  height: 100%;
  background: #AC7E31;
  position: absolute;
  top: 0;
  left: 0;
}
.box-cursos .container .grafismo:after {
  content: " ";
  display: block;
  width: 487px;
  height: 487px;
  background: radial-gradient(circle, rgba(172, 126, 49, 0.5) 0%, rgb(172, 126, 49) 100%);
  position: absolute;
  top: 0;
  right: 116px;
  z-index: 2;
}
.box-cursos .container .grafismo img {
  height: 487px;
  width: auto;
  position: relative;
  z-index: 1;
  right: 587px;
  transform: translateX(100%);
  mix-blend-mode: screen;
  filter: contrast(1.2) brightness(1.1);
}

.box-lista-cursos {
  background: #019999;
}
@media (max-width: 991px) {
  .box-lista-cursos {
    padding: 0 3px;
  }
}
.box-lista-cursos .container {
  padding-top: 70px;
  padding-bottom: 85px;
  position: relative;
}
.box-lista-cursos .container .grafismo {
  position: absolute;
  top: 0;
  left: 259px;
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .box-lista-cursos .container .grafismo {
    left: 100%;
  }
}
.box-lista-cursos .container .grafismo img {
  height: 400px;
  width: auto;
}
.box-lista-cursos .container h3 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .box-lista-cursos .container h3 {
    font-size: 12px;
    letter-spacing: 8px;
    margin-bottom: 20px;
  }
}
.box-lista-cursos .container .box-cursos-online {
  width: 665px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .box-lista-cursos .container .box-cursos-online {
    padding-bottom: 31px;
  }
}
.box-lista-cursos .container .column-cursos {
  padding-right: 65px;
}
@media (max-width: 991px) {
  .box-lista-cursos .container .column-cursos {
    padding-right: 15px;
  }
}
.box-lista-cursos .container .row-cursos {
  margin: 0 -21px;
}
.box-lista-cursos .container .row-cursos > div {
  padding: 0 21px 35px;
}
@media (max-width: 991px) {
  .box-lista-cursos .container .row-cursos > div {
    padding: 0 21px;
  }
}
.box-lista-cursos .container .row-cursos .item {
  width: 100%;
  padding-top: 57.46%;
  display: flex;
  align-items: flex-end;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .box-lista-cursos .container .row-cursos .item {
    margin-bottom: 25px;
  }
}
.box-lista-cursos .container .row-cursos .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  filter: grayscale(1);
}
.box-lista-cursos .container .row-cursos .item:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 51, 51, 0.5) 0%, rgba(0, 60, 60, 0.15) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.box-lista-cursos .container .row-cursos .item:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: #014D4D;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.box-lista-cursos .container .row-cursos .item h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 9px 18px;
  z-index: 3;
}
.box-lista-cursos .container .row-cursos .item:hover img, .box-lista-cursos .container .row-cursos .item:active img, .box-lista-cursos .container .row-cursos .item:focus img {
  transform: scale(1.2);
}
.box-lista-cursos .container .lista-servicos {
  border-top: 1px solid rgba(0, 75, 75, 0.5);
}
.box-lista-cursos .container .lista-servicos .item {
  border-bottom: 1px solid rgba(0, 75, 75, 0.5);
}
.box-lista-cursos .container .lista-servicos .item a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 0;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .box-lista-cursos .container .lista-servicos .item a {
    gap: 5px;
    padding: 8px 0;
  }
}
.box-lista-cursos .container .lista-servicos .item a img,
.box-lista-cursos .container .lista-servicos .item a svg {
  width: 22px;
  min-width: 22px;
  height: auto;
}
@media (max-width: 991px) {
  .box-lista-cursos .container .lista-servicos .item a img,
  .box-lista-cursos .container .lista-servicos .item a svg {
    width: 16px;
    min-width: 16px;
  }
}
.box-lista-cursos .container .lista-servicos .item a img path,
.box-lista-cursos .container .lista-servicos .item a svg path {
  transition: all 0.3s;
}
.box-lista-cursos .container .lista-servicos .item a h4 {
  margin-bottom: 0;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .box-lista-cursos .container .lista-servicos .item a h4 {
    font-size: 16px;
  }
}
.box-lista-cursos .container .lista-servicos .item a:hover, .box-lista-cursos .container .lista-servicos .item a:active, .box-lista-cursos .container .lista-servicos .item a:focus {
  padding: 9px 12px;
  background: #003C3C;
}
@media (max-width: 991px) {
  .box-lista-cursos .container .lista-servicos .item a:hover, .box-lista-cursos .container .lista-servicos .item a:active, .box-lista-cursos .container .lista-servicos .item a:focus {
    padding: 8px 12px;
  }
}
.box-lista-cursos .container .lista-servicos .item a:hover svg path, .box-lista-cursos .container .lista-servicos .item a:active svg path, .box-lista-cursos .container .lista-servicos .item a:focus svg path {
  fill: #CA963B;
}
.box-lista-cursos .container .column-outros {
  margin-left: -52px;
}
@media (max-width: 991px) {
  .box-lista-cursos .container .column-outros {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .box-lista-cursos .container .box-todos-cursos {
    margin-top: 35px;
  }
}
.box-lista-cursos .container .box-todos-cursos .inner {
  padding-bottom: 15px;
  display: none;
}
.box-lista-cursos .container .box-todos-cursos .inner h2 {
  display: flex;
  align-items: center;
  gap: 13px;
}
.box-lista-cursos .container .box-todos-cursos .inner h2 span {
  font-size: 10px;
  font-weight: 700;
  color: #003C3C;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 3px;
}
.box-lista-cursos .container .box-todos-cursos .inner h2:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #003C3C;
}
.box-lista-cursos .container .box-todos-cursos .inner .lista-todos-cursos {
  padding-top: 11px;
  columns: 2;
}
@media (max-width: 991px) {
  .box-lista-cursos .container .box-todos-cursos .inner .lista-todos-cursos {
    columns: 1;
  }
}
.box-lista-cursos .container .box-todos-cursos .inner .lista-todos-cursos ul {
  columns: 1;
  color: #fff;
  padding-left: 14px;
  break-inside: avoid;
}
.box-lista-cursos .container .box-todos-cursos .inner .lista-todos-cursos ul li::marker {
  font-size: 12px;
}
.box-lista-cursos .container .box-todos-cursos .inner .lista-todos-cursos ul li a h4 {
  transition: all 0.3s;
}
.box-lista-cursos .container .box-todos-cursos .inner .lista-todos-cursos ul li a:hover h4, .box-lista-cursos .container .box-todos-cursos .inner .lista-todos-cursos ul li a:active h4, .box-lista-cursos .container .box-todos-cursos .inner .lista-todos-cursos ul li a:focus h4 {
  color: #003C3C;
}
.box-lista-cursos .container .box-todos-cursos .inner .lista-todos-cursos ul li.titulo {
  font-size: 10px;
  font-weight: 700;
  color: #003C3C;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 3px;
  margin-bottom: 15px;
  margin-left: -15px;
}
.box-lista-cursos .container .box-todos-cursos .inner .lista-todos-cursos ul li.titulo::marker {
  font-size: 0;
}
.box-lista-cursos .container .box-todos-cursos .btn {
  min-width: 312px;
  justify-content: space-between;
  height: 38px;
  position: relative;
}
@media (max-width: 991px) {
  .box-lista-cursos .container .box-todos-cursos .btn {
    margin: 0 auto;
    height: auto;
    min-height: 38px;
    max-width: 100%;
    min-width: auto;
  }
}
.box-lista-cursos .container .box-todos-cursos .btn .texto-ver-menos,
.box-lista-cursos .container .box-todos-cursos .btn .texto-ver-mais {
  position: absolute;
  left: 17px;
  white-space: nowrap;
  width: calc(100% - 69px);
  text-align: left;
}
@media (max-width: 991px) {
  .box-lista-cursos .container .box-todos-cursos .btn .texto-ver-menos,
  .box-lista-cursos .container .box-todos-cursos .btn .texto-ver-mais {
    white-space: initial;
    width: calc(100% - 55px);
  }
}
.box-lista-cursos .container .box-todos-cursos .btn .texto-ref {
  color: transparent;
  padding-right: 25px;
}
.box-lista-cursos .container .box-todos-cursos .btn .texto-ver-menos {
  display: none;
  bottom: 7px;
}
.box-lista-cursos .container .box-todos-cursos .btn .texto-ver-mais {
  top: 7px;
}
.box-lista-cursos .container .box-todos-cursos .btn .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 17px;
  top: 7px;
}
.box-lista-cursos .container .box-todos-cursos .btn .ico span {
  width: 19px;
  height: 1px;
  position: absolute;
  background: #003C3C;
  transition: all 0.3s;
}
.box-lista-cursos .container .box-todos-cursos .btn .ico span:first-child {
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  .box-sobre {
    padding: 0 3px;
  }
}
.box-sobre .container {
  padding-top: 100px;
  padding-bottom: 75px;
  position: relative;
}
@media (max-width: 991px) {
  .box-sobre .container {
    padding-top: 86px;
    padding-bottom: 70px;
  }
}
.box-sobre .container .grafismo-sobre-1 {
  position: absolute;
  top: 0;
  left: 165px;
  z-index: 1;
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .box-sobre .container .grafismo-sobre-1 {
    left: 250px;
  }
}
.box-sobre .container .grafismo-sobre-2 {
  position: absolute;
  top: 106px;
  right: 175px;
  z-index: 1;
  transform: translateX(100%) translateY(-100%);
}
@media (max-width: 991px) {
  .box-sobre .container .grafismo-sobre-2 {
    display: none;
  }
}
.box-sobre .container h2 {
  margin-bottom: 83px;
}
@media (max-width: 991px) {
  .box-sobre .container h2 {
    margin-bottom: 75px;
  }
}
.box-sobre .container h2 .pipe {
  color: #003C3C;
}
.box-sobre .container .col-destaque {
  flex: 0 0 54.5%;
  max-width: 54.5%;
}
@media (max-width: 991px) {
  .box-sobre .container .col-destaque {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.box-sobre .container .col-destaque .destaque {
  line-height: 55px;
  width: 570px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .box-sobre .container .col-destaque .destaque {
    margin-bottom: 60px;
  }
}
.box-sobre .container .col-destaque .grafismo {
  width: 600px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .box-sobre .container .col-destaque .grafismo {
    display: none;
  }
}
.box-sobre .container .col-destaque .grafismo img {
  max-width: 100%;
  height: auto;
}
.box-sobre .container .col-conteudo {
  flex: 0 0 45.5%;
  max-width: 45.5%;
}
@media (max-width: 991px) {
  .box-sobre .container .col-conteudo {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.box-sobre .container .col-conteudo .descritivo {
  font-weight: 300;
  line-height: 24px;
  width: 525px;
  max-width: 100%;
  line-height: 24px;
}
.box-sobre .container .col-conteudo .descritivo strong {
  font-weight: 600;
}
.box-sobre .container .col-conteudo .descritivo p {
  margin-bottom: 22px;
}
.box-sobre .container .col-conteudo .descritivo p:last-child {
  margin-bottom: 0;
}
.box-sobre .container .col-conteudo .btn {
  margin: 34px 0 43px;
}
@media (max-width: 991px) {
  .box-sobre .container .col-conteudo .btn {
    letter-spacing: 4px;
  }
}
.box-sobre .container .col-conteudo .socio {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-left: 5px;
  margin-top: 22px;
}
@media (max-width: 991px) {
  .box-sobre .container .col-conteudo .socio {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }
}
.box-sobre .container .col-conteudo .socio:before {
  content: " ";
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background: linear-gradient(to right, #003333, #018C8C);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .box-sobre .container .col-conteudo .socio:before {
    bottom: auto;
    top: 132px;
    width: calc(100% - 65px);
    left: 5px;
  }
}
.box-sobre .container .col-conteudo .socio:after {
  content: " ";
  display: block;
  width: 115px;
  height: 1px;
  background: linear-gradient(to right, #018C8C, #019999);
  position: absolute;
  bottom: 0;
  left: calc(100% - 30px);
  z-index: 1;
  transform: rotate(-45deg);
  transform-origin: left center;
}
@media (max-width: 991px) {
  .box-sobre .container .col-conteudo .socio:after {
    bottom: auto;
    top: 132px;
    left: calc(100% - 60px);
    width: 53px;
  }
}
.box-sobre .container .col-conteudo .socio .div-img {
  height: 132px;
  width: 142px;
  margin-right: 36px;
}
.box-sobre .container .col-conteudo .socio .div-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.box-sobre .container .col-conteudo .socio .grafismo {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .box-sobre .container .col-conteudo .socio .grafismo {
    bottom: auto;
    top: 102px;
    left: 5px;
  }
}
.box-sobre .container .col-conteudo .socio .box-text {
  padding-bottom: 13px;
}
@media (max-width: 991px) {
  .box-sobre .container .col-conteudo .socio .box-text {
    padding-top: 26px;
  }
}
.box-sobre .container .col-conteudo .socio .box-text p {
  margin-bottom: 0;
  line-height: 20px;
}
@media (max-width: 991px) {
  .box-sobre .container .col-conteudo .socio .box-text p.cargo {
    padding-top: 5px;
  }
}

.box-blog {
  background: #EBEBEB;
  padding-top: 73px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .box-blog {
    padding: 70px 3px 70px;
  }
}
.box-blog .container .header-blog {
  align-items: center;
}
@media (max-width: 991px) {
  .box-blog .container .header-blog {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 28px;
    gap: 40px;
  }
}
.box-blog .container .header-blog .subtitulo {
  font-weight: 300;
  font-style: italic;
  padding-left: 26px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .box-blog .container .header-blog .subtitulo {
    padding-left: 0;
    font-size: 25px;
    line-height: 25px;
  }
}
.box-blog .container .header-blog .btn {
  padding: 7px 21px;
  border-color: #9A9A9A;
  color: #019999;
  letter-spacing: 4px;
  width: calc(33% - 12px);
  justify-content: space-between;
}
.box-blog .container .header-blog .btn:hover, .box-blog .container .header-blog .btn:active, .box-blog .container .header-blog .btn:focus {
  background: #fff;
}
@media (max-width: 991px) {
  .box-blog .container .header-blog .btn {
    width: 100%;
  }
}

.list-posts {
  margin: 50px -12px 0;
}
.list-posts > div {
  padding: 0 12px 33px;
}
.list-posts .item-post {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  height: 100%;
}
.list-posts .item-post .div-img {
  padding-top: 56.47%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.list-posts .item-post .div-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.list-posts .item-post .div-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(to right, #C1802A, #69420F);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.list-posts .item-post h3 {
  padding: 18px 30px 25px;
  margin-bottom: 0;
}
.list-posts .item-post:hover .div-img img, .list-posts .item-post:active .div-img img, .list-posts .item-post:focus .div-img img {
  transform: scale(1.05);
}

.conteudo-servicos {
  position: relative;
  padding-top: 13px;
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  .conteudo-servicos {
    padding: 13px 0 65px;
  }
}
.conteudo-servicos:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
  background: linear-gradient(0deg, #00a2a2 0%, #014d4d 100%);
}
@media (max-width: 991px) {
  .conteudo-servicos:before {
    background: #095656;
  }
}
.conteudo-servicos .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .conteudo-servicos .container {
    padding: 0;
  }
}
.conteudo-servicos .container .tipo-item {
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .conteudo-servicos .container .tipo-item {
    padding: 0 13px 18px;
  }
}
.conteudo-servicos .container .grafismo-header {
  position: absolute;
  top: 129px;
  right: 227px;
  transform: translateX(100%);
  z-index: 1;
}
.conteudo-servicos .container .form-interno {
  margin-top: 28px;
  position: relative;
}
@media (max-width: 991px) {
  .conteudo-servicos .container .form-interno {
    margin-top: 61px;
  }
}
.conteudo-servicos .container .form-interno .wpcf7 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #003C3C;
  padding: 36px;
  height: auto;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .conteudo-servicos .container .form-interno .wpcf7 {
    position: initial;
    margin-left: -18px;
    width: calc(100% + 36px);
    border-radius: 0;
    padding: 36px 32px 25px;
    max-width: calc(100% + 36px);
  }
}
.conteudo-servicos .container .form-interno .wpcf7 form {
  padding-bottom: 0;
}
.conteudo-servicos .container .form-interno .wpcf7 form select,
.conteudo-servicos .container .form-interno .wpcf7 form input,
.conteudo-servicos .container .form-interno .wpcf7 form textarea {
  text-transform: none;
}
@media (max-width: 991px) {
  .conteudo-servicos .container .form-interno .wpcf7 form select,
  .conteudo-servicos .container .form-interno .wpcf7 form input,
  .conteudo-servicos .container .form-interno .wpcf7 form textarea {
    padding: 4px 18px;
  }
}
@media (max-width: 991px) {
  .conteudo-servicos .container .form-interno .wpcf7 form textarea {
    height: 97px;
  }
}
.conteudo-servicos .container .form-interno .wpcf7 form h2 {
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #CA963B;
  width: fit-content;
  margin-bottom: 17px;
}
.conteudo-servicos .container .form-interno .wpcf7 form .politica {
  color: #019999;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  margin-bottom: 14px;
}
.conteudo-servicos .container .form-interno .wpcf7 form .politica a {
  color: #019999;
  text-decoration: underline;
}
.conteudo-servicos .container .form-interno .wpcf7 form button {
  margin-left: auto;
}
@media (max-width: 991px) {
  .conteudo-servicos .container .form-interno .wpcf7 form button {
    padding: 8px 15px;
  }
}
.conteudo-servicos .container .form-interno .wpcf7 form .wpcf7-response-output {
  color: #fff;
}
.conteudo-servicos .container .header-cursos {
  height: 520px;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .conteudo-servicos .container .header-cursos {
    height: auto;
    border-radius: 0;
  }
}
.conteudo-servicos .container .header-cursos .row {
  margin: 0;
}
.conteudo-servicos .container .header-cursos .row > div {
  padding: 0;
  height: 100%;
}
.conteudo-servicos .container .header-cursos .column-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px 0 0 15px;
}
@media (max-width: 991px) {
  .conteudo-servicos .container .header-cursos .column-img {
    border-radius: 0;
    height: 518px !important;
  }
}
.conteudo-servicos .container .header-cursos .column-img .div-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.conteudo-servicos .container .header-cursos .column-img .div-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conteudo-servicos .container .header-cursos .column-img .over-img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #003333 0%, rgba(0, 60, 60, 0) 100%);
}
.conteudo-servicos .container .header-cursos .column-img .over-img p {
  color: #fff;
  font-style: italic;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .conteudo-servicos .container .header-cursos .column-img .over-img p {
    font-size: 56px;
    line-height: 56px;
  }
}
.conteudo-servicos .container .header-cursos .column-img .over-img .grafismo {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.conteudo-servicos .container .header-cursos .column-content {
  padding: 74px 9.25% 0 10.5% !important;
  background: url(/wp-content/themes/legis/assets/img/bg/bg-header-curso.jpg) no-repeat left top;
  background-size: cover;
  border-radius: 0 15px 15px 0;
}
@media (max-width: 991px) {
  .conteudo-servicos .container .header-cursos .column-content {
    border-radius: 0;
    padding: 50px 18px 0 18px !important;
  }
}
.conteudo-servicos .container .header-cursos .column-content h1 {
  font-size: 32px;
  font-weight: 700;
  color: #003C3C;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .conteudo-servicos .container .header-cursos .column-content h1 {
    margin-bottom: 26px;
  }
}
.conteudo-servicos .container .header-cursos .column-content .descritivo-mini {
  padding-right: 10px;
  padding-bottom: 13px;
}
@media (max-width: 991px) {
  .conteudo-servicos .container .header-cursos .column-content .descritivo-mini {
    padding-bottom: 31px;
  }
}
.conteudo-servicos .container .header-cursos .column-content .descritivo-mini p:last-child {
  margin-bottom: 0;
}
.conteudo-servicos .container .header-cursos .column-content .label-modalidade {
  margin-bottom: -7px;
}
.conteudo-servicos .container .column-content {
  padding-top: 45px;
}
@media (max-width: 991px) {
  .conteudo-servicos .container .column-content {
    padding-top: 66px;
  }
}
.conteudo-servicos .container .column-content .labem-mais-informacoes {
  font-weight: 400;
  font-size: 15px;
  color: #7E9797;
  text-transform: uppercase;
  letter-spacing: 15px;
  margin-bottom: -10px;
}
@media (max-width: 991px) {
  .conteudo-servicos .container .column-content .labem-mais-informacoes {
    padding: 0 16px;
    letter-spacing: 10px;
  }
}
.conteudo-servicos .container .column-content .content-mais-informacoes {
  font-size: 16px;
  line-height: 24px;
  color: #003C3C;
}
@media (max-width: 991px) {
  .conteudo-servicos .container .column-content .content-mais-informacoes {
    padding: 0 16px;
  }
}
.conteudo-servicos .container .column-content .content-mais-informacoes h1,
.conteudo-servicos .container .column-content .content-mais-informacoes h2,
.conteudo-servicos .container .column-content .content-mais-informacoes h3,
.conteudo-servicos .container .column-content .content-mais-informacoes h4,
.conteudo-servicos .container .column-content .content-mais-informacoes h5,
.conteudo-servicos .container .column-content .content-mais-informacoes h6 {
  font-weight: 700;
  color: #003C3C;
  font-size: 25px;
  line-height: 30px;
  border-bottom: 1px solid #CA963B;
  text-transform: none;
  padding-bottom: 10px;
  margin-top: 55px;
  margin-bottom: 11px;
}
.conteudo-servicos .container .column-content .content-mais-informacoes p {
  margin-bottom: 22px;
}
.conteudo-servicos .container .column-content .content-mais-informacoes a {
  color: #CA963B;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.conteudo-servicos .container .column-content .content-mais-informacoes a:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(/wp-content/themes/legis/assets/img/arrow-link.png) no-repeat center;
  background-size: contain;
}
.conteudo-servicos .container .column-content .content-mais-informacoes a:hover {
  text-decoration: underline;
}

.header-posts {
  background: linear-gradient(to bottom, #014D4D, #003333);
}
@media (max-width: 991px) {
  .header-posts {
    padding: 0 3px;
    background: linear-gradient(to bottom, #095656, #003333);
  }
}
.header-posts .container {
  position: relative;
  padding-top: 12px;
  padding-bottom: 33px;
}
@media (max-width: 991px) {
  .header-posts .container {
    padding-bottom: 49px;
  }
}
.header-posts .container .conteudo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-posts .container .conteudo-header {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
  }
}
.header-posts .container .conteudo-header .label-titulo {
  font-weight: 300;
}
.header-posts .container .conteudo-header form {
  padding-bottom: 0;
  align-items: center;
  gap: 18px;
}
@media (max-width: 991px) {
  .header-posts .container .conteudo-header form {
    flex-wrap: wrap;
    padding-top: 21px;
    column-gap: 18px;
    row-gap: 26px;
  }
}
.header-posts .container .conteudo-header form .div-search {
  position: relative;
}
@media (max-width: 991px) {
  .header-posts .container .conteudo-header form .div-search {
    width: calc(100% - 65px);
  }
}
.header-posts .container .conteudo-header form .div-search .pesquisar {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.header-posts .container .conteudo-header form input,
.header-posts .container .conteudo-header form select {
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid #019999;
  color: #fff;
  text-transform: none;
  padding: 3px 35px 3px 18px;
  width: 295px;
}
@media (max-width: 991px) {
  .header-posts .container .conteudo-header form input,
  .header-posts .container .conteudo-header form select {
    max-width: 100%;
  }
}
.header-posts .container .conteudo-header form input::placeholder,
.header-posts .container .conteudo-header form select::placeholder {
  color: #fff;
}
@media (max-width: 991px) {
  .header-posts .container .conteudo-header form select {
    width: 100%;
  }
}
.header-posts .container .grafismo-header {
  position: absolute;
  right: 93px;
  bottom: -46px;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .header-posts .container .grafismo-header {
    display: none;
  }
}

.content-posts {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .content-posts {
    padding: 70px 3px 0;
  }
}
.content-posts .list-posts {
  margin-top: 0;
}

.header-single-post {
  background: linear-gradient(to bottom, #014D4D, #003333);
}
@media (max-width: 991px) {
  .header-single-post {
    padding: 0 3px;
    background: linear-gradient(to bottom, #095656, #003333);
  }
}
.header-single-post .container {
  height: 275px;
  position: relative;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-single-post .container {
    height: auto;
  }
}
.header-single-post .container .grafismo-1 {
  position: absolute;
  top: 52px;
  left: 500px;
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .header-single-post .container .grafismo-1 {
    left: 350px;
    top: 18px;
  }
  .header-single-post .container .grafismo-1 img {
    width: 817px;
    height: auto;
  }
}
.header-single-post .container .titulo {
  line-height: 35px;
  width: 935px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .header-single-post .container .titulo {
    padding-right: 70px;
    padding-top: 50px;
    padding-bottom: 31px;
  }
}
.header-single-post .container .date {
  margin-bottom: 20px;
}
.header-single-post .container .grafismo-header {
  position: absolute;
  right: 93px;
  bottom: -46px;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .header-single-post .container .grafismo-header {
    display: none;
  }
}

@media (max-width: 991px) {
  .conteudo-single-post {
    padding: 0 3px;
  }
}
.conteudo-single-post .row {
  margin: 0 -30px;
}
.conteudo-single-post .row > div {
  padding: 72px 30px 0;
}
@media (max-width: 991px) {
  .conteudo-single-post .row > div {
    padding: 44px 30px 0;
  }
}
.conteudo-single-post .row .column-content .conteudo {
  font-size: 16px;
  line-height: 24px;
  color: #003C3C;
  font-weight: 400;
  padding-bottom: 160px;
}
@media (max-width: 991px) {
  .conteudo-single-post .row .column-content .conteudo {
    padding-bottom: 0;
  }
}
.conteudo-single-post .row .column-content .conteudo h1,
.conteudo-single-post .row .column-content .conteudo h2,
.conteudo-single-post .row .column-content .conteudo h3,
.conteudo-single-post .row .column-content .conteudo h4,
.conteudo-single-post .row .column-content .conteudo h5,
.conteudo-single-post .row .column-content .conteudo h6 {
  font-weight: 700;
  color: #CA963B;
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
  margin-bottom: 11px;
}
.conteudo-single-post .row .column-content .conteudo h1 {
  text-transform: uppercase;
  border-bottom: 1px solid #003C3C;
}
.conteudo-single-post .row .column-content .conteudo p {
  margin-bottom: 21px;
}
.conteudo-single-post .row .column-content .conteudo ul {
  padding-left: 20px;
  margin-bottom: 21px;
}
.conteudo-single-post .row .column-content .conteudo img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 7px;
  margin-bottom: 43px;
}
.conteudo-single-post .row .column-content .conteudo a {
  color: #003C3C;
  text-decoration: underline;
}
.conteudo-single-post .row .column-sidebar h2 {
  color: #CA963B;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-top: 6px;
  margin-bottom: 23px;
}
.conteudo-single-post .row .column-sidebar .relacionados {
  padding-top: 15px;
  padding-bottom: 20px;
}
.conteudo-single-post .row .column-sidebar .relacionados .item-relacionado {
  border-bottom: 1px solid #CA963B;
  margin-bottom: 18px;
}
.conteudo-single-post .row .column-sidebar .relacionados .item-relacionado h3 {
  margin-bottom: 6px;
  transition: all 0.3s;
}
.conteudo-single-post .row .column-sidebar .relacionados .item-relacionado:hover h3, .conteudo-single-post .row .column-sidebar .relacionados .item-relacionado:active h3, .conteudo-single-post .row .column-sidebar .relacionados .item-relacionado:focus h3 {
  color: #CA963B;
}
.conteudo-single-post .row .column-sidebar .list-categories {
  border-bottom: 1px solid #CA963B;
  margin-bottom: 42px;
  color: #003C3C;
  padding-bottom: 4px;
}
.conteudo-single-post .row .column-sidebar .list-categories a {
  color: #003C3C;
}
.conteudo-single-post .row .column-sidebar .list-categories a:hover, .conteudo-single-post .row .column-sidebar .list-categories a:active, .conteudo-single-post .row .column-sidebar .list-categories a:focus {
  color: #CA963B;
}
@media (max-width: 991px) {
  .conteudo-single-post .row .column-sidebar form {
    padding-bottom: 91px;
  }
}
.conteudo-single-post .row .column-sidebar form .div-search {
  position: relative;
}
@media (max-width: 991px) {
  .conteudo-single-post .row .column-sidebar form .div-search {
    width: calc(100% - 65px);
  }
}
.conteudo-single-post .row .column-sidebar form .div-search input {
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid #019999;
  color: #fff;
  text-transform: none;
  padding: 3px 35px 3px 18px;
  width: 100%;
  color: #003C3C;
}
@media (max-width: 991px) {
  .conteudo-single-post .row .column-sidebar form .div-search input {
    max-width: 100%;
  }
}
.conteudo-single-post .row .column-sidebar form .div-search input::placeholder {
  color: #9C9C9C;
}
.conteudo-single-post .row .column-sidebar form .div-search .pesquisar {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}

.video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 53px;
  margin-bottom: 31px;
  background: #000;
}
@media (max-width: 991px) {
  .video-container {
    margin-top: 18px;
    margin-bottom: 25px;
  }
}
.video-container .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  margin: 0 !important;
}
.video-container .thumb .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.video-container .video-iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video-container .video-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.header-curso {
  position: relative;
}
@media (max-width: 991px) {
  .header-curso {
    padding: 0;
  }
}
.header-curso:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
  background: linear-gradient(to bottom, #014D4D, #00A2A2);
}
@media (max-width: 991px) {
  .header-curso:before {
    background: linear-gradient(to bottom, #095656, #00A2A2);
  }
}
.header-curso .container {
  position: relative;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .header-curso .container {
    padding: 10px 0 0;
  }
}
@media (max-width: 991px) {
  .header-curso .container .tipo-item {
    padding: 0 18px;
    margin-bottom: 39px;
  }
}
.header-curso .container .conteudo-header {
  margin-top: 17px;
  min-height: 520px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .header-curso .container .conteudo-header {
    min-height: auto;
    border-radius: 0;
  }
}
.header-curso .container .conteudo-header .row {
  margin: 0;
  min-height: 520px;
}
.header-curso .container .conteudo-header .row > div {
  padding: 0;
}
.header-curso .container .conteudo-header .row > div.col-img {
  position: relative;
}
@media (max-width: 991px) {
  .header-curso .container .conteudo-header .row > div.col-img {
    height: 518px;
  }
}
.header-curso .container .conteudo-header .row > div.col-img .div-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header-curso .container .conteudo-header .row > div.col-img .div-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  z-index: 1;
}
.header-curso .container .conteudo-header .row > div.col-img .div-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 60, 60, 0), #003333);
  z-index: 2;
}
.header-curso .container .conteudo-header .row > div.col-img .box-info {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(1, 77, 77, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
}
@media (max-width: 991px) {
  .header-curso .container .conteudo-header .row > div.col-img .box-info {
    padding: 18px;
  }
}
.header-curso .container .conteudo-header .row > div.col-img .box-info .label-curso {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #CA963B;
  padding-left: 22px;
  margin-top: 17px;
  padding-right: 4px;
}
@media (max-width: 991px) {
  .header-curso .container .conteudo-header .row > div.col-img .box-info .label-curso {
    display: none;
  }
}
.header-curso .container .conteudo-header .row > div.col-img .box-info .nome {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
  padding: 0 10px;
  text-align: center;
}
.header-curso .container .conteudo-header .row > div.col-img .box-info .separador {
  display: block;
  width: 272px;
  max-width: 85%;
  height: 1px;
  background: #CA963B;
}
.header-curso .container .conteudo-header .row > div.col-img .box-info .descritivo-curto {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 0 10px;
  text-align: center;
}
.header-curso .container .conteudo-header .row > div.col-img .box-info .grafismo {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.header-curso .container .conteudo-header .row > div.col-desc {
  background: url(/wp-content/themes/legis/assets/img/bg/bg-header-curso.jpg) no-repeat left top #fff;
  padding-left: 6%;
  padding-right: 4.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .header-curso .container .conteudo-header .row > div.col-desc {
    padding: 50px 18px 0;
  }
}
.header-curso .container .conteudo-header .row > div.col-desc h1 {
  font-size: 32px;
  text-transform: uppercase;
  color: #003C3C;
  font-weight: 700;
}
@media (max-width: 991px) {
  .header-curso .container .conteudo-header .row > div.col-desc h1 {
    margin-bottom: 30px;
  }
}
.header-curso .container .conteudo-header .row > div.col-desc .label {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #CA963B;
  margin-bottom: -2px;
}
@media (max-width: 991px) {
  .header-curso .container .conteudo-header .row > div.col-desc .label {
    margin-bottom: 2px;
  }
}
.header-curso .container .conteudo-header .row > div.col-desc .descricao {
  font-size: 16px;
  font-weight: 400;
  color: #003C3C;
  line-height: 24px;
}
.header-curso .container .conteudo-header .row > div.col-desc .itens-curso {
  gap: 27px;
}
@media (max-width: 991px) {
  .header-curso .container .conteudo-header .row > div.col-desc .itens-curso {
    flex-direction: column;
    margin-top: 20px;
  }
}
.header-curso .container .conteudo-header .row > div.col-desc .itens-curso .itens {
  gap: 32px;
}
@media (max-width: 991px) {
  .header-curso .container .conteudo-header .row > div.col-desc .itens-curso .itens {
    column-gap: 88px;
  }
}
.header-curso .container .conteudo-header .row > div.col-desc .itens-curso .itens .item .descricao {
  font-size: 20px;
  font-weight: 700;
  color: #003C3C;
  margin-bottom: -3px;
}
.header-curso .container .conteudo-header .row > div.col-desc .itens-curso .box-btn {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .header-curso .container .conteudo-header .row > div.col-desc .itens-curso .box-btn {
    justify-content: center;
    margin-top: 22px;
  }
}
.header-curso .container .conteudo-header .row > div.col-desc .itens-curso .box-btn a {
  border: 1px solid #CA963B;
  color: #CA963B;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 22px 41px;
  border-radius: 13px;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .header-curso .container .conteudo-header .row > div.col-desc .itens-curso .box-btn a {
    padding: 19px 41px;
  }
}
.header-curso .container .conteudo-header .row > div.col-desc .itens-curso .box-btn a:before {
  content: " ";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: linear-gradient(to right, #003C3C, #016969);
  border-radius: 11px;
  transition: all 0.3s;
}
.header-curso .container .conteudo-header .row > div.col-desc .itens-curso .box-btn a span {
  position: relative;
  z-index: 1;
}
.header-curso .container .conteudo-header .row > div.col-desc .itens-curso .box-btn a:hover::before, .header-curso .container .conteudo-header .row > div.col-desc .itens-curso .box-btn a:active::before, .header-curso .container .conteudo-header .row > div.col-desc .itens-curso .box-btn a:focus::before {
  transform: scale(1.2);
}
.header-curso .container .grafismo-header {
  position: absolute;
  right: 93px;
  top: 129px;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .header-curso .container .grafismo-header {
    display: none;
  }
}

.conteudo-single-curso {
  padding-bottom: 77px;
}
@media (max-width: 991px) {
  .conteudo-single-curso {
    padding: 0 3px 77px;
  }
}
.conteudo-single-curso .mais-informacoes-link {
  font-weight: 400;
  font-size: 15px;
  color: #7E9797;
  text-transform: uppercase;
  letter-spacing: 15px;
  margin: 40px auto 30px;
  display: block;
  width: fit-content;
}
@media (max-width: 991px) {
  .conteudo-single-curso .mais-informacoes-link {
    letter-spacing: 10px;
    margin: 62px auto 64px;
  }
}
.conteudo-single-curso .abas-conteudo {
  width: 1026px;
  max-width: 100%;
  margin: 0 auto;
}
.conteudo-single-curso .abas-conteudo .nav-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #CA963B;
}
@media (max-width: 991px) {
  .conteudo-single-curso .abas-conteudo .nav-tabs {
    display: none;
  }
}
.conteudo-single-curso .abas-conteudo .nav-tabs .nav-item button {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  font-size: 20px;
  font-weight: 700;
  color: #003C3C;
  transition: all 0.3s;
}
.conteudo-single-curso .abas-conteudo .nav-tabs .nav-item button.open, .conteudo-single-curso .abas-conteudo .nav-tabs .nav-item button:hover, .conteudo-single-curso .abas-conteudo .nav-tabs .nav-item button:active, .conteudo-single-curso .abas-conteudo .nav-tabs .nav-item button:focus {
  color: #CA963B;
}
.conteudo-single-curso .abas-conteudo .nav-tabs .separador {
  width: 2px;
  height: 14px;
  background: #019999;
}
.conteudo-single-curso .abas-conteudo .select-mobile {
  display: none;
}
@media (max-width: 991px) {
  .conteudo-single-curso .abas-conteudo .select-mobile {
    display: block;
    border: 0;
    font-size: 20px;
    font-weight: 700;
    color: #CA963B;
    width: 100%;
    appearance: none;
    border-bottom: 1px solid #C7C7C7;
    padding: 6px 0;
    background: url(/wp-content/themes/legis/assets/img/bg/bg-select-2.png) center right no-repeat;
    margin-bottom: 59px;
  }
}
.conteudo-single-curso .abas-conteudo .tab-content {
  margin-top: 35px;
}
.conteudo-single-curso .abas-conteudo .tab-content .tab-pane {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #003C3C;
}
.conteudo-single-curso .abas-conteudo .tab-content .tab-pane h2 {
  font-size: 25px;
  font-weight: 700;
  color: #003C3C;
  border-bottom: 1px solid #CA963B;
  text-transform: none;
  padding-bottom: 8px;
  margin-bottom: 11px;
}
.conteudo-single-curso .abas-conteudo .tab-content .tab-pane iframe {
  width: 692px;
  height: 388px;
  margin: 48px auto 43px;
  border-radius: 10px;
  display: block;
}
@media (max-width: 991px) {
  .conteudo-single-curso .abas-conteudo .tab-content .tab-pane iframe {
    width: 351px;
    height: 197px;
  }
}
@media (max-width: 387px) {
  .conteudo-single-curso .abas-conteudo .tab-content .tab-pane iframe {
    width: 284px;
    height: 160px;
  }
}
.conteudo-single-curso .abas-conteudo .tab-content .tab-pane ul {
  padding-left: 14px;
}
.conteudo-single-curso .abas-conteudo .tab-content .tab-pane ul li::marker {
  font-size: 12px;
}

.header-quem-somos {
  padding-top: 12px;
  background: linear-gradient(to bottom, #014D4D, #003333);
}
@media (max-width: 991px) {
  .header-quem-somos {
    padding: 12px 3px 0;
  }
}
.header-quem-somos .container {
  position: relative;
  padding-bottom: 143px;
}
@media (max-width: 991px) {
  .header-quem-somos .container {
    padding-bottom: 71px;
  }
}
.header-quem-somos .container .grafismo-1 {
  position: absolute;
  top: 52px;
  left: 500px;
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .header-quem-somos .container .grafismo-1 {
    left: 350px;
    top: 18px;
  }
  .header-quem-somos .container .grafismo-1 img {
    width: 817px;
    height: auto;
  }
}
.header-quem-somos .container .grafismo-2 {
  position: absolute;
  top: 82px;
  right: 820px;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .header-quem-somos .container .grafismo-2 {
    top: auto;
    bottom: -73px;
    right: 202px;
  }
  .header-quem-somos .container .grafismo-2 img {
    width: 657px;
    height: auto;
  }
}
.header-quem-somos .container .tipo-item {
  margin-bottom: 162px;
}
@media (max-width: 991px) {
  .header-quem-somos .container .tipo-item {
    margin-bottom: 71px;
  }
}
.header-quem-somos .container .destaque {
  line-height: 55px;
  margin-bottom: 58px;
  width: 570px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .header-quem-somos .container .destaque {
    margin-bottom: 53px;
  }
}
.header-quem-somos .container .descritivo {
  line-height: 23px;
  font-weight: 300;
  width: 490px;
  max-width: 100%;
}
.header-quem-somos .container .descritivo strong {
  font-weight: 700;
}

.descritivo-quem-somos {
  padding-top: 80px;
  padding-bottom: 97px;
}
@media (max-width: 991px) {
  .descritivo-quem-somos {
    padding: 113px 3px 70px;
  }
}
.descritivo-quem-somos .col-destaque {
  padding-bottom: 104px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .descritivo-quem-somos .col-destaque {
    padding-bottom: 90px;
  }
}
.descritivo-quem-somos .col-destaque .destaque {
  color: #003C3C;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  width: 696px;
}
.descritivo-quem-somos .col-imagem {
  padding-bottom: 104px;
}
@media (max-width: 991px) {
  .descritivo-quem-somos .col-imagem {
    display: none;
  }
}
.descritivo-quem-somos .col-imagem .outer-image {
  width: 100%;
  position: relative;
}
.descritivo-quem-somos .col-imagem .outer-image:before, .descritivo-quem-somos .col-imagem .outer-image:after {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
}
.descritivo-quem-somos .col-imagem .outer-image:before {
  left: 48%;
  background: #019999;
  width: 71%;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  bottom: 10px;
}
.descritivo-quem-somos .col-imagem .outer-image:after {
  left: 42%;
  background: #C1802A;
  width: 36%;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  bottom: -40px;
}
.descritivo-quem-somos .col-imagem .outer-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .descritivo-quem-somos .col-proposta {
    padding-bottom: 57px;
  }
}
.descritivo-quem-somos .estilo-h1 {
  margin-bottom: 45px;
}
.descritivo-quem-somos .descritivo {
  font-size: 20px;
  line-height: 23px;
  color: #003C3C;
  font-weight: 300;
  padding-right: 30px;
}

.valores-quem-somos {
  background: linear-gradient(353deg, rgb(214, 171, 95) 26%, rgb(202, 150, 59) 72%);
}
@media (max-width: 991px) {
  .valores-quem-somos {
    padding: 0 3px;
  }
}
.valores-quem-somos .container {
  position: relative;
  padding-top: 105px;
  padding-bottom: 62px;
}
@media (max-width: 991px) {
  .valores-quem-somos .container {
    padding-bottom: 160px;
  }
}
.valores-quem-somos .container .grafismo-1 {
  position: absolute;
  top: -22px;
  left: 365px;
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .valores-quem-somos .container .grafismo-1 {
    left: 247px;
  }
}
.valores-quem-somos .container .grafismo-2 {
  position: absolute;
  bottom: -118px;
  right: -130px;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .valores-quem-somos .container .grafismo-2 {
    right: 128px;
    bottom: -69px;
  }
  .valores-quem-somos .container .grafismo-2 img {
    width: 613px;
    height: auto;
  }
}
.valores-quem-somos h2 {
  margin-bottom: 115px;
  color: #fff;
}
.valores-quem-somos .itens-valores {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
}
@media (max-width: 991px) {
  .valores-quem-somos .itens-valores {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}
.valores-quem-somos .itens-valores .item .icone {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}
.valores-quem-somos .itens-valores .item .icone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.valores-quem-somos .itens-valores .item h3 {
  margin-bottom: 11px;
}
.valores-quem-somos .itens-valores .item .descritivo {
  line-height: 23px;
}

.diferenciais-quem-somos {
  background: radial-gradient(circle at bottom right, rgb(1, 145, 145) 0%, rgb(0, 60, 60) 91%);
  padding-top: 81px;
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .diferenciais-quem-somos {
    padding: 118px 3px 95px;
    background: radial-gradient(circle at bottom right, #006565 0%, rgb(0, 60, 60) 91%);
  }
}
.diferenciais-quem-somos h2 {
  margin-bottom: 65px;
  color: #fff;
}
@media (max-width: 991px) {
  .diferenciais-quem-somos h2 {
    margin-bottom: 106px;
  }
}
.diferenciais-quem-somos h2:before {
  background: url(/wp-content/themes/legis/assets/img/barra2.svg) center no-repeat;
}
.diferenciais-quem-somos .itens-diferenciais {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
}
@media (max-width: 991px) {
  .diferenciais-quem-somos .itens-diferenciais {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}
.diferenciais-quem-somos .itens-diferenciais .item .icone {
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}
.diferenciais-quem-somos .itens-diferenciais .item .icone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.diferenciais-quem-somos .itens-diferenciais .item h3 {
  margin-bottom: 11px;
  color: #CA963B;
}
.diferenciais-quem-somos .itens-diferenciais .item .descritivo {
  line-height: 23px;
  color: #fff;
}

.coordenacao-quem-somos {
  padding-top: 85px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .coordenacao-quem-somos {
    padding: 62px 3px 83px;
  }
}
@media (max-width: 991px) {
  .coordenacao-quem-somos h2 {
    margin-bottom: 13px;
  }
}
.coordenacao-quem-somos .column-imagem .inner {
  position: relative;
  margin-right: 5%;
  margin-top: -28px;
}
@media (max-width: 991px) {
  .coordenacao-quem-somos .column-imagem .inner {
    margin-right: 0;
    margin-top: 0;
  }
}
.coordenacao-quem-somos .column-imagem .inner:before, .coordenacao-quem-somos .column-imagem .inner:after {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  z-index: 2;
}
.coordenacao-quem-somos .column-imagem .inner:before {
  left: 48%;
  background: #019999;
  width: 71%;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  bottom: 10px;
}
.coordenacao-quem-somos .column-imagem .inner:after {
  left: 42%;
  background: #C1802A;
  width: 36%;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  bottom: -40px;
}
.coordenacao-quem-somos .column-imagem .inner .outer-image {
  position: relative;
  width: 100%;
  padding-top: 70%;
  background: url(/wp-content/themes/legis/assets/img/bg/bg-foto.png) center bottom no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 39.2%, 58.8% 100%, 0 100%, 0 0);
}
.coordenacao-quem-somos .column-imagem .inner .outer-image img {
  position: absolute;
  width: 79.2%;
  height: auto;
  top: 9%;
  left: 3%;
}
@media (max-width: 991px) {
  .coordenacao-quem-somos .column-imagem .inner .nome-cargo {
    display: none;
  }
}
.coordenacao-quem-somos .column-imagem .nome-cargo {
  position: absolute;
  bottom: -5px;
  right: -5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .coordenacao-quem-somos .column-imagem .nome-cargo {
    margin-top: 53px;
    margin-bottom: 15px;
    position: inherit;
  }
}
.coordenacao-quem-somos .column-imagem .nome-cargo .nome {
  text-transform: uppercase;
  line-height: 23px;
}
.coordenacao-quem-somos .column-imagem .nome-cargo .cargo {
  line-height: 23px;
}
.coordenacao-quem-somos .column-descricao .descritivo {
  margin-top: 23px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  padding-left: 27px;
  color: #003C3C;
}
@media (max-width: 991px) {
  .coordenacao-quem-somos .column-descricao .descritivo {
    padding-left: 0;
  }
}

.header-faq {
  background: linear-gradient(to bottom, #014D4D, #003333);
}
@media (max-width: 991px) {
  .header-faq {
    padding: 0 3px;
    background: linear-gradient(to bottom, #095656, #003333);
  }
}
.header-faq .container {
  position: relative;
  padding-bottom: 86px;
}
@media (max-width: 991px) {
  .header-faq .container {
    padding-bottom: 53px;
  }
}
.header-faq .container .grafismo-1 {
  position: absolute;
  top: 52px;
  left: 500px;
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .header-faq .container .grafismo-1 {
    left: 350px;
    top: 18px;
  }
  .header-faq .container .grafismo-1 img {
    width: 817px;
    height: auto;
  }
}
.header-faq .container .conteudo-header {
  position: relative;
  z-index: 2;
  margin-top: 82px;
  display: flex;
}
@media (max-width: 991px) {
  .header-faq .container .conteudo-header {
    flex-direction: column;
  }
}
.header-faq .container .conteudo-header > div {
  width: 100%;
}
.header-faq .container .conteudo-header > div.column-embresas {
  margin-top: 68px;
}
.header-faq .container .conteudo-header .label {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #CA963B;
  margin-bottom: -2px;
  letter-spacing: 3px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .header-faq .container .conteudo-header .label {
    margin-bottom: 2px;
  }
}
.header-faq .container .conteudo-header .titulo {
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 43px;
}
.header-faq .container .conteudo-header .lista {
  border-top: 1px solid #019999;
  width: 383px;
  max-width: 100%;
  margin-top: 15px;
}
.header-faq .container .conteudo-header .lista .link-faq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #019999;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 0;
}
.header-faq .container .grafismo-header {
  position: absolute;
  right: 93px;
  bottom: -46px;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .header-faq .container .grafismo-header {
    display: none;
  }
}

.content-faq {
  position: relative;
  z-index: 1;
  padding: 0;
}
.content-faq .div-alunos {
  padding-top: 68px;
  padding-bottom: 130px;
  background: linear-gradient(0deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 88%);
}
@media (max-width: 991px) {
  .content-faq .div-alunos {
    padding: 68px 3px 0;
    background: none;
  }
}
.content-faq .div-embresas {
  padding-top: 65px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .content-faq .div-embresas {
    padding: 65px 3px 63px;
  }
}
.content-faq .label {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #CA963B;
  margin-bottom: -2px;
  letter-spacing: 3px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .content-faq .label {
    margin-bottom: 2px;
  }
}
.content-faq .titulo {
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  color: #003C3C;
  margin-bottom: 22px;
}
.content-faq .label-item {
  margin-top: 40px;
  font-size: 25px;
  font-weight: 400;
  color: #019999;
  text-transform: uppercase;
}
.content-faq .accordion {
  border: 1px solid #019999;
  border-bottom: none;
}
.content-faq .accordion .panel {
  border-bottom: 1px solid #019999;
}
.content-faq .accordion .panel .panel-heading h2 {
  margin-bottom: 0;
}
.content-faq .accordion .panel .panel-heading h2 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 21px 14px 37px;
  font-size: 20px;
  font-weight: 700;
  color: #003C3C;
  text-transform: none;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .content-faq .accordion .panel .panel-heading h2 a {
    padding: 28px 8px;
    gap: 15px;
  }
}
.content-faq .accordion .panel .panel-heading h2 a svg {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .content-faq .accordion .panel .panel-heading h2 a svg {
    min-width: 36px;
    height: auto;
  }
}
.content-faq .accordion .panel .panel-heading h2 a svg path {
  transition: all 0.3s;
}
.content-faq .accordion .panel .panel-heading h2 a:not(.collapsed) {
  color: #fff;
  background: #019999;
}
.content-faq .accordion .panel .panel-heading h2 a:not(.collapsed) svg {
  transform: rotate(180deg);
}
.content-faq .accordion .panel .panel-heading h2 a:not(.collapsed) svg path {
  stroke: #fff;
}
.content-faq .accordion .panel .panel-collapse .panel-body .content {
  font-size: 16px;
  line-height: 24px;
  color: #003C3C;
  font-weight: 400;
  padding: 34px 21px 27px 37px;
}
@media (max-width: 991px) {
  .content-faq .accordion .panel .panel-collapse .panel-body .content {
    padding: 22px 8px 27px 8px;
  }
}
.content-faq .accordion .panel .panel-collapse .panel-body .content a {
  color: #019999;
}
.content-faq .accordion .panel .panel-collapse .panel-body .content a:hover, .content-faq .accordion .panel .panel-collapse .panel-body .content a:active, .content-faq .accordion .panel .panel-collapse .panel-body .content a:focus {
  color: #CA963B;
}