@charset "UTF-8";
/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Converts PX to REM
 *
 * @param {string} $size Value in pixels
 * @param {string} $root-size Base value in pixels
 */
/**
 * Returns font-size as REM
 *
 * @param {string} $size Value in pixels
 * @param {string} $root-size Base value in pixels
 */
/**
 * Get the sprite width
 *
 * @param {object} $sprite Sprite object
 */
/**
 * Get the sprite height
 *
 * @param {object} $sprite Sprite object
 */
/**
 * Get the sprite position
 *
 * @param {object} $sprite Sprite object
 */
/**
 * Get the sprite image url
 *
 * @param {object} $sprite Sprite object
 */
/**
 * Generates CSS for the sprite
 *
 * @param {object} $sprite Sprite object
 */
/**
 * Generate the sprite CSS. Returns classes names in the format .sprite-{image-name}
 *
 * @param {object} $sprites Sprites list
 */
body,
html {
  font-family: "Roboto";
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  body {
    padding-top: 29px !important;
  }
}

html {
  margin-top: 0 !important;
}

.tab-content *::marker {
  content: "• ";
  color: rgb(73, 183, 173);
  font-size: 1.375rem;
}

.hpv-content a, .cta {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  border: 2px solid #243444;
  background-color: #ffffff;
  color: #243444;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  padding: 0 30px;
  transition: all 0.3s ease-in-out;
}

.filterOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.hpv-content .titulo-h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #585A5C;
  font-weight: 700;
  padding: 20px 0 10px;
  margin-bottom: 0;
}

.hpv-content .titulo-verde {
  font-size: 3.5rem !important;
  line-height: 4.5rem !important;
  color: #49b7ad !important;
  padding: 20px 0 10px;
  margin-bottom: 0;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
@media (max-width: 767px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-top: 30px;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content h1,
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #333;
  font-weight: 700;
  padding: 20px 0 10px;
  margin-bottom: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content h3 {
  color: #707070;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 4.5rem;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: 0;
  text-decoration: none;
}

input {
  outline: 0;
  -webkit-appearance: none;
}

input::-moz-focus-inner {
  border: 0;
}

button:focus {
  outline: 0;
}

@font-face {
  font-family: "Keypass";
  src: url("../fonts/Keypass.woff2") format("woff2"), url("../fonts/Keypass.woff") format("woff"), url("../fonts/Keypass.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/dosis_bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/dosis_light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/dosis_semi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/dosis_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.site-footer {
  color: #ffffff;
}
.site-footer__content {
  background-color: #1f222b;
  padding-top: 38px;
  padding-bottom: 30px;
}
.site-footer .social-icons {
  white-space: nowrap;
}
.site-footer .social-icons li {
  display: inline-block;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .site-footer .social-icons li {
    margin-right: 6px;
    margin-right: 6px;
  }
}
.site-footer .social-icons li img {
  width: 41px;
}
.site-footer .menu {
  max-width: 430px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .site-footer .menu {
    padding-top: 47px;
    border-top: 2px solid #728693;
    padding-bottom: 15px;
  }
}
.site-footer .menu li {
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .site-footer .menu li:nth-child(n+6):nth-child(-n+10) {
    margin-left: 0;
  }
}
.site-footer .menu li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
}
@media (max-width: 767px) {
  .site-footer .menu li a {
    font-size: 0.625rem;
  }
}
.site-footer .colab {
  text-align: center;
}
.site-footer .colab p {
  text-transform: uppercase;
  font-size: 0.6875rem;
  margin-bottom: 20px;
}
.site-footer .colab img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .site-footer .colab img {
    max-width: 115px;
  }
}
.site-footer .colab:first-child img {
  width: 100px;
  margin-top: 5px;
}
.site-footer__copy-wrapper {
  background-color: #0C2340;
  overflow: hidden;
  padding: 22px 0 20px 0;
}
.site-footer__copy-wrapper p {
  font-size: 0.75rem;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .site-footer__copy-wrapper p {
    margin-bottom: 8px;
    margin-top: 0;
  }
}
.site-footer__copy-wrapper a {
  font-size: 0.75rem;
  text-decoration: underline;
  color: #ffffff;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .site-footer__copy-wrapper {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .site-footer .social-icons-wrapper {
    order: 1;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #728693;
    margin: 0 15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer .colab-wrapper {
    order: 2;
    padding: 20px 0;
    overflow: hidden;
  }
}
.site-footer .menus-wrapper {
  margin-left: 0;
}
.site-footer .menus-wrapper .footer-menu-title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  margin: 25px 0;
}
@media (max-width: 991px) {
  .site-footer .menus-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .site-footer .menus-wrapper {
    order: 3;
  }
}

.footer_copy {
  margin: 25px 0;
}
.footer_copy p {
  text-align: center;
  font-size: 0.75rem;
  margin: 10px 0;
}

.footer-menu li.active a {
  color: #49b7ad;
  font-weight: 600;
}
.footer-menu li.current-menu-item a {
  color: #49b7ad;
  font-weight: 600;
}

.colab-wrapper {
  margin: 40px 0;
}
.colab-wrapper .row {
  justify-content: space-around;
  align-items: center;
}
.colab-wrapper a {
  padding: 15px;
}
.colab-wrapper img {
  max-width: 135px;
  max-height: 70px;
}

.main-header {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  backdrop-filter: blur(10px);
}
body.admin-bar .main-header {
  top: 32px;
}
@media (max-width: 600px) {
  body.admin-bar .main-header {
    top: 0;
    z-index: 999999;
  }
}
.main-header .dflex {
  display: flex !important;
}
.main-header .dnone {
  display: none !important;
}
.main-header #js-newsletter {
  padding-left: 10px;
  margin-left: 10px;
  list-style-type: none;
  transition: all 0.1s ease-in-out;
  display: flex;
  align-items: center;
  position: inherit;
  top: 40px;
  right: 100px;
}
@media (max-width: 991px) {
  .main-header #js-newsletter {
    position: absolute;
    top: 40px;
  }
}
.main-header #js-newsletter .newsletter-cta-text {
  padding-left: 30px;
  color: #49b7ad;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9375rem;
  border-bottom: 2px solid white;
}
@media screen and (max-width: 991px) {
  .main-header #js-newsletter .newsletter-cta-text {
    display: none;
  }
}
.main-header #js-newsletter .newsletter-svg-wrapper {
  position: relative;
}
.main-header #js-newsletter .newsletter-svg-wrapper svg {
  width: 26px;
  position: absolute;
  fill: #49b7ad;
  top: -2px;
}
.main-header #js-newsletter:hover .newsletter-cta-text {
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.main-header__content {
  height: 75px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .main-header__content {
    position: initial;
  }
}
.main-header .site-logos {
  display: flex;
  align-items: center;
}
.main-header .site-logos img {
  width: 80px;
}
.main-header .site-logos a:last-child img {
  width: 80px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .main-header .main-menu {
    width: 100%;
    margin-top: 125px;
  }
}
.main-header .main-menu .menu > li {
  margin-right: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .main-header .main-menu .menu > li {
    display: block;
    margin-right: 0;
  }
}
.main-header .main-menu .menu > li:hover .sub-menu {
  display: block !important;
}
.main-header .main-menu .menu > li a {
  color: #585A5C;
  text-transform: uppercase;
  font-size: 0.9375rem;
  white-space: nowrap;
  transition: border-bottom 0.3s ease-in-out;
  border-bottom: 2px solid transparent;
}
.main-header .main-menu .menu > li a:hover {
  border-bottom: 2px solid #BE3232;
}
@media (max-width: 991px) {
  .main-header .main-menu .menu > li a {
    height: 40px;
    line-height: 40px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    color: #243444 !important;
    font-weight: 500;
    padding: 0px 50px;
  }
}
.main-header .main-menu .menu > li.d-mobile {
  display: none;
}
@media (max-width: 991px) {
  .main-header .main-menu .menu > li.d-mobile {
    display: block;
  }
}
.main-header .main-menu .menu > li.current-menu-item > a, .main-header .main-menu .menu > li.current_page_ancestor > a {
  color: #BE3232;
  border-bottom: 2px solid #BE3232;
}
@media (max-width: 991px) {
  .main-header .main-menu .menu > li.current-menu-item > a, .main-header .main-menu .menu > li.current_page_ancestor > a {
    border-bottom: 1px solid #e5e5e5;
    color: #243444;
  }
}
.main-header .main-menu .menu > li.menu-item-has-children {
  position: relative;
}
.main-header .main-menu .menu > li.menu-item-has-children .mega_menu_title.menu-item-has-children > a {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.1em;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}
.main-header .main-menu .menu > li.menu-item-has-children.mega-menu {
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .main-header .main-menu .menu > li.menu-item-has-children.mega-menu {
    position: relative;
    height: auto;
  }
}
@media (min-width: 992px) {
  .main-header .main-menu .menu > li.menu-item-has-children.mega-menu:hover > .sub-menu {
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
    position: inherit;
    margin-top: -40px;
    margin-bottom: 40px;
    position: absolute;
    top: 140px;
    display: flex;
    flex-direction: row;
    width: auto;
  }
}
.main-header .main-menu .menu > li.menu-item-has-children.mega-menu .sub-menu {
  overflow: hidden;
}
.main-header .main-menu .menu > li.menu-item-has-children.mega-menu > .sub-menu {
  max-height: 0;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: nowrap;
  background: white;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  width: auto;
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .main-header .main-menu .menu > li.menu-item-has-children.mega-menu > .sub-menu {
    left: 50%; /* Center the left edge of the element at the middle of the parent */
    transform: translateX(-50%); /* Shift it left by half of its own width */
  }
}
@media (max-width: 991px) {
  .main-header .main-menu .menu > li.menu-item-has-children.mega-menu > .sub-menu {
    position: relative;
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
    position: initial;
    top: 140px;
    display: flex;
    flex-direction: column;
    width: auto;
    display: none;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .main-header .main-menu .menu > li.menu-item-has-children.mega-menu a {
    display: flex;
    align-items: center;
  }
}
.main-header .main-menu .menu > li.menu-item-has-children.mega-menu.single .sub-menu {
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .main-header .main-menu .menu > li.menu-item-has-children:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 14px;
    background-image: url("../images/arrow-up.svg");
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: rotate(180deg);
    transition: all 0.3s;
  }
}
.main-header .main-menu .menu > li.menu-item-has-children.submenu-open::after {
  transform: rotate(0deg);
}
.main-header .main-menu .menu > li.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  top: 0.9375rem;
  padding: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(89, 114, 135, 0.1);
  -moz-box-shadow: 0px 10px 15px 0px rgba(89, 114, 135, 0.1);
  box-shadow: 0px 10px 15px 0px rgba(89, 114, 135, 0.1);
}
.main-header .main-menu .menu > li.menu-item-has-children > .sub-menu .menu-item-has-children {
  padding: 15px;
  padding-top: 0;
}
@media (max-width: 991px) {
  .main-header .main-menu .menu > li.menu-item-has-children > .sub-menu .menu-item-has-children {
    padding: 0 15px;
  }
}
.main-header .main-menu .menu > li.menu-item-has-children > .sub-menu--open {
  position: initial;
  display: block !important;
  left: initial;
  transform: initial;
  width: 100% !important;
  padding: initial;
}
.main-header .main-menu .menu > li.menu-item-has-children > .sub-menu:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 100%;
  top: 25px;
  left: 0;
}
@media (max-width: 991px) {
  .main-header .main-menu .menu > li.menu-item-has-children > .sub-menu:before {
    display: none;
  }
}
.main-header .main-menu .menu > li.menu-item-has-children > .sub-menu li {
  position: relative;
  margin: 0 0;
  display: block;
  margin-right: 0;
  padding: 10px 0;
}
.main-header .main-menu .menu > li.menu-item-has-children > .sub-menu li:not(.mega-menu-title)::before {
  content: url("../images/caret.svg"); /* Replace with the path to your SVG image */
  position: absolute;
  display: inline-block;
  height: 10px; /* Adjust these values to suit your design */
  width: 10px;
  top: 3px; /* Adjust this value as needed to position the SVG */
  left: 0px;
}
@media (max-width: 991px) {
  .main-header .main-menu .menu > li.menu-item-has-children > .sub-menu li:not(.mega-menu-title)::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-header .main-menu .menu > li.menu-item-has-children > .sub-menu li {
    margin-bottom: 0;
  }
}
.main-header .main-menu .menu > li.menu-item-has-children > .sub-menu li.d-mobile {
  display: none;
}
@media (max-width: 991px) {
  .main-header .main-menu .menu > li.menu-item-has-children > .sub-menu li.d-mobile {
    display: block;
  }
}
.main-header .main-menu .menu > li.menu-item-has-children > .sub-menu li a {
  font-size: 0.9375rem;
  text-transform: initial;
  font-weight: 500;
  text-decoration: none;
  color: #585A5C;
}
.main-header .main-menu .menu > li.menu-item-has-children > .sub-menu li a:hover {
  color: #BE3232;
}
@media (max-width: 991px) {
  .main-header .main-menu .menu > li.menu-item-has-children > .sub-menu li a {
    color: #969696;
  }
}
.main-header .main-menu .menu > li.menu-item-has-children > .sub-menu li.menu-item-has-children.mega-menu-title > a {
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  font-size: 1.0625rem;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .main-header .main-menu .menu > li.menu-item-has-children > .sub-menu li.menu-item-has-children.mega-menu-title > a {
    font-weight: 500;
    text-transform: none;
  }
}
@media (max-width: 991px) {
  .main-header .main-menu .menu > li.menu-item-has-children > .sub-menu li.menu-item-has-children.mega-menu-title:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 14px;
    background-image: url("../images/arrow-up.svg");
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: rotate(180deg);
    transition: all 0.3s;
  }
}
.main-header .main-menu .menu > li.menu-item-has-children > .sub-menu li.current-menu-item > a {
  color: #BE3232;
}
.main-header .menu-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 991px) {
  .main-header .menu-wrapper {
    display: none;
    position: absolute;
    width: 90%;
    height: 100vh;
    background-color: #ffffff !important;
    right: 0;
    top: 0;
    box-shadow: 0px 10px 15px 0px rgba(89, 114, 135, 0.1);
  }
}
.main-header .menu-wrapper--open {
  display: block;
}
.main-header .site-search {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .main-header .site-search {
    position: absolute;
    top: 43px;
    right: 125px;
  }
}
.main-header .searchform-wrapper {
  position: absolute;
  right: -10px;
  top: 60px;
  z-index: 9999;
  -webkit-box-shadow: 3px 10px 15px 9px rgba(89, 114, 135, 0.1);
  -moz-box-shadow: 3px 10px 15px 9px rgba(89, 114, 135, 0.1);
  box-shadow: 3px 10px 15px 9px rgba(89, 114, 135, 0.1);
}
.main-header .menu-toggle {
  display: none;
  background: transparent;
  border: none;
  height: 33px;
  width: 36px;
  box-shadow: 1px 1px 3px 0px rgba(93, 119, 140, 0.15);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .main-header .menu-toggle {
    display: block;
  }
}
.main-header .menu-toggle span {
  background-color: #49b7ad;
  width: 22px;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  left: 7px;
  top: 10px;
  transition: all 0.3s;
}
.main-header .menu-toggle span:nth-of-type(2) {
  top: 16px;
}
.main-header .menu-toggle span:nth-of-type(3) {
  top: 22px;
}
.main-header .menu-toggle--active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 16px;
}
.main-header .menu-toggle--active span:nth-of-type(2) {
  opacity: 0;
}
.main-header .menu-toggle--active span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 16px;
}

