:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1220px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .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;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
body,
p,
h1,
h2,
ul,
li {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
ol {
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
*::after,
*::before {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
button {
  background: initial;
  border: initial;
  -webkit-appearance: none;
}
button:active {
  border-style: initial;
}
button:focus {
  outline: initial;
}
button[type="button"],
button[type="submit"],
button[type="reset"] {
  -webkit-appearance: none;
}
button[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
}
img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}
fieldset {
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  min-inline-size: min-content;
  border-width: 2px;
  border-style: none;
  border-color: transparent;
  border-image: initial;
}
figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
:focus {
  outline: 0px transparent !important;
}
input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
}
input {
  -webkit-appearance: none;
}
[type="button"] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
@keyframes volta_menu {
  to {
    -webkit-clip-path: circle(0% at 80% 0%);
    clip-path: circle(0% at 80% 0%);
  }
}
@keyframes show-up {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes enviou {
  50% {
    box-shadow: #5a00905c 1px 2px 0 0;
    transform: translateY(3px);
  }
  100% {
    box-shadow: initial;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes opacidade_1 {
  to {
    opacity: 1;
  }
}
@keyframes vem {
  100% {
    transform: translateX(0);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes vaiVolta {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 10px, 0);
  }
}
body {
  opacity: 0;
  background: #fff9ef;
  line-height: 140%;
  font-size: 1rem;
  font-family: "Raleway", sans-serif;
  font-feature-settings: "pnum" on, "lnum" on;
  overflow-x: hidden;
  margin-top: var(--menu--size);
}
body ::selection {
  color: #db664a;
  background: #f5fdb0;
}
body.DOMContentLoaded {
  animation: fadee 0.9s ease both;
}
@keyframes fadee {
  to {
    opacity: 1;
  }
}
html {
  --font-base: 100%;
  --menu-size: 0;
  --footer-height: 60px;
  font-size: var(--font-base);
  scroll-behavior: initial;
}
@media (max-width: 1440px) {
  html {
    font-size: calc(var(--font-base) - 12.25%);
  }
}
@media (max-width: 980px) {
  html {
    font-size: calc(var(--font-base) - 14.5%);
  }
}
@media (max-width: 340px) {
  html {
    font-size: calc(var(--font-base) - 30%);
  }
}
@media (max-width: 340px) {
  html {
    font-size: calc(var(--font-base) - 30%);
  }
}
@media (min-height: 1100px) {
  html {
    font-size: calc(var(--font-base) + 20%);
  }
}
@media (min-height: 1200px) {
  html {
    font-size: calc(var(--font-base) + 30%);
  }
}
@media (min-height: 1320px) {
  html {
    font-size: calc(var(--font-base) + 50%);
  }
}
@media (min-height: 1600px) {
  html {
    font-size: calc(var(--font-base) + 70%);
  }
}
.menu {
  background: #fff9ef;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Raleway", sans-serif;
  border-bottom: 1px solid #707070;
}
.menu.menu--desktop {
  display: block;
}
.menu.menu--desktop .menu--click {
  display: none;
}
@media screen and (max-width: 1020px) {
  .menu.menu--desktop {
    background: #db664a;
  }
  .menu.menu--desktop .menu--list {
    display: none !important;
  }
  .menu.menu--desktop .menu--click {
    display: flex;
    padding: 0 15px;
  }
}
.menu--wrapper {
  width: inherit;
}
.menu--wrapper .menu--list {
  display: grid;
  width: inherit;
  grid-template-columns: 2fr 2fr 1.15fr 1fr 1fr 1fr;
}
.menu .nav--link {
  border-left: 1px solid #707070;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5vw;
}
.menu .nav--link.nav--social {
  background: initial !important;
}
.menu .nav--link:hover {
  background: #fff;
}
.menu .nav--link:hover .icon--share {
  transform: scale(1.2);
}
.menu .nav--link:first-child {
  border: initial;
}
.menu .nav--link:first-child.active {
  background: #fff;
}
.menu .nav--link:first-child a {
  transition: 0.3s ease;
}
.menu .nav--link:first-child:hover a {
  transform: scale(1.1);
}
.menu .nav--link:nth-child(2):hover,
.menu .nav--link:nth-child(2).active {
  background: #dfff2e !important;
}
.menu .nav--link .icon--social {
  display: grid;
  place-items: center;
  cursor: pointer;
}
.menu .nav--link .icon--social:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.menu .nav--link a:not(.link--icon) {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 8px;
  font-weight: 700;
  width: 100%;
}
.menu .nav--link p {
  font-weight: 700;
}
.menu .nav--link svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  --cor-1: #ef8861;
  transition: 0.3s ease;
}
.menu .menu--click {
  display: flex;
  align-items: center;
}
.menu .menu--click p {
  margin-left: 27px;
  font-size: 1.55rem;
  font-weight: 700;
  color: #fff9ef;
  text-transform: uppercase;
  padding: 22px 0;
}
.menu .menu--click .menu--toggle {
  width: 20px;
  height: 20px;
  width: 40px;
  height: 40px;
  display: grid;
  cursor: pointer;
  place-items: center;
}
.menu .menu--click .menu--toggle span {
  display: block;
  background: #fff9ef;
  width: 28px;
  height: 2px;
  transition: 0.3s ease-in-out;
  position: relative;
}
.menu .menu--click .menu--toggle span:after,
.menu .menu--click .menu--toggle span:before {
  content: "";
  display: block;
  background: #fff9ef;
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.3s ease-in-out;
}
.menu .menu--click .menu--toggle span:before {
  top: -9px;
  width: 100%;
}
.menu .menu--click .menu--toggle span:after {
  bottom: -8px;
  width: 100%;
}
.menu--mobile {
  display: none;
}
@media screen and (max-width: 1020px) {
  .menu--mobile {
    display: block;
  }
}
.menu--mobile .menu--toggle {
  width: 20px;
  height: 20px;
  width: 40px;
  height: 40px;
  display: grid;
  cursor: pointer;
  place-items: center;
}
.menu--mobile .menu--toggle span {
  display: block;
  background: #fff9ef;
  width: 28px;
  height: 2px;
  transition: 0.3s ease-in-out;
  position: relative;
}
.menu--mobile .menu--toggle span:after,
.menu--mobile .menu--toggle span:before {
  content: "";
  display: block;
  background: #fff9ef;
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.3s ease-in-out;
}
.menu--mobile .menu--toggle span:before {
  width: 100%;
  transform: rotate(90deg);
  top: 0px !important;
}
.menu--mobile .menu--toggle span:after {
  bottom: -8px;
  width: 100%;
  transform: rotate(90deg);
  bottom: 1px;
  width: 100%;
  opacity: 0;
}
.menu--mobile {
  height: 100vh;
  background: #db664a;
  width: 100vw;
  transform: translate3d(-100%, 0, 0);
  transition: 0.4s ease;
  position: fixed;
  padding-top: 25px;
  z-index: 9999;
  top: 0;
}
.menu--mobile .flex {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  text-align: center;
}
.menu--mobile div a {
  color: #fff9ef;
}
.menu--mobile div .linkbold {
  font-size: 23px;
  font-weight: 700;
}
.menu--mobile div .linknormal {
  font-size: 29px;
  font-weight: 300;
}
.menu--mobile .menu-block {
  height: 80%;
}
.menu--mobile .menu-block div {
  padding: 40px 0;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  margin-top: -1px;
}
/* .menu--mobile ul {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  height: 100%;
  justify-content: center;
  text-align: center;
}
.menu--mobile ul li a {
  color: #fff9ef;
}
.menu--mobile ul li .linkbold {
  font-size: 23px;
  font-weight: 700;
}
.menu--mobile ul li .linknormal {
  font-size: 29px;
  font-weight: 300;
}
.menu--mobile ul li .linkbig {
  font-size: 68px;
  font-weight: 300;
} */
.menu--mobile .menu--toggle {
  top: 15px;
  position: absolute;
  left: 15px;
}
.menu--open .menu {
  border-bottom: 1px solid transparent;
}
.menu--open .menu--mobile {
  transform: translate3d(0, 0, 0);
}
.menu--open .menu--mobile .menu--toggle span {
  transform: rotate(45deg);
}
.swiper-button-disabled {
  opacity: 0.1 !important;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1180px;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}
.js-animate {
  will-change: transform, opacity;
}
.js-animate.animou {
  will-change: initial;
}
.footer {
  width: 100%;
  border-top: 1px solid #707070;
  padding: 0.5vw 1vw;
  height: var(--footer-height);
  margin-top: auto;
  background-color: #f3e6d4;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .footer {
    padding: 10px;
  }
}
.footer--wrapper {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.footer--wrapper > p {
  font-weight: 700;
  font-size: 14px;
  margin-right: 21px;
}
@media screen and (max-width: 1020px) {
  .footer--wrapper > p {
    font-size: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 329px) {
  .footer--wrapper > p {
    font-size: 8px;
  }
}
.footer .idis img {
  width: 120px !important;
  height: 32px !important;
}
@media screen and (max-width: 1020px) {
  .footer .idis {
    width: 50px !important;
    height: 32px !important;
  }
}
.footer .mol img {
  width: 50px !important;
  height: 36px !important;
}
@media screen and (max-width: 1020px) {
  .footer .mol img {
    width: 40px !important;
    height: 32px !important;
    margin-left: 10px;
  }
}
.footer a:hover svg {
  transform: scale(1.1);
}
.footer a svg {
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
}
@media screen and (max-width: 1020px) {
  .footer a svg {
    width: 20px;
    height: 20px;
  }
}
.footer--social {
  display: none;
  margin-left: auto;
}
.footer--social li p {
  font-size: 10px;
  font-weight: 700;
}
@media screen and (max-width: 1020px) {
  .footer--social {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 36px;
  }
}
@media screen and (max-width: 1020px) and (max-width: 1020px) {
  .footer--social {
    gap: 10px;
  }
}
@media screen and (max-width: 1020px) {
  .footer--social .wrap {
    display: grid;
    align-items: center;
    grid-template-columns: 24px 24px;
    gap: 10px;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 1020px) and (max-width: 719px) {
  .footer--social .wrap {
    grid-template-columns: 28px 28px;
  }
}
.sharethis--inside {
  position: relative;
}
.sharethis--inside .sharethis-inline-share-buttons {
  position: absolute;
  display: flex !important;
  width: auto;
  justify-content: center;
  height: 52px;
  bottom: -50px;
  transition: 0.3s ease !important;
  transition-property: opacity, transform;
  opacity: 0 !important;
  transform: translatey(-20px) !important;
  pointer-events: none !important;
  -webkit-user-select: none;
  user-select: none;
}
.sharethis--inside .sharethis-inline-share-buttons .st-btn {
  display: grid !important;
  place-items: center;
  height: 52px !important;
  width: 52px !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  overflow: hidden;
  flex-shrink: 0;
  transition: 0.3s ease !important;
  transition-property: transform;
}
.sharethis--inside .sharethis-inline-share-buttons .st-btn img {
  position: initial !important;
}
.sharethis--inside .sharethis-inline-share-buttons .st-btn:hover {
  transform: translateY(-5px) !important;
}
.sharethis--inside:hover .sharethis-inline-share-buttons {
  opacity: 1 !important;
  transform: translatey(0px) !important;
  pointer-events: all !important;
}
.body--home {
  overflow-x: hidden;
}
.body--home .footer {
  z-index: 10;
}
@media screen and (min-width: 1020px) {
  .body--home .grid {
    display: grid;
    height: calc(100vh - var(--footer-height) - var(--menu--size));
    grid-template-areas: "descubra img" "button img" "section img";
    grid-template-columns: 1fr 44.125rem;
    grid-template-rows: 1fr 92.2px 1fr;
  }
}
@media screen and (max-height: 850px) {
  .body--home .grid {
    height: auto;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1661px) {
  .body--home .grid {
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 1fr 63px 1fr;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1441px) {
  .body--home .grid {
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 1fr 53px 1fr;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1367px) {
  .body--home .grid {
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 1fr 53px 1fr;
  }
}
@media screen and (min-width: 1020px) {
  .body--home .causa--descubra {
    grid-area: descubra;
    background: #db664a;
    display: grid;
    align-items: center;
  }
  .body--home .causa--descubra h1 {
    font-size: 11.75rem;
    font-size: min(max(32px, 9vw), 11.75rem);
    font-size: clamp(32px, 9vw, 11.75rem);
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    line-height: 95%;
    padding-top: 2.0625rem;
    padding-bottom: 2.0625rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1661px) {
  .body--home .causa--descubra h1 {
    font-size: 11.75rem;
    font-size: min(max(32px, 7vw), 11.75rem);
    font-size: clamp(32px, 7vw, 11.75rem);
  }
}
@media screen and (min-width: 1020px) and (max-width: 1367px) {
  .body--home .causa--descubra h1 {
    font-size: 11.75rem;
    font-size: min(max(32px, 8.5vw), 11.75rem);
    font-size: clamp(32px, 8.5vw, 11.75rem);
  }
}
@media screen and (min-width: 1020px) {
  .body--home .causa--btn {
    grid-area: button;
    display: grid;
    align-items: center;
    grid-template-columns: 200px 1fr 200px;
    cursor: pointer;
    background: #dfff2e;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1661px) {
  .body--home .causa--btn {
    grid-template-columns: 140px 1fr 140px;
  }
}
@media screen and (min-width: 1020px) {
  .body--home .causa--btn:hover p {
    transform: scale(1.06);
  }
  .body--home .causa--btn:hover .eye svg {
    transform: scale(1.09);
  }
  .body--home .causa--btn:hover .eye svg .heart,
  .body--home .causa--btn:hover .eye svg .heart-2 {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 1020px) {
  .body--home .causa--btn:active p {
    transform: scale(0.94) !important;
  }
  .body--home .causa--btn:active .eye svg {
    transform: scale(0.94) !important;
  }
}
@media screen and (min-width: 1020px) {
  .body--home .causa--btn .eye {
    background: transparent;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .body--home .causa--btn .eye:first-child {
    border-right: 1px solid #707070;
  }
  .body--home .causa--btn .eye:last-child {
    border-left: 1px solid #707070;
  }
  .body--home .causa--btn .eye svg {
    width: 110px;
    height: 69px;
    transition: 0.4s ease;
  }
  .body--home .causa--btn .eye svg .heart,
  .body--home .causa--btn .eye svg .heart-2 {
    transition: 0.8s ease;
    transform-origin: center center;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1661px) {
  .body--home .causa--btn .eye svg {
    width: 100%;
    height: 40px;
  }
}
@media screen and (min-width: 1020px) {
  .body--home .causa--btn p {
    display: grid;
    width: 100%;
    place-items: center;
    font-size: 3.18rem;
    font-size: min(max(1.75rem, 2.5vw), 3.18rem);
    font-size: clamp(1.75rem, 2.5vw, 3.18rem);
    font-weight: 700;
    transition: transform 0.4s ease;
    will-change: transform;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1661px) {
  .body--home .causa--btn p {
    font-size: 3.18rem;
    font-size: min(max(1.75rem, 2vw), 3.18rem);
    font-size: clamp(1.75rem, 2vw, 3.18rem);
  }
}
@media screen and (min-width: 1020px) {
  .body--home .ajuda {
    grid-area: section;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4d97a2;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .body--home .ajuda--wrapper {
    display: flex;
    color: #fff;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 2.3vw 0 4.9vw;
    width: 100%;
  }
  .body--home .ajuda .orna {
    margin-right: 4vw;
    width: 19.8vw;
    font-weight: bold;
    font-size: 2.1vw;
    line-height: 110%;
  }
  .body--home .ajuda .orna:hover svg {
    transform: rotate(90deg);
  }
  .body--home .ajuda .orna svg {
    width: 15rem;
    height: 15rem;
    transition: 2.5s ease;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1661px) {
  .body--home .ajuda .orna svg {
    width: 12rem;
    height: 12rem;
  }
}
@media screen and (min-width: 1020px) {
  .body--home .ajuda .text {
    max-width: 30.7vw !important;
    font-size: 1.1vw;
    line-height: 130%;
  }
}
@media screen and (min-width: 1020px) {
  .desktop-view {
    display: block;
  }
  .mobile-view {
    display: none;
  }
}
@media screen and (max-width: 1020px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1367px) {
  .body--home .ajuda .text {
    max-width: 400px;
  }
}
@media screen and (min-width: 1020px) {
  .body--home .ajuda .text h2 {
    color: #fff;
    font-weight: 300;
    line-height: 140%;
    font-size: 2.75rem;
    font-size: min(max(1.75rem, 2vw), 2.75rem);
    font-size: clamp(1.75rem, 2vw, 2.75rem);
  }
}
@media screen and (min-width: 1020px) and (max-width: 1367px) {
  .body--home .ajuda .text h2 {
    font-size: 2.75rem;
    font-size: min(max(1.75rem, 2.1vw), 2.75rem);
    font-size: clamp(1.75rem, 2.1vw, 2.75rem);
  }
  .body--home .ajuda .text h2 br {
    display: none;
  }
  .body--home .ajuda .text h2 br.last {
    display: initial !important;
  }
}
@media screen and (min-width: 1020px) {
  .body--home .ajuda .text h2 strong {
    font-weight: 900;
    letter-spacing: 0.2px;
  }
}
@media screen and (min-width: 1020px) {
  .body--home .banner {
    grid-area: img;
    background-color: #F8EED3;
  }
}
@media screen and (min-width: 1020px) {
  .body--home .causa--descubra {
    grid-area: descubra;
  }
}
@media screen and (min-width: 1020px) {
  .body--home .causa--btn {
    grid-area: button;
  }
}
@media screen and (min-width: 1020px) {
  .body--home .ajuda {
    grid-area: section;
  }
}
@media screen and (min-width: 1020px) {
  .body--home .banner {
    grid-area: img;
    overflow: hidden;
    background-color: #F8EED3;
  }
  .body--home .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1020px) {
  .body--home .menu {
    padding: 10px 10px;
    border-bottom: initial !important;
  }
  .body--home .menu--click p {
    display: none;
  }
  .body--home .grid {
    display: flex;
    height: 100%;
    overflow-y: auto;
    min-height: calc(100vh - var(--footer-height) - var(--menu--size));
    flex-direction: column;
  }
  .body--home .banner {
    order: -3;
    overflow: hidden;
    max-height: 290px;
    background-color: #F8EED3;
  }
  .body--home .banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .body--home .eye {
    display: none;
  }
  .body--home .causa--descubra {
    display: flex;
    justify-content: center;
    background: #db664a;
    color: #fff;
    order: -4;
  }
  .body--home .causa--descubra h1 {
    font-size: 54px;
    text-align: center;
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 16px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .body--home .causa--descubra h1 br {
    display: none;
  }
  .body--home .causa--btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    height: auto;
    flex: 2 0 auto;
    overflow: hidden;
  }
  .body--home .causa--btn:hover p {
    transform: scale(1.06);
  }
  .body--home .causa--btn p {
    font-weight: 700;
    color: #000;
    font-size: 3.375rem;
    text-align: center;
    width: 100%;
    line-height: 100%;
    padding: 10px;
    height: max-content;
    background: #dfff2e;
    transition: 0.3s ease;
  }
  .body--home .ajuda {
    grid-area: section;
    display: flex;
    align-items: center;
    background: #4d97a2;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 28px;
    padding-bottom: 36px;
    flex: 1 1 100%;
  }
  .body--home .ajuda--wrapper {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    flex-direction: column;
  }
  .body--home .ajuda .orna {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    display: block;
    font-weight: bold;
    color: white;
  }
  .body--home .ajuda .text {
    max-width: 100%;
    margin-top: 20px;
    color: white;
    font-size: 14px;
    line-height: 120%;
  }
}
@media screen and (max-width: 1020px) and (max-width: 1367px) {
  .body--home .ajuda .text {
    max-width: 400px;
  }
}
@media screen and (max-width: 1020px) {
  .body--home .ajuda .text h2 {
    color: #fff;
    font-weight: 300;
    line-height: 140%;
    font-size: 20px;
  }
  .body--home .ajuda .text h2 strong {
    font-weight: 900;
    letter-spacing: 0.2px;
    margin-top: 16px;
  }
}
.body--quiz {
  overflow-x: hidden;
  --contorno: 2.1875rem;
  --quiz-bar-height: 2.5rem;
}
.body--quiz .quiz--bar .back {
  margin-left: 10px;
  cursor: pointer;
  transform-origin: center center;
  height: 100%;
  display: flex;
  align-items: center;
}
.body--quiz .quiz--bar .back:hover svg {
  transform: scale(1.2);
}
.body--quiz .quiz--bar .back svg {
  width: 1.5rem;
  height: 1.25rem;
  transition: 0.3s ease;
}
.body--quiz .quiz--bar--wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 3.9375rem 0 1.3rem;
  justify-content: space-between;
}
.body--quiz .quiz--bar--wrapper span {
  transition: 0.4s ease-out;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #707070;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.body--quiz .quiz--bar--wrapper span.active {
  background: #707070;
}
.body--quiz .quiz--bar--wrapper span:first-child:after {
  display: none;
}
.body--quiz .quiz--bar--wrapper span:after,
.body--quiz .quiz--bar--wrapper span.active::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #707070;
  width: calc(3.6vw + 1px) !important;
  left: calc(1.25rem - 1px) !important;
  z-index: -1;
}
.body--quiz .quiz--bar--wrapper span:last-child::after {
  height: 0;
}
.body--quiz .quiz--bar--mobile {
  display: none;
}
@media screen and (max-width: 1020px) {
  .body--quiz .quiz--bar--mobile {
    display: flex;
  }
}
.body--quiz .quiz--bar--wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 3.9375rem 0 1.3rem;
  justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .body--quiz .quiz--bar--wrapper {
    display: none;
  }
}
.body--quiz .quiz--bar--wrapper span {
  transition: 0.4s ease-out;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.body--quiz .quiz--bar--wrapper span.active {
  background: #707070;
}
.body--quiz .quiz--bar--wrapper span.active.last:before {
  content: attr(data-index);
  font-size: 1.25rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: var(--color-text-bar) !important;
  bottom: -2.1875rem;
  font-weight: 500;
  text-align: center;
}

.body--quiz .quiz--bar--wrapper span.active.last[data-index="8"]:before {
  color: var(--dark) !important;
}
.body--quiz .quiz--bar--wrapper span:last-child:after {
  display: none;
}
.body--quiz .quiz--bar--wrapper span:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(2rem + 1px);
  height: 1px;
  background: #707070;
  left: calc(-2rem - 1px);
  z-index: -1;
}
.body--quiz .quiz--bar--wrapper.quiz--bar--desktop > span:last-child:before {
  display: none;
}
.body--quiz .back.oculto {
  opacity: 0 !important;
  pointer-events: none;
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item.answers--2 .answer--item .text {
    /* min-height: 150px; */
    min-height: 6.3vw;
  }
  .body--quiz .quiz--item:nth-child(12).answers--2 .answer--item .text {
    /* min-height: 150px; */
    min-height: 5.3vw;
  }
  .body--quiz .quiz--item.answers--2 .answer--wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .body--quiz .quiz--item.answers--4 .answer--wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item.answers--5 .answer--wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .body--quiz
    .quiz--item.answers--5
    .answer--wrapper
    .answer--item:hover
    .text
    p {
    color: #fff;
  }
  .body--quiz .quiz--item.answers--5 .answer--wrapper .text {
    flex-direction: column;
  }
  .body--quiz .quiz--item.answers--5 .answer--wrapper .text h3 {
    font-size: 1.9vw !important;
    /* font-size: min(max(18px, 1.8vw), 3rem);
    font-size: clamp(18px, 1.8vw, 3rem); */
    line-height: 90%;
    margin: 0;
    padding: 0;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .body--quiz .quiz--item.answers--5 .answer--wrapper .text p {
    font-size: 0.9vw;
    line-height: 130%;
    color: #000;
    font-weight: 400;
  }
}
@media screen and (max-width: 1020px) {
  .body--quiz .quiz--item.answers--5 .answer--wrapper .text h3 br {
    display: none;
  }
  .body--quiz .quiz--item.answers--5 .answer--wrapper .text h3 {
    font-size: 1.45rem;
  }
  .body--quiz .quiz .answers--5 .text {
    align-items: baseline !important;
    padding: 10px !important;
  }
}
/* @media screen and (min-width: 1020px) and (max-width: 1367px) {
  .body--quiz .quiz--item.answers--5 .answer--wrapper .text p {
    font-size: 1rem !important;
  }
} */
@media screen and (min-width: 1020px) and (max-height: 690px) {
  .body--quiz .quiz--item.answers--5 .answer--wrapper .text h3 {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item.answers--6 {
    grid-template-rows: max-content 1fr !important;
  }
  .body--quiz .quiz--item.answers--6 .answer {
    display: flex;
    flex-direction: column;
  }
  .body--quiz .quiz--item.answers--6 .question {
    min-height: 18.9vw;
  }
}
@media screen and (max-height: 940px) {
  .body--quiz .quiz--item.answers--6 .question,
  .body--quiz .quiz--item.answers--5-one-img .question {
    min-height: 7.9vw !important;
  }
  .body--quiz .quiz--item.answers--4 .answer--item .text p {
    font-size: 1.5vw !important;
  }
  .body--quiz .quiz--item.answers--5-one-img picture {
    height: 12.3vw;
  }
}
@media screen and (max-width: 768px) {
  .body--quiz .quiz--item.answers--4 .answer--item .text p {
    font-size: 16px !important;
  }
  .body--quiz .quiz--item.answers--6 img,
  .body--quiz .quiz--item.answers--5-one-img img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item.answers--6 picture {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    flex: 1 1 155px;
  }
  .body--quiz .quiz--item.answers--6 picture img {
    transition: 0.4s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item.answers--6 .answer--wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: max-content max-content;
    flex: 0 1;
  }
  .body--quiz .quiz--item.answers--6 .answer--wrapper .text {
    font-size: clamp(18px, 2.22vw, 1.375rem) !important;
    min-height: 100px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1367px) {
  .body--quiz .quiz--item.answers--6 .answer--wrapper .text {
    min-height: 90px;
  }
  .body--quiz .quiz--item.answers--6 .answer--wrapper .text p {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item.answers--6 .answer--wrapper .answer--item {
    height: auto !important;
    border-bottom: 1px solid #707070;
  }
  .body--quiz
    .quiz--item.answers--6
    .answer--wrapper
    .answer--item:nth-child(1) {
    border-top: 1px solid #707070;
  }
  .body--quiz
    .quiz--item.answers--6
    .answer--wrapper
    .answer--item:nth-child(2) {
    border-top: 1px solid #707070;
  }
  .body--quiz
    .quiz--item.answers--6
    .answer--wrapper
    .answer--item:nth-child(3) {
    border-top: 1px solid #707070;
    border-right: none;
  }
  .body--quiz
    .quiz--item.answers--6
    .answer--wrapper
    .answer--item:nth-child(4) {
    border-bottom: none !important;
  }
  .body--quiz
    .quiz--item.answers--6
    .answer--wrapper
    .answer--item:nth-child(5) {
    border-bottom: none !important;
  }
  .body--quiz
    .quiz--item.answers--6
    .answer--wrapper
    .answer--item:nth-child(6) {
    border-bottom: none !important;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item.answers--5-one-img {
    grid-template-rows: max-content 1fr !important;
  }
  .body--quiz .quiz--item.answers--5-one-img .answer {
    display: flex;
    flex-direction: column;
  }
  .body--quiz .quiz--item.answers--5-one-img .question {
    min-height: 15.9vw;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item.answers--5-one-img picture {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    height: 15.2vw;
  }
  .body--quiz .quiz--item.answers--5-one-img picture img {
    transition: 0.4s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item.answers--5-one-img .answer--wrapper {
    display: flex;
    /* grid-template-columns: repeat(5, 1fr);
    grid-template-rows: max-content max-content; */
    flex: 1 1;
  }
  .body--quiz .quiz--item.answers--5-one-img .answer--wrapper .text {
    /* font-size: clamp(18px, 2.22vw, 1.375rem) !important; */
    font-size: 1.3vw;
    line-height: 110%;
    margin: auto 0;
    padding: 1vw 2.3vw;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1367px) {
  .body--quiz .quiz--item.answers--5-one-img .answer--wrapper .text p {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item.answers--5-one-img .answer--wrapper .answer--item {
    height: 100% !important;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
    min-height: 100%;
    border-bottom: 1px solid #707070;
    border-bottom: none !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1367px) {
  .body--quiz .quiz--item.answers--5-one-img .answer--wrapper .answer--item {
    min-height: 130px;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item.answers--3-one-img {
    grid-template-rows: max-content 1fr !important;
  }
  .body--quiz .quiz--item.answers--3 .answer--wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  .body--quiz .quiz--item.answers--3-one-img .answer {
    display: flex;
    flex-direction: column;
  }
  .body--quiz .quiz--item.answers--3-one-img .question {
    min-height: 18.9vw !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1445px) {
  .body--quiz .quiz--item.answers--3-one-img .question {
    min-height: 121px !important;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item.answers--3-one-img picture {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    flex: 1 1 183px;
  }
  .body--quiz .quiz--item.answers--3-one-img picture img {
    transition: 0.4s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item.answers--3-one-img .answer--wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: max-content max-content;
    flex: 0 1;
  }
  .body--quiz .quiz--item.answers--3-one-img .answer--wrapper .text {
    font-size: clamp(18px, 2.22vw, 1.375rem) !important;
    margin: auto 0;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1367px) {
  .body--quiz .quiz--item.answers--3-one-img .answer--wrapper .text p {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item.answers--3-one-img .answer--wrapper .answer--item {
    height: max-content !important;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
    min-height: 7.3vw;
    height: max-content !important;
    border-bottom: 1px solid #707070;
    border-bottom: none !important;
  }
  .body--quiz
    .quiz--item.answers--3-one-img
    .answer--wrapper
    .answer--item:hover {
    background-color: var(--question-color);
  }
}
@media screen and (min-width: 1020px) and (max-width: 1367px) {
  .body--quiz .quiz--item.answers--3-one-img .answer--wrapper .answer--item {
    min-height: 130px;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item.quiz--email {
    display: grid;
    grid-template-rows: minmax(200px, auto) auto;
    gap: 21px;
    margin-left: -2px;
  }
  .body--quiz .quiz--item.quiz--email .cards {
    width: 100%;
    margin-top: 32px;
    display: flex;
    justify-content: center;
    flex: 1 1;
  }
  .body--quiz .quiz--item.quiz--email .cards .cards--wrapper {
    max-width: 1119px;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .body--quiz .quiz--item.quiz--email .cards .cards--wrapper img {
    height: 100%;
  }
  .body--quiz .quiz--item.quiz--email .resultado {
    background: #dfff2e;
    padding: 0 106px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    border-top: 1px solid #707070;
  }
  .body--quiz .quiz--item.quiz--email .resultado--item {
    margin: auto 0;
    padding: 2rem 0;
  }
  .body--quiz .quiz--item.quiz--email .resultado h3 {
    font-size: 52px;
    font-size: min(max(32px, 3.1vw), 52px);
    font-size: clamp(32px, 3.1vw, 52px);
    font-weight: bold;
    color: #000;
    text-align: start;
    margin-top: 0;
  }
  .body--quiz .quiz--item.quiz--email .resultado h3 br {
    display: none;
  }
  .body--quiz .quiz--item.quiz--email .resultado p {
    font-size: 24px;
    font-size: min(max(18px, 1.5vw), 24px);
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 1rem;
  }
  .body--quiz .quiz--item.quiz--email .resultado .input--container {
    width: 100%;
    position: relative;
    height: max-content;
  }
  .body--quiz .quiz--item.quiz--email .resultado .input--container input {
    width: 100%;
    border: 1px solid #707070;
    background: #fff;
    height: 3.4375rem;
    padding: 10px;
    padding-right: 50px;
    font-size: 1.25rem;
  }
  .body--quiz .quiz--item.quiz--email .resultado .input--container button {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease transform;
    right: 10px;
    color: #000;
  }
  .body--quiz
    .quiz--item.quiz--email
    .resultado
    .input--container
    button:hover {
    transform: scale(1.15);
  }
}
@media screen and (min-width: 1020px) and (max-width: 1020px) {
  .body--quiz .quiz--item.quiz--email .resultado {
    padding: 21px;
    padding-bottom: 0;
    margin: 19px;
  }
  .body--quiz .quiz--item.quiz--email .resultado--item {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .body--quiz .quiz--item.quiz--email .resultado h3 {
    font-size: 30px !important;
    order: -2 !important;
  }
  .body--quiz .quiz--item.quiz--email .resultado h3 br {
    display: none;
  }
  .body--quiz .quiz--item.quiz--email .resultado p {
    line-height: 135%;
    text-align: center;
    color: #555c37;
  }
  .body--quiz .quiz--item.quiz--email .resultado .input--container {
    order: -1 !important;
    margin: 16px 0;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .contorno {
    padding: var(--contorno);
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz {
    height: calc(
      100vh - var(--menu--size) - var(--footer-height) - (var(--contorno) * 2)
    );
    -webkit-user-select: none;
    user-select: none;
    --color-text-bar: #fff9ef;
  }
  .body--quiz .quiz--container {
    height: 100%;
    border: 1px solid #707070;
    border-top: initial;
  }
  .body--quiz .quiz--wrapper {
    height: 100%;
  }
  .body--quiz .quiz--item {
    --question-color: #fff9ef;
    --question-bg: #555c37;
    --question-bg-hover: var(--question-bg);
    --answer-color: #555c37;
    height: 100%;
    display: grid;
    grid-template-rows: max-content minmax(360px, auto);
    background: #fff9ef;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .question {
    padding: 1.25rem 2rem;
    background: var(--question-bg);
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 15.9vw;
  }
}
@media screen and (min-width: 1020px) and (max-height: 690px) {
  .body--quiz .question {
    padding: 1.7vw;
  }
  .body--quiz .question h3 {
    font-size: 26px !important;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .question h3 {
    /* font-size: 63px;
    font-size: min(max(24px, 4vw), 63px);
    font-size: clamp(24px, 4vw, 63px); */
    color: var(--question-color);
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1020px) and (min-width: 1440px) {
  .body--quiz .question h3 {
    font-size: 3.3vw;
    /* font-size: min(max(24px, 3vw), 54px);
    font-size: clamp(24px, 3vw, 54px); */
  }
}
@media screen and (min-width: 1020px) and (max-width: 1440px) {
  .body--quiz .question h3 {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .answer {
    height: 100%;
  }
  .body--quiz .answer--item {
    height: calc(
      100vh - var(--menu--size) - var(--footer-height) - var(--question-height) -
        (var(--contorno) * 2)
    );
    transition: 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #707070 !important;
  }
  .body--quiz .answer--item:last-child {
    border-right: none !important;
  }
  .body--quiz .answer--item:hover {
    background: var(--question-bg-hover) !important;
  }
  .body--quiz .answer--item:hover .text {
    color: var(--question-color) !important;
  }
  /* .body--quiz .quiz--item.answers--3 .answer--item:hover .text {
    color: var(--question-color-hover) !important;
  } */
  .body--quiz .answer--item:hover picture img {
    transform: scale(1.04);
  }
  .body--quiz .answer--item picture {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    height: 19.1vw;
    /* flex: 2 1;
    max-height: 350px; */
  }

  .body--quiz .quiz--item.answers--3 .answer--item picture {
    height: 15.1vw;
  }

  .body--quiz .quiz--item.answers--5 .answer--item picture {
    max-height: 10.2vw;
    margin: 1vw 0;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item.answers--5 .answer--item picture {
    max-height: 9vw;
    min-height: 4vw;
  }
}
/* @media screen and (max-height: 844px) {
  .body--quiz .quiz--item.answers--5 .answer--item picture {
    max-height: 100%;
  }
} */
@media screen and (min-width: 1020px) and (min-height: 1020px) {
  .body--quiz .answer--item picture {
    max-height: initial;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .answer--item picture img {
    transition: 0.4s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .answer--item .text {
    color: var(--answer-color);
    font-size: 1.4vw;
    /* font-size: min(max(1.125rem, 3vw), 2.625rem);
    font-size: clamp(1.125rem, 3vw, 2.625rem); */
    font-weight: 700;
    line-height: 145%;
    text-align: center;
    padding: 0.5vw 4.3vw;
    /* flex: 1 1; */
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .quiz--item:nth-child(9) .answer--item .text {
    font-size: 1.5vw;
  }
  .body--quiz .answer--item .text p {
    text-align: center;
    line-height: 120%;
  }
  .body--quiz .quiz--item.answers--4 .answer--item picture {
    height: 15.6vw;
  }
  .body--quiz .quiz--item.answers--4 .answer--item .text,
  .body--quiz .quiz--item.answers--6 .answer--item .text {
    padding: 1vw 2.3vw;
  }
  .body--quiz .quiz--item.answers--3-one-img .answer--item .text {
    padding: 1vw 6.3vw;
  }
  .body--quiz .quiz--item.answers--4 .answer--item .text p,
  .body--quiz .quiz--item.answers--6 .answer--item .text p,
  .body--quiz .quiz--item.answers--3-one-img .answer--item .text p {
    font-size: 1.7vw;
    line-height: 110%;
  }
  .body--quiz .quiz--item.answers--6 .answer--item .text p {
    font-size: 1.4vw;
  }
  .body--quiz .quiz--item.answers--5 .answer--item .text {
    color: var(--answer-color);
    font-size: 2.2vw;
    font-weight: 700;
    line-height: 145%;
    text-align: center;
    padding: 0 1.9vw 0.5vw;
    /* flex: 1 1; */
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1441px) {
  .body--quiz .answer--item .text {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .answer--item {
    border: none;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz {
    border-top: initial;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--bar {
    width: 100%;
    border: 1px solid #707070;
    border-bottom: initial;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .swiper-wrapper {
    will-change: transform;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--item .answer--wrapper {
    height: 100%;
  }
  .body--quiz .quiz--item.contain picture img {
    object-fit: contain;
    object-position: bottom;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz {
    position: relative;
    top: calc(var(--quiz-bar-height) - 1.25rem);
  }
  .body--quiz .quiz--container {
    overflow: hidden;
  }
  .body--quiz .quiz .quiz--bar {
    z-index: 10;
    position: absolute;
    height: var(--quiz-bar-height);
    top: calc(var(--quiz-bar-height) - (var(--quiz-bar-height) * 2));
    left: 0;
    background: #fff;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #707070;
  }
  .body--quiz .quiz .quiz--bar .swiper-pagination {
    position: initial;
    text-align: initial;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 11;
  }
  .body--quiz .quiz .quiz--bar .swiper-pagination .swiper-pagination-bullet {
    width: 0.9375rem;
    height: 0.9375rem;
    cursor: pointer;
  }
}
@media screen and (min-width: 1020px) {
  .body--quiz .quiz--bar--finalizado .back {
    opacity: 0;
  }
}
@media screen and (max-width: 1020px) {
  .body--quiz .quiz--bar--finalizado {
    opacity: 0;
  }
  .body--quiz .swiper-slide:not(.swiper-slide-active) {
    max-height: 0px;
  }
  .body--quiz .quiz--bar {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
    justify-content: center;
    background: #fff;
  }
  /* .body--quiz .quiz--bar .back {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
  } */
  .body--quiz .quiz--bar.mobile-view {
    position: absolute;
    top: 10px;
    flex-direction: column;
    background: transparent;
    left: 13px;
    z-index: 21;
  }
  .body--quiz .quiz--bar.mobile-view .back {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 5px 0;
  }
}
@media screen and (max-width: 1020px) and (max-width: 1020px) {
  .body--quiz .quiz--bar .back {
    top: 0;
  }
}
@media screen and (max-width: 1020px) {
  .body--quiz .quiz--bar .quiz--bar--mobile {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
  }
  .body--quiz .quiz--bar .quiz--bar--mobile strong {
    font-size: 12px;
    display: inline-block;
    margin-right: 2px;
    font-weight: 700;
  }
}
@media screen and (max-width: 1020px) {
  .body--quiz .quiz--container {
    height: 100%;
  }
  .body--quiz .quiz--wrapper {
    height: 100%;
    margin-bottom: 40px;
  }
  .body--quiz .quiz--item {
    padding-bottom: 10px;
    --question-color: #fff9ef;
    --question-bg: #555c37;
    --question-bg-hover: var(--question-bg);
    --answer-color: #555c37;
    height: 100%;
    display: grid;
    grid-template-rows: max-content minmax(360px, auto);
  }
}
@media screen and (max-width: 1020px) {
  .body--quiz .question {
    padding: 15px;
    background: var(--question-bg);
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
  }
  .body--quiz .question h3 {
    font-size: 17px;
    color: var(--question-color);
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 48px;
  }
  .body--quiz .answers--3 .question {
    background: var(--question-bg-mobile);
  }
  .body--quiz .answers--3 .question h3 {
    color: var(--question-color-mobile);
  }
}
@media screen and (max-width: 1020px) and (min-width: 1440px) {
  .body--quiz .question h3 {
    font-size: 2.8vw;
    /* font-size: min(max(24px, 3vw), 54px);
    font-size: clamp(24px, 3vw, 54px); */
  }
}
@media screen and (max-width: 1020px) {
  .body--quiz .answer--wrapper {
    display: grid;
    margin: 0 10px;
    gap: 10px;
    margin-top: 10px;
  }
  .body--quiz .answer--item {
    display: flex;
    flex-direction: column-reverse;
    border: 1px solid #707070;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  .body--quiz .answer--item picture {
    border-top: 1px solid #707070;
  }
  .body--quiz .answer--item picture {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    min-height: 120px;
    max-height: 222px;
    flex: 1 1;
  }
  .body--quiz .answer--item picture img {
    transition: 0.4s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .body--quiz .answer--item .text {
    padding: 10px;
    text-align: center;
    flex: 0 1;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .body--quiz .answer--item .text p {
    text-align: center;
    line-height: 125%;
    color: var(--answer-color);
    font-weight: 700;
    line-height: 145%;
    font-size: 16px;
  }
}
@media screen and (max-width: 1020px) and (max-width: 1441px) {
  .body--quiz .answer--item .text {
    font-size: 29px;
  }
}
@media screen and (max-width: 1020px) {
  .body--quiz .answer--item:hover {
    background: var(--question-bg-hover) !important;
  }
  .body--quiz .answer--item:hover .text p {
    color: var(--question-color) !important;
  }
  .body--quiz .quiz .answers--5 .answer--item:hover .text p {
    color: var(--question-color-hover);
  }
}
@media screen and (max-width: 1020px) {
  .body--quiz .quiz .answers--5 .answer--item {
    display: grid;
    grid-template-columns: 100px 1fr;
    min-height: 125px;
  }
  .body--quiz .quiz .answers--5 .answer--item:hover .text h3 {
    color: var(--question-color);
  }
  .body--quiz .quiz .answers--5 picture {
    border-top: initial;
  }
  .body--quiz .quiz .answers--5 picture img {
    object-fit: cover;
    object-position: center;
  }
  .body--quiz .quiz .answers--5 .text {
    flex-direction: column;
    padding: 0px 10px;
  }
  .body--quiz .quiz .answers--5 .text p,
  .body--quiz .quiz .answers--5 .text h3 {
    text-align: start;
  }
  .body--quiz .quiz .answers--5 .text p {
    font-size: 14px;
    line-height: 140%;
    color: #000;
    font-weight: 400;
  }
  .body--quiz .quiz .answers--5 .text {
    flex-direction: column;
  }
  .body--quiz .quiz .answers--5 .text h3 {
    line-height: 140%;
    margin: 0;
    padding: 0;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--question-bg);
  }
}
@media screen and (max-width: 1020px) {
  .body--quiz .quiz--wrapper {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 1020px) {
  .body--quiz .quiz--email {
    display: grid;
    padding-bottom: 0px !important;
    grid-template-rows: minmax(205px, 391px) auto;
  }
  .body--quiz .quiz--email .cards {
    justify-content: center;
    flex: 1 1;
  }
  .body--quiz .quiz--email .cards .cards--wrapper {
    overflow: hidden;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .body--quiz .quiz--email .cards .cards--wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .body--quiz .quiz--email .resultado {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    padding: 20px;
    background: #dfff2e;
  }
  .body--quiz .quiz--email .resultado h3 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
  }
  .body--quiz .quiz--email .resultado--item {
    padding: 2rem 0;
  }
  .body--quiz .quiz--email .resultado {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .body--quiz .quiz--email .resultado--item {
    display: flex;
    flex-direction: column;
  }
  .body--quiz .quiz--email .resultado--item h3 {
    order: -3;
  }
  .body--quiz .quiz--email .resultado--item .input--container {
    order: -2;
  }
  .body--quiz .quiz--email .resultado--item p {
    order: -1;
  }
  .body--quiz .quiz--email .resultado--item p {
    font-size: 19px;
    color: #555c37;
    line-height: 130%;
    margin-top: 30px;
    text-align: center;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
  }
  .body--quiz .quiz--email .input--container {
    width: 100%;
    position: relative;
    height: max-content;
    margin-top: 20px;
  }
  .body--quiz .quiz--email .input--container input {
    width: 100%;
    border: 1px solid #707070;
    background: #fff;
    height: 3rem;
    padding: 10px;
    padding-right: 50px;
    font-size: 1.25rem;
  }
  .body--quiz .quiz--email .input--container button {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease transform;
    right: 10px;
  }
  .body--quiz .quiz--email .input--container button:hover {
    transform: scale(1.15);
  }
}
.body--resultado .share {
  width: 100%;
  height: auto;
}
.body--resultado .share--wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #707070;
  border-left: initial;
  border-right: initial;
  height: auto;
  border-bottom: initial;
}
.body--resultado .share .text {
  flex: 2 1 auto;
  display: flex;
  justify-content: center;
  padding: 0px;
}
@media (max-width: 1367px) {
  .body--resultado .share .text {
    flex: 1 1 auto;
  }
}
.body--resultado .share .text p {
  font-weight: 700;
  max-width: 120px;
  text-align: center;
  font-size: 1rem;
}
.body--resultado .share .icon {
  flex: 1 1;
  border-left: 1px solid #707070;
  width: 30px;
  height: 47px;
  display: grid;
  place-items: center;
}
.body--resultado .share .icon:hover svg {
  transform: scale(1.15);
}
.body--resultado .share .icon svg {
  width: 27px;
  height: 27px;
  transition: 0.3s ease;
}
@media screen and (min-width: 1020px) {
  .body--resultado .mobile--only {
    display: none !important;
  }
  .body--resultado .swiper-pagination-bullet-active {
    background: #707070 !important;
  }
  .body--resultado .one {
    display: flex;
    justify-content: center;
  }
  .body--resultado .one--container {
    border: 1px solid #707070;
    margin: 2.25rem;
    margin-bottom: 0;
    max-width: 1920px;
  }
  .body--resultado .one--grid {
    display: grid;
    width: 100%;
  }
  .body--resultado .one header {
    background-color: #ff8635;
    padding: 0.8vw 3.3vw 0.8vw;
    grid-row: 1/2;
    border-bottom: 1px solid #707070;
  }
  .body--resultado .one header h1 {
    font-size: 6.5vw;
    font-weight: bold;
    color: #fff9ef;
  }
}
/* @media screen and (min-width: 1020px) and (min-width: 1667px) {
  .body--resultado .one header h1 {
    font-size: clamp(42px, 6.9vw, 135px);
  }
} */
@media screen and (min-width: 1020px) {
  .body--resultado .one header p {
    font-size: 2.6vw;
    /* font-size: clamp(32px, 2.6vw, 53px); */
    font-weight: 300;
    color: #fff9ef;
    line-height: 115%;
    width: 75%;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .one--text {
    grid-column: 2/3;
    display: grid;
    grid-template-columns: 1fr 440px;
    background: #fff9ef;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1337px) {
  .body--resultado .one--text {
    grid-template-columns: 1fr 347px;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .one--text .oq {
    padding: 1.8125rem 4.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff9ef;
  }
  .body--resultado .one--text .oq br {
    display: none;
  }
}
@media screen and (max-width: 1020px) {
  .body--resultado .one--text .oq {
    background-color: transparent;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1667px) {
  .body--resultado .one--text .oq {
    padding: 1.8125rem 3rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1367px) {
  .body--resultado .one--text .oq {
    padding: 1.25rem 2rem;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .one--text .oq h4 {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1667px) {
  .body--resultado .one--text .oq h4 {
    font-size: 1.35rem;
    line-height: 140%;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1337px) {
  .body--resultado .one--text .oq h4 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .one--text .oq p {
    font-size: 1.4vw;
    line-height: 130%;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1667px) {
  .body--resultado .one--text .oq p {
    font-size: 1.35rem;
    line-height: 140%;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1337px) {
  .body--resultado .one--text .oq p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1020px) {
  .body--resultado .one--text .futuro {
    background-color: transparent;
  }
  .body--resultado .one--text .futuro svg,
  .body--resultado .one--text .futuro img,
  .body--resultado .one--text .futuro .lottie-wrapper {
    width: 100%;
    display: none;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .one--text .futuro {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #707070;
    background-color: #fff9ef !important;
  }
  .body--resultado .one--text .futuro h3 {
    font-size: 2vw;
    color: #fff9ef;
    font-weight: 800;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    padding: 0.5vw 2.2vw;
    background: #db664a;
    text-align: center;
    margin: 0;
    word-break: break-word;
  }
  .body--resultado .one--text .futuro svg,
  .body--resultado .one--text .futuro img,
  .body--resultado .one--text .futuro .lottie-wrapper {
    width: 100%;
    max-height: 365px;
  }
}
/* @media screen and (min-width: 1020px) and (max-width: 1337px) {
  .body--resultado .one--text .futuro h3 {
    font-size: 4rem;
  }
} */
@media screen and (min-width: 1020px) {
  .body--resultado .one--text .futuro p {
    color: #000;
    font-size: 1.4vw;
    padding: 1.5vw 2.2vw;
    line-height: 130%;
    padding-bottom: 0;
    font-weight: 700;
  }
  .c-message_kit__gutter {
    padding: 0 2.2vw;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .one--text .futuro a {
    color: #db664a;
    font-weight: black;
    font-size: 1.3vw;
    cursor: pointer;
    margin: 0.9vw 0 1vw;
    padding: 0 2.2vw;
    display: block;
    transition: 0.3s ease;
    transform-origin: left;
    text-transform: uppercase;
    font-weight: 700;
  }
  .body--resultado .one--text .futuro a:hover {
    transform: scale(1.15);
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .one .banner {
    grid-row: 1/3;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #707070;
    min-width: 20.8vw;
    max-width: 26.6vw;
  }
  .body--resultado .one .banner picture {
    display: block;
    height: 100%;
    object-fit: cover;
    min-width: 26.6vw;
  }
  .body--resultado .one .banner picture img {
    object-fit: cover;
    height: 100%;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .email .resultado {
    background: #dfff2e;
    padding: 0 5.5vw;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    border-top: 1px solid #707070;
    border-top: initial;
  }
  .body--resultado .email .resultado--item {
    margin: auto 0;
    padding: 1.6vw 0;
  }
  .body--resultado .email .resultado h3,
  .body--resultado .email-2 .resultado h3 {
    font-size: 3vw !important;
    /* font-size: min(max(32px, 3.1vw), 52px);
    font-size: clamp(32px, 3.1vw, 52px); */
    font-weight: bold;
    color: #000;
    text-align: start;
    margin-top: 0;
    text-transform: uppercase;
  }
  .body--resultado .email .resultado h3 br {
    display: none;
  }
  .body--resultado .email .resultado p,
  .body--resultado .email-2 .resultado p {
    font-size: 1.9vw !important;
    /* font-size: min(max(18px, 1.5vw), 24px);
    font-size: clamp(18px, 1.5vw, 24px); */
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 1rem;
    position: relative;
  }
  .body--resultado .email .resultado .input--container {
    width: 100%;
    position: relative;
    height: max-content;
  }
  .body--resultado .email .resultado .input--container input[type="email"],
  .body--resultado .email-2 .resultado .input--container input[type="email"],
  .sib-email-area input[type="email"] {
    width: 100%;
    border: 1px solid #707070;
    background: #fff;
    height: 3.4375rem;
    padding: 10px;
    padding-right: 50px;
    font-size: 1.25rem;
  }
  .body--resultado .email .resultado .input--container input[type="checkbox"],
  .body--resultado .email-2 .resultado .input--container input[type="checkbox"],
  .sib-ACEITO_RECEBER_EMAILS_DO_INSTITUTO_MOL-area input[type="checkbox"] {
    -webkit-appearance: checkbox;
  }
  .body--resultado .wpcf7-acceptance .wpcf7-list-item,
  .sib-ACEITO_RECEBER_EMAILS_DO_INSTITUTO_MOL-area {
    margin: 0;
    font-size: 1vw;
  }
  .sib_signup_box_inside_1,
  .sib_signup_box_inside_2,
  .sib_signup_box_inside_3,
  .sib_signup_box_inside_4,
  .sib_signup_box_inside_5,
  .sib_signup_box_inside_6,
  .sib_signup_box_inside_7,
  .sib_signup_box_inside_8,
  .sib_signup_box_inside_9,
  .sib_signup_box_inside_10 {
    position: relative;
  }
  .sib_signup_box_inside_1 input[type="submit"],
  .sib_signup_box_inside_2 input[type="submit"],
  .sib_signup_box_inside_3 input[type="submit"],
  .sib_signup_box_inside_4 input[type="submit"],
  .sib_signup_box_inside_5 input[type="submit"],
  .sib_signup_box_inside_6 input[type="submit"],
  .sib_signup_box_inside_7 input[type="submit"],
  .sib_signup_box_inside_8 input[type="submit"],
  .sib_signup_box_inside_9 input[type="submit"],
  .sib_signup_box_inside_10 input[type="submit"] {
    background: transparent;
    border: none;
    color: black;
    font-weight: bold;
    width: auto;
    padding: 0;
    height: auto;
    position: absolute;
    top: 1vw;
    right: 1vw;
    font-size: 1.25rem;
  }
  .sib_signup_box_inside_1 input[type="submit"]:disabled,
  .sib_signup_box_inside_2 input[type="submit"]:disabled,
  .sib_signup_box_inside_3 input[type="submit"]:disabled,
  .sib_signup_box_inside_4 input[type="submit"]:disabled,
  .sib_signup_box_inside_5 input[type="submit"]:disabled,
  .sib_signup_box_inside_6 input[type="submit"]:disabled,
  .sib_signup_box_inside_7 input[type="submit"]:disabled,
  .sib_signup_box_inside_8 input[type="submit"]:disabled,
  .sib_signup_box_inside_9 input[type="submit"]:disabled,
  .sib_signup_box_inside_10 input[type="submit"]:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  .body--resultado .email .resultado .input--container input[type="submit"],
  .body--resultado .email-2 .resultado .input--container input[type="submit"] {
    background: transparent;
    border: none;
    color: black;
    font-weight: bold;
    width: auto;
    padding: 0;
    height: auto;
    position: absolute;
    bottom: 0.8vw;
    right: 1vw;
    font-size: 1.25rem;
  }
  .body--resultado .email .resultado .input--container .wpcf7-spinner,
  .body--resultado .email-2 .resultado .input--container .wpcf7-spinner {
    position: absolute;
    top: 0.9vw;
    right: -3vw;
  }
  .wpcf7-not-valid-tip {
    font-size: 0.9vw;
  }
  .wpcf7 form .wpcf7-response-output {
    margin: 0.5vw 0;
  }
  .body--resultado .email .resultado .input--container button {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease transform;
    right: 10px;
    color: #000;
  }
  .body--resultado .email .resultado .input--container button:hover {
    transform: scale(1.15);
  }
}
@media screen and (min-width: 1020px) and (max-width: 1020px) {
  .body--resultado .email .resultado {
    padding: 21px;
    padding-bottom: 0;
    margin: 19px;
  }
  .body--resultado .email .resultado--item {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .body--resultado .email .resultado h3 {
    font-size: 30px !important;
    order: -2 !important;
  }
  .body--resultado .email .resultado h3 br {
    display: none;
  }
  .body--resultado .email .resultado p {
    line-height: 135%;
    text-align: center;
    color: #555c37;
  }
  .body--resultado .email .resultado .input--container {
    order: -1 !important;
    margin: 16px 0;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .email .resultado h3 {
    font-size: 52px;
    font-size: min(max(32px, 2.9vw), 52px);
    font-size: clamp(32px, 2.9vw, 52px);
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .email .resultado .resultado--item {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .three {
    margin: 2rem;
  }
  .body--resultado .three--wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #707070;
    width: 100%;
  }
  .body--resultado .three .text {
    border: 1px solid #707070;
  }
  .body--resultado .three .swiper {
    width: 100%;
  }
  .body--resultado .three .curtir {
    flex: 1 1 50%;
    display: grid;
  }
  .body--resultado .three .curtir--wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .body--resultado .three .curtir .text.title {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1a9ca2;
    max-height: 3.9vw;
  }
  .body--resultado .three .curtir .text p {
    line-height: 100%;
    padding: 0.6875rem 0;
    color: #fff9ef;
    font-size: 2.6vw;
    font-weight: 700;
    display: block;
  }
  .body--resultado .three .curtir--item {
    width: 100%;
    /* min-width: 18.75rem;*/
    /* max-width: 33%;  */
    background: #ece8e4;
    padding: 1.3vw 1.3vw 0.3vw;
    padding-bottom: 0;
    color: #1a9ca2;
    border: 1px solid #707070;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    /* height: auto; */
    height: 21.9vw;
    overflow-y: auto;
  }
  .body--resultado .three .curtir--item:first-child {
    border-left: 2px solid #707070;
  }
}
/* @media screen and (min-width: 1020px) and (max-width: 1667px) {
  .body--resultado .three .curtir--item {
    min-width: 12.75rem;
  }
} */
@media screen and (min-width: 1020px) and (max-width: 1441px) {
  .body--resultado .three .curtir--item {
    padding: 1.5rem 1rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .three .curtir--item img {
    max-height: 16.4vw;
    height: 100%;
    margin: 0 auto;
  }
}
/* @media screen and (min-width: 1020px) and (max-width: 1667px) {
  .body--resultado .three .curtir--item img {
    max-height: 15.75rem;
  }
} */
@media screen and (min-width: 1020px) {
  .body--resultado .three .curtir--item span {
    /* font-size: 1.625rem; */
    font-weight: bold;
    color: inherit;
  }
}
/* @media screen and (min-width: 1020px) and (max-width: 1367px) {
  .body--resultado .three .curtir--item span {
    font-size: 1.45rem;
  }
} */
@media screen and (min-width: 1020px) {
  .body--resultado .three .curtir--item h5 {
    color: inherit;
    font-weight: 300;
    font-size: 1.625rem;
    padding: 0;
    margin: 0;
    margin: 0.3125rem 0;
  }
  .body--resultado .three .curtir--item .text.desktop--only,
  .body--resultado .three .junto--item .text.desktop--only {
    border: none;
    font-family: "Raleway", sans-serif;
    display: none;
    position: absolute;
    top: 1.3vw;
    left: 1.4vw;
    width: calc(100% - 2.7vw);
    height: calc(100% - 1.3vw);
  }
  .body--resultado .three .curtir--item .text.desktop--only span {
    font-size: 1.4vw;
  }
  .body--resultado .three .curtir--item .text.desktop--only h5 {
    font-size: 1.4vw;
  }
  .body--resultado .three .curtir--item .text.desktop--only p,
  .body--resultado .three .junto--item .text.desktop--only p {
    font-size: 1vw;
    color: black;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    line-height: 130%;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1367px) {
  .body--resultado .three .curtir--item h5 {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .three .curtir--item p {
    color: #000;
    font-size: 1.25rem!;
    line-height: 130%!;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1667px) {
  .body--resultado .three .curtir--item p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .three .curtir--item a {
    color: inherit;
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto 0 0.5vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .body--resultado .three .curtir--item a:hover svg {
    transform: scale(1.25);
  }
  .body--resultado .three .curtir--item a svg {
    transition: 0.3s ease;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .three .junto {
    flex: 1 1 50%;
    display: grid;
  }
  .body--resultado .three .junto--wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .body--resultado .three .junto .text.title {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a271a1;
    max-height: 3.9vw;
  }
  .body--resultado .three .junto .text p {
    line-height: 100%;
    padding: 0.6875rem 0;
    color: #fff9ef;
    font-size: 2.6vw;
    font-weight: 700;
    display: block;
  }
  .body--resultado .three .junto--item {
    width: 100%;
    /* min-width: 18.75rem; */
    /* max-width: 33%;  */
    background: #ece8e4;
    padding: 1.3vw 1.3vw 0.3vw;
    padding-bottom: 0;
    color: #1a9ca2;
    border: 1px solid #707070;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    /* height: auto; */
    height: 21.9vw;
    overflow-y: auto;
  }
  .body--resultado .three .junto--item:last-child {
    border-right: 2px solid #707070;
  }
}
/* @media screen and (min-width: 1020px) and (max-width: 1667px) {
  .body--resultado .three .junto--item {
    min-width: 12.75rem;
  }
} */
@media screen and (min-width: 1020px) and (max-width: 1441px) {
  .body--resultado .three .junto--item {
    padding: 1.5rem 1rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .three .junto--item img {
    max-height: 21.75rem;
    height: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1667px) {
  .body--resultado .three .junto--item img {
    max-height: 15.75rem;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .three .junto--item span {
    font-size: 1.4vw;
    font-weight: bold;
    color: inherit;
  }
  .body--resultado .three .junto--item span.subtitle {
    font-size: 1vw !important;
    font-weight: 500 !important;
  }
}
/* @media screen and (min-width: 1020px) and (max-width: 1367px) {
  .body--resultado .three .junto--item span {
    font-size: 1.45rem;
  }
} */
@media screen and (min-width: 1020px) {
  .body--resultado .three .junto--item h5 {
    color: inherit;
    font-weight: 300;
    font-size: 1.625rem;
    padding: 0;
    margin: 0;
    margin: 0.3125rem 0;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1367px) {
  .body--resultado .three .junto--item h5 {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .three .junto--item p {
    color: #000;
    font-size: 1.25rem;
    line-height: 130%;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1667px) {
  .body--resultado .three .junto--item p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .three .junto--item a {
    color: inherit;
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto 0 0.7vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .body--resultado .three .junto--item a:hover svg {
    transform: scale(1.25);
  }
  .body--resultado .three .junto--item a svg {
    transition: 0.3s ease;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .three .junto span {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    text-align: center;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .three .junto img {
    max-height: 12.4vw !important;
  }
}
/* @media screen and (min-width: 1020px) and (max-width: 1441px) {
  .body--resultado .three .junto img {
    max-height: 14.5rem !important;
  }
} */

.body--resultado .four header {
  background-image: linear-gradient(40deg, #fd168d -10%, #03b6fe 110%);
}

.body--resultado .four header .four--container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  padding: 2rem;

  .four--title {
    display: flex;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
    place-content: center;

    img {
      margin-right: 1rem;
    }

    h2 {
      text-transform: none;
      color: #fff;
      font-size: 32px;
      font-weight: 700;
    }
  }

  .four--title:nth-child(2) h2 {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
  }

  .swiper-notification {
    position: absolute;
  }
}

@media screen and (min-width: 1020px) {
  .body--resultado .four {
    background: #fff;
  }
 
  .body--resultado .four header .four--container {
    flex-wrap: nowrap;

    .four--title {
      flex-wrap: nowrap;
      width: 50%;

      h2 {
        font-size: 48px;
        font-weight: 400;
      }
    }

    .four--title:nth-child(2) h2 {
      text-align: left;
    }
  }
  
  .body--resultado .four header .four--container h2 {
    font-weight: 700;
    font-size: 3.5rem;
    text-transform: uppercase;
    color: #fff9ef;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1441px) {
  .body--resultado .four header .four--container h2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1337px) {
  .body--resultado .four header .four--container h2 {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .four .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 3.1vw 0 !important;
  }
}

.body--resultado .four--item {
  border: 1px solid;
  padding: 1rem 1rem 2rem;
}

.body--resultado .four--item img {
  height: auto;
  width: 180px;
  object-fit: contain;
  margin: 10px auto;
}

.body--resultado .four .four--item .botao-doar {
  background-color: #a271a1;
  border: 1px solid #a271a1;
  display: flex;
  position: absolute;
  bottom: 3rem;
  left: 0; 
  right: 0; 
  margin: 0 auto;
  width: 100px;
  place-content: center;

  &:hover {
    background-color: transparent;
  }
}

.body--resultado .four .four--item .botao-doar a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: .5rem 2rem;

  &:hover {
    color: #a271a1;
  }
}

@media screen and (min-width: 1020px) {
  .body--resultado .four--item {
    width: 20rem;
    display: flex;
    flex-direction: column;
    background: transparent !important;
  }
  
  .body--resultado .four--item h5 {
    color: #a271a1;
    font-weight: 700;
    font-size: 1vw;
    text-align: center;
    line-height: 140%;
  }
  .body--resultado .four--item p {
    color: #000;
    line-height: 140%;
    font-size: 1vw;
    text-align: center;
    margin:.5rem 0 3rem;
  }
}

.body--resultado .four .swiper-wrapper {
  width: 100% !important;

}

@media screen and (min-width: 1020px) {
  .body--resultado .four .swiper-wrapper {
    flex-direction: row !important;
    align-items: center;
    width: 96% !important;
    flex-wrap: nowrap !important;
    padding: 2rem;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .four .swiper-slide {
    text-align: center;
    font-size: 1vw;
    background: #fff;
    height: 490px;
    display: flex;
    place-content: baseline;
    align-items: center;
    width: 23% !important;
    margin: 0 !important;
  }
}
	
@media screen and (min-width: 1600px) {
	.body--resultado .four .swiper-slide {
		height: 550px;
	}
}

@media screen and (min-width: 1020px) {
  .body--resultado .five {
    background: #4f5ed1;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
  .body--resultado .five--container {
    max-width: 1920px;
  }
  .body--resultado .five--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 3.3vw 3.9vw;
  }
  .body--resultado .five .orna {
    width: 220px;
  }
  .body--resultado .five .orna svg {
    width: 11.25rem;
    height: 11.25rem;
  }
  .body--resultado .five h1 {
    padding: 0.5vw 1vw;
    color: #4f5ed1;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: 700;
    font-size: 3.6vw;
    background-color: #dfff2e;
    border-radius: 0.8vw;
    width: 25.5vw;
  }
  .body--resultado .five p {
    max-width: 500px;
    color: #fff9ef;
    line-height: 140%;
    font-size: 1.1vw;
    flex: 2 1 auto;
    display: flex;
  }
  .body--resultado .five .atados {
    flex: 1 1 auto;
    max-width: 340px;
    height: 100%;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1441px) {
  /* .body--resultado .five h1 {
    font-size: 3.5rem;
  } */
  .body--resultado .five .atados {
    max-width: 260px;
  }
  /* .body--resultado .five p {
    font-size: 1.25rem;
  } */
  .body--resultado .five .orna {
    width: 160px;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .six {
    margin: 2.625rem;
  }
  .body--resultado .six--container {
    max-width: 1920px;
    margin: 0 auto;
    border: 1px solid #707070;
  }
  .body--resultado .six--wrapper {
    display: flex;
    flex-direction: column;
  }
  .body--resultado .six--text {
    background: #ffaa32;
    padding: 1vw 1.8vw;
  }
  .body--resultado .six--text h2 {
    color: #fff9ef;
    text-transform: uppercase;
    line-height: 130%;
    max-width: inherit;
    font-weight: 700;
    font-size: 2vw;
  }
  .body--resultado .six--top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    border-bottom: 1px solid #707070;
  }
  .body--resultado .six--info {
    padding: 1vw 1.8vw;
    font-size: 1vw;
    line-height: 130%;
  }
  /* .body--resultado .six--info p {
    font-size: 1.25rem;
    line-height: 135%;
  } */
  .body--resultado .six--bottom {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 36px;
    background: #ece8e4;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .email-2 .resultado {
    background: #dfff2e;
    padding: 0 5.5vw;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    border-top: 1px solid #707070;
    border-top: initial;
  }
  .body--resultado .email-2 .resultado--item {
    margin: auto 0;
    padding: 2rem 0;
  }
  .body--resultado .email-2 .resultado h3 {
    font-size: 52px;
    font-size: min(max(32px, 3.1vw), 52px);
    font-size: clamp(32px, 3.1vw, 52px);
    font-weight: bold;
    color: #000;
    text-align: start;
    margin-top: 0;
  }
  .body--resultado .email-2 .resultado h3 br {
    display: none;
  }
  .body--resultado .email-2 .resultado p {
    font-size: 24px;
    font-size: min(max(18px, 1.5vw), 24px);
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 1rem;
  }
  .body--resultado .email-2 .resultado .input--container {
    width: 100%;
    position: relative;
    height: max-content;
  }
  .body--resultado .email-2 .resultado .input--container input[type="email"] {
    width: 100%;
    border: 1px solid #707070;
    background: #fff;
    height: 3.4375rem;
    padding: 10px;
    padding-right: 50px;
    font-size: 1.25rem;
  }
  .body--resultado .email-2 .resultado .input--container button {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease transform;
    right: 10px;
    color: #000;
  }
  .body--resultado .email-2 .resultado .input--container button:hover {
    transform: scale(1.15);
  }
}
@media screen and (min-width: 1020px) and (max-width: 1020px) {
  .body--resultado .email-2 .resultado {
    padding: 21px;
    padding-bottom: 0;
    margin: 19px;
  }
  .body--resultado .email-2 .resultado--item {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .body--resultado .email-2 .resultado h3 {
    font-size: 30px !important;
    order: -2 !important;
  }
  .body--resultado .email-2 .resultado h3 br {
    display: none;
  }
  .body--resultado .email-2 .resultado p {
    line-height: 135%;
    text-align: center;
    color: #555c37;
  }
  .body--resultado .email-2 .resultado .input--container {
    order: -1 !important;
    margin: 16px 0;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .email-2 .resultado h3 {
    font-size: 52px;
    font-size: min(max(32px, 2.9vw), 52px);
    font-size: clamp(32px, 2.9vw, 52px);
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .email-2 .resultado .resultado--item {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1020px) {
  .body--resultado .d-mobile {
    display: none;
  }
}
.body--resultado .share {
  width: 100%;
  height: auto;
}
.body--resultado .share--wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #707070;
  border-left: initial;
  border-right: initial;
  height: auto;
  border-bottom: initial;
}
.body--resultado .share .text {
  flex: 2 1 auto;
  display: flex;
  justify-content: center;
  padding: 0px;
}
@media (max-width: 1367px) {
  .body--resultado .share .text {
    flex: 1 1 auto;
  }
}
.body--resultado .share .text p {
  font-weight: 700;
  max-width: 7.8vw;
  text-align: center;
  font-size: 0.9vw;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
.body--resultado .share .icon {
  flex: 1 1;
  border-left: 1px solid #707070;
  width: 30px;
  height: 47px;
  display: grid;
  place-items: center;
}
.body--resultado .share .icon:hover svg {
  transform: scale(1.15);
}
.body--resultado .share .icon svg {
  width: 27px;
  height: 27px;
  transition: 0.3s ease;
}
@media screen and (max-width: 1020px) {
  .body--resultado .share .text p {
    max-width: 120px;
    font-size: 13px;
  }
  .body--resultado .desktop--only {
    display: none !important;
  }
  .body--resultado .one {
    display: flex;
    justify-content: center;
    background: #ff8635;
  }
  .body--resultado .one .banner {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #707070;
    height: auto;
    width: 100%;
    background: #fff9ef;
  }
  .body--resultado .one .banner picture {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .body--resultado .one .banner picture img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .body--resultado .share {
    border-bottom: 1px solid #707070;
    background: #fff9ef;
  }
  .body--resultado header {
    grid-row: 1/2;
    padding: 1.8125rem 2.375rem;
  }
  .body--resultado header h1 {
    display: none;
  }
  .body--resultado header h1.d-mobile {
    display: block;
    font-weight: bold;
    font-size: 30px;
    color: #fff9ef;
  }
  .body--resultado header p {
    font-size: 53px;
    font-size: 24px;
    font-weight: 700;
    color: #fff9ef;
    line-height: 115%;
  }
  .body--resultado .one--text {
    padding: 1.8125rem 2.375rem 0;
    color: #fff9ef;
  }
  .body--resultado .one--text h4 {
    font-size: 16px;
    line-height: 140%;
    font-weight: 800;
  }
  .body--resultado .one--text .oq p:first-child {
    margin-bottom: 0;
    font-size: 20px;
  }
  .body--resultado .one--text p {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 2rem;
  }
  .body--resultado .one--text p br {
    display: none;
  }
  .body--resultado .futuro {
    background: #db664a;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 28px 32px;
  }
  .body--resultado .futuro h3 {
    display: block;
    font-weight: bold;
    font-size: 4.125rem;
    color: #fff9ef;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
  }
  .body--resultado .futuro a {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    display: block;
    color: #fff9ef;
    margin-top: 1.35rem;
  }
  .body--resultado .email .resultado {
    background: #dfff2e;
    padding: 0 106px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    border-top: 1px solid #707070;
    border-top: initial;
  }
  .body--resultado .email .resultado--item {
    margin: auto 0;
    padding: 2rem 0;
  }
  .body--resultado .email .resultado h3 {
    font-size: 52px;
    font-size: min(max(32px, 3.1vw), 52px);
    font-size: clamp(32px, 3.1vw, 52px);
    font-weight: bold;
    color: #000;
    text-align: start;
    margin-top: 0;
  }
  .body--resultado .email .resultado h3 br {
    display: none;
  }
  .body--resultado .email .resultado p {
    font-size: 24px;
    font-size: min(max(18px, 1.5vw), 24px);
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 1rem;
  }
  .body--resultado .email .resultado .input--container {
    width: 100%;
    position: relative;
    height: max-content;
  }
  .body--resultado .email .resultado .input--container input[type="email"],
  .sib-email-area input[type="email"] {
    width: 100%;
    border: 1px solid #707070;
    background: #fff;
    height: 3.4375rem;
    padding: 10px;
    padding-right: 50px;
    font-size: 1.25rem;
  }
  .body--resultado .email .resultado .input--container input[type="checkbox"],
  .body--resultado .email-2 .resultado .input--container input[type="checkbox"],
  .sib-ACEITO_RECEBER_EMAILS_DO_INSTITUTO_MOL-area input[type="checkbox"] {
    -webkit-appearance: checkbox;
  }
  .body--resultado .wpcf7-acceptance .wpcf7-list-item,
  .sib-ACEITO_RECEBER_EMAILS_DO_INSTITUTO_MOL-area {
    margin: 0;
    color: black;
  }
  .sib_signup_box_inside_1,
  .sib_signup_box_inside_2,
  .sib_signup_box_inside_3,
  .sib_signup_box_inside_4,
  .sib_signup_box_inside_5,
  .sib_signup_box_inside_6,
  .sib_signup_box_inside_7,
  .sib_signup_box_inside_8,
  .sib_signup_box_inside_9,
  .sib_signup_box_inside_10 {
    position: relative;
  }
  .sib_signup_box_inside_1 input[type="submit"],
  .sib_signup_box_inside_2 input[type="submit"],
  .sib_signup_box_inside_3 input[type="submit"],
  .sib_signup_box_inside_4 input[type="submit"],
  .sib_signup_box_inside_5 input[type="submit"],
  .sib_signup_box_inside_6 input[type="submit"],
  .sib_signup_box_inside_7 input[type="submit"],
  .sib_signup_box_inside_8 input[type="submit"],
  .sib_signup_box_inside_9 input[type="submit"],
  .sib_signup_box_inside_10 input[type="submit"] {
    background: transparent;
    border: none;
    color: black;
    font-weight: bold;
    width: auto;
    padding: 0;
    height: auto;
    position: absolute;
    top: 18px;
    right: 14px;
  }
  .sib_signup_box_inside_1 input[type="submit"]:disabled,
  .sib_signup_box_inside_2 input[type="submit"]:disabled,
  .sib_signup_box_inside_3 input[type="submit"]:disabled,
  .sib_signup_box_inside_4 input[type="submit"]:disabled,
  .sib_signup_box_inside_5 input[type="submit"]:disabled,
  .sib_signup_box_inside_6 input[type="submit"]:disabled,
  .sib_signup_box_inside_7 input[type="submit"]:disabled,
  .sib_signup_box_inside_8 input[type="submit"]:disabled,
  .sib_signup_box_inside_9 input[type="submit"]:disabled,
  .sib_signup_box_inside_10 input[type="submit"]:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  .body--resultado .email .resultado .input--container input[type="submit"],
  .body--resultado .email-2 .resultado .input--container input[type="submit"] {
    background: transparent;
    border: none;
    color: black;
    font-weight: bold;
    width: auto;
    padding: 0;
    height: auto;
    position: absolute;
    bottom: 29px;
    right: 14px;
  }
  .body--resultado .email .resultado .input--container .wpcf7-spinner,
  .body--resultado .email-2 .resultado .input--container .wpcf7-spinner {
    position: absolute;
    bottom: -14px;
    right: -10px;
  }
  .body--resultado .email .resultado .input--container button {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease transform;
    right: 10px;
    color: #000;
  }
  .body--resultado .email .resultado .input--container button:hover {
    transform: scale(1.15);
  }
}
@media screen and (max-width: 1020px) {
  .body--resultado .futuro h3 {
    font-size: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 1020px) and (max-width: 1020px) {
  .body--resultado .email .resultado {
    padding: 21px;
    padding-bottom: 0;
    margin: 19px;
  }
  .body--resultado .email .resultado--item {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .body--resultado .email .resultado h3 {
    font-size: 30px !important;
    order: -2 !important;
  }
  .body--resultado .email .resultado h3 br {
    display: none;
  }
  .body--resultado .email .resultado p {
    line-height: 135%;
    text-align: left;
    color: #555c37;
  }
  .body--resultado .email .resultado .input--container {
    order: -1 !important;
    margin: 16px 0;
  }
}
@media screen and (max-width: 1020px) {
  .body--resultado .email .resultado h3 {
    font-size: 52px;
    font-size: min(max(32px, 2.9vw), 52px);
    font-size: clamp(32px, 2.9vw, 52px);
  }
}
@media screen and (max-width: 1020px) {
  .body--resultado .email .resultado .resultado--item {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1020px) {
  .body--resultado .curtir {
    margin: 23px;
    border: 1px solid #707070;
    margin-bottom: 0;
  }
  .body--resultado .curtir > .text {
    background-color: #4d97a2;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 8px 15px;
  }
  .body--resultado .curtir > .text p {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff9ef;
    font-weight: 700;
  }
  .body--resultado .curtir .img--container {
    display: grid;
    place-items: center;
  }
  .body--resultado .curtir .img--container picture {
    height: 266px;
    width: 192px;
    margin: 10px 0px;
  }
  .body--resultado .curtir .img--container picture img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .body--resultado .curtir .text.mobile--only {
    background: #ece8e4;
    padding: 35px 22px;
    font-family: "Raleway", sans-serif;
    min-height: 260px;
  }
  .body--resultado .curtir .text.mobile--only span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #4d97a2;
    margin-bottom: 10px;
    display: inline-flex;
  }
  .body--resultado .curtir .text.mobile--only h5 {
    font-size: 18px;
    font-weight: 300;
    color: #4d97a2;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }
  .body--resultado .curtir .text.mobile--only p {
    color: #000;
    line-height: 150%;
    font-size: 14px;
  }
  .body--resultado .curtir .swiper-button-prev {
    z-index: 10;
    top: 28% !important;
  }
  .body--resultado .curtir .swiper-button-prev:after {
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../../assets/img/arrow-left.svg);
  }
  .body--resultado .curtir .swiper-button-next {
    z-index: 10;
    top: 28% !important;
  }
  .body--resultado .curtir .swiper-button-next:after {
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../../assets/img/arrow-right.svg);
  }
}
@media screen and (max-width: 1020px) {
  .body--resultado .junto {
    margin: 23px;
    border: 1px solid #707070;
    margin-top: 0;
  }
  .body--resultado .junto > .text {
    background-color: #a271a1;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 8px 15px;
  }
  .body--resultado .junto > .text p {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff9ef;
    font-weight: 700;
  }
  .body--resultado .junto .img--container {
    display: grid;
    place-items: center;
  }
  .body--resultado .junto .img--container picture {
    height: 190px;
    width: 192px;
    margin: 10px 0px;
  }
  .body--resultado .junto .img--container picture img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .body--resultado .junto .text.mobile--only {
    background: #ece8e4;
    padding: 35px 22px;
    min-height: 220px;
    font-family: "Raleway", sans-serif;
  }
  .body--resultado .junto .text.mobile--only span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #a271a1;
    margin-bottom: 10px;
    display: inline-flex;
  }
  .body--resultado .junto .text.mobile--only h5 {
    font-size: 18px;
    font-weight: 300;
    color: #a271a1;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }
  .body--resultado .junto .text.mobile--only p {
    color: #000;
    line-height: 150%;
    font-size: 14px;
  }
  .body--resultado .junto .swiper-button-prev {
    z-index: 10;
    top: 28% !important;
  }
  .body--resultado .junto .swiper-button-prev:after {
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../../assets/img/arrow-left.svg);
  }
  .body--resultado .junto .swiper-button-next {
    z-index: 10;
    top: 28% !important;
  }
  .body--resultado .junto .swiper-button-next:after {
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../../assets/img/arrow-right.svg);
  }
}
@media screen and (max-width: 1020px) {
  .body--resultado .four {
    border: 1px solid #707070;
    margin: 23px;
  }
  .body--resultado .four .swiper-button-prev {
    z-index: 10;
    top: 28% !important;
  }
  .body--resultado #ongs .swiper-button-prev {
    z-index: 10;
    top: 24% !important;
  }
  .body--resultado .four .swiper-button-prev:after {
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../../assets/img/arrow-left.svg);
  }
  .body--resultado .four .swiper-button-next {
    z-index: 10;
    top: 28% !important;
  }
  .body--resultado #ongs .swiper-button-next {
    z-index: 10;
    top: 24% !important;
  }

  .body--resultado .four .swiper-button-next:after {
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../../assets/img/arrow-right.svg);
  }
  .body--resultado .four header {
    margin: 0 !important;
    padding: 0 !important;
  }
  /* .body--resultado .four h2 {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 17px 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff9ef;
    font-weight: 700;
  } */
  .body--resultado .four--item {
    background: #fff;
  }
  /* .body--resultado .four--item img {
    width: 190px;
    height: auto;
    object-fit: contain;
    margin: 10px auto;
  } */
  .body--resultado .four .text--container {
    
    padding: 35px 22px 20px;
    font-family: "Raleway", sans-serif;
    min-height: 250px;
  }
  .body--resultado .four .text--container h5 {
    text-align: center;
    font-size: 18px;
    line-height: 145%;
    margin: 0 auto 10px;
    padding: 0;
    color: #a271a1;
    
  }
  .body--resultado .four .text--container p {
    color: #000;
    line-height: 150%;
    font-size: 14px;
    text-align: center;
  }

  .body--resultado .four .text--container a.call {
    width: 100%;
    border-radius: 18px;
    background: #3b86dd;
    color: #fff9ef;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 20px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    display: block;
  }
}
@media screen and (max-width: 1020px) {
  .body--resultado .five {
    background: #4f5ed1;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
  .body--resultado .five--container {
    max-width: 1920px;
  }
  .body--resultado .five--wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    padding: 64px 0;
  }
  .body--resultado .five--wrapper img {
    max-width: 100% !important;
    padding: 0 50px;
  }
  .body--resultado .five .orna {
    display: none;
  }
  .body--resultado .five h1 {
    color: #4f5ed1;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: 700;
    text-align: center;
    font-size: 3.5rem;
    background-color: #dfff2e;
    border-radius: 13px;
    padding: 20px 0;
    margin: 0 20px;
  }
  .body--resultado .five p {
    color: #fff9ef;
    line-height: 140%;
    flex: 2 1 auto;
    font-size: 1.25rem;
    display: flex;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .body--resultado .five .atados {
    flex: 1 1 auto;
    max-width: 260px;
    margin: 0 auto;
    height: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .body--resultado .six {
    border: 1px solid #707070;
    margin: 23px;
  }
  .body--resultado .six--container {
    max-width: 1920px;
    margin: 0 auto;
    border: 1px solid #707070;
  }
  .body--resultado .six--wrapper {
    display: flex;
    flex-direction: column;
  }
  .body--resultado .six--text {
    background: #ffaa32;
    padding: 10px 10px;
    order: -1;
  }
  .body--resultado .six--text h2 {
    margin-left: auto;
    margin-right: auto;
    color: #fff9ef;
    text-transform: uppercase;
    line-height: 130%;
    text-align: center;
    font-weight: 700;
    font-size: 31px;
  }
  .body--resultado .six--text h2 span {
    display: flex;
    margin-top: 0px;
    font-size: 12px;
    text-align: center;
    line-height: 130%;
  }
  .body--resultado .six--info {
    padding: 10px;
  }
  .body--resultado .six--info p {
    font-size: 14px;
    line-height: 135%;
  }
  .body--resultado .six--ongs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem;
    padding: 10px;
    order: -2;
  }
  .body--resultado .six--ongs a {
    display: grid;
    place-items: center;
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 1020px) {
  .body--resultado .email-2 .resultado {
    background: #dfff2e;
    padding: 0 106px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    border-top: 1px solid #707070;
  }
  .body--resultado .email-2 .resultado--item {
    margin: auto 0;
    padding: 2rem 0;
  }
  .body--resultado .email-2 .resultado h3 {
    font-size: 52px;
    font-size: min(max(32px, 3.1vw), 52px);
    font-size: clamp(32px, 3.1vw, 52px);
    font-weight: bold;
    color: #000;
    text-align: start;
    margin-top: 0;
  }
  .body--resultado .email-2 .resultado h3 br {
    display: none;
  }
  .body--resultado .email-2 .resultado p {
    font-size: 24px;
    font-size: min(max(18px, 1.5vw), 24px);
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 1rem;
  }
  .body--resultado .email-2 .resultado .input--container {
    width: 100%;
    position: relative;
    height: max-content;
  }
  .body--resultado .email-2 .resultado .input--container input[type="email"] {
    width: 100%;
    border: 1px solid #707070;
    background: #fff;
    height: 3.4375rem;
    padding: 10px;
    padding-right: 50px;
    font-size: 1.25rem;
  }
  .body--resultado .email-2 .resultado .input--container button {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease transform;
    right: 10px;
    color: #000;
  }
  .body--resultado .email-2 .resultado .input--container button:hover {
    transform: scale(1.15);
  }
}
@media screen and (max-width: 1020px) and (max-width: 1020px) {
  .body--resultado .email-2 .resultado {
    padding: 21px;
    padding-bottom: 0;
    margin: 19px;
  }
  .body--resultado .email-2 .resultado--item {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .body--resultado .email-2 .resultado h3 {
    font-size: 30px !important;
    order: -2 !important;
  }
  .body--resultado .email-2 .resultado h3 br {
    display: none;
  }
  .body--resultado .email-2 .resultado p {
    line-height: 135%;
    text-align: left;
    color: #555c37;
  }
  .body--resultado .email-2 .resultado .input--container {
    order: -1 !important;
    margin: 16px 0;
  }
}
@media screen and (max-width: 1020px) {
  .body--resultado .email-2 .resultado {
    margin-left: 0;
    margin-right: 0;
    border: 0;
    margin-bottom: 0;
  }
}
.body--causas .modal-content {
  background: #f3e6d3;
}
@media screen and (max-width: 719px) {
  .body--causas .modal-content {
    margin-top: 100px;
  }
}
.body--causas .modal-dialog {
  height: 100%;
  display: grid;
  place-items: center;
}
.body--causas .modal .close {
  position: absolute;
  top: -40px;
  right: -10px;
  font-size: 32px;
  color: #fff9ef;
  cursor: pointer;
}
.body--causas .modal .close:hover {
  color: #db664a;
}
.body--causas .modal--content {
  margin: 1.4375rem;
  border: 1px solid #707070;
}
.body--causas .modal--content .titulo {
  background: #54949d;
  padding: 0.5rem 1.25rem;
}
.body--causas .modal--content .titulo h1 {
  font-size: 68px;
  text-align: center;
  color: #fff9ef;
  font-weight: 700;
}
@media screen and (max-width: 719px) {
  .body--causas .modal--content .titulo h1 {
    font-size: 42px;
  }
}
.body--causas .modal--content .conteudo {
  background: #fff;
  padding: 1.9375rem;
}
.body--causas .modal--content .conteudo p {
  font-size: 16px;
  line-height: 145%;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 719px) {
  .body--causas .modal--content .conteudo p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1020px) {
  .body--causas [data-toggle] {
    cursor: pointer !important;
  }
  .body--causas .teste {
    border: 1px solid #707070;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-top: auto;
    margin-bottom: 5.625rem;
  }
  .body--causas .teste .heart,
  .body--causas .teste .heart-2 {
    transition: 0.8s ease;
    transform-origin: center center;
  }
  .body--causas .teste:hover p {
    transform: scale(1.06);
  }
  .body--causas .teste:hover .eye svg {
    transform: scale(1.09);
  }
  .body--causas .teste:hover .eye svg .heart,
  .body--causas .teste:hover .eye svg .heart-2 {
    transform: rotate(360deg);
  }
  .body--causas .teste .eye {
    display: grid;
    place-items: center;
    padding: 0.7831vw;
    border-right: 1px solid #707070;
  }
  .body--causas .teste .eye:last-child {
    border: none;
  }
  .body--causas .teste .eye--wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #707070;
  }
  .body--causas .teste .eye svg {
    width: auto;
    height: 3.125rem;
    transition: 0.3s ease;
  }
  .body--causas .teste p {
    margin: 0 !important;
    font-size: 2.4vw !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 0.75rem;
    transition: 0.3s ease;
    background-color: #dfff2e;
  }
  .body--causas .nav--link {
    font-size: 16px !important;
  }
  .body--causas .causas {
    margin: 3.6vw 1.6vw 1.3vw;
  }
}
/* @media screen and (min-width: 1020px) and (max-width: 1440px) {
  .body--causas .causas {
    margin: 70px 31px 31px;
  }
} */
@media screen and (min-width: 1020px) {
  .body--causas .causas--grid {
    display: grid;
    gap: 0.8vw;
  }
  .body--causas .causas--grid .card--row:first-child {
    grid-column: 1/3;
  }
  .body--causas .causas--grid .card--row:last-child {
    grid-column: 1/5;
  }
}
@media screen and (min-width: 1020px) {
  .body--causas .causas .card--row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9vw;
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1020px) {
  .body--causas .causas--info {
    width: 23.3vw;
    border: 1px solid #707070;
    padding: 1.6vw;
    display: flex;
    flex-direction: column;
  }
  .body--causas .causas--info br {
    display: none;
  }
  .body--causas .causas--info h2 {
    font-size: 4.2vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.6vw;
    text-transform: uppercase;
    word-break: break-word;
  }
  .body--causas .causas--info p {
    font-size: 1.4vw;
    line-height: 130%;
    margin-bottom: 3.1vw;
  }
  .body--causas .causas--info .orna {
    display: grid;
    place-items: center;
    margin: 0 auto;
    margin-bottom: 1.6vw;
  }
  .body--causas .causas--info .orna svg,
  .body--causas .causas--info .orna img,
  .body--causas .causas--info .orna .lottie-wrapper {
    height: 9.4vw;
  }
}
@media screen and (min-width: 1020px) {
  .body--causas .causas .card {
    width: 23.3vw;
    height: 38.8vw;
    perspective: 1000px;
  }
  .body--causas .causas .card img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    /* object-position: top; */
  }
  .body--causas .causas .card .card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  .body--causas .causas .card:hover .card-inner {
    transform: rotateY(180deg);
    pointer-events: none;
  }

  .body--causas .causas .card img,
  .body--causas .causas .card .content {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .body--causas .causas .card .content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-color: #f3e6d3;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    padding: 1.6vw;
    transform: rotateY(180deg);
  }
  .body--causas .causas .card .content .titulo {
    background-color: #54949d;
    padding: 0.8vw;
    font-size: 2.2vw;
    word-break: break-word;
    text-align: center;
    color: #fff;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-top: 1px solid #707070;
  }
  .body--causas .causas .card .content .subtitulo {
    padding: 1.6vw;
    font-size: 1.3vw;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
  .body--causas .causas .card .content .conteudo {
    background: #fff;
    padding: 2vw;
    font-size: 1.1vw;
    line-height: 120%;
    height: 100%;
    max-height: 23.8vw;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1020px) {
  .body--causas .causas .card .modal {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .body--causas .causas .card .modal.show {
    display: flex;
  }
  .body--causas .causas .card .card-inner {
    pointer-events: inherit;
  }

  .body--causas .causas .card .modal .titulo {
    background-color: #54949d;
    padding: 15px;
    font-size: 28px;
    text-align: center;
    color: #fff;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-top: 1px solid #707070;
    word-break: break-word;
  }

  .body--causas .causas .card .modal .subtitulo {
    padding: 10px;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
  .body--causas .causas .card .modal .conteudo {
    background: #fff;
    padding: 15px 10px;
    font-size: 20px;
    line-height: 120%;
    height: auto;
    max-height: 260px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    overflow-y: auto;
  }
}
@media screen and (min-width: 1020px) {
  .page-template-page-causas,
  .page-template-page-sobre {
    background-color: #fff9ef !important;
  }
  .body--causas .causas {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1020px) {
  .body--causas .causas--grid {
    width: 100%;
    column-gap: initial;
  }
}
@media screen and (min-width: 1020px) {
  .body--causas .card--row {
    width: calc((23.3vw * 3) + (0.9vw * 3)) !important;
    grid-template-columns: initial !important;
  }
  .body--causas .causas--grid .card--row:last-child {
    width: calc((23.3vw * 4) + (1.2vw * 3)) !important;
  }
}
@media screen and (max-width: 1020px) {
  .body--causas .teste {
    display: none;
  }
  .body--causas .orna {
    display: none;
  }
  .body--causas .causas {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
  }
  .body--causas .causas--grid {
    display: flex;
    flex-direction: column;
    justify-items: center;
  }
  .body--causas .causas--info {
    order: -3;
  }
  .body--causas .causas .card--row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 15px;
    gap: 12px;
  }
  .body--causas .causas--info {
    padding: 0 15px;
  }
  .body--causas .causas--info h2 {
    font-size: 78px;
    text-align: center;
    font-weight: 700;
    margin-top: 8px;
    text-transform: uppercase;
  }
  .body--causas .causas--info p {
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 16px;
  }
  .body--causas .causas--info br {
    height: 30px !important;
  }

  .body--causas .causas .card .content {
    display: none;
  }
}
@media screen and (min-width: 1020px) {
  .body--sobre .nav--link {
    font-size: 16px !important;
  }
  .body--sobre .mobile--only {
    display: none !important;
  }
  .body--sobre .sobre .nav--link {
    font-size: 16px !important;
  }
  .body--sobre .sobre--wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    border-bottom: 1px solid #707070;
  }
  .body--sobre .sobre .roxo {
    background: #a372a2;
    display: flex;
    justify-content: center;
    padding-bottom: 2.625rem;
  }
  .body--sobre .sobre .roxo--wrapper {
    max-width: 62.5rem;
    margin: 0 2.5rem;
  }
  .body--sobre .sobre .roxo .text {
    margin-top: 2.125rem;
  }
  .body--sobre .sobre .roxo .text h1 {
    font-size: 15.875rem;
    font-weight: bold;
    color: #fff9ef;
  }
  .body--sobre .sobre .roxo .content {
    display: grid;
    grid-template-columns: 18.75rem 1fr;
    column-gap: 5rem;
  }
  .body--sobre .sobre .roxo .content p {
    font-size: 1.75rem;
    line-height: 145%;
    color: #fff9ef;
    margin-bottom: 2.5rem;
  }
  .body--sobre .sobre .roxo .content p:last-child {
    margin-bottom: initial;
  }
  .body--sobre .sobre .roxo .content p strong {
    font-weight: 700;
  }
  .body--sobre .sobre .roxo .orna--wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
  .body--sobre .sobre .roxo .orna--wrapper svg,
  .body--sobre .sobre .roxo .orna--wrapper img,
  .body--sobre .sobre .roxo .orna--wrapper .lottie-wrapper {
    width: 18.75rem;
    height: 18.75rem;
  }
  .body--sobre .sobre .quem .laranja {
    background: #f3e6d4;
    min-height: 18.75rem;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
  }
  .body--sobre .sobre .quem .laranja h1 {
    font-size: 7rem;
    font-weight: 700;
    color: #fe6800;
    line-height: 100%;
    width: min-content;
  }
  .body--sobre .sobre .quem--idis {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .body--sobre .sobre .quem--idis .img--container {
    padding: 1.875rem;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
  }
  .body--sobre .sobre .quem--idis .img--container img {
    width: 16.3125rem;
    margin: auto;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1020px) {
  .body--sobre .sobre .quem--idis .img--container img {
    width: 147px;
  }
}
@media screen and (min-width: 1020px) {
  .body--sobre .sobre .quem--idis p {
    border-bottom: 1px solid #707070;
    font-size: 1.625rem;
    line-height: 145%;
    font-weight: 400;
    padding: 3.125rem;
    color: #000;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1020px) {
  .body--sobre .sobre .quem--idis p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1020px) {
  .body--sobre .sobre .quem--mol {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .body--sobre .sobre .quem--mol .img--container {
    padding: 1.875rem;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
  }
  .body--sobre .sobre .quem--mol .img--container img {
    width: 16.3125rem;
    margin: auto;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1020px) {
  .body--sobre .sobre .quem--mol .img--container img {
    width: 147px;
  }
}
@media screen and (min-width: 1020px) {
  .body--sobre .sobre .quem--mol p {
    border-bottom: 1px solid #707070;
    font-size: 1.625rem;
    line-height: 145%;
    font-weight: 400;
    padding: 3.125rem;
    color: #000;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1020px) {
  .body--sobre .sobre .quem--mol p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1020px) {
  .body--sobre .sobre .quem--mol .img--container {
    border-top: initial !important;
  }
}
@media screen and (min-width: 1020px) {
  .body--sobre .sobre .quem--mol p {
    border-bottom: initial !important;
  }
}
@media screen and (min-width: 1020px) {
  .body--sobre .sobre .quem--mol img {
    width: 12.5rem !important;
  }
}
@media screen and (min-width: 1020px) {
  .body--sobre .perguntas--grid {
    border-top: 1px solid #707070 !important;
    display: grid;
    grid-template-columns: 1fr;
  }
  .body--sobre .perguntas--grid .perguntas--wrapper {
    padding-bottom: 4.2vw;
  }
  .body--sobre .perguntas--grid .perguntas--wrapper .text {
    padding: 8.6vw 4.2vw 6.4vw;
    position: relative;
  }
  .body--sobre .perguntas--grid .perguntas--wrapper .text svg:first-child {
    position: absolute;
    top: 1.6vw;
    left: 3.1vw;
    width: 6.8vw;
    height: 6.8vw;
  }
  .body--sobre .perguntas--grid .perguntas--wrapper .text svg:last-child {
    position: absolute;
    bottom: 1.8vw;
    right: 4.4vw;
    width: 6.8vw;
    height: 6.8vw;
  }
  .body--sobre .perguntas--grid .perguntas--wrapper .text h1 {
    font-size: 6.8vw;
    line-height: 95%;
    font-weight: bold;
    text-transform: uppercase;
  }
}
/* @media screen and (min-width: 1020px) and (max-width: 1667px) {
  .body--sobre .perguntas--grid .perguntas--wrapper .text h1 {
    font-size: 92px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1447px) {
  .body--sobre .perguntas--grid .perguntas--wrapper .text h1 {
    font-size: 80px;
  }
} */
@media screen and (min-width: 1020px) {
  .body--sobre
    .perguntas--grid
    .perguntas--wrapper
    .frequentes--item:last-child {
    border-bottom: 1px solid #707070 !important;
  }
}
@media screen and (min-width: 1020px) {
  .body--sobre .pergunta {
    display: flex;
    align-items: center;
    padding: 1.2rem 5.125rem;
    border-top: 1px solid #707070;
    gap: 2rem;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-user-select: none;
    user-select: none;
  }
  .body--sobre .frequentes--item:hover {
    background: #fff;
  }
  .body--sobre .frequentes--item.active {
    background: #fff !important;
  }
  .body--sobre .frequentes--item.active ion-icon {
    transform: rotate(180deg);
  }
  .body--sobre .pergunta span {
    font-size: 2.875rem;
    color: #000;
    font-weight: bold;
    display: grid;
    place-items: center;
  }
  .body--sobre .pergunta p {
    font-size: 2.125rem;
    line-height: 145%;
    font-weight: 700;
  }
  .body--sobre .pergunta ion-icon {
    font-size: 3rem;
    color: #555c37;
    transition: 0.3s ease;
    margin-left: auto;
  }
}
@media screen and (min-width: 1020px) {
  .body--sobre .collapse--content {
    padding: 1rem 5.125rem 0.625rem;
  }
  .body--sobre .collapse--content p {
    font-size: 1.625rem;
    line-height: 145%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1020px) {
  .body--sobre .apoio--nome {
    border-bottom: 1px solid #707070;
    height: auto;
    width: 100%;
  }
  .body--sobre .apoio--nome a {
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    padding: 1.25rem 0;
    line-height: 110%;
    flex: 1;
    color: #555c37;
    transition: 0.3s ease;
    cursor: initial;
    text-transform: uppercase;
  }
  .body--sobre .apoio--container {
    max-width: 120rem;
  }
  .body--sobre .apoio--wrapper {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    margin: 0 2.1vw;
    gap: 12.4vw; */
    display: flex;
    margin: 0 2.1vw;
    gap: 12.4vw;
    justify-content: space-between;
    align-items: center;
  }
  .body--sobre .apoio--swiper {
    padding: 42px 0 36px;
  }
  .body--sobre .apoio .swiper {
    padding-bottom: 60px !important;
    width: 22vw;
  }
  .body--sobre .apoio .swiper-pagination-bullet-active {
    background: #707070 !important;
  }
  .body--sobre .apoio .swiper-pagination {
    bottom: 0px;
  }
  .body--sobre .apoio .swiper-slide {
    /* display: grid;
    grid-template-columns: 1fr 1fr; */
    gap: 1.7vw;
    column-gap: 1.1vw;
    width: 100%;
    min-width: 100%;
    max-width: 28.3vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .body--sobre .apoio .swiper-slide a {
    display: flex;
    place-items: center;
    margin: 0;
  }
  .body--sobre .apoio .swiper-slide a img {
    width: 10vw;
    margin: 0 auto;
    object-fit: contain;
  }
}
@media screen and (max-width: 1020px) {
  .body--sobre .swiper-slide {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .body--sobre .desktop--only {
    display: none !important;
  }
  .body--sobre .swiper-button-prev {
    z-index: 10;
    top: 28% !important;
  }
  .body--sobre .swiper-button-prev:after {
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/arrow-left.svg);
  }
  .body--sobre .swiper-button-next {
    z-index: 10;
    top: 28% !important;
  }
  .body--sobre .swiper-button-next:after {
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/arrow-right.svg);
  }
  .body--sobre .swiper-button-next,
  .body--sobre .swiper-button-prev {
    top: 50% !important;
  }
  .body--sobre .sobre--wrapper {
    display: grid;
    border-bottom: 1px solid #707070;
  }
  .body--sobre .sobre .roxo {
    background: #a372a2;
    display: flex;
    justify-content: center;
    padding-bottom: 33px;
  }
  .body--sobre .sobre .roxo--wrapper {
    max-width: 62.5rem;
    margin: 0 2.5rem;
  }
  .body--sobre .sobre .roxo .text {
    margin-top: 21px;
  }
  .body--sobre .sobre .roxo .text h1 {
    font-size: 6rem;
    font-weight: bold;
    color: #fff9ef;
    text-align: center;
  }
  .body--sobre .sobre .roxo .content {
    display: grid;
  }
  .body--sobre .sobre .roxo .content p {
    font-size: 16px;
    line-height: 145%;
    color: #fff9ef;
    margin-bottom: 2.5rem;
  }
  .body--sobre .sobre .roxo .content p:last-child {
    margin-bottom: initial;
  }
  .body--sobre .sobre .roxo .content p strong {
    font-weight: 700;
  }
  .body--sobre .sobre .roxo .orna--wrapper {
    display: none;
  }
  .body--sobre .sobre .quem .laranja {
    background: #f3e6d4;
    display: grid;
    place-items: center;
    padding: 1.25rem;
  }
  .body--sobre .sobre .quem .laranja h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fe6800;
    line-height: 100%;
    text-transform: uppercase;
  }
  .body--sobre .sobre .quem .laranja h1 br {
    display: none;
  }
  .body--sobre .sobre .quem--idis {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .body--sobre .sobre .quem--idis .img--container {
    padding: 1.875rem;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
  }
  .body--sobre .sobre .quem--idis .img--container img {
    width: 16.3125rem;
    margin: auto;
  }
}
@media screen and (max-width: 1020px) and (max-width: 1020px) {
  .body--sobre .sobre .quem--idis .img--container img {
    width: 147px;
  }
}
@media screen and (max-width: 1020px) {
  .body--sobre .sobre .quem--idis p {
    border-bottom: 1px solid #707070;
    font-size: 1.625rem;
    line-height: 145%;
    font-weight: 400;
    padding: 3.125rem;
    color: #000;
  }
}
@media screen and (max-width: 1020px) and (max-width: 1020px) {
  .body--sobre .sobre .quem--idis p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1020px) {
  .body--sobre .sobre .quem--mol {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .body--sobre .sobre .quem--mol .img--container {
    padding: 1.875rem;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
  }
  .body--sobre .sobre .quem--mol .img--container img {
    width: 16.3125rem;
    margin: auto;
  }
}
@media screen and (max-width: 1020px) and (max-width: 1020px) {
  .body--sobre .sobre .quem--mol .img--container img {
    width: 147px;
  }
}
@media screen and (max-width: 1020px) {
  .body--sobre .sobre .quem--mol p {
    border-bottom: 1px solid #707070;
    font-size: 1.625rem;
    line-height: 145%;
    font-weight: 400;
    padding: 3.125rem;
    color: #000;
  }
}
@media screen and (max-width: 1020px) and (max-width: 1020px) {
  .body--sobre .sobre .quem--mol p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1020px) {
  .body--sobre .sobre .quem--mol .img--container {
    border-top: initial !important;
  }
}
@media screen and (max-width: 1020px) {
  .body--sobre .sobre .quem--mol p {
    border-bottom: initial !important;
  }
}
@media screen and (max-width: 1020px) {
  .body--sobre .sobre .quem--mol img {
    width: 9.5rem !important;
  }
}
@media screen and (max-width: 1020px) {
  .body--sobre .mobile--only.apoio {
    padding-bottom: 42px;
    width: 100%;
    overflow: hidden;
  }
  .body--sobre .mobile--only.apoio .apoio--nome {
    width: 100%;
    padding: 18px;
    background: #68c6cf;
    margin-bottom: 22px;
  }
  .body--sobre .mobile--only.apoio .apoio--nome h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fff9ef;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
  }
  .body--sobre .mobile--only.apoio .swiper {
    margin-top: 48px;
  }
  .body--sobre .mobile--only.apoio .swiper > a {
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-weight: 700;
    text-transform: uppercase;
    color: #555c37;
    margin-bottom: 16px;
  }
  .body--sobre .mobile--only.apoio .swiper-slide img {
    margin: 0 auto;
    width: 180px;
  }
}
@media screen and (max-width: 1020px) {
  .body--sobre .perguntas .bg {
    display: none;
  }
  .body--sobre .perguntas--wrapper .text {
    width: 100%;
    padding: 18px;
    background: #555c37;
    margin-bottom: 0px;
  }
  .body--sobre .perguntas--wrapper .text h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fff9ef;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 1020px) {
  .body--sobre .pergunta {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 1rem 2rem;
    border-top: 1px solid #707070;
    gap: 2rem;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-user-select: none;
    user-select: none;
  }
  .body--sobre .pergunta:hover {
    background: #fff;
  }
  .body--sobre .pergunta[aria-expanded="true"] {
    background: #fff !important;
  }
  .body--sobre .pergunta[aria-expanded="true"] ion-icon {
    transform: rotate(180deg);
  }
  .body--sobre .pergunta span {
    display: none;
  }
  .body--sobre .pergunta p {
    font-size: 18px;
    line-height: 145%;
    font-weight: 700;
  }
  .body--sobre .pergunta ion-icon {
    font-size: 2.2rem;
    color: #555c37;
    transition: 0.3s ease;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1020px) {
  .body--sobre .collapse--content {
    padding: 1rem 2.2rem 2.2rem;
  }
  .body--sobre .collapse--content p {
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 1rem;
  }
}

.nav--link-share a {
  display: flex;
}

.sib_signup_form {
  position: relative;
}

.sib_signup_form .sib_loader {
  position: absolute;
  top: 4.5vw;
  right: 0;
}
