@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@300;400;500;600;700&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&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: "Mulish", sans-serif;
  --font-family-monospace: "Mulish", sans-serif; }

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

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

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

body {
  margin: 0;
  font-family: "Mulish", 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #009ADB;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #00648f;
    text-decoration: underline; }

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

pre,
code,
kbd,
samp {
  font-family: "Mulish", 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1150px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-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.98438rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

select.form-control[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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(28, 162, 128, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

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

.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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25); }

.was-validated .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: #24cda2;
  background-color: #24cda2; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25); }

.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

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

.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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .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: #e4606d;
  background-color: #e4606d; }

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

.was-validated .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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

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

.btn-primary {
  color: #fff;
  background-color: #009ADB;
  border-color: #009ADB; }
  .btn-primary:hover {
    color: #fff;
    background-color: #007fb5;
    border-color: #0076a8; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #007fb5;
    border-color: #0076a8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 169, 224, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 169, 224, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #009ADB;
    border-color: #009ADB; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0076a8;
    border-color: #006d9b; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 169, 224, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 169, 224, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #1CA280;
  border-color: #1CA280; }
  .btn-success:hover {
    color: #fff;
    background-color: #168166;
    border-color: #14775e; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #168166;
    border-color: #14775e;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 176, 147, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(62, 176, 147, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #1CA280;
    border-color: #1CA280; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #14775e;
    border-color: #136c55; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 176, 147, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(62, 176, 147, 0.5); }

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

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

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

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

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

.btn-outline-primary {
  color: #009ADB;
  border-color: #009ADB; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #009ADB;
    border-color: #009ADB; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 154, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 154, 219, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #009ADB;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #009ADB;
    border-color: #009ADB; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 154, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 154, 219, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #1CA280;
  border-color: #1CA280; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #1CA280;
    border-color: #1CA280; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #1CA280;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #1CA280;
    border-color: #1CA280; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.5); }

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #009ADB;
  text-decoration: none; }
  .btn-link:hover {
    color: #00648f;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

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

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

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

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

.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: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009ADB; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

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

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

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

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

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

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

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

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

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

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.98438rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::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 #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    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: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

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

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

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

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

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

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

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

.bg-primary {
  background-color: #009ADB !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #009ADB !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

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

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

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

.text-monospace {
  font-family: "Mulish", 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: #00648f !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

.text-break {
  word-break: break-word !important;
  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: #EDEBE7; }

::-webkit-scrollbar-thumb {
  background: #B09C3D; }

::-webkit-scrollbar-thumb:hover {
  background: rgba(176, 156, 61, 0.5); }

body {
  font-family: "Mulish", sans-serif;
  background: #F7F6F5; }
  @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; } }

@media (min-width: 576px) {
  .container-w-1 {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container-w-1 {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container-w-1 {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container-w-1 {
    max-width: 1410px; } }

.zindex-1 {
  z-index: 1; }

.zindex-2 {
  z-index: 2; }

.zindex-3 {
  z-index: 3; }

.text-transform-none {
  text-transform: none; }

.obj-fit {
  -o-object-fit: cover;
     object-fit: cover; }

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.no-link > a {
  pointer-events: none; }

.mobile {
  display: none; }
  @media (max-width: 991px) {
    .mobile {
      display: block; } }

@media (max-width: 991px) {
  .no-mobile {
    display: none; } }

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

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

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

.page-search, .conteudo-politica, .content-page-404 {
  padding-top: 236px;
  background: url(/wp-content/themes/cidcampelo/assets/img/bg/bg-areas-atuacao.jpg) top left -98px no-repeat #F7F6F5; }
  @media (max-width: 991px) {
    .page-search, .conteudo-politica, .content-page-404 {
      padding-top: 92px;
      background-size: 254px auto;
      background-position: top 50px left -50px; }
      .page-search h1, .conteudo-politica h1, .content-page-404 h1 {
        font-size: 30px; }
      .page-search h2, .conteudo-politica h2, .content-page-404 h2 {
        font-size: 22px; }
      .page-search p, .conteudo-politica p, .content-page-404 p {
        font-size: 16px; } }
  .page-search h1, .conteudo-politica h1, .content-page-404 h1 {
    margin-bottom: 67px; }
    @media (max-width: 991px) {
      .page-search h1, .conteudo-politica h1, .content-page-404 h1 {
        margin-bottom: 28px; } }
    .page-search h1 span, .conteudo-politica h1 span, .content-page-404 h1 span {
      display: block; }
      .page-search h1 span.parte-2, .conteudo-politica h1 span.parte-2, .content-page-404 h1 span.parte-2 {
        -ms-flex-item-align: center;
            align-self: center;
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        @media (max-width: 991px) {
          .page-search h1 span.parte-2, .conteudo-politica h1 span.parte-2, .content-page-404 h1 span.parte-2 {
            margin-left: 43px;
            -ms-flex-item-align: end;
                align-self: flex-end; } }
        .page-search h1 span.parte-2:before, .conteudo-politica h1 span.parte-2:before, .content-page-404 h1 span.parte-2:before {
          content: " ";
          display: block;
          position: absolute;
          height: 1px;
          width: 50vw;
          background: #B09C3D;
          top: calc(50% + 9px);
          left: -30px;
          -webkit-transform: translate(-100%, -50%);
                  transform: translate(-100%, -50%); }
          @media (max-width: 991px) {
            .page-search h1 span.parte-2:before, .conteudo-politica h1 span.parte-2:before, .content-page-404 h1 span.parte-2:before {
              left: -12px;
              top: calc(50% + 3px); } }
  .page-search .content-politica, .conteudo-politica .content-politica, .content-page-404 .content-politica {
    margin-bottom: 170px; }
    @media (max-width: 991px) {
      .page-search .content-politica, .conteudo-politica .content-politica, .content-page-404 .content-politica {
        font-size: 12px;
        margin: 0 -10px 152px; } }

.content-page-404 {
  padding-top: 211px; }
  @media (max-width: 991px) {
    .content-page-404 {
      padding-top: 92px; } }
  .content-page-404 h1 {
    margin-bottom: 16px; }
  .content-page-404 .content-politica {
    margin-bottom: 183px; }
    @media (max-width: 991px) {
      .content-page-404 .content-politica {
        margin-bottom: 150px; }
        .content-page-404 .content-politica p {
          font-size: 24px; } }
    .content-page-404 .content-politica .btn {
      margin-top: 35px; }
      @media (max-width: 991px) {
        .content-page-404 .content-politica .btn {
          margin-top: 3px; } }

.owl-loaded .owl-stage-outer {
  overflow: hidden; }
  .owl-loaded .owl-stage-outer .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: auto !important; }

.owl-loaded .owl-dots .owl-dot {
  pointer-events: auto !important; }

.owl-loaded .disabled {
  display: none; }

.owl-stage-outer {
  /* Key 1*/
  /* Key 2*/ }
  .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 .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }
  .owl-stage-outer .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); } }

@keyframes fadeOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); } }

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fadeIn {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
  .owl-stage-outer .slideOut {
    -webkit-animation-name: slideOut;
    animation-name: slideOut; }
  .owl-stage-outer .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn; }

@-webkit-keyframes slideOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes slideOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes slideIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slideIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.page-search {
  padding-top: 160px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .page-search {
      padding-top: 95px;
      padding-bottom: 50px; } }
  @media (max-width: 991px) {
    .page-search h2 a {
      font-size: 24px; } }
  @media (max-width: 991px) {
    .page-search p {
      font-size: 13px; } }

.saiba-mais-cartao {
  padding-top: 78px;
  padding-bottom: 84px; }
  @media (max-width: 991px) {
    .saiba-mais-cartao {
      padding: 15px 5px 28px; } }
  .saiba-mais-cartao .column-imagem {
    position: relative; }
    @media (max-width: 991px) {
      .saiba-mais-cartao .column-imagem {
        margin-bottom: 33px; } }
    .saiba-mais-cartao .column-imagem:before {
      content: " ";
      display: block;
      width: 50vw;
      height: calc(100% + 90px);
      top: -40px;
      border-radius: 20px;
      background: #EDEBE7;
      position: absolute;
      right: calc(50% - 17px);
      z-index: 5; }
      @media (max-width: 991px) {
        .saiba-mais-cartao .column-imagem:before {
          height: calc(100% + 44px);
          top: -22px;
          right: auto;
          left: 64px;
          -webkit-transform: translate(-100%, 0);
                  transform: translate(-100%, 0); } }
    .saiba-mais-cartao .column-imagem .outer-image {
      width: calc(100% + 34px);
      padding-top: calc(60% + (34px * 0.6));
      position: relative;
      border-radius: 15px;
      overflow: hidden;
      z-index: 6; }
      @media (max-width: 991px) {
        .saiba-mais-cartao .column-imagem .outer-image {
          width: 100%;
          padding-top: 60%; } }
      .saiba-mais-cartao .column-imagem .outer-image img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover; }
  .saiba-mais-cartao .column-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .saiba-mais-cartao .column-content h2 {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: 47px; }
      @media (max-width: 991px) {
        .saiba-mais-cartao .column-content h2 {
          font-size: 32px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 32px; } }
      .saiba-mais-cartao .column-content h2 span.parte-2 {
        position: relative;
        margin-right: 96px; }
        @media (max-width: 991px) {
          .saiba-mais-cartao .column-content h2 span.parte-2 {
            margin-right: -44px; } }
        .saiba-mais-cartao .column-content h2 span.parte-2:before {
          content: " ";
          display: block;
          position: absolute;
          height: 1px;
          width: 50vw;
          background: #3A2B0B;
          top: calc(50% + 9px);
          right: -58px;
          -webkit-transform: translate(100%, -50%);
                  transform: translate(100%, -50%); }
          @media (max-width: 991px) {
            .saiba-mais-cartao .column-content h2 span.parte-2:before {
              right: -12px;
              top: calc(50% + 3px); } }

.footer-redes-cartao {
  padding-bottom: 167px;
  padding-top: 21px; }
  @media (max-width: 991px) {
    .footer-redes-cartao {
      padding-top: 0;
      margin-top: -28px;
      padding-bottom: 157px; } }
  .footer-redes-cartao .redes-sociais {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-redes-cartao .redes-sociais a {
      display: block;
      margin: 0 24px; }
      .footer-redes-cartao .redes-sociais a svg {
        height: 39px;
        width: auto;
        fill: #3A2B0B;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .footer-redes-cartao .redes-sociais a:hover svg {
        fill: #B09C3D; }

/*Cores*/
.color-black {
  color: #000; }

.hover-black:hover {
  color: #000; }

.bg-black {
  background: #000; }

.color-white {
  color: #fff; }

.hover-white:hover {
  color: #fff; }

.bg-white {
  background: #fff; }

.color-gray {
  color: #FAFAFA; }

.bg-gray {
  background: #FAFAFA; }

.hover-gray:hover {
  color: #FAFAFA; }

.color-gray-2 {
  color: #9D9D9C; }

.bg-gray-2 {
  background: #9D9D9C; }

.hover-gray-2:hover {
  color: #9D9D9C; }

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

.bg-gray-3 {
  background: #707070; }

.hover-gray-3:hover {
  color: #707070; }

.color-light-green {
  color: #F7F6F5; }

.bg-light-green {
  background: #F7F6F5; }

.hover-light-green:hover {
  color: #F7F6F5; }

.color-dark-green {
  color: #002931; }

.bg-dark-green {
  background: #002931; }

.hover-dark-green:hover {
  color: #002931; }

.color-brown {
  color: #3A2B0B; }

.bg-brown {
  background: #3A2B0B; }

.hover-brown:hover {
  color: #3A2B0B; }

.color-yellow {
  color: #EDEBE7; }

.bg-yellow {
  background: #EDEBE7; }

.hover-yellow:hover {
  color: #EDEBE7; }

.color-blue {
  color: #002931; }

.bg-blue {
  background: #002931; }

.hover-blue:hover {
  color: #002931; }

.color-gold {
  color: #B09C3D; }

.bg-gold {
  background: #B09C3D; }

.hover-gold:hover {
  color: #B09C3D; }

.bg-none {
  background: none; }

/* Fonte */
.font-mul {
  font-family: "Mulish", sans-serif; }

.font-cor {
  font-family: "Cormorant Unicase", serif; }

.font-work {
  font-family: "Work Sans", sans-serif; }

.font-bas {
  font-family: "Baskervville", 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-10 {
  font-size: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f-68 {
  font-size: 68px;
  line-height: 61px; }

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

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

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

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

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

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

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

h2 {
  color: #FAFAFA;
  font-size: 63px; }

h3 {
  font-size: 30px;
  color: #fff; }

/* Button */
.btn {
  font-size: 16px;
  color: #3A2B0B;
  font-weight: 400;
  border: 1px solid #3A2B0B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 12px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 991px) {
    .btn {
      font-size: 13px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 9px 10px; } }
  .btn svg {
    margin-right: 11px; }
    @media (max-width: 991px) {
      .btn svg {
        width: 20px;
        height: auto; } }
    .btn svg circle {
      stroke: #3A2B0B;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .btn svg path {
      fill: #3A2B0B;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .btn:hover {
    background: #B09C3D;
    color: #FAFAFA;
    border-color: #FAFAFA; }
    .btn:hover svg circle {
      stroke: #FAFAFA; }
    .btn:hover svg path {
      fill: #FAFAFA; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn.v-2 {
    color: #FAFAFA;
    border-color: transparent;
    padding: 0; }
    .btn.v-2 svg {
      border-radius: 50%;
      overflow: hidden; }
      .btn.v-2 svg circle {
        stroke: #FAFAFA; }
      .btn.v-2 svg path {
        fill: #FAFAFA;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      @media (max-width: 991px) {
        .btn.v-2 svg {
          width: 20px;
          height: auto; } }
    .btn.v-2 span {
      position: relative; }
      .btn.v-2 span:after {
        content: " ";
        display: block;
        position: absolute;
        height: 1px;
        width: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
    .btn.v-2:hover {
      background: none; }
      .btn.v-2:hover span:after {
        width: 100%; }
      .btn.v-2:hover svg path {
        -webkit-animation: flexahori 0.5s;
                animation: flexahori 0.5s; }
  .btn.v-3 {
    color: #3A2B0B;
    border-color: transparent;
    padding: 0; }
    .btn.v-3 svg {
      border-radius: 50%;
      overflow: hidden; }
      .btn.v-3 svg circle {
        stroke: #3A2B0B; }
      .btn.v-3 svg path {
        fill: #3A2B0B; }
    .btn.v-3 span {
      position: relative; }
      .btn.v-3 span:after {
        content: " ";
        display: block;
        position: absolute;
        height: 1px;
        width: 0;
        bottom: 0;
        left: 0;
        background: #3A2B0B;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
    @media (max-width: 991px) {
      .btn.v-3 {
        font-size: 15px; } }
    .btn.v-3:hover {
      background: none; }
      .btn.v-3:hover span:after {
        width: 100%; }
      .btn.v-3:hover svg path {
        -webkit-animation: flexahori 0.5s;
                animation: flexahori 0.5s; }
  .btn.big {
    background: #B09C3D;
    border-radius: 20px;
    font-size: 68px;
    line-height: 61px;
    font-family: "Baskervville", serif;
    color: #FAFAFA;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-color: transparent; }
    @media (max-width: 1199px) {
      .btn.big {
        font-size: 45px; } }
    @media (max-width: 991px) {
      .btn.big {
        padding: 15px !important;
        font-size: 32px;
        line-height: 32px; } }
    .btn.big svg {
      width: 80px;
      min-width: 80px;
      height: auto;
      margin-right: 0;
      margin-left: 90px;
      border-radius: 50%;
      overflow: hidden; }
      @media (max-width: 1199px) {
        .btn.big svg {
          width: 70px;
          min-width: 70px; } }
      @media (max-width: 991px) {
        .btn.big svg {
          width: 40px;
          min-width: 40px;
          margin-right: 12px;
          margin-left: 0; } }
      .btn.big svg circle {
        stroke: #FAFAFA; }
      .btn.big svg path {
        fill: #FAFAFA; }
    .btn.big:hover svg path {
      -webkit-animation: flexahori 0.5s;
              animation: flexahori 0.5s; }

@-webkit-keyframes flexahori {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  49% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0); }
  50% {
    -webkit-transform: translate(-67%, 0);
            transform: translate(-67%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes flexahori {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  49% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0); }
  50% {
    -webkit-transform: translate(-67%, 0);
            transform: translate(-67%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

/* Form */
form {
  position: relative; }
  form select, form input, form textarea {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 41, 49, 0.5);
    border: 1px solid #000;
    border-radius: 10px;
    padding: 14px 22px;
    width: 100%;
    margin-bottom: 20px;
    background: none; }
    @media (max-width: 991px) {
      form select, form input, form textarea {
        font-size: 10px;
        padding: 4px 10px;
        margin-bottom: 10px; } }
    form select::-webkit-input-placeholder, form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
      color: rgba(0, 41, 49, 0.5);
      font-size: 18px; }
    form select::-moz-placeholder, form input::-moz-placeholder, form textarea::-moz-placeholder {
      color: rgba(0, 41, 49, 0.5);
      font-size: 18px; }
    form select::-ms-input-placeholder, form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
      color: rgba(0, 41, 49, 0.5);
      font-size: 18px; }
    form select::placeholder, form input::placeholder, form textarea::placeholder {
      color: rgba(0, 41, 49, 0.5);
      font-size: 18px; }
      @media (max-width: 991px) {
        form select::-webkit-input-placeholder, form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
          font-size: 10px; }
        form select::-moz-placeholder, form input::-moz-placeholder, form textarea::-moz-placeholder {
          font-size: 10px; }
        form select::-ms-input-placeholder, form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
          font-size: 10px; }
        form select::placeholder, form input::placeholder, form textarea::placeholder {
          font-size: 10px; } }
  form select {
    padding-right: 80px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url(/wp-content/themes/cidcampelo/assets/img/bg/select-down.png) center right 30px no-repeat; }
    @media (max-width: 991px) {
      form select {
        padding-right: 34px;
        background-size: 8px auto;
        background-position: center right 10px; } }
  form textarea {
    margin-bottom: 0;
    height: 235px; }
    @media (max-width: 991px) {
      form textarea {
        height: 103px; } }
  form input[type="submit"] {
    width: 395px;
    max-width: 100%;
    margin-top: 18px; }
    @media (max-width: 991px) {
      form input[type="submit"] {
        width: 178px;
        margin-top: -5px;
        font-size: 10px; } }
  form .wpcf7-not-valid-tip {
    display: block; }
    @media (max-width: 991px) {
      form .wpcf7-not-valid-tip {
        font-size: 10px; } }
  form .wpcf7-spinner {
    display: block;
    position: absolute;
    left: 0; }
  form .ajax-loader {
    position: absolute !important;
    top: 100%;
    margin: 0 !important; }
  form .wpcf7-response-output {
    font-size: 16px;
    border: 0 !important;
    text-align: center;
    color: rgba(0, 41, 49, 0.5);
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    @media (max-width: 991px) {
      form .wpcf7-response-output {
        font-size: 10px; } }
  form.invalid .wpcf7-response-output, form.unaccepted .wpcf7-response-output {
    color: #dc3545; }

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

.modal-div {
  position: fixed;
  z-index: 99990;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(29, 29, 27, 0.9);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 60px 0; }
  .modal-div.mostra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .modal-div .outer-modal {
    position: relative;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .modal-div .outer-modal .inner-modal {
      max-width: 100%;
      height: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff; }
      @media (max-width: 991px) {
        .modal-div .outer-modal .inner-modal {
          height: auto; } }
      .modal-div .outer-modal .inner-modal .close-modal-yt {
        position: absolute;
        top: -41px;
        right: 0;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        cursor: pointer; }
      .modal-div .outer-modal .inner-modal img {
        max-width: 100%;
        width: auto;
        max-height: 100%;
        height: auto; }
      .modal-div .outer-modal .inner-modal iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
  .modal-div.mostra2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .modal-div.mostra2 .outer-modal {
      width: 650px; }
      .modal-div.mostra2 .outer-modal .inner-modal {
        padding-top: 0; }
        .modal-div.mostra2 .outer-modal .inner-modal img {
          width: 100%; }

.footer {
  position: relative;
  z-index: 3;
  background: url(/wp-content/themes/cidcampelo/assets/img/mapa.jpg) top right no-repeat;
  background-size: cover;
  padding: 0; }
  .footer .image-footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1; }
  .footer .conteudo-footer {
    position: relative;
    z-index: 2;
    background: #1f1f1d;
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, #1f1f1d), to(rgba(17, 17, 16, 0)));
    background: linear-gradient(90deg, #1f1f1d 15%, rgba(17, 17, 16, 0) 100%); }
    .footer .conteudo-footer .container {
      padding-right: 40px;
      padding-left: 40px; }
      @media (max-width: 991px) {
        .footer .conteudo-footer .container {
          padding-right: 0;
          padding-left: 0; } }
      .footer .conteudo-footer .container .outer-btn {
        padding-right: 181px; }
        @media (max-width: 991px) {
          .footer .conteudo-footer .container .outer-btn {
            padding-right: 0;
            margin-bottom: -88px; } }
        .footer .conteudo-footer .container .outer-btn .btn {
          min-width: calc(((100vw - 1080px) / 2) + 914px);
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          padding: 33px 52px;
          text-align: left;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
          @media (max-width: 1199px) {
            .footer .conteudo-footer .container .outer-btn .btn {
              min-width: calc(((100vw - 960px) / 2) + 765px); } }
          @media (max-width: 991px) {
            .footer .conteudo-footer .container .outer-btn .btn {
              min-width: calc(100vw - 54px);
              position: relative;
              /*left: -31px;
            padding-left: 50px !important;*/
              left: -55px;
              padding-left: 75px !important;
              -webkit-transform: translate(0, calc(-100% + 54px));
                      transform: translate(0, calc(-100% + 54px)); } }
          @media (max-width: 767px) {
            .footer .conteudo-footer .container .outer-btn .btn {
              padding-left: calc(100vw - 540px) !important; } }
          @media (max-width: 599px) {
            .footer .conteudo-footer .container .outer-btn .btn {
              padding-left: 75px !important; } }
          .footer .conteudo-footer .container .outer-btn .btn span {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            max-width: 840px; }
            @media (max-width: 1199px) {
              .footer .conteudo-footer .container .outer-btn .btn span {
                max-width: 650px; } }
            @media (max-width: 991px) {
              .footer .conteudo-footer .container .outer-btn .btn span {
                max-width: 100%;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-align: end;
                    -ms-flex-align: end;
                        align-items: flex-end; } }
      .footer .conteudo-footer .container .row-footer {
        margin-top: -6px; }
        @media (max-width: 991px) {
          .footer .conteudo-footer .container .row-footer {
            padding-top: 65px; } }
        @media (max-width: 767px) {
          .footer .conteudo-footer .container .row-footer {
            padding-top: 34px; } }
        @media (max-width: 398px) {
          .footer .conteudo-footer .container .row-footer {
            padding-top: 0; } }
        @media not all and (min-resolution: 0.001dpcm) {
          @supports (-webkit-appearance: none) {
            .footer .conteudo-footer .container .row-footer .column-logotipo {
              padding-top: 35px; } } }
        .footer .conteudo-footer .container .row-footer .column-logotipo a {
          margin-top: -30px; }
          @media (max-width: 991px) {
            .footer .conteudo-footer .container .row-footer .column-logotipo a {
              margin: 0 auto;
              width: -webkit-fit-content;
              width: -moz-fit-content;
              width: fit-content; }
              .footer .conteudo-footer .container .row-footer .column-logotipo a img {
                width: 210px !important;
                height: auto !important; } }
        @media (max-width: 991px) {
          .footer .conteudo-footer .container .row-footer .column-menu {
            display: none; } }
        .footer .conteudo-footer .container .row-footer .column-menu .footer-links .menu {
          padding-left: 69px; }
          @media (max-width: 991px) {
            .footer .conteudo-footer .container .row-footer .column-menu .footer-links .menu {
              padding-left: 0;
              margin-bottom: 50px;
              margin-top: 50px; } }
          .footer .conteudo-footer .container .row-footer .column-menu .footer-links .menu li {
            margin-bottom: 7px; }
            .footer .conteudo-footer .container .row-footer .column-menu .footer-links .menu li a {
              font-weight: 400;
              font-size: 12px;
              text-transform: uppercase;
              color: #FAFAFF;
              letter-spacing: 1px;
              position: relative; }
              .footer .conteudo-footer .container .row-footer .column-menu .footer-links .menu li a:after {
                content: " ";
                display: block;
                position: absolute;
                height: 1px;
                width: 0;
                bottom: 0;
                left: 0;
                background: #fff;
                -webkit-transition: all 0.3s;
                transition: all 0.3s; }
              .footer .conteudo-footer .container .row-footer .column-menu .footer-links .menu li a:hover:after {
                width: 100%; }
        .footer .conteudo-footer .container .row-footer .column-links {
          padding-left: 35px; }
          @media (max-width: 991px) {
            .footer .conteudo-footer .container .row-footer .column-links {
              padding-left: 40px;
              padding-right: 40px;
              margin-top: 36px; } }
          .footer .conteudo-footer .container .row-footer .column-links a {
            color: #FAFAFA;
            letter-spacing: 1px; }
            .footer .conteudo-footer .container .row-footer .column-links a.link-email {
              text-decoration: underline; }
            .footer .conteudo-footer .container .row-footer .column-links a:hover {
              color: #B09C3D; }
          .footer .conteudo-footer .container .row-footer .column-links .redes-sociais {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-top: 21px; }
            .footer .conteudo-footer .container .row-footer .column-links .redes-sociais a {
              display: grid; }
      .footer .conteudo-footer .container .sub-footer {
        padding-bottom: 48px;
        margin-top: 126px;
        padding-top: 20px; }
        @media (max-width: 991px) {
          .footer .conteudo-footer .container .sub-footer {
            padding-left: 40px;
            padding-right: 40px;
            padding-bottom: 20px;
            margin-top: 35px;
            background: #1F1F1D; }
            .footer .conteudo-footer .container .sub-footer > div {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
              .footer .conteudo-footer .container .sub-footer > div > p {
                font-size: 13px; }
                .footer .conteudo-footer .container .sub-footer > div > p.p-links {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                      -ms-flex-direction: column;
                          flex-direction: column;
                  -webkit-box-pack: center;
                      -ms-flex-pack: center;
                          justify-content: center;
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center; }
                  .footer .conteudo-footer .container .sub-footer > div > p.p-links a {
                    width: -webkit-fit-content;
                    width: -moz-fit-content;
                    width: fit-content; }
                .footer .conteudo-footer .container .sub-footer > div > p:first-child {
                  margin-bottom: 28px !important;
                  position: relative; }
                  .footer .conteudo-footer .container .sub-footer > div > p:first-child:after {
                    content: " ";
                    display: block;
                    width: 103px;
                    height: 1px;
                    background: #F7F6F5;
                    position: absolute;
                    bottom: -15px;
                    left: calc(50% - 51.5px); }
                .footer .conteudo-footer .container .sub-footer > div > p:last-child {
                  font-size: 10px; } }
        .footer .conteudo-footer .container .sub-footer .dot {
          margin: 0 10px; }
          @media (max-width: 991px) {
            .footer .conteudo-footer .container .sub-footer .dot {
              display: none; } }
        .footer .conteudo-footer .container .sub-footer .traco {
          width: 45px;
          height: 1px;
          background: #FAFAFA;
          display: inline-block;
          margin: 0 10px; }
          @media (max-width: 991px) {
            .footer .conteudo-footer .container .sub-footer .traco {
              display: none; } }
        .footer .conteudo-footer .container .sub-footer .link-gas {
          text-decoration: underline;
          margin-left: 3px; }
  @media (max-width: 991px) {
    .footer {
      padding-top: 1px; } }
  @media (max-width: 991px) {
    .footer .redes-sociais {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 32px !important; } }
  .footer .redes-sociais a {
    margin-right: 18px; }
    @media (max-width: 991px) {
      .footer .redes-sociais a {
        margin: 0 17px; } }
    .footer .redes-sociais a svg {
      height: 14px;
      fill: #FAFAFA;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 991px) {
        .footer .redes-sociais a svg {
          height: 27px; } }
    .footer .redes-sociais a:hover svg {
      fill: #B09C3D; }

/* Header */
.redes-sociais .item-redes-sociais .sp-outer {
  font-size: 12px; }
  .redes-sociais .item-redes-sociais .sp-outer .fa-inverse {
    font-size: 16px; }
    .redes-sociais .item-redes-sociais .sp-outer .fa-inverse.adjust {
      font-size: 18px;
      margin-top: 3px; }

.navbar {
  display: block;
  width: 100%;
  margin-top: 30px; }
  .navbar .navbar-brand .logo-black {
    display: block; }
  .navbar .navbar-brand .logo-white {
    display: none; }

section.header {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 107px;
  -webkit-transition: all .5s 0s;
  transition: all .5s 0s;
  top: 12px; }
  @media (max-width: 991px) {
    section.header {
      height: 58px; } }
  section.header .container {
    max-width: 1305px;
    position: relative; }
    @media (max-width: 991px) {
      section.header .container > div {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important; } }
    section.header .container .header-logo {
      position: absolute;
      z-index: 9;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 21px; }
      @media (max-width: 991px) {
        section.header .container .header-logo {
          position: inherit;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          padding-top: 0; } }
      section.header .container .header-logo a img {
        height: auto;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        section.header .container .header-logo a img.logo-home-gold {
          display: none; }
        @media (max-width: 991px) {
          section.header .container .header-logo a img {
            width: auto; } }
    section.header .container #navbarCollapse {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 25px; }
      @media (max-width: 991px) {
        section.header .container #navbarCollapse {
          position: fixed;
          top: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.5);
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          z-index: 9;
          -webkit-transform: translate(100vw, 0);
                  transform: translate(100vw, 0);
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          max-width: 100vw;
          -webkit-box-align: end !important;
              -ms-flex-align: end !important;
                  align-items: flex-end !important;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          height: 100vh; } }
      section.header .container #navbarCollapse .div-out-menu::-webkit-scrollbar {
        width: 5px; }
      @media (max-width: 991px) {
        section.header .container #navbarCollapse .div-out-menu {
          width: 70vw !important;
          background: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      section.header .container #navbarCollapse .div-out-menu .menu-label {
        padding-left: 22px;
        padding-top: 7px; }
      section.header .container #navbarCollapse .div-out-menu .navbar-nav {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 991px) {
          section.header .container #navbarCollapse .div-out-menu .navbar-nav {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            height: 100%;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
        section.header .container #navbarCollapse .div-out-menu .navbar-nav li {
          max-width: 100%;
          padding: 0 27px;
          position: relative; }
          section.header .container #navbarCollapse .div-out-menu .navbar-nav li:nth-child(3) {
            margin-right: 142px; }
          @media (max-width: 991px) {
            section.header .container #navbarCollapse .div-out-menu .navbar-nav li {
              margin: 0 0 13px;
              padding: 0 22px; } }
          section.header .container #navbarCollapse .div-out-menu .navbar-nav li a {
            font-size: 14px;
            font-weight: 600;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            color: #FAFAFA;
            text-transform: uppercase;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            letter-spacing: 1px;
            position: relative;
            z-index: 1000; }
            section.header .container #navbarCollapse .div-out-menu .navbar-nav li a:after {
              content: " ";
              display: block;
              position: absolute;
              height: 1px;
              width: 0;
              bottom: 0;
              left: 0;
              background: #fff;
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
            @media (max-width: 1370px) {
              section.header .container #navbarCollapse .div-out-menu .navbar-nav li a {
                font-size: 16px; } }
            @media (max-width: 991px) {
              section.header .container #navbarCollapse .div-out-menu .navbar-nav li a {
                font-size: 13px;
                font-weight: 600;
                color: #000;
                padding: 0; } }
            section.header .container #navbarCollapse .div-out-menu .navbar-nav li a:hover:after {
              width: 100%; }
      @media (max-width: 991px) {
        section.header .container #navbarCollapse .div-out-menu .div-img-menu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-top: 76%;
          position: relative; } }
      section.header .container #navbarCollapse .div-out-menu .div-img-menu img {
        width: 167px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      section.header .container #navbarCollapse.in {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); }
      section.header .container #navbarCollapse:not(.home) .div-out-menu .navbar-nav li a {
        color: #3A2B0B; }
        section.header .container #navbarCollapse:not(.home) .div-out-menu .navbar-nav li a:after {
          background: #3A2B0B; }
    section.header .container .outer-navbar-toggler .navbar-toggler {
      z-index: 999;
      position: relative;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      border: 0;
      background: 0;
      padding: 0; }
      section.header .container .outer-navbar-toggler .navbar-toggler > span, section.header .container .outer-navbar-toggler .navbar-toggler div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        section.header .container .outer-navbar-toggler .navbar-toggler > span span, section.header .container .outer-navbar-toggler .navbar-toggler div span {
          display: block;
          width: 35px;
          height: 1px;
          margin-bottom: 7px;
          border-radius: 3px;
          background: #3A2B0B;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          section.header .container .outer-navbar-toggler .navbar-toggler > span span:last-child, section.header .container .outer-navbar-toggler .navbar-toggler div span:last-child {
            width: 25px;
            margin-bottom: 0; }
      section.header .container .outer-navbar-toggler .navbar-toggler:not(.collapsed) > span span, section.header .container .outer-navbar-toggler .navbar-toggler:not(.collapsed) div span {
        background: #000 !important; }
        section.header .container .outer-navbar-toggler .navbar-toggler:not(.collapsed) > span span:nth-child(1), section.header .container .outer-navbar-toggler .navbar-toggler:not(.collapsed) div span:nth-child(1) {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          margin-top: 7px; }
        section.header .container .outer-navbar-toggler .navbar-toggler:not(.collapsed) > span span:nth-child(2), section.header .container .outer-navbar-toggler .navbar-toggler:not(.collapsed) div span:nth-child(2) {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin-top: -7px; }
        section.header .container .outer-navbar-toggler .navbar-toggler:not(.collapsed) > span span:nth-child(3), section.header .container .outer-navbar-toggler .navbar-toggler:not(.collapsed) div span:nth-child(3) {
          display: none; }
    section.header .container .header-languages {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      z-index: 100;
      position: relative; }
      section.header .container .header-languages a {
        color: #9D9D9C;
        margin: 4px; }
        section.header .container .header-languages a svg circle {
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        section.header .container .header-languages a.baixo svg circle {
          -webkit-transform: translate(1831px, 66px);
                  transform: translate(1831px, 66px); }
  section.header:not(.no-home) .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  section.header.no-home .container #navbarCollapse .div-out-menu .navbar-nav li a {
    color: #000; }
    section.header.no-home .container #navbarCollapse .div-out-menu .navbar-nav li a:after {
      background: #000; }
  section.header.sticky {
    position: fixed;
    top: 0;
    background: #fff; }
    @media (max-width: 991px) {
      section.header.sticky {
        background: #B09C3D; } }
    section.header.sticky .no-mobile {
      display: none; }
    section.header.sticky .container .outer-navbar-toggler .navbar-toggler > span span, section.header.sticky .container .outer-navbar-toggler .navbar-toggler div span {
      background: #fff; }
    section.header.sticky .container .outer-navbar-toggler .navbar-toggler:not(.collapsed) > span span, section.header.sticky .container .outer-navbar-toggler .navbar-toggler:not(.collapsed) div span {
      background: #3A2B0B; }
    section.header.sticky .container #navbarCollapse {
      padding-top: 0; }
    section.header.sticky .header-logo {
      width: 141px;
      height: 141px;
      padding: 0;
      background: #fff;
      border-radius: 50%; }
      @media (max-width: 991px) {
        section.header.sticky .header-logo {
          background: none;
          width: auto;
          height: auto; } }
      section.header.sticky .header-logo a img.logo-home {
        display: none; }
        @media (max-width: 991px) {
          section.header.sticky .header-logo a img.logo-home {
            display: block;
            -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1); } }
      section.header.sticky .header-logo a img.logo-home-gold {
        display: block; }
        @media (max-width: 991px) {
          section.header.sticky .header-logo a img.logo-home-gold {
            display: none;
            width: 60px;
            height: auto;
            -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1); } }
    section.header.sticky #navbarCollapse .div-out-menu .navbar-nav li a {
      color: #3A2B0B; }
      section.header.sticky #navbarCollapse .div-out-menu .navbar-nav li a:after {
        background: #3A2B0B; }
      @media (max-width: 991px) {
        section.header.sticky #navbarCollapse .div-out-menu .navbar-nav li a:after {
          background: #FAFAFA; } }

section.adjust-header-site {
  height: 165px;
  width: 100%; }
  @media (max-width: 991px) {
    section.adjust-header-site {
      height: 90px; } }

.admin-bar section.header {
  top: 44px; }
  @media (max-width: 782px) {
    .admin-bar section.header {
      top: 58px; } }
  .admin-bar section.header.sticky {
    top: 32px; }
    @media (max-width: 782px) {
      .admin-bar section.header.sticky {
        top: 46px; } }
  @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; } }

.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 {
  margin-top: 80px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .pagination {
      margin-top: 58px; } }
  .pagination .screen-reader-text {
    display: none; }
  .pagination .nav-links {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: relative;
    overflow: hidden; }
    .pagination .nav-links li {
      background: none;
      margin: 0 5px; }
      .pagination .nav-links li a, .pagination .nav-links li span {
        background: #3A2B0B;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #fff; }
        @media (max-width: 991px) {
          .pagination .nav-links li a, .pagination .nav-links li span {
            width: 22px;
            height: 22px;
            font-size: 13px; } }
      .pagination .nav-links li.current {
        z-index: 1; }
      .pagination .nav-links li:hover a, .pagination .nav-links li:hover span, .pagination .nav-links li:focus a, .pagination .nav-links li:focus span, .pagination .nav-links li:active a, .pagination .nav-links li:active span, .pagination .nav-links li.current a, .pagination .nav-links li.current span {
        background: #B09C3D; }
      .pagination .nav-links li.disabled {
        pointer-events: none; }
  .pagination .prev.disabled {
    pointer-events: none;
    display: none; }
  .pagination .prev a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 30px;
    background: #3A2B0B;
    padding: 0 12px;
    border-radius: 15px;
    color: #fff; }
    .pagination .prev a:hover {
      background: #B09C3D; }
    @media (max-width: 991px) {
      .pagination .prev a {
        height: 22px;
        font-size: 13px; } }
  .pagination .next.disabled {
    pointer-events: none;
    display: none; }
  .pagination .next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 30px;
    background: #3A2B0B;
    padding: 0 12px;
    border-radius: 15px;
    color: #fff; }
    .pagination .next a:hover {
      background: #B09C3D; }
    @media (max-width: 991px) {
      .pagination .next a {
        height: 22px;
        font-size: 13px; } }
  .pagination.posts {
    margin-left: -6px; }
    .pagination.posts .nav-links .current,
    .pagination.posts .nav-links a {
      padding: 5px 6px; }

/* LGPD */
.cookie-div {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #F7F6F5;
  z-index: 9900;
  background: #B09C3D; }
  .cookie-div .container .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 38px 0 32px;
    position: relative; }
    @media (max-width: 767px) {
      .cookie-div .container .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 20px 0 20px; } }
    @media (max-width: 767px) {
      .cookie-div .container .content .disclaimer {
        padding-left: 4px;
        margin-bottom: 10px; } }
    .cookie-div .container .content .disclaimer h1, .cookie-div .container .content .disclaimer h2, .cookie-div .container .content .disclaimer h3, .cookie-div .container .content .disclaimer h4, .cookie-div .container .content .disclaimer h5, .cookie-div .container .content .disclaimer h6 {
      color: #F7F6F5;
      font-size: 20px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .cookie-div .container .content .disclaimer h1, .cookie-div .container .content .disclaimer h2, .cookie-div .container .content .disclaimer h3, .cookie-div .container .content .disclaimer h4, .cookie-div .container .content .disclaimer h5, .cookie-div .container .content .disclaimer h6 {
          font-size: 17px; } }
    .cookie-div .container .content .disclaimer p {
      line-height: 15px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .cookie-div .container .content .disclaimer p {
          line-height: 12px; } }
      .cookie-div .container .content .disclaimer p a {
        color: #F7F6F5;
        text-decoration: underline;
        outline: none;
        -webkit-transition: all .2s ease;
        transition: all .2s ease; }
        .cookie-div .container .content .disclaimer p a:hover {
          text-decoration: underline; }
    .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 .btn {
        background: #fff; }
        .cookie-div .container .content .div-button .btn:hover {
          background: #B09C3D; }

.page-template-page-homepage section.header .container .header-logo a img.logo-home {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }

.page-template-page-homepage section.header .container .outer-navbar-toggler .navbar-toggler > span span, .page-template-page-homepage section.header .container .outer-navbar-toggler .navbar-toggler div span {
  background: #fff; }

.header-home .header-container {
  margin: 14px 15px 0;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1360px) {
    .header-home .header-container {
      margin: 14px -15px 0; } }
  @media (max-width: 991px) {
    .header-home .header-container {
      margin: 14px 0 0; } }
  .header-home .header-container .inner-header {
    width: 100%;
    padding-top: 724px; }
    @media (max-width: 991px) {
      .header-home .header-container .inner-header {
        padding-top: 160%; } }
    .header-home .header-container .inner-header:before {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #111110;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 17, 16, 0.49)), color-stop(50%, rgba(17, 17, 16, 0)), to(rgba(17, 17, 16, 0.49)));
      background: linear-gradient(0deg, rgba(17, 17, 16, 0.49) 0%, rgba(17, 17, 16, 0) 50%, rgba(17, 17, 16, 0.49) 100%);
      z-index: 2; }
    .header-home .header-container .inner-header .img-header,
    .header-home .header-container .inner-header .img-header-mob {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 1; }
    @media (max-width: 991px) {
      .header-home .header-container .inner-header .img-header {
        display: none; } }
    .header-home .header-container .inner-header .img-header-mob {
      display: none; }
      @media (max-width: 991px) {
        .header-home .header-container .inner-header .img-header-mob {
          display: block; } }
    .header-home .header-container .inner-header .content-header {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding: 0 112px 53px;
      background: rgba(17, 17, 16, 0.3); }
      @media (max-width: 1360px) {
        .header-home .header-container .inner-header .content-header {
          padding: 0 15px 53px; } }
      @media (max-width: 991px) {
        .header-home .header-container .inner-header .content-header {
          padding: 0 15px 30px; } }
      .header-home .header-container .inner-header .content-header .role-baixo {
        right: 0;
        bottom: -55px;
        -webkit-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
                writing-mode: vertical-lr;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        height: 210px;
        text-align: right;
        border-left: 1px solid #fff;
        padding-left: 5px; }
      .header-home .header-container .inner-header .content-header .content-inner {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (max-width: 991px) {
          .header-home .header-container .inner-header .content-header .content-inner:after {
            content: " ";
            display: block;
            position: absolute;
            bottom: -16px;
            left: calc(50% - 0.5px);
            height: 17px;
            width: 1px;
            background: #fff; } }
        .header-home .header-container .inner-header .content-header .content-inner h2 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          font-size: 60px; }
          @media (max-width: 991px) {
            .header-home .header-container .inner-header .content-header .content-inner h2 {
              font-size: 32px; } }
          .header-home .header-container .inner-header .content-header .content-inner h2 span {
            display: block;
            line-height: 61px; }
            @media (max-width: 991px) {
              .header-home .header-container .inner-header .content-header .content-inner h2 span {
                line-height: 32px; } }
            .header-home .header-container .inner-header .content-header .content-inner h2 span.parte-2 {
              margin-left: 132px;
              position: relative; }
              @media (max-width: 991px) {
                .header-home .header-container .inner-header .content-header .content-inner h2 span.parte-2 {
                  margin-left: 22px; } }
              .header-home .header-container .inner-header .content-header .content-inner h2 span.parte-2:before {
                content: " ";
                display: block;
                position: absolute;
                height: 1px;
                width: 50vw;
                background: #FAFAFA;
                top: 50%;
                left: -17px;
                -webkit-transform: translate(-100%, -50%);
                        transform: translate(-100%, -50%); }
                @media (max-width: 991px) {
                  .header-home .header-container .inner-header .content-header .content-inner h2 span.parte-2:before {
                    left: -10px; } }
            .header-home .header-container .inner-header .content-header .content-inner h2 span.parte-3 {
              margin-left: 165px; }
              @media (max-width: 991px) {
                .header-home .header-container .inner-header .content-header .content-inner h2 span.parte-3 {
                  margin-left: 0; } }
        .header-home .header-container .inner-header .content-header .content-inner a {
          -ms-flex-item-align: end;
              align-self: flex-end; }
          @media (max-width: 991px) {
            .header-home .header-container .inner-header .content-header .content-inner a {
              -ms-flex-item-align: start;
                  align-self: flex-start;
              margin-top: 10px;
              margin-bottom: 17px; } }

.header-home.cartao .logotipo {
  position: absolute;
  z-index: 7;
  top: 70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }
  @media (max-width: 991px) {
    .header-home.cartao .logotipo {
      top: 10px; } }
  .header-home.cartao .logotipo img {
    width: 385px;
    height: auto; }
    @media (max-width: 991px) {
      .header-home.cartao .logotipo img {
        width: 168px; } }

.header-home.cartao .header-container .inner-header {
  padding-top: 45.7%; }
  @media (max-width: 991px) {
    .header-home.cartao .header-container .inner-header {
      padding-top: 146%; }
      .header-home.cartao .header-container .inner-header .content-header .content-inner:after {
        display: none; } }

.conteudo-homepage .div-missao {
  margin: -15px -105px 0;
  border-radius: 15px;
  background: #F7F6F5;
  position: relative;
  z-index: 5; }
  @media (max-width: 1360px) {
    .conteudo-homepage .div-missao {
      margin: -15px -15px 0; } }
  @media (max-width: 991px) {
    .conteudo-homepage .div-missao {
      margin: -15px 0 0; } }
  @media (max-width: 575px) {
    .conteudo-homepage .div-missao {
      margin: -15px -15px 0; } }
  .conteudo-homepage .div-missao h2 {
    max-width: 785px;
    margin: 63px auto 0; }
    @media (max-width: 991px) {
      .conteudo-homepage .div-missao h2 {
        font-size: 24px; } }

@media (max-width: 991px) {
  .home-numeros {
    background: none; } }

@media (min-width: 1200px) {
  .home-numeros .container {
    max-width: 925px; } }

@media (max-width: 991px) {
  .home-numeros .list-numeros .item-numero {
    margin: 15px 0; } }

.home-numeros .list-numeros .item-numero p {
  line-height: 100px;
  margin-bottom: 13px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on; }
  @media (max-width: 991px) {
    .home-numeros .list-numeros .item-numero p {
      font-size: 50px;
      line-height: 52px; } }

.home-numeros .btn {
  margin-top: 44px;
  position: relative;
  z-index: 1; }

.home-areas-atuacao {
  background: url(/wp-content/themes/cidcampelo/assets/img/bg/bg-areas-atuacao.jpg) top left no-repeat;
  margin-top: -55px;
  padding-bottom: 136px; }
  @media (max-width: 991px) {
    .home-areas-atuacao {
      padding-bottom: 29px; } }
  .home-areas-atuacao .header-areas {
    padding-top: 177px; }
    @media (max-width: 991px) {
      .home-areas-atuacao .header-areas {
        padding-top: 111px; } }
    @media (max-width: 991px) {
      .home-areas-atuacao .header-areas h2 {
        font-size: 32px; } }
    .home-areas-atuacao .header-areas h2 span {
      display: block;
      line-height: 61px; }
      @media (max-width: 991px) {
        .home-areas-atuacao .header-areas h2 span {
          line-height: 32px; } }
      .home-areas-atuacao .header-areas h2 span.parte-2 {
        margin-left: 65px;
        position: relative; }
        @media (max-width: 991px) {
          .home-areas-atuacao .header-areas h2 span.parte-2 {
            margin-left: 24px; } }
        .home-areas-atuacao .header-areas h2 span.parte-2:before {
          content: " ";
          display: block;
          position: absolute;
          height: 1px;
          width: 50vw;
          background: #3A2B0B;
          top: 50%;
          left: -17px;
          -webkit-transform: translate(-100%, -50%);
                  transform: translate(-100%, -50%); }
    @media (max-width: 991px) {
      .home-areas-atuacao .header-areas .descritivo {
        padding: 0 5px 0 57px; }
        .home-areas-atuacao .header-areas .descritivo br {
          display: none; } }
  .home-areas-atuacao .carrossel-areas {
    margin-top: 62px; }
    @media (max-width: 991px) {
      .home-areas-atuacao .carrossel-areas {
        margin-top: 32px; } }
    .home-areas-atuacao .carrossel-areas .owl-stage-outer {
      overflow: inherit; }
      @media (max-width: 991px) {
        .home-areas-atuacao .carrossel-areas .owl-stage-outer .owl-stage .owl-item {
          pointer-events: none;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          .home-areas-atuacao .carrossel-areas .owl-stage-outer .owl-stage .owl-item.active {
            opacity: 1;
            pointer-events: auto; } }
      .home-areas-atuacao .carrossel-areas .owl-stage-outer .owl-stage .owl-item .item-atuacao .column-img .outer-image {
        width: 100%;
        padding-top: 41.6%;
        overflow: hidden;
        position: relative;
        border-radius: 15px; }
        @media (max-width: 991px) {
          .home-areas-atuacao .carrossel-areas .owl-stage-outer .owl-stage .owl-item .item-atuacao .column-img .outer-image {
            padding-top: 77%; } }
        .home-areas-atuacao .carrossel-areas .owl-stage-outer .owl-stage .owl-item .item-atuacao .column-img .outer-image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: auto; }
          @media (max-width: 991px) {
            .home-areas-atuacao .carrossel-areas .owl-stage-outer .owl-stage .owl-item .item-atuacao .column-img .outer-image img {
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; } }
      .home-areas-atuacao .carrossel-areas .owl-stage-outer .owl-stage .owl-item .item-atuacao .column-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 1260px) {
          .home-areas-atuacao .carrossel-areas .owl-stage-outer .owl-stage .owl-item .item-atuacao .column-content {
            padding-left: 0; } }
        .home-areas-atuacao .carrossel-areas .owl-stage-outer .owl-stage .owl-item .item-atuacao .column-content h3 {
          line-height: 41px;
          margin-bottom: 34px;
          max-width: 90%; }
          @media (max-width: 1260px) {
            .home-areas-atuacao .carrossel-areas .owl-stage-outer .owl-stage .owl-item .item-atuacao .column-content h3 {
              font-size: 35px;
              line-height: 31px; } }
          @media (max-width: 991px) {
            .home-areas-atuacao .carrossel-areas .owl-stage-outer .owl-stage .owl-item .item-atuacao .column-content h3 {
              font-size: 24px;
              line-height: 27px;
              margin-bottom: 8px;
              margin-top: 0; } }
      .home-areas-atuacao .carrossel-areas .owl-stage-outer .owl-stage .owl-item:not(.active) .item-atuacao {
        -webkit-transform: translate(-70px, 0);
                transform: translate(-70px, 0); }
        @media (max-width: 1260px) {
          .home-areas-atuacao .carrossel-areas .owl-stage-outer .owl-stage .owl-item:not(.active) .item-atuacao {
            -webkit-transform: translate(-30px, 0);
                    transform: translate(-30px, 0); } }
      .home-areas-atuacao .carrossel-areas .owl-stage-outer .owl-stage .owl-item.active + div .item-atuacao {
        -webkit-transform: translate(70px, 0);
                transform: translate(70px, 0); }
        @media (max-width: 1260px) {
          .home-areas-atuacao .carrossel-areas .owl-stage-outer .owl-stage .owl-item.active + div .item-atuacao {
            -webkit-transform: translate(30px, 0);
                    transform: translate(30px, 0); } }
    .home-areas-atuacao .carrossel-areas .owl-dots {
      width: 330px;
      margin: 56px auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 100%;
      -webkit-transform: translate(-44%, 0);
              transform: translate(-44%, 0); }
      @media (max-width: 991px) {
        .home-areas-atuacao .carrossel-areas .owl-dots {
          -webkit-transform: none;
                  transform: none; } }
      .home-areas-atuacao .carrossel-areas .owl-dots .owl-dot {
        border: none;
        padding: 0;
        height: 9px;
        width: 9px;
        min-width: 9px;
        border-radius: 4px;
        background: #B09C3D;
        margin: 0 10px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        @media (max-width: 991px) {
          .home-areas-atuacao .carrossel-areas .owl-dots .owl-dot {
            height: 5px;
            width: 5px;
            min-width: 5px;
            margin: 0 6px; } }
        .home-areas-atuacao .carrossel-areas .owl-dots .owl-dot.active {
          width: 100%;
          height: 7px;
          pointer-events: none !important; }
          @media (max-width: 991px) {
            .home-areas-atuacao .carrossel-areas .owl-dots .owl-dot.active {
              height: 5px; } }
        .home-areas-atuacao .carrossel-areas .owl-dots .owl-dot span {
          display: none; }

@media (max-width: 991px) {
  .home-equipe > .container {
    padding: 0; } }

.home-equipe .icone-equipe {
  width: 150px;
  height: 150px;
  background: #EDEBE7;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto -72px;
  position: relative;
  top: -75px; }
  @media (max-width: 1260px) {
    .home-equipe .icone-equipe {
      width: 90px;
      height: 90px;
      top: -45px;
      margin: 0 auto -44px; }
      .home-equipe .icone-equipe img {
        width: 48px;
        height: auto; } }

.home-equipe .div-header-equipe {
  width: 100%;
  max-width: 710px;
  margin: 0 auto 44px; }
  @media (max-width: 991px) {
    .home-equipe .div-header-equipe {
      margin: 0 auto 25px; } }
  .home-equipe .div-header-equipe h2 {
    margin-bottom: 22px; }
    @media (max-width: 991px) {
      .home-equipe .div-header-equipe h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .home-equipe .div-header-equipe .descritivo {
      font-size: 15px; } }

.home-equipe .outer-image {
  width: 100%;
  padding-top: 40.5%;
  position: relative;
  border-radius: 15px;
  z-index: 2;
  margin-bottom: 42px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .home-equipe .outer-image {
      padding-top: 50%; } }
  .home-equipe .outer-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover; }

.home-equipe .div-botao {
  position: relative;
  z-index: 2; }

.home-depoimentos {
  background: url(/wp-content/themes/cidcampelo/assets/img/bg/bg-depoimentos.png) bottom right no-repeat #F7F6F5;
  padding-top: 126px;
  margin-top: -182px;
  padding-bottom: 226px; }
  @media (max-width: 991px) {
    .home-depoimentos {
      background: #F7F6F5;
      padding-top: 205px;
      padding-bottom: 95px;
      margin-top: -158px; } }
  @media (max-width: 991px) {
    .home-depoimentos h2 {
      font-size: 28px;
      margin-bottom: 30px; } }
  .home-depoimentos h2 span {
    display: block;
    line-height: 61px; }
    @media (max-width: 991px) {
      .home-depoimentos h2 span {
        line-height: 22px; } }
    .home-depoimentos h2 span.parte-2 {
      margin-left: 65px;
      position: relative; }
      @media (max-width: 991px) {
        .home-depoimentos h2 span.parte-2 {
          margin-left: 40px; } }
      .home-depoimentos h2 span.parte-2:before {
        content: " ";
        display: block;
        position: absolute;
        height: 1px;
        width: 50vw;
        background: #3A2B0B;
        top: 50%;
        left: -17px;
        -webkit-transform: translate(-100%, -50%);
                transform: translate(-100%, -50%); }
    .home-depoimentos h2 span.parte-3 {
      margin-left: 12px; }
    .home-depoimentos h2 span.parte-4 {
      margin-left: 44px; }
  .home-depoimentos .carrossel-depoimentos .owl-stage-outer .owl-stage .owl-item .item-depoimento {
    padding-right: 15px; }
    .home-depoimentos .carrossel-depoimentos .owl-stage-outer .owl-stage .owl-item .item-depoimento .depoimento {
      line-height: 43px;
      margin-bottom: 26px; }
      @media (max-width: 991px) {
        .home-depoimentos .carrossel-depoimentos .owl-stage-outer .owl-stage .owl-item .item-depoimento .depoimento {
          font-size: 22px;
          line-height: 22px; } }
  .home-depoimentos .carrossel-depoimentos .owl-dots {
    width: 300px;
    margin-top: 46px;
    margin-left: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%; }
    .home-depoimentos .carrossel-depoimentos .owl-dots .owl-dot {
      border: none;
      padding: 0;
      height: 9px;
      width: 9px;
      min-width: 9px;
      border-radius: 4px;
      background: #B09C3D;
      margin: 0 10px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .home-depoimentos .carrossel-depoimentos .owl-dots .owl-dot.active {
        width: 100%;
        height: 7px;
        pointer-events: none !important; }
      .home-depoimentos .carrossel-depoimentos .owl-dots .owl-dot span {
        display: none; }

.header-historia {
  padding-top: 222px;
  background: url(/wp-content/themes/cidcampelo/assets/img/bg/bg-areas-atuacao.jpg) top left -98px no-repeat #F7F6F5; }
  @media (max-width: 991px) {
    .header-historia {
      padding: 97px 5px 0; } }
  .header-historia h1 {
    line-height: 94px;
    margin-bottom: 50px;
    padding: 0 105px; }
    @media (max-width: 1199px) {
      .header-historia h1 {
        font-size: 80px; } }
    @media (max-width: 991px) {
      .header-historia h1 {
        padding: 0;
        font-size: 32px;
        line-height: 32px;
        margin: 0 auto 31px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
    .header-historia h1 span {
      display: block; }
      .header-historia h1 span.parte-2 {
        margin-left: 109px; }
        @media (max-width: 991px) {
          .header-historia h1 span.parte-2 {
            margin-left: 32px; } }
      .header-historia h1 span.parte-3 {
        margin-left: 14px;
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        @media (max-width: 991px) {
          .header-historia h1 span.parte-3 {
            margin-left: 0; } }
        .header-historia h1 span.parte-3:before {
          content: " ";
          display: block;
          position: absolute;
          height: 1px;
          width: 50vw;
          background: #B09C3D;
          top: calc(50% + 9px);
          right: -30px;
          -webkit-transform: translate(100%, -50%);
                  transform: translate(100%, -50%); }
          @media (max-width: 991px) {
            .header-historia h1 span.parte-3:before {
              right: -10px;
              top: calc(50% + 3px); } }
      .header-historia h1 span.parte-4 {
        margin-left: 230px; }
        @media (max-width: 991px) {
          .header-historia h1 span.parte-4 {
            margin-left: 70px; } }
  .header-historia .outer-image {
    position: relative;
    width: 100%;
    padding-top: 39.8%;
    border-radius: 15px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .header-historia .outer-image {
        border-radius: 8px;
        padding-top: 62%; } }
    .header-historia .outer-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.conteudo-historia {
  margin-top: 30px; }
  .conteudo-historia > .container {
    padding-top: 57px;
    position: relative; }
    @media (max-width: 991px) {
      .conteudo-historia > .container {
        padding-top: 0; } }
    .conteudo-historia > .container:before {
      content: " ";
      display: block;
      width: 323px;
      height: 408px;
      background: url(/wp-content/themes/cidcampelo/assets/img/bg/60b.png) top left no-repeat;
      position: absolute;
      top: 0;
      left: 30px;
      z-index: 2; }
      @media (max-width: 991px) {
        .conteudo-historia > .container:before {
          width: 126px;
          height: 163px;
          background-size: cover;
          left: -15px;
          top: -13px; } }
    .conteudo-historia > .container .descritivo {
      position: relative;
      z-index: 3;
      padding-left: 36px;
      max-width: 494px; }
    .conteudo-historia > .container .carrossel-historia {
      position: relative;
      margin-top: 69px;
      margin-bottom: 61px; }
      @media (max-width: 991px) {
        .conteudo-historia > .container .carrossel-historia {
          margin-top: 31px;
          margin-left: 35px;
          margin-bottom: 32px; } }
      .conteudo-historia > .container .carrossel-historia:before {
        content: " ";
        display: block;
        background: #F7F6F5;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100vw;
        -webkit-transform: translate(-100%, 0);
                transform: translate(-100%, 0);
        z-index: 1; }
      .conteudo-historia > .container .carrossel-historia .owl-stage-outer {
        overflow: inherit; }
        .conteudo-historia > .container .carrossel-historia .owl-stage-outer .owl-stage .owl-item {
          padding-right: 30px; }
          @media (max-width: 991px) {
            .conteudo-historia > .container .carrossel-historia .owl-stage-outer .owl-stage .owl-item {
              padding-right: 15px; } }
          .conteudo-historia > .container .carrossel-historia .owl-stage-outer .owl-stage .owl-item .item-imagem {
            position: relative;
            width: 100%;
            padding-top: 59.4%;
            border-radius: 15px;
            overflow: hidden; }
            @media (max-width: 991px) {
              .conteudo-historia > .container .carrossel-historia .owl-stage-outer .owl-stage .owl-item .item-imagem {
                border-radius: 8px;
                padding-top: 74.6%; } }
            .conteudo-historia > .container .carrossel-historia .owl-stage-outer .owl-stage .owl-item .item-imagem img {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
      .conteudo-historia > .container .carrossel-historia .owl-dots {
        width: 300px;
        margin-top: 22px;
        margin-left: -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 100%; }
        @media (max-width: 991px) {
          .conteudo-historia > .container .carrossel-historia .owl-dots {
            margin-left: -6px; } }
        .conteudo-historia > .container .carrossel-historia .owl-dots .owl-dot {
          border: none;
          padding: 0;
          height: 9px;
          width: 9px;
          min-width: 9px;
          border-radius: 4px;
          background: #B09C3D;
          margin: 0 10px;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          @media (max-width: 991px) {
            .conteudo-historia > .container .carrossel-historia .owl-dots .owl-dot {
              height: 5px;
              width: 5px;
              min-width: 5px;
              margin: 0 6px; } }
          .conteudo-historia > .container .carrossel-historia .owl-dots .owl-dot.active {
            width: 100%;
            height: 7px;
            pointer-events: none !important; }
            @media (max-width: 991px) {
              .conteudo-historia > .container .carrossel-historia .owl-dots .owl-dot.active {
                height: 5px; } }
          .conteudo-historia > .container .carrossel-historia .owl-dots .owl-dot span {
            display: none; }

.geracao-historia {
  margin-top: 109px;
  padding-bottom: 12px;
  position: relative; }
  @media (max-width: 991px) {
    .geracao-historia {
      margin-top: 40px; } }
  .geracao-historia:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    background: #EDEBE7;
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: calc(100% - 209px);
    top: 209px;
    left: 0; }
    @media (max-width: 991px) {
      .geracao-historia:before {
        border-radius: 8px 8px 0 0;
        display: none; } }
  .geracao-historia > .container {
    position: relative;
    z-index: 2; }
  .geracao-historia h2 {
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .geracao-historia h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 35px; } }
  .geracao-historia .list-geracoes {
    margin-right: -56px;
    margin-left: -56px; }
    .geracao-historia .list-geracoes .item-geracao {
      padding-right: 56px;
      padding-left: 56px;
      padding-bottom: 40px; }
      @media (max-width: 991px) {
        .geracao-historia .list-geracoes .item-geracao {
          padding-right: 80px;
          padding-left: 80px;
          padding-bottom: 20px; } }
      .geracao-historia .list-geracoes .item-geracao:not(:last-child):before {
        content: " ";
        display: block;
        width: 146px;
        height: 67px;
        background: url(/wp-content/themes/cidcampelo/assets/img/bg/graf-foto.png) center left no-repeat;
        right: -56px;
        top: 206px;
        position: absolute;
        z-index: 1; }
        @media (max-width: 991px) {
          .geracao-historia .list-geracoes .item-geracao:not(:last-child):before {
            display: none; } }
      @media (max-width: 991px) {
        .geracao-historia .list-geracoes .item-geracao:not(:first-child):before {
          content: " ";
          display: block;
          width: 40px;
          height: 28px;
          background: url(/wp-content/themes/cidcampelo/assets/img/bg/graf-foto.png) center left no-repeat;
          right: calc(50% - 20px);
          top: -34px;
          position: absolute;
          z-index: 1;
          background-size: auto 100%;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); } }
      .geracao-historia .list-geracoes .item-geracao .outer-foto {
        position: relative;
        width: 100%;
        padding-top: 138%;
        border-radius: 15px;
        overflow: hidden; }
        .geracao-historia .list-geracoes .item-geracao .outer-foto img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .geracao-historia .list-geracoes .item-geracao .content-geracao {
        padding: 25px 8px 0; }
        @media (max-width: 1199px) {
          .geracao-historia .list-geracoes .item-geracao .content-geracao {
            padding: 25px 0 0;
            font-size: 12px; } }
        @media (max-width: 991px) {
          .geracao-historia .list-geracoes .item-geracao .content-geracao {
            font-size: 13px; } }
        .geracao-historia .list-geracoes .item-geracao .content-geracao .geracao {
          margin-bottom: 5px; }
          @media (max-width: 991px) {
            .geracao-historia .list-geracoes .item-geracao .content-geracao .geracao {
              margin-bottom: 0; } }
        .geracao-historia .list-geracoes .item-geracao .content-geracao h3 {
          line-height: 46px;
          margin-bottom: 11px; }
          @media (max-width: 1199px) {
            .geracao-historia .list-geracoes .item-geracao .content-geracao h3 {
              font-size: 32px; } }
          @media (max-width: 991px) {
            .geracao-historia .list-geracoes .item-geracao .content-geracao h3 {
              margin-bottom: 5px; } }

.linha-tempo-historia {
  position: relative;
  background: #3A2B0B;
  border-radius: 15px;
  margin-top: -15px;
  overflow: hidden;
  padding-top: 86px; }
  @media (max-width: 991px) {
    .linha-tempo-historia {
      border-radius: 8px;
      padding-top: 32px;
      padding-bottom: 5px; } }
  .linha-tempo-historia .image-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .linha-tempo-historia .conteudo {
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      .linha-tempo-historia .conteudo h2 {
        font-size: 32px;
        margin-bottom: 18px; } }
    .linha-tempo-historia .conteudo h2 span {
      display: block;
      line-height: 61px; }
      @media (max-width: 991px) {
        .linha-tempo-historia .conteudo h2 span {
          line-height: 22px; } }
      .linha-tempo-historia .conteudo h2 span.parte-2 {
        margin-left: 92px;
        position: relative; }
        @media (max-width: 991px) {
          .linha-tempo-historia .conteudo h2 span.parte-2 {
            margin-left: 40px; } }
        .linha-tempo-historia .conteudo h2 span.parte-2:before {
          content: " ";
          display: block;
          position: absolute;
          height: 1px;
          width: 50vw;
          background: #FAFAFA;
          top: 50%;
          left: -17px;
          -webkit-transform: translate(-100%, -50%);
                  transform: translate(-100%, -50%); }
    .linha-tempo-historia .conteudo .disclaimer {
      letter-spacing: 1px;
      padding-top: 28px; }
      @media (max-width: 991px) {
        .linha-tempo-historia .conteudo .disclaimer {
          padding-top: 0;
          padding-left: 53px;
          font-size: 13px; } }
    .linha-tempo-historia .conteudo .carrossel-linha-tempo {
      margin-top: 60px;
      position: relative; }
      @media (max-width: 991px) {
        .linha-tempo-historia .conteudo .carrossel-linha-tempo {
          margin-top: 34px;
          padding-bottom: 15px; } }
      .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-stage-outer .owl-stage .owl-item {
        padding-left: 115px;
        padding-right: 100px; }
        .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-stage-outer .owl-stage .owl-item > div {
          display: none; }
        .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-stage-outer .owl-stage .owl-item.active > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        @media (max-width: 991px) {
          .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-stage-outer .owl-stage .owl-item {
            padding-left: 0;
            padding-right: 0; } }
        .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-stage-outer .owl-stage .owl-item .geracao {
          margin-bottom: 0; }
          @media (max-width: 991px) {
            .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-stage-outer .owl-stage .owl-item .geracao {
              font-size: 12px; } }
        .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-stage-outer .owl-stage .owl-item h3 {
          line-height: 110px;
          -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
                  font-feature-settings: 'pnum' on, 'lnum' on;
          margin-bottom: 12px; }
          @media (max-width: 991px) {
            .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-stage-outer .owl-stage .owl-item h3 {
              font-size: 48px;
              line-height: 48px;
              -webkit-font-feature-settings: normal;
                      font-feature-settings: normal; } }
        .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-stage-outer .owl-stage .owl-item .destaque {
          line-height: 120%; }
          @media (max-width: 991px) {
            .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-stage-outer .owl-stage .owl-item .destaque {
              font-size: 24px;
              line-height: 26px; } }
        .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-stage-outer .owl-stage .owl-item .descritivo {
          margin-bottom: 23px;
          letter-spacing: 1px; }
          @media (max-width: 991px) {
            .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-stage-outer .owl-stage .owl-item .descritivo {
              font-size: 13px; } }
        .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-stage-outer .owl-stage .owl-item .div-images {
          margin-left: -15px;
          margin-right: -15px; }
          .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-stage-outer .owl-stage .owl-item .div-images img {
            margin: 15px;
            max-width: calc(50% - 30px);
            max-height: 250px;
            width: auto;
            height: auto;
            border-radius: 10px; }
            @media (max-width: 991px) {
              .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-stage-outer .owl-stage .owl-item .div-images img {
                max-width: calc(100% - 30px); } }
      .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-nav button {
        position: absolute;
        top: 50%;
        border: 0;
        padding: 0;
        width: 32px;
        height: 32px;
        pointer-events: auto !important; }
        @media (max-width: 991px) {
          .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-nav button {
            top: auto;
            bottom: 0; } }
        .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-nav button span {
          display: none; }
        .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-nav button.owl-prev {
          background: url(/wp-content/themes/cidcampelo/assets/img/bg/arrow-l.png) center no-repeat;
          background-size: cover;
          left: 0;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
          @media (max-width: 991px) {
            .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-nav button.owl-prev {
              left: calc(50% - 10px);
              -webkit-transform: translate(-100%, -50%);
                      transform: translate(-100%, -50%); } }
        .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-nav button.owl-next {
          background: url(/wp-content/themes/cidcampelo/assets/img/bg/arrow-r.png) center no-repeat;
          background-size: cover;
          right: 0;
          -webkit-transform: translate(50%, -50%);
                  transform: translate(50%, -50%); }
          @media (max-width: 991px) {
            .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-nav button.owl-next {
              right: calc(50% - 10px);
              -webkit-transform: translate(100%, -50%);
                      transform: translate(100%, -50%); } }
      .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-dots {
        padding-left: 101px;
        padding-right: 100px;
        padding-bottom: 88px;
        width: 100%;
        margin-top: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 100%; }
        @media (max-width: 991px) {
          .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-dots {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            padding: 0 0 40px; } }
        .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-dots .owl-dot {
          border: none;
          padding: 0;
          height: 9px;
          width: 9px;
          min-width: 9px;
          border-radius: 4px;
          background: #B09C3D;
          margin: 0 14px;
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          pointer-events: auto !important; }
          @media (max-width: 991px) {
            .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-dots .owl-dot {
              margin: 8px;
              height: 5px;
              width: 5px;
              min-width: 5px; } }
          .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-dots .owl-dot.active {
            width: 100%;
            height: 7px;
            pointer-events: none !important;
            position: relative; }
            @media (max-width: 991px) {
              .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-dots .owl-dot.active {
                width: 42px;
                min-width: 42px;
                height: 5px; } }
            .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-dots .owl-dot.active:before {
              content: ' ';
              display: block;
              width: 68px;
              height: 68px;
              background: url(/wp-content/themes/cidcampelo/assets/img/bg/graf-circle.png) center no-repeat;
              background-size: cover;
              position: absolute;
              left: -28px;
              top: -30px;
              z-index: -1; }
              @media (max-width: 991px) {
                .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-dots .owl-dot.active:before {
                  left: -13px;
                  top: -13px;
                  width: 32px;
                  height: 32px; } }
          .linha-tempo-historia .conteudo .carrossel-linha-tempo .owl-dots .owl-dot span {
            display: none; }

.footer-historia {
  margin: 54px 0 165px; }
  @media (max-width: 991px) {
    .footer-historia {
      margin: 29px 0 147px;
      padding: 0; } }

/* Página */
.header-areas {
  padding-top: 221px;
  background: url(/wp-content/themes/cidcampelo/assets/img/bg/bg-areas-atuacao.jpg) top left -98px no-repeat #F7F6F5; }
  @media (max-width: 991px) {
    .header-areas {
      padding-top: 98px;
      background-size: 254px auto;
      background-position: top 50px left -50px; }
      .header-areas > .container {
        padding-left: 5px;
        padding-right: 5px; } }
  .header-areas h1 {
    line-height: 110px;
    margin-bottom: 42px; }
    @media (max-width: 991px) {
      .header-areas h1 {
        font-size: 32px;
        line-height: 32px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto 20px; } }
    .header-areas h1 span {
      display: block; }
      .header-areas h1 span.parte-1 {
        -ms-flex-item-align: center;
            align-self: center; }
        @media (max-width: 991px) {
          .header-areas h1 span.parte-1 {
            -ms-flex-item-align: auto;
                align-self: auto; } }
      .header-areas h1 span.parte-2 {
        margin-left: 14px;
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -ms-flex-item-align: end;
            align-self: flex-end; }
        @media (max-width: 991px) {
          .header-areas h1 span.parte-2 {
            margin-left: 43px; } }
        .header-areas h1 span.parte-2:before {
          content: " ";
          display: block;
          position: absolute;
          height: 1px;
          width: 50vw;
          background: #B09C3D;
          top: calc(50% + 9px);
          left: -30px;
          -webkit-transform: translate(-100%, -50%);
                  transform: translate(-100%, -50%); }
          @media (max-width: 991px) {
            .header-areas h1 span.parte-2:before {
              left: -12px;
              top: calc(50% + 3px); } }
    .header-areas h1.equipe span.parte-1 {
      margin-left: 110px;
      -ms-flex-item-align: auto;
          align-self: auto; }
      @media (max-width: 991px) {
        .header-areas h1.equipe span.parte-1 {
          margin-left: 0; } }
    .header-areas h1.equipe span.parte-2 {
      margin-right: 150px; }
      @media (max-width: 991px) {
        .header-areas h1.equipe span.parte-2 {
          margin-right: 0;
          margin-left: 47px; } }
  .header-areas .outer-image {
    width: 100%;
    padding-top: 40%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin-top: 55px;
    margin-bottom: 45px; }
    @media (max-width: 991px) {
      .header-areas .outer-image {
        margin-bottom: 23px;
        margin-top: 32px;
        padding-top: 62%; } }
    .header-areas .outer-image img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover; }
  .header-areas .texto-sub-img {
    margin: 0 auto 51px;
    width: 870px;
    max-width: 100%; }
    @media (max-width: 991px) {
      .header-areas .texto-sub-img {
        margin: 0 auto 25px;
        font-size: 24px; } }

.home-numeros .descritivo-numeros {
  margin: 68px auto 21px;
  width: 635px;
  max-width: 100%; }

.itens-areas {
  background: url(/wp-content/themes/cidcampelo/assets/img/bg/bg-numeros-traco.png) repeat-x;
  background-position: top calc(127px / 2) center;
  padding-bottom: 3px; }
  @media (max-width: 991px) {
    .itens-areas {
      background: none; } }
  .itens-areas .list-itens {
    background: #F7F6F5;
    margin-bottom: 74px; }
    @media (max-width: 991px) {
      .itens-areas .list-itens {
        margin-bottom: 6px; } }
    .itens-areas .list-itens > div:not(:first-child):before {
      content: " ";
      display: block;
      width: calc(100% - 127px);
      top: calc(127px / 2);
      right: calc(50% + (127px / 2));
      height: 3px;
      background: url(/wp-content/themes/cidcampelo/assets/img/bg/bg-numeros-traco.png) left center no-repeat;
      position: absolute;
      z-index: 2; }
      @media (max-width: 991px) {
        .itens-areas .list-itens > div:not(:first-child):before {
          display: none; } }
    .itens-areas .list-itens > div:first-child:after {
      content: " ";
      display: block;
      width: calc(50% - (127px / 2));
      top: calc(127px / 2);
      right: calc(50% + (127px / 2));
      height: 3px;
      background: url(/wp-content/themes/cidcampelo/assets/img/bg/bg-numeros-traco.png) left center no-repeat;
      position: absolute;
      z-index: 2; }
      @media (max-width: 991px) {
        .itens-areas .list-itens > div:first-child:after {
          display: none; } }
    .itens-areas .list-itens > div:last-child:after {
      content: " ";
      display: block;
      width: calc(50% - (127px / 2));
      top: calc(127px / 2);
      left: calc(50% + (127px / 2));
      height: 3px;
      background: url(/wp-content/themes/cidcampelo/assets/img/bg/bg-numeros-traco.png) left center no-repeat;
      position: absolute;
      z-index: 2; }
      @media (max-width: 991px) {
        .itens-areas .list-itens > div:last-child:after {
          display: none; } }
    .itens-areas .list-itens .item-icone {
      position: relative; }
      .itens-areas .list-itens .item-icone .icone-equipe {
        width: 127px;
        height: 127px;
        position: relative;
        background: #F7F6F5; }
        @media (max-width: 991px) {
          .itens-areas .list-itens .item-icone .icone-equipe {
            width: 94px;
            height: 94px; } }
        .itens-areas .list-itens .item-icone .icone-equipe:before {
          content: " ";
          display: block;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #EDEBE7;
          -webkit-transform: translate(-7px, 0);
                  transform: translate(-7px, 0);
          position: absolute;
          z-index: 1; }
        .itens-areas .list-itens .item-icone .icone-equipe:after {
          content: " ";
          display: block;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: url(/wp-content/themes/cidcampelo/assets/img/bg/graf-circle2.png) center no-repeat;
          background-size: cover;
          position: absolute;
          z-index: 2; }
        .itens-areas .list-itens .item-icone .icone-equipe img {
          position: relative;
          z-index: 3; }
          @media (max-width: 991px) {
            .itens-areas .list-itens .item-icone .icone-equipe img {
              max-width: 61px;
              max-height: 61px;
              width: auto;
              height: auto; } }
      .itens-areas .list-itens .item-icone .descritivo {
        margin-top: 17px;
        max-width: 150px; }
        @media (max-width: 991px) {
          .itens-areas .list-itens .item-icone .descritivo {
            margin-top: 9px;
            font-size: 12px;
            max-width: 128px;
            margin-bottom: 26px; } }
  .itens-areas .descritivo-itens p {
    max-width: 625px; }

.lista-areas-atuacao {
  background: url(/wp-content/themes/cidcampelo/assets/img/bg/bg-areas-atuacao1.jpg) no-repeat, url(/wp-content/themes/cidcampelo/assets/img/bg/bg-areas-atuacao2.jpg) no-repeat, url(/wp-content/themes/cidcampelo/assets/img/bg/bg-areas-atuacao3.jpg) no-repeat, url(/wp-content/themes/cidcampelo/assets/img/bg/bg-areas-atuacao3.jpg) no-repeat;
  background-color: #F7F6F5;
  background-position: top 0 left calc(((100vw - 1150px) / 2) + 210px), bottom 48px left calc(((100vw - 1150px) / 2) + 209px), top 0 left 0, top 15px left 0;
  background-size: auto, auto, calc(((100vw - 1150px) / 2) + 210px) calc(100% - 48px), calc(((100vw - 1150px) / 2) + 225px) calc(100% - 48px - 15px - 16px); }
  @media (max-width: 991px) {
    .lista-areas-atuacao {
      background-color: #F7F6F5;
      background-position: top 0 left 45px, bottom 48px left 45px, top 0 left 0, top 15px left 0;
      background-size: auto, auto, 45px calc(100% - 48px), 60px calc(100% - 48px - 15px - 16px);
      padding-left: 5px;
      padding-right: 5px; } }
  .lista-areas-atuacao .list-areas {
    padding: 68px 0 75px; }
    @media (max-width: 991px) {
      .lista-areas-atuacao .list-areas {
        padding: 0 0 54px; } }
    .lista-areas-atuacao .list-areas .item-atuacao {
      margin-bottom: 50px; }
      @media (max-width: 991px) {
        .lista-areas-atuacao .list-areas .item-atuacao {
          margin-bottom: 36px; } }
      .lista-areas-atuacao .list-areas .item-atuacao:last-child {
        margin-bottom: 0; }
      @media (max-width: 991px) {
        .lista-areas-atuacao .list-areas .item-atuacao .column-img {
          display: none; } }
      .lista-areas-atuacao .list-areas .item-atuacao .column-img .outer-image {
        width: 100%;
        padding-top: 24%;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .lista-areas-atuacao .list-areas .item-atuacao .column-img .outer-image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .lista-areas-atuacao .list-areas .item-atuacao .column-content {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .lista-areas-atuacao .list-areas .item-atuacao .column-content .outer-content {
          position: relative; }
          .lista-areas-atuacao .list-areas .item-atuacao .column-content .outer-content:after {
            content: " ";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 1px;
            width: 100vw;
            background: rgba(17, 17, 16, 0.2); }
          .lista-areas-atuacao .list-areas .item-atuacao .column-content .outer-content .head {
            cursor: pointer; }
            @media (max-width: 991px) {
              .lista-areas-atuacao .list-areas .item-atuacao .column-content .outer-content .head {
                height: -webkit-fit-content;
                height: -moz-fit-content;
                height: fit-content;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; } }
            .lista-areas-atuacao .list-areas .item-atuacao .column-content .outer-content .head h2 {
              margin-bottom: 4px; }
              @media (max-width: 991px) {
                .lista-areas-atuacao .list-areas .item-atuacao .column-content .outer-content .head h2 {
                  font-size: 32px;
                  line-height: 32px;
                  height: -webkit-fit-content;
                  height: -moz-fit-content;
                  height: fit-content; } }
            .lista-areas-atuacao .list-areas .item-atuacao .column-content .outer-content .head svg {
              width: 21px;
              min-width: 21px;
              height: auto;
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg);
              margin: 15px 0;
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
              @media (max-width: 991px) {
                .lista-areas-atuacao .list-areas .item-atuacao .column-content .outer-content .head svg {
                  margin-left: 10px; } }
              .lista-areas-atuacao .list-areas .item-atuacao .column-content .outer-content .head svg circle {
                stroke: #3A2B0B; }
              .lista-areas-atuacao .list-areas .item-atuacao .column-content .outer-content .head svg path {
                fill: #3A2B0B; }
            .lista-areas-atuacao .list-areas .item-atuacao .column-content .outer-content .head:hover svg circle {
              stroke: #B09C3D; }
            .lista-areas-atuacao .list-areas .item-atuacao .column-content .outer-content .head:hover svg path {
              fill: #B09C3D; }
          .lista-areas-atuacao .list-areas .item-atuacao .column-content .outer-content .div-content {
            padding-right: 80px;
            overflow: hidden;
            height: 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
            @media (max-width: 991px) {
              .lista-areas-atuacao .list-areas .item-atuacao .column-content .outer-content .div-content {
                font-size: 13px;
                padding-right: 0; } }
      .lista-areas-atuacao .list-areas .item-atuacao.open .column-img .outer-image {
        padding-top: 54%;
        height: 100%; }
      .lista-areas-atuacao .list-areas .item-atuacao.open .column-content {
        padding-top: 22px; }
        .lista-areas-atuacao .list-areas .item-atuacao.open .column-content .outer-content .head svg {
          -webkit-transform: rotate(270deg);
                  transform: rotate(270deg); }
        .lista-areas-atuacao .list-areas .item-atuacao.open .column-content .outer-content .div-content {
          padding-top: 5px;
          padding-bottom: 11px; }
          @media (max-width: 991px) {
            .lista-areas-atuacao .list-areas .item-atuacao.open .column-content .outer-content .div-content {
              padding-bottom: 0; } }

.box-equipe-atuacao {
  padding-top: 107px;
  padding-bottom: 141px;
  background: url(/wp-content/themes/cidcampelo/assets/img/bg/bg-equipe-areas1.png) no-repeat, url(/wp-content/themes/cidcampelo/assets/img/bg/bg-equipe-areas2.png) no-repeat, url(/wp-content/themes/cidcampelo/assets/img/bg/bg-areas-atuacao3.jpg) no-repeat, url(/wp-content/themes/cidcampelo/assets/img/bg/bg-areas-atuacao3.jpg) no-repeat;
  background-color: #F7F6F5;
  background-position: top 0 right calc(((100vw - 1150px) / 2) + 282px), bottom 0 right calc(((100vw - 1150px) / 2) + 282px), top 0 right 0, top 18px right 0;
  background-size: auto, auto, calc(((100vw - 1150px) / 2) + 282px) 100%, calc(((100vw - 1150px) / 2) + 300px) calc(100% - 18px - 18px); }
  @media (max-width: 991px) {
    .box-equipe-atuacao {
      padding: 13px 5px 162px; } }
  .box-equipe-atuacao h2 {
    padding-top: 32px;
    margin-bottom: 39px; }
    @media (max-width: 991px) {
      .box-equipe-atuacao h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px; } }
    .box-equipe-atuacao h2 span {
      display: block; }
      .box-equipe-atuacao h2 span.parte-2 {
        margin-left: 114px;
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        @media (max-width: 991px) {
          .box-equipe-atuacao h2 span.parte-2 {
            margin-left: 24px; } }
        .box-equipe-atuacao h2 span.parte-2:before {
          content: " ";
          display: block;
          position: absolute;
          height: 1px;
          width: 50vw;
          background: #3A2B0B;
          top: calc(50% + 9px);
          left: -30px;
          -webkit-transform: translate(-100%, -50%);
                  transform: translate(-100%, -50%); }
          @media (max-width: 991px) {
            .box-equipe-atuacao h2 span.parte-2:before {
              left: -12px;
              top: calc(50% + 3px); } }
      .box-equipe-atuacao h2 span.parte-3 {
        margin-left: 40px; }
        @media (max-width: 991px) {
          .box-equipe-atuacao h2 span.parte-3 {
            margin-left: 0; } }
  @media (max-width: 991px) {
    .box-equipe-atuacao .div-botao {
      padding-right: 14px; } }
  .box-equipe-atuacao .outer-image {
    margin-left: 40px;
    width: calc(100% - 40px);
    padding-top: calc((100% - 40px) * 0.6);
    position: relative;
    border-radius: 15px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .box-equipe-atuacao .outer-image {
        margin-left: 0;
        width: 100%;
        padding-top: 61%;
        margin-top: 26px; } }
    .box-equipe-atuacao .outer-image img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover; }

.listagem-equipe {
  padding-bottom: 150px; }
  @media (max-width: 991px) {
    .listagem-equipe {
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 68px; } }
  .listagem-equipe .item-destaque {
    border-radius: 15px;
    position: relative;
    padding-top: 33px;
    padding-bottom: 28px;
    margin-top: 75px;
    margin-bottom: 75px; }
    @media (max-width: 991px) {
      .listagem-equipe .item-destaque {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 0;
        margin-bottom: 38px; } }
    .listagem-equipe .item-destaque:before {
      content: " ";
      display: block;
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #EDEBE7;
      -webkit-transform: translate(calc(-100% + 15px), 0);
              transform: translate(calc(-100% + 15px), 0); }
      @media (max-width: 991px) {
        .listagem-equipe .item-destaque:before {
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          z-index: -1; } }
    .listagem-equipe .item-destaque .column-imagem {
      width: 375px; }
      @media (max-width: 991px) {
        .listagem-equipe .item-destaque .column-imagem {
          width: 100%;
          padding: 0 38px;
          margin-top: -38px; } }
      .listagem-equipe .item-destaque .column-imagem .outer-image {
        width: 375px;
        height: 488px;
        overflow: hidden;
        border-radius: 15px;
        position: absolute; }
        @media (max-width: 991px) {
          .listagem-equipe .item-destaque .column-imagem .outer-image {
            position: relative;
            width: 100%;
            padding-top: 130%;
            height: auto;
            margin-bottom: 30px; } }
        .listagem-equipe .item-destaque .column-imagem .outer-image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          .listagem-equipe .item-destaque .column-imagem .outer-image img.imagem-equipe-2 {
            opacity: 0;
            z-index: 1; }
        .listagem-equipe .item-destaque .column-imagem .outer-image:hover img.imagem-equipe-2 {
          opacity: 1; }
    .listagem-equipe .item-destaque .column-content {
      padding-left: 52px; }
      @media (max-width: 991px) {
        .listagem-equipe .item-destaque .column-content {
          padding-left: 0; } }
      .listagem-equipe .item-destaque .column-content .cargo {
        margin-bottom: 2px; }
        @media (max-width: 991px) {
          .listagem-equipe .item-destaque .column-content .cargo {
            font-size: 12px; } }
      @media (max-width: 991px) {
        .listagem-equipe .item-destaque .column-content h2 {
          font-size: 32px; } }
      .listagem-equipe .item-destaque .column-content .content {
        width: 600px;
        max-width: 100%;
        letter-spacing: 1px; }
        @media (max-width: 991px) {
          .listagem-equipe .item-destaque .column-content .content {
            font-size: 14px;
            letter-spacing: inherit;
            padding-right: 20px; } }
  .listagem-equipe .list-advogados {
    padding-top: 90px; }
    @media (max-width: 991px) {
      .listagem-equipe .list-advogados {
        padding-top: 0; } }
    .listagem-equipe .list-advogados > div {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 991px) {
        .listagem-equipe .list-advogados > div {
          padding: 0 48px; } }
      .listagem-equipe .list-advogados > div:nth-child(1), .listagem-equipe .list-advogados > div:nth-child(4n), .listagem-equipe .list-advogados > div:nth-child(4n+1) {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .listagem-equipe .list-advogados > div:nth-child(2), .listagem-equipe .list-advogados > div:nth-child(4n+2) {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .listagem-equipe .list-advogados > div:nth-child(3), .listagem-equipe .list-advogados > div:nth-child(4n+3) {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
    .listagem-equipe .list-advogados .item-advogado {
      width: 315px;
      padding-bottom: 82px; }
      @media (max-width: 991px) {
        .listagem-equipe .list-advogados .item-advogado {
          width: 100%;
          padding: 0 7px 25px; } }
      .listagem-equipe .list-advogados .item-advogado .outer-image {
        width: 100%;
        padding-top: 130%;
        overflow: hidden;
        border-radius: 15px;
        position: relative; }
        .listagem-equipe .list-advogados .item-advogado .outer-image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          .listagem-equipe .list-advogados .item-advogado .outer-image img.imagem-equipe-2 {
            opacity: 0;
            z-index: 1; }
        .listagem-equipe .list-advogados .item-advogado .outer-image:hover img.imagem-equipe-2 {
          opacity: 1; }
      .listagem-equipe .list-advogados .item-advogado .cargo {
        margin-top: 20px;
        margin-bottom: 4px; }
        @media (max-width: 991px) {
          .listagem-equipe .list-advogados .item-advogado .cargo {
            font-size: 12px;
            width: calc(100% + 38px); } }
      .listagem-equipe .list-advogados .item-advogado h2 {
        margin-bottom: 4px; }
        @media (max-width: 991px) {
          .listagem-equipe .list-advogados .item-advogado h2 {
            font-size: 32px;
            width: calc(100% + 38px); } }
      .listagem-equipe .list-advogados .item-advogado .content {
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        @media (max-width: 991px) {
          .listagem-equipe .list-advogados .item-advogado .content {
            width: calc(100% + 38px); } }
        .listagem-equipe .list-advogados .item-advogado .content > div {
          padding-left: 5px; }
          .listagem-equipe .list-advogados .item-advogado .content > div p:last-child {
            margin-bottom: 0; }
      .listagem-equipe .list-advogados .item-advogado .ver-mais {
        cursor: pointer; }
        .listagem-equipe .list-advogados .item-advogado .ver-mais svg {
          width: 21px;
          height: auto;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          margin-right: 9px; }
          @media (max-width: 991px) {
            .listagem-equipe .list-advogados .item-advogado .ver-mais svg {
              width: 21px; } }
          .listagem-equipe .list-advogados .item-advogado .ver-mais svg circle {
            stroke: #3A2B0B; }
          .listagem-equipe .list-advogados .item-advogado .ver-mais svg path {
            fill: #3A2B0B; }
        .listagem-equipe .list-advogados .item-advogado .ver-mais span {
          opacity: 0.5;
          text-transform: uppercase;
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }
          @media (max-width: 991px) {
            .listagem-equipe .list-advogados .item-advogado .ver-mais span {
              font-size: 12px; } }
          .listagem-equipe .list-advogados .item-advogado .ver-mais span.menos {
            display: none; }
        .listagem-equipe .list-advogados .item-advogado .ver-mais:hover span {
          opacity: 1; }
      .listagem-equipe .list-advogados .item-advogado.open .ver-mais svg {
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg); }
      .listagem-equipe .list-advogados .item-advogado.open .ver-mais span.mais {
        display: none; }
      .listagem-equipe .list-advogados .item-advogado.open .ver-mais span.menos {
        display: block; }

.home-equipe.page {
  padding-bottom: 167px; }

.listagem-equipe-completa {
  margin-top: -150px;
  padding-bottom: 132px; }
  @media (max-width: 991px) {
    .listagem-equipe-completa {
      background: url(/wp-content/themes/cidcampelo/assets/img/bg/bg-white.png) bottom left no-repeat #EDEBE7;
      background-size: 100% 337px; } }
  .listagem-equipe-completa .row {
    margin-right: -26px;
    margin-left: -26px; }
    .listagem-equipe-completa .row .item-equipe {
      padding-right: 26px;
      padding-left: 26px;
      padding-bottom: 52px; }
      @media (max-width: 991px) {
        .listagem-equipe-completa .row .item-equipe {
          padding-bottom: 25px; } }
      .listagem-equipe-completa .row .item-equipe .outer-image {
        width: 100%;
        padding-top: 100%;
        overflow: hidden;
        border-radius: 15px;
        position: relative;
        margin-bottom: 24px; }
        @media (max-width: 991px) {
          .listagem-equipe-completa .row .item-equipe .outer-image {
            width: calc(100% - 60px);
            padding-top: calc(100% - 60px);
            margin-left: 30px;
            margin-bottom: 10px; } }
        .listagem-equipe-completa .row .item-equipe .outer-image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          .listagem-equipe-completa .row .item-equipe .outer-image img.imagem-equipe-2 {
            opacity: 0;
            z-index: 1; }
        .listagem-equipe-completa .row .item-equipe .outer-image:hover img.imagem-equipe-2 {
          opacity: 1; }
      .listagem-equipe-completa .row .item-equipe h2 {
        margin: 0 -15px 3px; }
        @media (max-width: 991px) {
          .listagem-equipe-completa .row .item-equipe h2 > p {
            font-size: 13px; } }

.header-contato h1 span.parte-1 {
  -ms-flex-item-align: auto;
      align-self: auto; }

.header-contato .descritivo {
  margin-top: 48px;
  margin-bottom: 43px; }
  @media (max-width: 991px) {
    .header-contato .descritivo {
      font-size: 24px;
      margin-top: 19px;
      margin-bottom: 24px; } }

.header-contato .disclaimer {
  margin: 0 -30px 54px; }
  @media (max-width: 991px) {
    .header-contato .disclaimer {
      font-size: 24px;
      margin: 0 0 24px; } }
  .header-contato .disclaimer a {
    color: #000;
    text-decoration: underline; }

.header-contato .itens-header-contato {
  margin-bottom: 36px; }
  @media (max-width: 991px) {
    .header-contato .itens-header-contato {
      margin-bottom: 20px; }
      .header-contato .itens-header-contato img {
        height: 32px;
        width: auto;
        margin-bottom: 12px; }
        .header-contato .itens-header-contato img.w-mais {
          width: 34px;
          height: auto; }
      .header-contato .itens-header-contato p {
        font-size: 12px; } }
  .header-contato .itens-header-contato .texto a {
    color: #B09C3D; }

.content-contato {
  margin-top: 65px;
  margin-bottom: 97px; }
  @media (max-width: 991px) {
    .content-contato {
      margin-top: 23px;
      margin-bottom: 65px; } }
  @media (max-width: 991px) {
    .content-contato .column-content h2 {
      font-size: 32px;
      line-height: 32px; }
      .content-contato .column-content h2 + p {
        font-size: 24px;
        margin-bottom: 7px; } }
  .content-contato .column-content h2 span.parte-2 {
    position: relative; }
    @media (max-width: 991px) {
      .content-contato .column-content h2 span.parte-2 {
        margin-left: 22px; }
        .content-contato .column-content h2 span.parte-2:before {
          content: " ";
          display: block;
          position: absolute;
          height: 1px;
          width: 50vw;
          background: #3A2B0B;
          -webkit-transform: translate(-100%, -50%);
                  transform: translate(-100%, -50%);
          left: -12px;
          top: calc(50% + 3px); } }
  .content-contato .column-content h2 span.parte-3 {
    position: relative;
    margin-left: 119px; }
    @media (max-width: 991px) {
      .content-contato .column-content h2 span.parte-3 {
        margin-left: 0; } }
    .content-contato .column-content h2 span.parte-3:before {
      content: " ";
      display: block;
      position: absolute;
      height: 1px;
      width: 50vw;
      background: #3A2B0B;
      top: calc(50% + 9px);
      left: -18px;
      -webkit-transform: translate(-100%, -50%);
              transform: translate(-100%, -50%); }
      @media (max-width: 991px) {
        .content-contato .column-content h2 span.parte-3:before {
          display: none; } }
  .content-contato .column-content .div-whats {
    padding-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .content-contato .column-content .div-whats.mob {
      padding-top: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    @media (max-width: 991px) {
      .content-contato .column-content .div-whats {
        padding-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .content-contato .column-content .div-whats p {
          font-size: 12px; }
        .content-contato .column-content .div-whats .btn {
          margin: 37px auto 0; } }
  .content-contato .column-imagem {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991px) {
      .content-contato .column-imagem {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 100%;
        margin-top: 16px; } }
    .content-contato .column-imagem:after {
      content: " ";
      display: block;
      width: 50vw;
      height: calc(100% + 68px);
      top: -34px;
      border-radius: 20px;
      background: #EDEBE7;
      position: absolute;
      left: 50%;
      z-index: 1; }
      @media (max-width: 991px) {
        .content-contato .column-imagem:after {
          height: calc(100% + 58px);
          top: -29px;
          left: calc(100% - 65px); } }
    .content-contato .column-imagem .outer-img {
      border-radius: 15px;
      width: 417px;
      height: 470px;
      position: relative;
      overflow: hidden;
      z-index: 2; }
      @media (max-width: 991px) {
        .content-contato .column-imagem .outer-img {
          width: calc(100% - 56px);
          margin-left: 28px;
          height: auto;
          padding-top: calc((100% - 56px) * 1.12); } }
      .content-contato .column-imagem .outer-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 991px) {
          .content-contato .column-imagem .outer-img img {
            position: absolute;
            top: 0;
            left: 0; } }

.content-contato-form {
  padding-right: 0;
  padding-left: 0; }
  .content-contato-form h2 {
    margin-bottom: 23px; }
    @media (max-width: 991px) {
      .content-contato-form h2 {
        font-size: 32px;
        line-height: 32px; } }
  .content-contato-form .outer-form {
    padding-top: 51px;
    padding-bottom: 18px; }
    @media (max-width: 991px) {
      .content-contato-form .outer-form {
        padding-top: 26px;
        padding-bottom: 9px; } }
    .content-contato-form .outer-form form {
      padding: 0 35px; }
      @media (max-width: 991px) {
        .content-contato-form .outer-form form {
          padding: 0 2px; } }
      .content-contato-form .outer-form form .row {
        margin-right: -18px;
        margin-left: -18px; }
        .content-contato-form .outer-form form .row > div {
          padding-right: 18px;
          padding-left: 18px; }
      .content-contato-form .outer-form form input,
      .content-contato-form .outer-form form textarea {
        border: 0;
        border-bottom: 1px solid rgba(17, 17, 16, 0.2);
        border-radius: 0;
        padding: 4px 0;
        font-family: "Mulish", sans-serif;
        color: #444444;
        font-size: 14px;
        margin-bottom: 14px; }
        @media (max-width: 991px) {
          .content-contato-form .outer-form form input,
          .content-contato-form .outer-form form textarea {
            font-size: 12px;
            margin-bottom: 8px; } }
        .content-contato-form .outer-form form input::-webkit-input-placeholder,
        .content-contato-form .outer-form form textarea::-webkit-input-placeholder {
          font-family: "Mulish", sans-serif;
          color: #444444;
          font-size: 14px;
          text-transform: uppercase;
          letter-spacing: 1px; }
        .content-contato-form .outer-form form input::-moz-placeholder,
        .content-contato-form .outer-form form textarea::-moz-placeholder {
          font-family: "Mulish", sans-serif;
          color: #444444;
          font-size: 14px;
          text-transform: uppercase;
          letter-spacing: 1px; }
        .content-contato-form .outer-form form input::-ms-input-placeholder,
        .content-contato-form .outer-form form textarea::-ms-input-placeholder {
          font-family: "Mulish", sans-serif;
          color: #444444;
          font-size: 14px;
          text-transform: uppercase;
          letter-spacing: 1px; }
        .content-contato-form .outer-form form input::placeholder,
        .content-contato-form .outer-form form textarea::placeholder {
          font-family: "Mulish", sans-serif;
          color: #444444;
          font-size: 14px;
          text-transform: uppercase;
          letter-spacing: 1px; }
          @media (max-width: 991px) {
            .content-contato-form .outer-form form input::-webkit-input-placeholder,
            .content-contato-form .outer-form form textarea::-webkit-input-placeholder {
              font-size: 12px; }
            .content-contato-form .outer-form form input::-moz-placeholder,
            .content-contato-form .outer-form form textarea::-moz-placeholder {
              font-size: 12px; }
            .content-contato-form .outer-form form input::-ms-input-placeholder,
            .content-contato-form .outer-form form textarea::-ms-input-placeholder {
              font-size: 12px; }
            .content-contato-form .outer-form form input::placeholder,
            .content-contato-form .outer-form form textarea::placeholder {
              font-size: 12px; } }
      .content-contato-form .outer-form form button[type="submit"] {
        margin-top: 15px; }
        @media (max-width: 991px) {
          .content-contato-form .outer-form form button[type="submit"] {
            margin-top: 6px; } }

.content-contato-iframe {
  padding-top: 92px; }
  .content-contato-iframe h2 {
    padding: 22px 0 18px;
    width: 812px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .content-contato-iframe h2 {
        font-size: 32px;
        line-height: 32px;
        width: calc(100% - 40px); } }
  .content-contato-iframe .div-iframe {
    border-top: 9px solid #B09C3D;
    border-bottom: 9px solid #B09C3D;
    height: 557px; }
    @media (max-width: 991px) {
      .content-contato-iframe .div-iframe {
        height: 375px; } }
    .content-contato-iframe .div-iframe iframe {
      width: 100%;
      height: 100%; }
  .content-contato-iframe .graf-bottom {
    width: 812px;
    border-radius: 0 0 20px 20px;
    height: 16px; }
    @media (max-width: 991px) {
      .content-contato-iframe .graf-bottom {
        width: calc(100% - 40px); } }

.col-espaco {
  height: 145px; }

.content-contato-instagram {
  padding-top: 80px;
  padding-bottom: 187px; }
  @media (max-width: 991px) {
    .content-contato-instagram {
      padding-bottom: 140px;
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .content-contato-instagram h2 {
      font-size: 32px;
      line-height: 32px; } }
  .content-contato-instagram h2 span.parte-2 {
    position: relative;
    margin-left: 119px; }
    @media (max-width: 991px) {
      .content-contato-instagram h2 span.parte-2 {
        margin-left: 35px; } }
    .content-contato-instagram h2 span.parte-2:before {
      content: " ";
      display: block;
      position: absolute;
      height: 1px;
      width: 50vw;
      background: #3A2B0B;
      top: calc(50% + 9px);
      left: -18px;
      -webkit-transform: translate(-100%, -50%);
              transform: translate(-100%, -50%); }
      @media (max-width: 991px) {
        .content-contato-instagram h2 span.parte-2:before {
          left: -12px;
          top: calc(50% + 3px); } }
  .content-contato-instagram .list-instagram {
    padding-top: 41px;
    padding-bottom: 34px; }
    @media (max-width: 991px) {
      .content-contato-instagram .list-instagram {
        margin-right: -7px;
        margin-left: -7px;
        padding-top: 9px;
        padding-bottom: 20px; } }
    @media (max-width: 991px) {
      .content-contato-instagram .list-instagram .item-instagram {
        padding: 7px; } }
    .content-contato-instagram .list-instagram .item-instagram > div {
      width: 100%;
      padding-top: 100%;
      background: #3A2B0B;
      border-radius: 10px; }
      .content-contato-instagram .list-instagram .item-instagram > div svg {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        @media (max-width: 991px) {
          .content-contato-instagram .list-instagram .item-instagram > div svg {
            width: 71px;
            height: auto; } }