.fontResizer {
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: baseline;
}
.fontResizer.ct-font-resizer-element {
  width: auto;
  padding-right: 15px;
  margin-top: -2px;
}
@media (max-width: 991px) {
  .fontResizer.ct-font-resizer-element {
    position: absolute;
    top: 44px;
    right: 148px;
  }
}
.fontResizer .fontResizer_reset {
  color: #49b7ad;
}
.fontResizer .fontResizer_add {
  font-size: 1.1875rem;
  padding: 0 5px;
}
.fontResizer .fontResizer_minus {
  font-size: 0.8125rem;
  padding: 0 5px;
}

@media (min-width: 992px) {
  /* Assuming this is your mega-menu class */
  .mega-menu {
    display: flex;
    flex-direction: row;
  }
  /* First level submenu */
  .mega-menu > .sub-menu {
    display: flex;
    flex-direction: column;
    width: auto; /* Adjust as necessary */
    margin-right: 20px; /* Space between columns */
  }
  /* Nested submenus */
  .mega-menu .sub-menu .sub-menu {
    display: flex;
    flex-direction: column;
    margin-top: 10px; /* Space between nested items */
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
  width: 80%;
  margin: 0 auto;
  background: #e9e9e9;
}

.menu-mobile {
  display: none;
  padding: 20px;
}

.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-25%);
}

.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}

.menu > ul:after {
  clear: both;
}

.menu > ul > li {
  float: left;
  background: #e9e9e9;
  padding: 0;
  margin: 0;
}

.menu > ul > li a {
  text-decoration: none;
  padding: 1.5em 3em;
  display: block;
}

.menu > ul > li:hover {
  background: #f0f0f0;
}

.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}

.menu > ul > li > ul > li a {
  color: #777;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}

.menu > ul > li > ul > li > ul > li a {
  border: 0;
}

.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
  Mobile style's
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}
.main-menu {
  height: 100%;
}

ul#menu-menu-principal {
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
@media (max-width: 991px) {
  ul#menu-menu-principal {
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: white;
    z-index: 9999;
    position: relative;
    overflow: scroll;
  }
}

.hpv-grid .hpv-content a {
  all: unset;
  color: #000000;
  font-weight: 400;
  cursor: pointer;
}
.hpv-grid .hpv-content a:hover {
  text-decoration: underline;
}

.hpv-search {
  padding: 70px 0;
}
.hpv-search h4 {
  margin-bottom: 10px;
}
.hpv-search .searchform {
  margin-left: -18px;
}
.hpv-search__results {
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
  padding-top: 40px;
}
.hpv-search__results h3 {
  text-transform: uppercase;
  color: #919191;
  font-size: 1.125rem;
  margin-bottom: 25px;
}
.hpv-search .result-row {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.hpv-search .result-row__number {
  display: inline-block;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  line-height: 44px;
  color: #000000;
  background-color: #F8F8F8;
  text-align: center;
  font-weight: 500;
  margin-right: 15px;
}
.hpv-search .result-row__cat {
  color: #000000;
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: 600;
}
.hpv-search .result-row__title {
  color: #243444;
  font-weight: 500;
  font-size: 0.875rem;
}

.sidebar-page {
  padding-bottom: 90px;
  padding-top: 75px;
}
.sidebar-page .banner--page {
  margin-bottom: 78px;
  background-size: cover;
}
.sidebar-page .banner--page .banner__title {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 900;
  font-style: italic;
  line-height: 87%;
}
.sidebar-page .banner--page .banner__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}
.sidebar-page .hpv-sidebar {
  padding-left: 45px;
  margin-left: 35px;
  height: 100%;
}
@media (max-width: 991px) {
  .sidebar-page .hpv-sidebar {
    padding: 0px 10px 0 10px;
    margin-left: 0;
    margin-top: 35px;
    border-left: none;
  }
}
.sidebar-page .sidebar-menu {
  margin-top: 50px;
  margin-bottom: 50px;
}
.sidebar-page .sidebar-menu li {
  padding: 12px 0;
}
.sidebar-page .sidebar-menu li:first-child {
  padding-top: 0;
}
.sidebar-page .sidebar-menu li a {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #3f3f3f;
  font-weight: 600;
}
.sidebar-page .sidebar-menu li a:hover {
  color: #49b7ad;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar-page .sidebar-menu li.current-menu-item a {
  color: #49b7ad;
}

.zinc {
  margin-top: 50px;
  font-size: 13px !important;
}

.four-o-four {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .four-o-four {
    padding-top: 0;
    overflow: hidden;
  }
}
.four-o-four__wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .four-o-four__wrapper {
    display: block;
    text-align: center;
  }
}
.four-o-four__info {
  width: 306px;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  padding-top: 110px;
}
@media (max-width: 991px) {
  .four-o-four__info {
    width: initial;
    padding-top: 50px;
    display: inline-block;
    white-space: initial;
  }
}
.four-o-four__info h2 {
  color: #49b7ad;
  font-weight: 300;
  font-family: "Roboto";
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin-bottom: 15px;
}
.four-o-four__info p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 100;
  color: #243444;
}
.four-o-four__actions {
  padding-top: 35px;
}
.four-o-four__actions .cta--solid {
  margin-right: 20px;
  margin-right: 20px;
  box-shadow: none;
  border: none;
  border-radius: unset;
  background-color: #314873;
  height: unset;
  font-size: 0.84375rem;
  line-height: 0.84375rem;
  font-weight: 400;
  padding: 12px 24px 12px 24px;
  border-radius: 4px;
  border: 1px solid #314873;
  position: relative;
}
.four-o-four__actions .cta {
  border-radius: 4px;
  padding: 12px 24px 12px 24px;
  height: unset;
  font-size: 0.84375rem;
  line-height: 0.84375rem;
  border: 1px solid #314873;
  font-weight: 400;
}
.four-o-four__title {
  text-align: center;
  width: calc(100% - 343px);
  position: relative;
  height: 566px;
}
@media (max-width: 991px) {
  .four-o-four__title {
    width: 100%;
    height: 310px;
    overflow: hidden;
  }
}
.four-o-four__title:after {
  content: "";
  display: inline-block;
  width: 257px;
  height: 368px;
  background-image: url("../images/404lupa.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
  bottom: 0;
}
@media (max-width: 991px) {
  .four-o-four__title:after {
    height: 158px;
    height: 161px;
    right: 59px;
  }
}
@media (max-width: 580px) {
  .four-o-four__title:after {
    right: -4px;
  }
}
@media (max-width: 400px) {
  .four-o-four__title:after {
    right: -45px;
  }
}
@media (max-width: 360px) {
  .four-o-four__title:after {
    right: 11px;
  }
}
@media (max-width: 320px) {
  .four-o-four__title:after {
    right: -61px;
  }
}
.four-o-four__title h1 {
  font-size: 376px;
  line-height: 149px;
  color: #49b7ad;
  font-weight: 300;
  font-family: "Roboto";
  display: inline-block;
  padding: 206px 100px 100px 100px;
  background-image: url("../images/404bg01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1200px) {
  .four-o-four__title h1 {
    font-size: 300px;
  }
}
@media (max-width: 991px) {
  .four-o-four__title h1 {
    font-size: 130px;
    padding: 126px 50px 76px 40px;
    line-height: 126px;
    margin-left: 0px;
  }
}

.hpv-content .accordion {
  margin: 0 auto 50px;
  list-style-type: none;
}
.hpv-content .accordion li {
  position: relative;
  padding-left: 0 !important;
}
.hpv-content .accordion li::marker {
  content: "";
}
.hpv-content .accordion li:before {
  display: none;
}
.hpv-content .accordion .outer-wrapper {
  display: none;
  padding: 20px 0;
}
.hpv-content .accordion p {
  padding: 10px 25px 30px;
}
.hpv-content .accordion a.accordion-header {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  user-select: none;
  border: none;
  box-shadow: none;
  background-color: #fff;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #585A5C;
  font-weight: 700;
  padding: 10px 0 10px;
  margin-bottom: 0;
  text-align: left;
  text-transform: none;
  height: unset;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  padding-right: 10px;
}
.hpv-content .accordion a.accordion-header:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 10px;
  content: " ";
  top: 24px;
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hpv-content .accordion a.accordion-header:before {
  display: none;
}
.hpv-content .accordion p {
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding: 10px 0;
  color: #707070;
  margin: 0;
}
.hpv-content .accordion a.active:after {
  transform: rotate(225deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.app-links {
  padding-top: 5px;
}
.app-links a {
  display: inline-block;
  height: 50px;
  width: 159px;
  border-radius: 25px;
  background-color: #243444;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(36, 52, 68, 0.25);
  -moz-box-shadow: 0px 10px 14px 0px rgba(36, 52, 68, 0.25);
  box-shadow: 0px 10px 14px 0px rgba(36, 52, 68, 0.25);
  background-repeat: no-repeat;
  background-position: center;
}
.app-links a:first-child {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .app-links a {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
  }
  .app-links a:first-child {
    margin-bottom: 15px;
  }
}
.app-links__gp {
  background-image: url("../images/google-play.png");
  background-size: 100%;
}
.app-links__as {
  background-image: url("../images/app-store.png");
  background-size: 85%;
}

.aside-box {
  width: 300px;
  height: 285px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 45px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .aside-box {
    margin-left: auto;
    margin-right: auto;
  }
}
.aside-box > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.aside-box .cta-content {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 21px;
  text-align: center;
  color: #ffffff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(128, 197, 189, 0.7);
  transition: all 0.3s ease-in-out;
}
.aside-box .cta-content:hover {
  background-color: transparent;
  cursor: pointer;
}
.aside-box .cta-content:hover .cta--white {
  background-color: white !important;
  color: #243444 !important;
}
.aside-box .cta-content h4 {
  font-family: "Roboto";
  font-weight: 900;
  font-style: italic;
  font-size: 2.1875rem;
  line-height: 87%;
  margin: 10px auto;
}
.aside-box .cta-content p {
  font-size: 0.875rem;
  line-height: 167%;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 25px;
}
.aside-box .cta-content .cta {
  padding: 0;
  width: 100%;
  margin-top: 4px;
  width: 100%;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  border: none;
  background-color: white;
  color: #243444;
  border-radius: 20px;
}
.aside-box .cta-content .cta:hover {
  transition: all 0.3s ease;
}
.aside-box .cta-content .cta span {
  position: relative;
}
.aside-box .cta-content .cta span::before {
  content: "⤍";
  position: absolute;
  right: -15px;
  top: -14px;
}
.aside-box .alt-content {
  z-index: 2;
  padding: 15px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(128, 197, 189, 0.7);
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aside-box .alt-content h4 {
  font-size: 2rem;
  line-height: 87%;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 35px;
  text-align: center;
}
.aside-box .alt-content .line1 {
  font-size: 0.875rem;
  line-height: 167%;
  font-weight: 900;
  text-align: center;
  margin-bottom: 5px;
}
.aside-box .alt-content .line2 {
  font-size: 2rem;
  line-height: 87%;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin-bottom: 5px;
}
.aside-box .alt-content .line3 {
  font-size: 0.625rem;
  line-height: 167%;
  font-weight: 900;
  text-align: center;
}

.banner {
  background-color: #DADCD5;
}
.banner__title {
  color: #49b7ad;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .banner__title {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 10px;
  }
}
.banner__subtitle, .banner__text {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media (max-width: 991px) {
  .banner__subtitle, .banner__text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 14px;
    max-width: 100%;
  }
  .banner__subtitle br, .banner__text br {
    display: none;
  }
}
.banner__subtitle ul, .banner__text ul {
  padding-top: 10px;
}
.banner__subtitle ul li, .banner__text ul li {
  font-size: 1rem;
  line-height: 1.875rem;
}
.banner__subtitle ul li:before, .banner__text ul li:before {
  content: "";
  display: inline-block;
  background-color: #243444;
  height: 2px;
  width: 12px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
}
@media (max-width: 991px) {
  .banner__subtitle ul li, .banner__text ul li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.banner--page {
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 767px) {
  .banner--page {
    height: calc(100vh - 29px);
    background-size: 90% !important;
  }
}
.banner--page .banner__content {
  max-width: 55%;
}
@media (max-width: 767px) {
  .banner--page .banner__content {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.banner--page .container {
  height: 304px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .banner--page .container {
    height: auto;
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.hpv-grid .banner {
  margin-bottom: 50px;
}

.home-carousel {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.home-carousel .cta-wrapper {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 767px) {
  .home-carousel .cta-wrapper {
    text-align: center;
  }
}
.home-carousel__slide {
  position: relative;
  height: 460px;
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-carousel__slide.mobile-v {
  display: none;
}
@media (max-width: 767px) {
  .home-carousel__slide {
    height: 385px;
  }
  .home-carousel__slide.desktop-v {
    display: none;
  }
  .home-carousel__slide.mobile-v {
    display: block;
  }
}
.home-carousel__slide::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #585A5C;
  z-index: 1;
}
.home-carousel__content {
  position: relative;
  z-index: 2;
  text-align: center;
  transform: translate(30%, 60%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .home-carousel__content {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.home-carousel__title {
  font-family: "Roboto";
  color: #ffffff;
  font-weight: 100;
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 600;
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .home-carousel__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 12px;
    text-align: center;
  }
}
.home-carousel__subtitle {
  color: #ffffff;
  font-weight: 300;
  font-size: 1.3125rem;
  line-height: 1.6875rem;
  white-space: normal;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 12px;
  text-align: left;
}
@media (max-width: 767px) {
  .home-carousel__subtitle {
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    margin-bottom: 10px;
    width: 90%;
    max-width: 350px;
  }
}
.home-carousel__text1 {
  margin-top: 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
}
.home-carousel__text1 strong, .home-carousel__text1 span {
  font-size: 1.375rem;
}
.home-carousel__text2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-top: 5px;
}
.home-carousel .cta.cta--white {
  color: white;
}
@media (max-width: 767px) {
  .home-carousel .cta {
    width: 182px;
  }
}
.home-carousel .slick-dots {
  position: absolute;
  display: inline-block;
  z-index: 3;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .home-carousel .slick-dots {
    bottom: 11px;
  }
}
.home-carousel .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #728693;
  display: inline-block;
  margin: 0 7px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home-carousel .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
}
.home-carousel .slick-dots li.slick-active {
  background-color: #ffffff;
}
.home-carousel .slick-dots li button {
  font-size: 0;
  opacity: 0;
  visibility: hidden;
}

.circles-infographic {
  position: relative;
  width: 370px;
  height: 313px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .circles-infographic {
    width: 314px;
  }
}
@media (max-width: 767px) {
  .circles-infographic {
    margin-top: -20px;
  }
}
.circles-infographic__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/red-arrows-group.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 162px;
  width: 144px;
  text-align: center;
  padding-top: 48px;
  z-index: 1;
}
@media (max-width: 767px) {
  .circles-infographic__center {
    height: 125px;
    width: 108px;
    padding-top: 33px;
  }
}
.circles-infographic__center h4 {
  font-family: "Roboto";
  color: #243444;
  font-size: 1.5rem;
  line-height: 87%;
  font-weight: 900;
}
@media (max-width: 767px) {
  .circles-infographic__center h4 {
    font-size: 1.375rem;
    line-height: 1.375rem;
  }
}
.circles-infographic__circle {
  position: absolute;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 2;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .circles-infographic__circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.circles-infographic__circle .init-val {
  color: #0C2340;
  font-family: "Roboto";
  font-size: 2.125rem;
  font-weight: 900;
  font-style: italic;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
}
@media (max-width: 767px) {
  .circles-infographic__circle .init-val {
    font-size: 1.5625rem;
  }
}
.circles-infographic__circle .init-val span {
  font-size: 1.4375rem;
}
@media (max-width: 767px) {
  .circles-infographic__circle .init-val span {
    font-size: 0.875rem;
  }
}
.circles-infographic__circle .hover-val {
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .circles-infographic__circle .hover-val {
    font-size: 0.8125rem;
    line-height: 0.875rem;
  }
}
.circles-infographic__circle:hover {
  width: 110px;
  height: 110px;
  background-color: #4D807B;
}
@media (max-width: 767px) {
  .circles-infographic__circle:hover {
    width: 96px;
    height: 96px;
  }
}
.circles-infographic__circle:hover .init-val {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.circles-infographic__circle:hover .hover-val {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
}
.circles-infographic__circle:nth-child(1) {
  top: 41px;
  left: 34px;
}
.circles-infographic__circle:nth-child(1):hover {
  top: 15px;
  left: 0;
}
@media (max-width: 767px) {
  .circles-infographic__circle:nth-child(1) {
    top: 70px;
    left: 44px;
  }
  .circles-infographic__circle:nth-child(1):hover {
    top: 42px;
    left: 16px;
  }
}
.circles-infographic__circle:nth-child(2) {
  top: -13px;
  left: 150px;
}
.circles-infographic__circle:nth-child(2):hover {
  top: -46px;
  left: 128px;
}
@media (max-width: 767px) {
  .circles-infographic__circle:nth-child(2) {
    top: 28px;
    left: 131px;
  }
  .circles-infographic__circle:nth-child(2):hover {
    top: -11px;
    left: 111px;
  }
}
.circles-infographic__circle:nth-child(3) {
  top: 29px;
  right: 33px;
}
.circles-infographic__circle:nth-child(3):hover {
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .circles-infographic__circle:nth-child(3) {
    top: 64px;
    right: 42px;
  }
  .circles-infographic__circle:nth-child(3):hover {
    top: 40px;
    right: 12px;
  }
}
.circles-infographic__circle:nth-child(4) {
  top: 148px;
  right: 14px;
}
.circles-infographic__circle:nth-child(4):hover {
  top: 121px;
  right: -13px;
}
@media (max-width: 767px) {
  .circles-infographic__circle:nth-child(4) {
    top: 158px;
    right: 35px;
  }
  .circles-infographic__circle:nth-child(4):hover {
    top: 139px;
    right: 4px;
  }
}
.circles-infographic__circle:nth-child(5) {
  bottom: -3px;
  right: 73px;
}
.circles-infographic__circle:nth-child(5):hover {
  bottom: -32px;
  right: 51px;
}
@media (max-width: 767px) {
  .circles-infographic__circle:nth-child(5) {
    bottom: 37px;
    right: 80px;
  }
  .circles-infographic__circle:nth-child(5):hover {
    bottom: 3px;
    right: 55px;
  }
}
.circles-infographic__circle:nth-child(6) {
  bottom: -7px;
  left: 102px;
}
.circles-infographic__circle:nth-child(6):hover {
  bottom: -43px;
  left: 77px;
}
@media (max-width: 767px) {
  .circles-infographic__circle:nth-child(6) {
    bottom: 33px;
    left: 98px;
  }
  .circles-infographic__circle:nth-child(6):hover {
    bottom: -4px;
    left: 77px;
  }
}
.circles-infographic__circle:nth-child(7) {
  bottom: 71px;
  left: 23px;
}
.circles-infographic__circle:nth-child(7):hover {
  bottom: 45px;
  left: -8px;
}
@media (max-width: 767px) {
  .circles-infographic__circle:nth-child(7) {
    bottom: 93px;
    left: 39px;
  }
  .circles-infographic__circle:nth-child(7):hover {
    bottom: 79px;
    left: 7px;
  }
}

.contacts__img {
  overflow: hidden;
  margin-bottom: 15px;
}
.contacts__img img {
  max-height: 75px;
}
.contacts__textarea {
  max-width: 290px;
}
@media (max-width: 767px) {
  .contacts__textarea {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .cta {
    height: 42px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 40px;
    font-size: 0.6875rem;
  }
}
.cta:hover {
  color: #ffffff !important;
  background-color: #314873 !important;
}
.cta--solid {
  color: #ffffff;
  background-color: #243444;
  border: none;
}
.cta--solid:hover {
  color: #314873 !important;
  background-color: #ffffff !important;
}
.cta--white-solid {
  color: #243444;
  background-color: #fff;
  border: none;
}
.cta--white-solid:hover {
  color: #fff;
  background-color: #243444 !important;
}
.cta--outline {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.cta--outline:hover {
  color: #243444 !important;
  background-color: #fff !important;
}
.cta--white {
  font-weight: 700;
  text-transform: uppercase;
  min-width: 200px;
  border-radius: 4px;
  border: 2px solid white;
  position: relative;
  transition: all 0.1s ease-in-out;
  font-size: 0.9375rem;
  background-color: transparent;
  color: #49b7ad;
  margin-top: 20px;
  padding: 0px 40px;
}
.cta--white:hover {
  background-color: #49b7ad !important;
  border-color: #49b7ad !important;
  color: #ffffff !important;
}

.homepage_destaques .container {
  max-width: 1320px;
  padding: 0 86px;
}
@media (max-width: 1024px) {
  .homepage_destaques .d-flex {
    flex-wrap: wrap;
    max-width: 630px;
    margin: 0 auto;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .homepage_destaques {
    width: 90%;
    margin: 0 auto;
  }
  .homepage_destaques .container {
    padding: 0 10px;
  }
}
.homepage_destaques .overheader {
  font-weight: 600;
  padding: 15px 0 10px;
  margin: 0;
  font-size: 1.4rem;
  color: #29324a !important;
  min-height: 70px;
}
.homepage_destaques p {
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  min-height: 70px;
}
.homepage_destaques .btn-full {
  background-color: #49b7ad;
  color: #ffffff;
  padding: 9px 10px 7px;
  font-size: 13px;
  min-width: 80px;
}
.homepage_destaques .artigos-wrapper {
  width: 66.6%;
  padding: 0 30px 30px 30px;
}
@media (max-width: 1024px) {
  .homepage_destaques .artigos-wrapper {
    width: 100%;
  }
}
.homepage_destaques .artigos-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.homepage_destaques .artigos-wrapper .single-artigo-destaque {
  margin: 25px 0;
}
.homepage_destaques .artigos-wrapper .single-artigo-destaque:first-child {
  margin-top: 0;
}
.homepage_destaques .artigos-wrapper .single-artigo-destaque:first-child .single-artigo-cta {
  background-color: #49b7ad;
  color: white;
}
.homepage_destaques .artigos-wrapper .single-artigo-destaque:first-child .single-artigo-cta:hover {
  background-color: white;
  color: #49b7ad;
}
.homepage_destaques .artigos-wrapper .single-artigo-destaque img {
  max-width: 100%;
}
.homepage_destaques .artigos-wrapper .single-artigo-destaque .single-artigo-img-href:hover img {
  box-shadow: 0px 0px 5px 0px rgb(73, 183, 173);
  transition: all 0.3s ease;
}
.homepage_destaques .artigos-wrapper .single-artigo-destaque .single-artigo-cta {
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 40px 12px 24px;
  min-width: 130px;
  border-radius: 4px;
  border: 1px solid #49b7ad;
  position: relative;
  transition: all 0.1s ease-in-out;
  font-size: 0.8125rem;
  position: relative;
  display: block;
  color: #49b7ad;
  margin-top: 20px;
  max-width: 130px;
}
.homepage_destaques .artigos-wrapper .single-artigo-destaque .single-artigo-cta:before {
  content: "⟶";
  position: absolute;
  right: 20px;
  top: 11px;
}
.homepage_destaques .artigos-wrapper .single-artigo-destaque .single-artigo-cta:hover {
  background-color: #49b7ad;
  color: white;
}
.homepage_destaques .sidebar-wrapper {
  width: 33.3%;
  padding: 0 30px 30px 30px;
}
@media (max-width: 1024px) {
  .homepage_destaques .sidebar-wrapper {
    width: 100%;
  }
}
.homepage_destaques .sidebar-wrapper .cinzaSidebar {
  background: #49b7ad;
  text-align: center;
  margin-bottom: 20px;
  padding: 30px 0 0;
  text-transform: uppercase;
  font-size: 1.3em;
  color: #fff;
  border: 2px solid #49b7ad;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.homepage_destaques .sidebar-wrapper .cinzaSidebar .big-box {
  color: white;
}
.homepage_destaques .sidebar-wrapper .cinzaSidebar:hover {
  cursor: pointer;
}
.homepage_destaques .sidebar-wrapper .cinzaSidebar:hover .btn-cinzab {
  background-color: #49b7ad;
}
.homepage_destaques .sidebar-wrapper .cinzaSidebar:hover .btn-cinzab p {
  color: white;
}
.homepage_destaques .sidebar-wrapper .btn-cinzab {
  padding: 8px 0;
  background-color: #fff;
  margin-top: 16px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: all 0.1s ease-in-out;
}
.homepage_destaques .sidebar-wrapper .btn-cinzab:hover {
  background-color: #49b7ad;
  cursor: pointer;
}
.homepage_destaques .sidebar-wrapper .btn-cinzab:hover p {
  color: white;
}
.homepage_destaques .sidebar-wrapper .btn-cinzab p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.5s ease;
  color: #49b7ad;
  min-height: unset;
}

.destaques-sidebar-btn .cta--solid {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: unset;
  background-color: #314873;
  height: unset;
  font-size: 0.84375rem;
  line-height: 0.84375rem;
  font-weight: 400;
  padding: 12px 40px 12px 24px;
  min-width: 130px;
  border-radius: 4px;
  border: 1px solid #314873;
  position: relative;
}
.destaques-sidebar-btn .cta--solid:before {
  content: "⟶";
  position: absolute;
  right: 20px;
  top: 11px;
}

.hpv-diseases {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 991px) {
  .hpv-diseases {
    display: block;
  }
}

.disease-card {
  flex: 0 0 calc(50% - 5px);
  border-radius: 20px;
  padding: 30px;
  background: linear-gradient(309.95deg, #FFFFFF 27.44%, #F4F9F8 140.3%);
  border: 1px solid rgba(77, 128, 123, 0.2509803922);
  box-shadow: 0px 21px 27.4px 0px rgba(77, 128, 123, 0.12);
  min-height: 175px;
}
@media (max-width: 1200px) {
  .disease-card {
    width: 260px;
  }
}
@media (max-width: 991px) {
  .disease-card {
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    max-width: 100%;
  }
}
.disease-card > a {
  all: unset;
  cursor: pointer;
  background-color: initial !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.disease-card__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.disease-card__content .content-wapper {
  display: inline-block;
  padding-left: 10px;
}
.disease-card__content .content-wapper p {
  margin: 0;
}
.disease-card__title {
  color: #BE3232;
  background: linear-gradient(250deg, #F86C67 33.66%, #BE3232 75%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-style: italic;
  font-family: "Roboto";
  font-size: 2.5rem;
  line-height: 87%;
  margin-bottom: 10px;
}
.disease-card__subtitle {
  color: #243444 !important;
  font-weight: 500 !important;
  font-size: 0.9375rem !important;
  line-height: 122% !important;
  margin-bottom: 10px !important;
}
.disease-card__cta {
  color: #243444 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 0.9375rem !important;
  line-height: 0.9375rem !important;
  margin-top: 5px !important;
}
.disease-card img {
  max-width: 50%;
  width: 100px;
}
.disease-card img.img-hover {
  display: none;
}
.disease-card:hover {
  background: linear-gradient(309.95deg, #80C5BD 27.44%, #298178 140.3%);
}
.disease-card:hover .disease-card__title {
  background: transparent;
  -webkit-text-fill-color: unset;
}
.disease-card:hover * {
  color: #ffffff !important;
}
.disease-card:hover .img-start {
  display: none;
}
.disease-card:hover .img-hover {
  display: inline-block;
}

.dualbox.dualbox-b .fundo_alternativo {
  background-color: #49b7ad;
  padding: 0;
}
.dualbox.dualbox-b .fundo_alternativo .value-card {
  border-bottom-right-radius: 100% 100%;
  height: 100%;
  width: 100%;
  border-color: #49b7ad;
}
.dualbox.dualbox-b .card-wrapper {
  padding: 0;
}
.dualbox.dualbox-b .value-card {
  max-height: unset;
}
.dualbox.dualbox-b .value-card p {
  font-weight: 400 !important;
}
.dualbox.dualbox-b .corner-img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 60px;
  /* max-height: 60px; */
  width: 100%;
  height: auto;
}

.faq-list .faq-row {
  border-radius: 10px;
  margin-bottom: 7px;
  max-width: 95%;
}
.faq-list .faq-row:before {
  display: none;
}
@media (max-width: 991px) {
  .faq-list .faq-row {
    max-width: 100%;
  }
}
.faq-list .faq-row:nth-child(odd) {
  background-color: rgba(222, 222, 222, 0.3);
}
.faq-list .faq-row:nth-child(even) {
  background-color: rgba(222, 222, 222, 0.6);
}
.faq-list .faq-row__question {
  cursor: pointer;
  height: 45px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .faq-list .faq-row__question {
    height: initial;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.faq-list .faq-row__question:after {
  content: "";
  color: #49b7ad;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url("../images/red-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.faq-list .faq-row__title {
  font-size: 0.875rem;
  font-weight: 400;
  max-width: calc(100% - 30px);
}
.faq-list .faq-row__title span {
  font-weight: bold;
}
.faq-list .faq-row__answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  padding: 0 25px;
}
.faq-list .faq-row__answer p {
  margin-bottom: 15px;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #CCCCCC;
  font-weight: 300;
  margin-top: 2px;
}
.faq-list .faq-row__answer p:first-child {
  border-top: 1px solid #DEDEDE;
  padding-top: 12px;
}
.faq-list .faq-row--open .faq-row__question:after {
  background-image: url("../images/red-minus.svg");
}
.faq-list .faq-row--open .faq-row__answer {
  max-height: 500px;
  transition: max-height 0.5s ease-in-out;
}

.hero {
  height: calc(100vh - 75px);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  background-color: #DADCD5;
}
@media (max-width: 767px) {
  .hero {
    align-items: start;
    background-size: 80%;
    background-position-y: bottom;
    padding-top: 30px;
  }
}
.hero__content {
  width: 500px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .hero__content {
    text-align: center;
  }
}
.hero__title {
  color: #49b7ad;
  font-family: "Roboto";
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 100;
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}
.hero__subtitle {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-top: 22px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .hero__subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 14px;
  }
  .hero__subtitle br {
    display: none;
  }
}
.hero__actions {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .hero__actions {
    padding-top: 20px;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .hero__actions .cta {
    box-shadow: none;
  }
}
.hero__actions .cta:first-child {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .hero__actions .cta:first-child {
    margin-right: 7px;
  }
}
body.admin-bar .hero {
  height: calc(100vh - 107px);
}

@media (max-width: 1024px) {
  .hpv-content {
    padding: 0 25px;
  }
}
@media (max-width: 425px) {
  .hpv-content {
    padding: 0 15px;
  }
}
.hpv-content h1 {
  color: #49b7ad;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .hpv-content h1 {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 10px;
  }
}
.hpv-content h6 {
  color: #49b7ad;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
  font-weight: bold;
}
.hpv-content h2 {
  color: #243444;
  font-family: "Roboto";
  font-weight: 900;
  font-style: italic;
  font-size: 3.5rem;
  line-height: 87%;
  margin: 25px 0;
}
.hpv-content p {
  color: #707070;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  margin-bottom: 25px;
  line-height: 167%;
}
@media (max-width: 991px) {
  .hpv-content p {
    max-width: 90%;
  }
}
.hpv-content a {
  color: #ffffff;
  background-color: #243444;
}
.hpv-content a:hover {
  color: #243444;
  background-color: initial;
}
.hpv-content a[data-type=URL],
.hpv-content p > a {
  font-size: 1.125rem;
  border: none;
}
.hpv-content ul {
  margin-bottom: 25px;
}
.hpv-content ul li {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  color: #585A5C;
  font-weight: 300;
}
.hpv-content ul li:before {
  content: "";
  display: inline-block;
  background-color: #243444;
  height: 2px;
  width: 10px;
  margin: 0 10px;
  vertical-align: middle;
  margin-top: -2px;
}
.hpv-content ol {
  margin-bottom: 25px;
  counter-reset: LIST-ITEMS;
}
.hpv-content ol li {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  color: #585A5C;
  font-weight: 300;
}
.hpv-content ol li:before {
  content: counter(LIST-ITEMS) ".";
  counter-increment: LIST-ITEMS;
  display: inline-block;
  color: #49b7ad;
  font-weight: 600;
  margin: 0 5px 0 10px;
}
.hpv-content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 4em 0 1em 0;
  padding: 0;
}

p + h2:not(.value-card p + h2) {
  margin-top: -25px;
}

.icon-infobox .value-card {
  background-color: #f7f7f7;
  padding: 25px;
  flex-direction: column;
  align-items: start;
  height: 100%;
  margin-bottom: 10px;
  /* border: none; */
  /* border-radius: 0; */
  /* box-shadow: none; */
}
.icon-infobox .value-card p {
  margin: 0;
}
.icon-infobox .value-card img {
  max-width: 50px;
  display: block;
  margin-bottom: 20px;
  max-height: 50px;
}

.icon-list.icon-list-b .outer-wrapper {
  justify-content: space-between;
}
.icon-list.icon-list-b .outer-wrapper img {
  max-width: 50px;
  padding: 0;
}
.icon-list.icon-list-b .outer-wrapper div {
  margin: 0 auto;
}
.icon-list.icon-list-b .outer-wrapper p {
  margin: 0 auto;
}
.icon-list.icon-list-b .outer-wrapper .icon-wrapper {
  padding: 15px;
  margin: 0 5px;
  background-color: #f7f7f7;
}
.icon-list.icon-list-b .outer-wrapper .icon-wrapper > div {
  border-radius: unset;
  background-color: unset;
  height: auto !important;
  width: auto !important;
  padding: 15px 0;
}
.icon-list.icon-list-b .outer-wrapper .icon-list-grid-3 {
  max-width: 33%;
}
@media (max-width: 768px) {
  .icon-list.icon-list-b .outer-wrapper .icon-list-grid-3 {
    max-width: 100%;
    width: 100%;
    margin: 5px 0;
  }
}
.icon-list.icon-list-b .outer-wrapper .icon-list-grid-2 {
  max-width: 50%;
}
@media (max-width: 768px) {
  .icon-list.icon-list-b .outer-wrapper .icon-list-grid-2 {
    max-width: 100%;
    width: 100%;
    margin: 5px 0;
  }
}
.icon-list.icon-list-b .outer-wrapper .icon-list-grid-1 {
  max-width: 100%;
}

.icon-list-featured .icon-wrapper {
  padding: 30px;
  text-align: center;
  max-width: 160px;
}
.icon-list-featured .icon-wrapper .inner-wrapper {
  height: 100px;
}
.icon-list-featured .icon-wrapper > div {
  align-items: center;
  display: flex;
  justify-content: center;
}
.icon-list-featured .icon-wrapper img {
  max-width: 100px;
  padding: 20px;
}
.icon-list-featured .icon-wrapper p {
  max-width: 120px;
  font-weight: 600;
  font-size: 1rem;
}
.icon-list-featured .icon-wrapper a {
  color: #707070;
  font-weight: 600;
  text-decoration: underline;
}
.icon-list-featured .icon-wrapper a:hover {
  text-decoration: underline;
  color: #49b7ad;
  transition: all 0.1s ease-in-out;
}
.icon-list-featured .outer-wrapper {
  flex-wrap: inherit;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .icon-list-featured .outer-wrapper {
    justify-content: center;
  }
}

.icon-list .icon-wrapper {
  padding: 30px;
  text-align: center;
}
.icon-list .icon-wrapper > div {
  border-radius: 50%;
  background-color: #f7f7f7;
  height: 120px;
  width: 120px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.icon-list .icon-wrapper img {
  max-width: 100px;
  padding: 20px;
}
.icon-list .icon-wrapper p {
  margin-top: 10px;
  max-width: 120px;
  font-weight: 600;
  font-size: 1rem;
}
.icon-list .outer-wrapper {
  max-width: 100%;
  width: 100%;
  flex-wrap: inherit;
}
@media (max-width: 767px) {
  .icon-list .outer-wrapper {
    justify-content: center;
  }
}

.img-pequena-text .value-card {
  height: auto;
}
.img-pequena-text .value-card h2 {
  margin: 0;
  color: #707070;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 4.5rem;
}
.img-pequena-text .value-card .left {
  margin-right: 20px;
}
.img-pequena-text .value-card .left img {
  max-height: 80px;
}
.img-pequena-text .value-card .right p {
  margin-bottom: 5px;
}

.img-dualbox .value-card {
  border: 0;
  box-shadow: none;
  height: auto;
}
.img-dualbox .value-card img {
  max-width: 300px;
}
.img-dualbox .dir-bot h2, .img-dualbox .dir-top h2 {
  margin: 0;
  color: #49b7ad;
  font-family: "Dosis";
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 4.5rem;
}
.img-dualbox .vertical .dir-top {
  margin-bottom: 5px;
  border-left: 5px solid #49b7ad;
}
.img-dualbox .vertical .dir-top h2 {
  color: #49b7ad;
}
.img-dualbox .vertical .dir-bot {
  border-left: 5px solid #585A5C;
}
.img-dualbox .vertical .dir-bot h2 {
  color: #585A5C;
}
.img-dualbox .vertical .text-box {
  background-color: #f7f7f7;
  padding: 10px 10px 10px 30px;
}
.img-dualbox .vertical p {
  font-size: 1.09375rem;
}

.icon-infobox-b .card-wrapper {
  padding: 0;
}
.icon-infobox-b .card-wrapper .value-card {
  background-color: #f7f7f7;
  padding: 25px;
  flex-direction: inherit;
  align-items: start;
  height: unset;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .icon-infobox-b .card-wrapper .value-card {
    flex-direction: column;
  }
}
.icon-infobox-b .card-wrapper .value-card img {
  margin: 10px 25px 10px 10px;
  max-width: 50px;
}
.icon-infobox-b .card-wrapper .value-card p {
  margin-bottom: 0;
}

.moble-card-slider {
  position: relative;
}
@media (max-width: 991px) {
  .moble-card-slider {
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  .moble-card-slider {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}
.moble-card-slider .slick-slider {
  max-width: 100%;
}
@media (max-width: 767px) {
  .moble-card-slider .slick-slider {
    margin: 0;
  }
}
.moble-card-slider .slick-dots {
  position: absolute;
  display: inline-block;
  z-index: 3;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0 !important;
}
.moble-card-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #C7CFD4;
  display: inline-block;
  margin: 0 7px;
  cursor: pointer;
}
.moble-card-slider .slick-dots li:before {
  display: none !important;
}
@media (max-width: 767px) {
  .moble-card-slider .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
}
.moble-card-slider .slick-dots li.slick-active {
  background-color: #243444;
}
.moble-card-slider .slick-dots li button {
  font-size: 0;
  opacity: 0;
  visibility: hidden;
}

.mosaic {
  display: flex;
  height: 18vw;
  background-color: #6D6D6D;
}
@media (max-width: 767px) {
  .mosaic {
    display: block;
    font-size: 0;
    height: 30vw;
    margin-bottom: 30%;
  }
}
.mosaic__inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: contrast(130%);
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mosaic__cover {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(0deg, #FF746E, #FF746E), linear-gradient(235.22deg, #FF746E 0%, #D94E4B 100%), linear-gradient(235.22deg, rgba(0, 0, 0, 0) 37.02%, rgba(0, 0, 0, 0.25) 100%);
  opacity: 0.3;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.mosaic__title {
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  top: 50%;
  left: 40px;
  pointer-events: none;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 2%;
  z-index: 4;
}
@media (max-width: 767px) {
  .mosaic__title {
    font-size: 0.75rem;
  }
}
.mosaic .image_init {
  background-color: rgba(190, 50, 50, 0.6392156863);
}
.mosaic .image_hover {
  opacity: 0;
  visibility: hidden;
  background-color: #243444;
}
.mosaic__box {
  width: 25%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .mosaic__box {
    width: 50%;
    display: inline-block;
  }
}
.mosaic__box > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.mosaic__box:hover .image_hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1.1);
  filter: grayscale(0) contrast(100%);
  position: relative;
}
.mosaic__box:hover .mosaic__cover {
  opacity: 0;
}

#nl-block-id #nl-block-id .container {
  z-index: 0;
}
#nl-block-id .newsletter-block {
  padding: 50px 0;
  display: inline-block;
  background: #48b7ad;
  color: #fff;
  width: 100%;
}
#nl-block-id .newsletter-block .subscribe-block {
  float: right;
  width: 60%;
}
#nl-block-id .newsletter-block .tratamento_dados {
  width: 100%;
  line-height: 14px;
}
#nl-block-id .subscribe-cta {
  font-weight: bold;
  font-size: 22px;
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#nl-block-id .full-width {
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
  padding: 50px 0;
}
#nl-block-id .newsletter-block .text-block {
  width: 40%;
  float: left;
}
#nl-block-id .newsletter-block .tratamento_dados {
  width: 100%;
  line-height: 14px;
  margin-top: 30px;
}
#nl-block-id .nl-wrapper {
  max-width: 1310px;
  margin: 0 auto;
}
#nl-block-id .newsletter.container_wrap {
  border-top-width: 0;
}
#nl-block-id .check-icon {
  display: inline-block;
}
#nl-block-id .thank-you-info {
  display: inline-block;
  margin-left: 20px;
}
#nl-block-id .thank-you-info h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}
#nl-block-id .thank-you-info {
  margin-top: 0;
}
#nl-block-id .subscribe-block input[type=email],
#nl-block-id .subscribe-block input[type=text],
#nl-block-id .subscribe-block button.subscrever {
  font-size: 13px;
  line-height: 12px;
  width: 30%;
  padding: 12px;
  display: inline-block;
  color: #c8e9e6;
  border-radius: 4px;
  background-color: #48b7ad;
  border: 2px solid #fff;
  margin-right: 3%;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif !important;
  transition: all 0.1s ease-in-out;
}
#nl-block-id .subscribe-block input[type=email]:focus,
#nl-block-id .subscribe-block input[type=text]:focus {
  background-color: #6ac5bc;
}
#nl-block-id .subscribe-block input::placeholder {
  color: #c8e9e6;
}
#nl-block-id .subscribe-block button.subscrever {
  color: #49b7ad;
  border-radius: 4px;
  background-color: white;
  text-transform: uppercase;
  margin-right: 0;
  cursor: pointer;
}
#nl-block-id .subscribe-block button.subscrever:hover {
  color: white;
  background-color: #49b7ad;
}
#nl-block-id .tratamento_wrapper {
  width: 60%;
  margin-left: auto;
}
#nl-block-id .cta-block p {
  font-size: 16px;
}
@media (max-width: 1175px) {
  #nl-block-id .newsletter-block .text-block {
    width: 100%;
    float: unset;
    text-align: center;
  }
  #nl-block-id .newsletter-block .subscribe-block {
    float: unset;
    width: 100%;
    margin: 30px 0;
  }
  #nl-block-id .tratamento_wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #nl-block-id .subscribe-block input[type=email],
  #nl-block-id .subscribe-block input[type=text],
  #nl-block-id .subscribe-block button.subscrever {
    width: 100%;
    max-width: 300px;
    margin: 15px auto;
    display: block;
  }
  #nl-block-id .subscribe-block {
    text-align: center;
  }
}
#nl-block-id small {
  font-size: 80%;
}

.newsletter-section {
  background: #48b7ad;
}

.hpv-number-cards {
  padding-bottom: 70px !important;
}
.hpv-number-cards .moble-card-slider {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hpv-number-cards .num-card-wrapper {
    padding: 25px 10px 0 10px;
  }
}
.hpv-number-cards .num-card {
  width: 200px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(89, 89, 89, 0.15);
  -moz-box-shadow: 0px 3px 5px 0px rgba(89, 89, 89, 0.15);
  box-shadow: 0px 3px 5px 0px rgba(89, 89, 89, 0.15);
  border: 2px solid #D6D9D3;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  padding: 40px 12px 10px 12px;
  min-height: 158px;
}
@media (max-width: 767px) {
  .hpv-number-cards .num-card {
    width: 100%;
  }
}
.hpv-number-cards .num-card__number {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  border: 2px solid #D6D9D3;
  left: 0;
  right: 0;
  background-color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  top: -25px;
  text-align: center;
  line-height: 47px;
  font-family: "Roboto";
  font-weight: 300;
  color: #243444;
  font-size: 30px;
}
.hpv-number-cards .num-card p {
  text-align: center;
  margin: 0;
  color: #595959;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
}
.hpv-number-cards .slick-dots {
  bottom: -50px;
}

.box {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.box .block {
  width: 100%;
  max-width: 300px;
  height: 40px;
  background: #f7f7f7;
  position: relative;
  z-index: 1;
  border-radius: 50px;
}
.box .block .blockfill {
  width: 50%;
  height: 100%;
  background: #49b7ad;
  position: relative;
  z-index: 2;
  border-radius: 50px 0 0 50px;
}
.box .block .percent {
  font-size: 5rem;
}
.box .block .percentage {
  margin: 0;
  padding: 1.25% 20px;
  float: right;
  color: #f9f9f9;
  display: none;
}

.progress-block .value-card {
  flex-direction: column;
  align-items: start;
  height: unset;
  border: none;
  box-shadow: none;
  border-radius: 0;
  height: 100%;
  max-height: 220px;
  justify-content: center;
}
.progress-block .value-card h2 {
  margin: 0;
  color: #707070;
  font-family: "Dosis";
  font-weight: 300;
  font-size: 3.5rem;
  line-height: 4.5rem;
}
.progress-block .value-card p {
  margin: 0;
}
@media (max-width: 768px) {
  .progress-block .value-card {
    align-items: center;
  }
}

.quiz {
  background-color: #F8F8F8;
  padding: 40px 0 !important;
}
.quiz__circle {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 50px;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(89, 89, 89, 0.25);
  -moz-box-shadow: 0px 10px 14px 0px rgba(89, 89, 89, 0.25);
  box-shadow: 0px 10px 14px 0px rgba(89, 89, 89, 0.25);
  border: 2px solid #D6D9D3;
  transition: all 0.3s ease-in-out;
  vertical-align: top;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .quiz__circle {
    width: 120px;
    height: 120px;
    margin-right: 0;
  }
}
.quiz__circle > a {
  all: unset;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.quiz__circle img {
  max-width: 66px !important;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 40px;
  max-height: 75px;
}
@media (max-width: 767px) {
  .quiz__circle img {
    max-width: 55px !important;
    top: 9px;
    left: 31px;
    max-height: 60px;
  }
}
.quiz__circle h6 {
  color: #243444 !important;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  line-height: 0.9375rem !important;
  font-weight: bold;
  position: absolute;
  position: absolute;
  top: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .quiz__circle h6 {
    font-size: 0.6875rem;
    line-height: 0.875rem;
    top: 70px;
  }
}
.quiz__circle .hover-img {
  opacity: 0;
  visibility: hidden;
}
.quiz__circle:hover {
  background-color: #243444;
  border-color: #243444;
}
.quiz__circle:hover h6 {
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.quiz__circle:hover .init-img {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.quiz__circle:hover .hover-img {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.quiz h2 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .quiz h2 {
    margin-top: 5px;
  }
}
.quiz p {
  margin-bottom: initial !important;
}
@media (max-width: 767px) {
  .quiz p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .quiz .circles-wrapper {
    order: 2;
    display: flex;
    justify-content: space-around;
    padding-top: 25px;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .quiz .text-wrapper {
    order: 1;
  }
}
.hpv-content .quiz {
  background-color: #ffffff;
  border-top: 1px solid #D9DCD6;
  margin-top: 65px;
}
.hpv-content .quiz .text-wrapper {
  order: 1;
}
.hpv-content .quiz .text-wrapper p {
  max-width: 93%;
}
.hpv-content .quiz .circles-wrapper {
  order: 2;
}
.hpv-content .quiz .circles-wrapper img {
  left: 30px;
  max-height: 65px;
}
.hpv-content .quiz .circles-wrapper h6 {
  top: 85px;
}
.hpv-content .quiz h2 {
  margin-top: 0;
}
.hpv-content .quiz .quiz__circle {
  width: 130px;
  height: 130px;
  margin-right: 35px;
}
.hpv-content .quiz .quiz__circle:last-child {
  margin-right: 0;
}

.refs-section {
  padding-top: 50px;
  padding-bottom: 45px;
}
.refs-section .col-sm-12 {
  padding-right: 0;
  padding-left: 0;
}
.refs-section h2 {
  color: #49b7ad;
  font-family: "Dosis";
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 400;
}
.refs-section .refs-wrapper {
  padding: 15px 0;
  color: #3f3f3f;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.refs-section .refs-wrapper ol {
  margin-bottom: 25px;
  list-style: number;
  list-style-position: inside;
}
.refs-section .refs-wrapper ol li {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  color: #585A5C;
  font-weight: 300;
}
.refs-section .refs-wrapper ol li:before {
  content: "";
  display: none;
}
.refs-section .refs-wrapper ol li a {
  color: #49b7ad;
  font-weight: 600;
  text-transform: none;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  height: auto;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  word-break: break-all;
  display: inline;
}

.searchform {
  background-color: #ffffff;
  padding: 18px;
  display: inline-block;
}
.searchform input {
  border: none;
  background-color: #F8F8F8;
  padding: 12px 5px;
}
.searchform .submit {
  border: none;
  background-color: #49b7ad;
  color: #ffffff;
  height: 39px;
  width: 39px;
  cursor: pointer;
  margin-left: -3px;
  font-size: 26px;
  line-height: 33px;
  vertical-align: bottom;
}

.hpv-section {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 767px) {
  .hpv-section {
    text-align: center;
    padding-top: 45px !important;
    padding-bottom: 25px !important;
  }
}
.hpv-section h2 {
  color: #243444;
  font-family: "Roboto";
  font-size: 3.5rem;
  line-height: 87%;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hpv-section h2 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
}
.hpv-section p {
  color: #585A5C;
  font-size: 1.0625rem;
  line-height: 167%;
  font-weight: 100;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .hpv-section p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.hpv-section p.instructions {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-top: 50px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #808080;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hpv-section p.instructions {
    margin-top: 20px;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.hpv-section img {
  max-width: 100%;
}
.hpv-section .cta {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .hpv-section .cta {
    margin-top: 25px;
    margin-bottom: 45px;
    width: 170px;
  }
}
.hpv-section--info {
  padding-bottom: 90px;
}
.hpv-section.secondary-background {
  background-color: #E3F6F4;
}

.container--tabs {
  padding: 25px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.container--tabs .nav-tabs {
  float: left;
  width: 100%;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #ddd;
}
.container--tabs .nav-tabs li:before {
  content: none;
}
.container--tabs .nav-tabs .active p {
  font-weight: 700;
}
.container--tabs .nav-tabs p {
  margin: 0 auto;
  font-weight: 600;
  font-family: "Dosis";
}
.container--tabs .nav-tabs li:not(:last-child) {
  border-right: none !important;
}
.container--tabs .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  list-style: none;
  border: 1px solid #CCCCCC;
}
.container--tabs .nav-tabs > li > a {
  float: left;
  margin-right: 2px;
  line-height: 1.42857143;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  width: 100%;
  background-color: white;
  color: #3f3f3f;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 5px solid transparent;
  box-shadow: none;
  text-transform: none;
}
.container--tabs .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.container--tabs .nav-tabs > li.active > a,
.container--tabs .nav-tabs > li.active > a:hover,
.container--tabs .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border-bottom: 5px solid #49b7ad;
}
.container--tabs .tab-content {
  float: left;
  width: 100%;
}
.container--tabs .tab-content > .tab-pane {
  display: none;
}
.container--tabs .tab-content > .tab-pane li {
  padding-left: 15px;
  padding-bottom: 5px;
}
.container--tabs .tab-content > .tab-pane.active {
  display: block;
}
.container--tabs .tab-content > .active {
  display: block;
}
.container--tabs .tab-content h1.cloned,
.container--tabs .tab-content h2.cloned {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #333;
  font-weight: 700;
  padding: 20px 0 10px;
  margin-bottom: 0;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 999;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 2.5rem;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 40px;
}

[dir=rtl] .slick-prev {
  right: 40px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 40px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 40px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

@media screen and (max-width: 768px) {
  .slick-next {
    right: 5px;
  }
  .slick-prev {
    left: 5px;
  }
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

a.social {
  position: relative;
  display: inline-block;
  margin: 0.333rem 0.25rem;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 3rem;
  width: auto;
  height: auto;
  font-size: 0;
  transition: color 0.333s;
  border: none;
  padding: 0px 25px;
  box-shadow: none;
}
a.social::after {
  font-family: "fontawesome", sans-serif;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a.social::before {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border-radius: 50%;
  content: "";
}

a.social.social-facebook, a.social[href^="https://www.facebook"] {
  background-color: #1f222b;
  border-color: #1f222b;
  transition: all 0.3s ease-out;
}
a.social.social-facebook::after, a.social[href^="https://www.facebook"]::after {
  content: "\f09a";
}
a.social.social-facebook:hover, a.social[href^="https://www.facebook"]:hover {
  color: white;
  background-color: #3b5998;
}

a.social.social-twitter, a.social[href^="https://twitter"] {
  background-color: #1f222b;
  border-color: #1f222b;
  transition: all 0.3s ease-out;
}
a.social.social-twitter::after, a.social[href^="https://twitter"]::after {
  content: "\f099";
}
a.social.social-twitter:hover, a.social[href^="https://twitter"]:hover {
  color: white;
  background-color: #00aced;
}

a.social.social-google, a.social[href^="https://plus.google"] {
  background-color: #1f222b;
  border-color: #1f222b;
  transition: all 0.3s ease-out;
}
a.social.social-google::after, a.social[href^="https://plus.google"]::after {
  content: "\f0d5";
}
a.social.social-google:hover, a.social[href^="https://plus.google"]:hover {
  color: white;
  background-color: #dd4b39;
}

a.social.social-linkedin, a.social[href^="https://www.linkedin"] {
  background-color: #1f222b;
  border-color: #1f222b;
  transition: all 0.3s ease-out;
}
a.social.social-linkedin::after, a.social[href^="https://www.linkedin"]::after {
  content: "\f0e1";
}
a.social.social-linkedin:hover, a.social[href^="https://www.linkedin"]:hover {
  color: white;
  background-color: #007bb6;
}

a.social.social-pintrest, a.social[href^="https://pinterest"] {
  background-color: #1f222b;
  border-color: #1f222b;
  transition: all 0.3s ease-out;
}
a.social.social-pintrest::after, a.social[href^="https://pinterest"]::after {
  content: "\f0d2";
}
a.social.social-pintrest:hover, a.social[href^="https://pinterest"]:hover {
  color: white;
  background-color: #cb2027;
}

a.social.social-tumblr, a.social[href^="https://www.tumblr"] {
  background-color: #1f222b;
  border-color: #1f222b;
  transition: all 0.3s ease-out;
}
a.social.social-tumblr::after, a.social[href^="https://www.tumblr"]::after {
  content: "\f173";
}
a.social.social-tumblr:hover, a.social[href^="https://www.tumblr"]:hover {
  color: white;
  background-color: #32506d;
}

a.social.social-vk, a.social[href^="https://vk.com"] {
  background-color: #1f222b;
  border-color: #1f222b;
  transition: all 0.3s ease-out;
}
a.social.social-vk::after, a.social[href^="https://vk.com"]::after {
  content: "\f189";
}
a.social.social-vk:hover, a.social[href^="https://vk.com"]:hover {
  color: white;
  background-color: #5E82A8;
}

a.social.social-xing, a.social[href^="https://www.xing-share"] {
  background-color: #1f222b;
  border-color: #1f222b;
  transition: all 0.3s ease-out;
}
a.social.social-xing::after, a.social[href^="https://www.xing-share"]::after {
  content: "\f168";
}
a.social.social-xing:hover, a.social[href^="https://www.xing-share"]:hover {
  color: white;
  background-color: #175E60;
}

a.social.social-email, a.social[href^="mailto:"] {
  background-color: #1f222b;
  border-color: #1f222b;
  transition: all 0.3s ease-out;
}
a.social.social-email::after, a.social[href^="mailto:"]::after {
  content: "\f0e0";
}
a.social.social-email:hover, a.social[href^="mailto:"]:hover {
  color: white;
  background-color: #175E60;
}

.social-share-wrapper {
  margin: 50px 0 40px;
}
.social-share-wrapper p {
  width: 100%;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #707070;
  margin-bottom: 15px;
}

.tab-contents__nav {
  margin-bottom: 60px;
}
.tab-contents__nav ul li {
  display: inline-block;
  margin-right: 20px;
}
.tab-contents__nav ul li:before {
  display: none !important;
}
.tab-contents__nav ul li a {
  all: unset;
  cursor: pointer;
  text-transform: uppercase;
  color: #CCCCCC;
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding-bottom: 3px;
  font-weight: 400;
}
.tab-contents__nav ul li a:hover, .tab-contents__nav ul li a.active {
  color: #BE3232;
  border-bottom: 2px solid #BE3232;
}

.feature-tri-block {
  color: #fff;
}
.feature-tri-block .feature-block {
  vertical-align: top;
  padding: 60px 30px 60px 30px;
  display: flex;
  justify-content: center;
}
.feature-tri-block .feature-block .titulo {
  font-size: 1.4375rem;
  font-weight: 600;
  padding: 0px 0 10px;
}
.feature-tri-block .feature-block .intro {
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  padding: 0 0 15px;
}
.feature-tri-block .feature-block img {
  margin-right: 30px;
}
.feature-tri-block .feature-block a {
  text-decoration: underline;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 0.9375rem;
}
@media (max-width: 1024px) {
  .feature-tri-block {
    flex-direction: column;
  }
}

.value-card {
  display: flex;
  align-items: center;
  height: 135px;
  width: 275px;
  border-radius: 5px;
  margin-bottom: 30px;
  padding-right: 25px;
  margin-right: 30px;
  max-width: 100%;
}
.value-card--full {
  width: 100%;
}
@media (max-width: 991px) {
  .value-card {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .value-card {
    height: 92px;
  }
}
.value-card__value {
  width: 100px;
  text-align: center;
  color: #BE3232;
  font-family: "Roboto";
  font-size: 2.8125rem;
  height: 68px;
  line-height: 68px;
  border-right: 2px solid #D6D9D3;
}
@media (max-width: 767px) {
  .value-card__value {
    font-size: 1.875rem;
    width: 70px;
  }
}
.value-card__description {
  padding-left: 22px;
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .value-card__description {
    padding-left: 12px;
    width: calc(100% - 55px);
  }
}
.value-card__description p {
  font-weight: bold !important;
  line-height: 1.375rem !important;
  color: #243444 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .value-card__description p {
    font-size: 0.6875rem !important;
    line-height: 0.9375rem !important;
    text-align: left;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .cancro-info-cards .card-wrapper:nth-child(odd) {
    padding-right: 5px;
  }
  .cancro-info-cards .card-wrapper:nth-child(even) {
    padding-left: 5px;
  }
  .cancro-info-cards .card-wrapper:last-child {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .cancro-info-cards {
    margin: 20px 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cancro-info-cards .moble-card-slider {
    padding: 10px 0;
  }
}

.cancro-info-cards .value-card {
  height: 55px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cancro-info-cards .value-card {
    justify-content: left;
    padding-left: 20px;
  }
}
.cancro-info-cards .value-card p {
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.25rem;
  text-transform: none;
  font-size: 1.125rem;
  text-align: left;
  max-width: 100%;
}
.cancro-info-cards .value-card a {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: none;
  border-radius: unset;
  background-color: transparent;
  height: unset;
  padding-left: 15px;
  padding-right: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cancro-info-cards .value-card a {
    padding: 0;
  }
}

.cancro-info-block .value-card {
  height: auto;
  padding: 20px 20px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cancro-info-block .value-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cancro-info-block .value-card p {
  margin-bottom: 0;
  font-weight: 700;
  /* text-decoration: underline; */
  line-height: 1.375rem;
  color: #49b7ad;
  text-transform: none;
  font-size: 1.125rem;
}
.cancro-info-block .value-card p.block-info {
  margin-bottom: 0;
  font-weight: 700;
  /* text-decoration: underline; */
  line-height: 1.2375rem;
  border-bottom: none;
  color: #585A5C;
  text-transform: none;
  font-weight: 400;
  max-width: 380px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cancro-info-block .value-card > div {
    width: 90%;
  }
}
.cancro-info-block .value-card a.info-block-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: none;
  border-radius: unset;
  background-color: transparent;
  height: unset;
  text-align: left;
  padding-left: 0;
  padding-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cancro-info-block .value-card a.info-block-link {
    width: 100%;
    padding: 0 0px;
  }
}
.cancro-info-block .value-card a.info-block-link p {
  text-decoration: underline;
  margin-bottom: 10px;
  max-width: 100%;
}
.cancro-info-block .value-card a.info-block-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: unset;
  background-color: #314873;
  height: unset;
  font-size: 0.84375rem;
  line-height: 0.84375rem;
  font-weight: 400;
  padding: 12px 40px 12px 24px;
  min-width: 130px;
  border-radius: 4px;
  border: 1px solid #314873;
  position: relative;
}
@media (max-width: 767px) {
  .cancro-info-block .value-card a.info-block-btn {
    margin-top: 20px;
  }
}
.cancro-info-block .value-card a.info-block-btn:before {
  content: "⤍";
  position: absolute;
  right: 20px;
  top: 11px;
}
.cancro-info-block .value-card a.info-block-btn:hover {
  font-weight: 600;
}

.hpv-content .value-card h1 {
  color: #49b7ad;
  font-family: "Dosis";
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.dualbox .row {
  max-width: 100%;
  margin: 0 auto;
}
.dualbox.cloned .row {
  margin-right: 0;
  margin-left: 0;
}

.dualbox .value-card {
  flex-direction: column;
  align-items: start;
  height: unset;
  padding: 35px 35px 25px 35px;
  border: none;
  background-color: #f7f7f7;
  border-radius: 0;
  height: 100%;
  justify-content: flex-start;
}
.dualbox .value-card p {
  margin: 0;
  color: #707070;
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 5px;
  max-width: 300px;
}
.dualbox .value-card h1 {
  margin: 0;
  color: #49b7ad;
  font-family: "Dosis";
  font-weight: 300;
  font-size: 4rem;
  line-height: 4.5rem;
}
.dualbox .value-card h1 strong {
  line-height: 4rem;
}
.dualbox .value-card h2 {
  color: #49b7ad;
  font-family: "Dosis";
  font-weight: 300;
  font-size: 3.5rem;
  line-height: 4.5rem;
}
.dualbox .value-card.force_center {
  align-items: center;
}
.dualbox .value-card img {
  max-width: 70px;
  max-height: 70px;
  width: 100%;
}

.dualbox .value-card.fundo_transparente {
  background-color: transparent;
  box-shadow: unset;
  justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
}
.dualbox .value-card.fundo_transparente h2 {
  margin: 0;
  color: #49b7ad;
  font-family: "Dosis";
  font-weight: 300;
  font-size: 3.375pxrem;
  line-height: 3.375pxrem;
}
.dualbox .value-card.fundo_transparente h2 strong {
  line-height: 3.375pxrem;
}
.dualbox .value-card.fundo_transparente:nth-child(odd) {
  padding-left: 0;
}
.dualbox .value-card.fundo_transparente:nth-child(even) {
  padding-right: 0;
}

.dualbox .value-card.fundo_transparente img {
  max-width: 300px;
  width: 100%;
  max-height: 200px;
}

.dualbox .card-wrapper {
  padding: 0;
}

.hpv-number-cards {
  padding: 20px 0;
}

.value-card.alt-style {
  background-color: #49b7ad;
}
.value-card.alt-style p,
.value-card.alt-style p.block-info,
.value-card.alt-style h1,
.value-card.alt-style h2,
.value-card.alt-style h3,
.value-card.alt-style h4 {
  color: white;
}

.hpv-info-cards {
  margin-bottom: 25px;
}

#js-moble-card-slider {
  gap: 10px;
}
#js-moble-card-slider .card-wrapper {
  display: flex;
  max-width: calc(50% - 5px);
  border-radius: 20px;
  padding: 30px;
  background: linear-gradient(309.95deg, #FFFFFF 27.44%, #F4F9F8 140.3%);
  border: 1px solid rgba(77, 128, 123, 0.2509803922);
  box-shadow: 0px 21px 27.4px 0px rgba(77, 128, 123, 0.12);
}
#js-moble-card-slider .card-wrapper .value-card {
  height: auto;
  padding: 0;
  margin: 0;
}
#js-moble-card-slider .card-wrapper .value-card__value {
  width: unset;
  height: unset;
  flex: 0 0 40%;
  background: linear-gradient(250deg, #F86C67 33.66%, #BE3232 75%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  font-weight: 900;
  font-style: italic;
  text-align: right;
  padding-right: 15px;
  line-height: 87%;
}
#js-moble-card-slider .card-wrapper .value-card__description {
  width: unset;
  flex: 0 0 1fr;
  padding: 0;
}
#js-moble-card-slider .card-wrapper .value-card__description p {
  font-size: 1.0625rem;
  line-height: 122% !important;
}

.voltar_topo {
  margin-top: 30px;
}
.voltar_topo .back_to_top {
  color: #49b7ad;
  margin-bottom: 0;
  font-weight: 700;
  /* text-decoration: underline; */
  line-height: 1rem;
  text-transform: none;
  font-size: 1.125rem;
  position: relative;
  display: inline;
  margin-top: 40px;
}
.voltar_topo .back_to_top .arrow_up {
  max-width: 15px;
  right: -25px;
  position: absolute;
}
.voltar_topo .back_to_top:hover {
  cursor: pointer;
}

.banner--app {
  padding-bottom: 200px;
}
@media (max-width: 991px) {
  .banner--app {
    padding-bottom: 20px;
  }
}
.banner--app {
  background-color: #ffffff;
}
.banner--app__content {
  padding: 73px 0;
  background-color: #DADCD5;
}
@media (max-width: 991px) {
  .banner--app__content {
    padding-bottom: 40px;
  }
}
.banner--app__content > .container {
  position: relative;
}
.banner--app__content img {
  position: absolute;
  right: 0;
  width: 430px;
  max-width: 100%;
  top: 50px;
}
@media (max-width: 991px) {
  .banner--app__content img {
    display: none;
  }
}

.app-cta {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 100px;
}
.app-cta h3 {
  color: #49b7ad;
  font-family: "Roboto";
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 100;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .app-cta h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.app-cta .app-links a {
  margin-right: 15px !important;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .app-cta .app-links a {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.hpv-section--app-o-que-e {
  margin-bottom: -60px;
}
@media (max-width: 991px) {
  .hpv-section--app-o-que-e {
    margin-bottom: 0;
  }
}
.hpv-section--app-o-que-e img {
  width: 100%;
  max-width: 350px;
  transform: translateY(-90px);
}
@media (max-width: 991px) {
  .hpv-section--app-o-que-e img {
    transform: translateY(-10px);
  }
}

.hpv-section--app-o-que-pode img {
  width: 100%;
  max-width: 350px;
  transform: translateY(-25px);
}
@media (max-width: 767px) {
  .hpv-section--app-o-que-pode img {
    transform: translateY(0);
    margin-top: 20px;
  }
}

.app-slider {
  position: relative;
  padding-bottom: 100px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .app-slider {
    padding-bottom: 80px;
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .app-slider {
    padding-bottom: 20px;
    padding-top: 50px;
  }
}
.app-slider .device-frame {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/mobile-frame.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 209px;
  height: 429px;
  margin-top: -52px;
}
@media (max-width: 1200px) {
  .app-slider .device-frame {
    width: 174px;
    height: 350px;
    margin-top: -47px;
  }
}
@media (max-width: 991px) {
  .app-slider .device-frame {
    width: 263px;
    height: 438px;
    margin-top: -47px;
  }
}
@media (max-width: 767px) {
  .app-slider .device-frame {
    display: none;
  }
}
.app-slider .container {
  position: relative;
}
.app-slider .container:before {
  content: "";
  height: 100%;
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media (max-width: 767px) {
  .app-slider .container:before {
    width: 20%;
  }
}
.app-slider .container:after {
  content: "";
  height: 100%;
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media (max-width: 767px) {
  .app-slider .container:after {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .app-slider .slick-slider {
    width: 80%;
    margin: 0 auto;
    padding-top: 15%;
    padding-bottom: 17%;
    padding-left: 11%;
    padding-right: 11%;
    background-image: url("../images/mobile-frame.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.app-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.app-slider .slick-arrow.slick-prev {
  left: 15px;
  background-image: url("../images/slider-arrow-left.svg");
}
@media (max-width: 767px) {
  .app-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
.app-slider .slick-arrow.slick-next {
  right: 15px;
  background-image: url("../images/slider-arrow-right.svg");
}
@media (max-width: 767px) {
  .app-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
.app-slider .img-wrapper {
  max-width: 250px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .app-slider .img-wrapper {
    max-width: initial;
    padding: initial;
  }
}
.app-slider .img-wrapper img {
  width: 100%;
  opacity: 0.7;
  transition: all 0.6s linear;
}
@media (max-width: 767px) {
  .app-slider .img-wrapper img {
    opacity: 1 !important;
  }
}
.app-slider .img-wrapper.slick-current img {
  opacity: 1;
}

.banner {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 60%;
}
@media (max-width: 1400px) {
  .banner {
    background-size: cover;
  }
}
.banner--quiz .container {
  height: 612px;
  display: flex;
  align-items: center;
}

.quiz-wrapper {
  background-color: #ffffff;
  width: 510px;
  max-width: 100%;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.2);
}
.quiz-wrapper__title {
  display: inline-block;
  color: #49b7ad !important;
  font-family: "Roboto";
  font-size: 2.375rem;
  font-weight: 100;
  color: #585A5C;
}
.quiz-wrapper .wpvq_bar_container_top {
  position: absolute;
  top: 35px;
  right: 26px;
  margin: 0;
}
.quiz-wrapper .wpvq_bar_container_top .wpvq-progress {
  background-color: #ffffff;
  box-shadow: none;
}
.quiz-wrapper .wpvq_bar_container_top .wpvq-progress-value {
  background-color: #ffffff !important;
  display: inline-block;
  color: #D9DCD6;
  font-size: 0.9375rem;
  width: 120px !important;
  overflow: initial;
  height: 20px;
  font-family: "Roboto" !important;
}
.quiz-wrapper .wpvq_bar_container_top .wpvq-progress-value:before {
  content: "Questão ";
  display: inline-block;
  margin-right: 5px;
}
.quiz-wrapper .wpvq_bar_container_top .wpvq-progress-zero {
  display: none;
}
.quiz-wrapper .wpvq-question {
  padding-top: 40px;
  border-top: 2px solid #DADCD5;
  margin-top: 40px;
  margin-bottom: 25px;
  font-family: "Roboto";
}
@media (max-width: 767px) {
  .quiz-wrapper .wpvq-question {
    padding-top: 25px;
    margin-top: 20px;
  }
}
.quiz-wrapper .wpvq-question-label {
  text-align: left !important;
  font-weight: 300 !important;
  font-size: 1.0625rem !important;
  line-height: 1.5rem !important;
  color: #243444 !important;
}
@media (max-width: 767px) {
  .quiz-wrapper .wpvq-question-label {
    font-size: 0.875rem !important;
    line-height: 1.125rem !important;
  }
}
.quiz-wrapper .wpvq-answer {
  display: inline-block;
  margin-right: 35px;
  width: 146px;
  text-align: center;
  height: 49px;
  line-height: 45px;
  background-color: #ffffff;
  border: 2px solid #243444 !important;
  border-radius: 25px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(36, 52, 68, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(36, 52, 68, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(36, 52, 68, 0.2);
  position: relative;
  font-family: "Roboto";
  padding: 0 !important;
}
@media (max-width: 767px) {
  .quiz-wrapper .wpvq-answer {
    width: 45%;
    margin-right: 5px;
    height: 39px;
    line-height: 34px;
  }
}
.quiz-wrapper .wpvq-answer:hover {
  background-color: #243444;
  border: 2px solid #243444;
}
.quiz-wrapper .wpvq-answer:hover .vq-css-label {
  color: #ffffff;
}
.quiz-wrapper .wpvq-answer:before {
  content: "";
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: 10px;
  top: -10px;
}
.quiz-wrapper .wpvq-answer.wpvq-answer-true {
  background-color: #ffffff;
  border: 2px solid #243444;
}
.quiz-wrapper .wpvq-answer.wpvq-answer-true .vq-css-label {
  color: #243444;
}
.quiz-wrapper .wpvq-answer.wpvq-choose.wpvq-answer-true {
  background-color: #243444;
  border: 2px solid #243444;
}
.quiz-wrapper .wpvq-answer.wpvq-choose.wpvq-answer-true .vq-css-label {
  color: #ffffff;
}
.quiz-wrapper .wpvq-answer.wpvq-choose.wpvq-answer-true:before {
  display: inline-block;
  border: 2px solid #243444;
  background-image: url("../images/checkmark.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}
.quiz-wrapper .wpvq-answer.wpvq-choose.wpvq-answer-false {
  background-color: #49b7ad;
  border: 2px solid #49b7ad;
}
.quiz-wrapper .wpvq-answer.wpvq-choose.wpvq-answer-false .vq-css-label {
  color: #ffffff;
}
.quiz-wrapper .wpvq-answer.wpvq-choose.wpvq-answer-false:before {
  display: inline-block;
  border: 2px solid #49b7ad;
  background-image: url("../images/wrong.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
.quiz-wrapper .wpvq-answer .vq-css-label {
  background-image: none !important;
  padding-left: 0 !important;
  text-transform: uppercase;
  color: #243444;
  font-size: 0.75rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .quiz-wrapper .wpvq-answer .vq-css-label {
    font-size: 0.625rem;
  }
}
.quiz-wrapper .wpvq-next-page {
  position: absolute;
  right: 30px;
  bottom: 24px;
}
.quiz-wrapper .wpvq-next-page button {
  font-size: 0 !important;
  background: #ffffff !important;
  animation: none !important;
  cursor: pointer;
}
.quiz-wrapper .wpvq-next-page button:before {
  content: "Próxima";
  color: #585A5C;
  font-size: 0.9375rem;
  display: inline-block;
  padding-right: 16px;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  background-size: 7px;
  opacity: 0.6;
  font-weight: 700;
}
.quiz-wrapper .wpvq-explaination {
  border: none;
  display: block;
  color: #ffffff;
  margin: 20px 0;
  min-height: 80px;
  padding: 0;
}
.quiz-wrapper .wpvq-explaination .wpvq-true, .quiz-wrapper .wpvq-explaination .wpvq-false {
  display: none !important;
}
.quiz-wrapper .wpvq-explaination .wpvq-explaination-content {
  color: #585A5C;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.quiz-wrapper .wpvq_bar_container_bottom {
  width: calc(100% - 100px);
  margin-bottom: 5px;
  margin: 10px 0;
}
.quiz-wrapper .wpvq_bar_container_bottom .wpvq-progress {
  box-shadow: none;
  background-color: #DADCD5;
  border-radius: 5px !important;
  height: 7px !important;
  font-size: 0 !important;
  margin: 0 !important;
}
.quiz-wrapper .wpvq_bar_container_bottom .wpvq-progress .wpvq-progress-value {
  background-color: #49b7ad !important;
  border-radius: 5px !important;
}
.quiz-wrapper #wpvq-final-score {
  background-color: #ffffff !important;
}
.quiz-wrapper #wpvq-final-score .wpvq-quiz-title {
  color: #CCCCCC !important;
  font-size: 1.25rem !important;
  line-height: 1.625rem !important;
}
.quiz-wrapper #wpvq-final-score .wpvq-appreciation-content {
  padding-top: 10px;
}
.quiz-wrapper #wpvq-final-score .wpvq-appreciation-content * {
  color: #CCCCCC !important;
}

.video-list__filter {
  position: relative;
}
.video-list__filter button {
  background-color: transparent;
  border: none;
  font-size: 1rem;
  cursor: pointer;
}
.video-list__filter button:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("../images/filter.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  margin-right: 9px;
}
.video-list__filter .seletect-item {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background-color: #F2F2F2;
  border-radius: 3px;
  color: #49b7ad;
  padding-left: 12px;
  padding-right: 5px;
  margin-left: 15px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}
.video-list__filter .seletect-item a {
  display: inline-block;
  margin-left: 5px;
  background-image: url("../images/close.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  width: 29px;
  height: 29px;
  vertical-align: middle;
}
.video-list__filter .filter-menu {
  position: absolute;
  display: inline-block;
  -webkit-box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 0.2);
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  z-index: 99999;
  margin-top: 5px;
  top: 32px;
}
@media (max-width: 767px) {
  .video-list__filter .filter-menu {
    padding-bottom: 20px;
    padding-top: 5px;
  }
}
.video-list__filter .filter-menu__cat {
  margin-bottom: 3px;
  position: relative;
}
@media (max-width: 767px) {
  .video-list__filter .filter-menu__cat {
    margin-bottom: 0;
  }
}
.video-list__filter .filter-menu__cat > a {
  margin-top: 15px;
  display: inline-block;
  min-width: 150px;
}
.video-list__filter .filter-menu__cat a {
  color: #595959;
  padding-left: 16px;
  font-size: 0.75rem;
  position: relative;
  padding-left: 15px;
}
.video-list__filter .filter-menu__cat a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 11px;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.video-list__filter .filter-menu__cat a:hover, .video-list__filter .filter-menu__cat a.active {
  color: #49b7ad;
}
.video-list__filter .filter-menu__cat:after {
  content: "";
  display: inline-block;
  clear: both;
}
@media (max-width: 767px) {
  .video-list__filter .filter-menu__cat:after {
    display: none;
  }
}
.video-list__filter .filter-menu__cat .filter-submenu {
  float: right;
  right: 0;
  top: 0;
  box-sizing: border-box;
  border-left: 2px solid #DEDEDE;
  padding: 10px 30px;
  position: relative;
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .video-list__filter .filter-menu__cat .filter-submenu {
    padding: 10px;
    float: none;
    border: none;
  }
}
.video-list__filter .filter-menu__cat .filter-submenu li {
  margin-bottom: 15px;
  display: block;
}
.video-list__filter .filter-menu__cat .filter-submenu li:last-child {
  margin-bottom: 0;
}
.video-list__filter .filter-menu__cat .filter-submenu li a.selected {
  color: #49b7ad;
}
.video-list__filter .filter-menu__cat:last-child .filter-submenu {
  margin-top: -36px;
}
@media (max-width: 767px) {
  .video-list__filter .filter-menu__cat:last-child .filter-submenu {
    margin-top: initial;
  }
}
.video-list__filter .filter-menu__cat a.active + .filter-submenu {
  display: block;
}

.video-list {
  padding-top: 55px;
  padding-bottom: 90px;
  overflow: hidden;
}
.video-list__row {
  margin-top: 50px;
  margin-right: -30px;
  margin-left: -30px;
}
.video-list__row:nth-child(even) {
  flex-direction: row-reverse;
}
.video-list__row .grid-content {
  padding-right: 30px;
  padding-left: 30px;
}
.video-list .video-wrapper iframe {
  width: 100%;
  height: 295px;
  margin-bottom: -3px;
  -webkit-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
@media (max-width: 991px) {
  .video-list .video-wrapper iframe {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .video-list .video-wrapper iframe {
    height: 377px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.video-list .doctor_videos__doctor-name {
  font-size: 2.25rem;
  color: #49b7ad;
  font-family: "Roboto";
  font-weight: 300;
  margin-bottom: 15px;
}
.video-list .doctor_videos__bio {
  font-weight: 100;
  color: #595959;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 44px;
}
.video-list .doctor_videos__list ul {
  max-height: 208px;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-color: rgba(222, 222, 222, 0.5) rgb(255, 255, 255);
  scrollbar-width: thin;
  /* width */
}
.video-list .doctor_videos__list ul::-webkit-scrollbar {
  width: 7px;
}
.video-list .doctor_videos__list ul {
  /* Track */
}
.video-list .doctor_videos__list ul::-webkit-scrollbar-track {
  background: #ffffff;
}
.video-list .doctor_videos__list ul {
  /* Handle */
}
.video-list .doctor_videos__list ul::-webkit-scrollbar-thumb {
  background: rgba(222, 222, 222, 0.5);
  border-radius: 5px;
}
.video-list .doctor_videos__list ul {
  /* Handle on hover */
}
.video-list .doctor_videos__list ul::-webkit-scrollbar-thumb:hover {
  background: rgb(222, 222, 222);
}
.video-list .doctor_videos__list .video-bar {
  height: 44px;
  line-height: 44px;
  margin-bottom: 8px;
  border-radius: 5px;
  background-color: rgba(222, 222, 222, 0.3);
  padding: 0 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .video-list .doctor_videos__list .video-bar {
    padding: 0 15px;
  }
}
.video-list .doctor_videos__list .video-bar:after {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background-image: url("../images/play-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .video-list .doctor_videos__list .video-bar:after {
    width: 20px;
    height: 20px;
  }
}
.video-list .doctor_videos__list .video-bar:nth-child(even) {
  background-color: rgba(222, 222, 222, 0.6);
}
.video-list .doctor_videos__list .video-bar .video-title {
  color: #243444;
  font-size: 0.84rem;
  line-height: 0.99rem;
  max-width: 90%;
}
@media (max-width: 767px) {
  .video-list .doctor_videos__list .video-bar .video-title {
    font-size: 0.625rem;
    line-height: 0.75rem;
    max-width: 80%;
  }
}
.video-list .doctor_videos__list .video-bar .video-title span {
  font-weight: bold;
}
.video-list .no-results {
  text-align: center;
  font-size: 1.375rem;
  line-height: 2rem;
  padding: 150px 0 50px 0;
  color: #CCCCCC;
}
/*# sourceMappingURL=sourcemaps/app-c3cdd882c0.css.map */
