@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*!
Theme Name: MZiQ - Conduit Pharmaceuticals Limited
Author: MZ Group
Author URI: https://www.mzgroup.com/
Description: MZiQ CMS Theme for Conduit Pharmaceuticals Limited website.
Version: 1.0
License: GNU General Public License v2 or later

One and only theme for IR Website for Conduit Pharmaceuticals Limited
*/
*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:target:before {
  content: "";
  display: block;
  height: 92px;
  margin: -92px 0 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.no-js {
  margin-top: 0 !important;
}

body {
  position: relative;
  font-family: "Effra", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
@media (min-width: 767px) {
  body.logged-in {
    padding-top: 32px;
  }
  body.logged-in header {
    top: 32px;
  }
}

@media (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
}

ul li {
  list-style: none;
}

body:not(.home) main {
  margin-top: 0;
}

main {
  overflow: hidden;
  margin-top: 97px;
}
@media (max-width: 992px) {
  main {
    margin-top: 109px;
  }
}

p {
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 0;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
  color: #002060;
  display: inline-block;
  width: 100%;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  color: #002060;
  text-transform: uppercase;
}

h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 55px;
  color: #3195b4;
  text-transform: uppercase;
  font-size: 40px;
}

h3 {
  line-height: 33px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #0078a7;
  font-size: 32px;
}

h4 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #3195b4;
  font-size: 30px;
}

h5 {
  line-height: 26px;
  font-size: 22px;
}

h6 {
  font-size: 18px;
  line-height: 21px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.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;
  }
}
table {
  border-collapse: separate;
  border-spacing: 0 2px;
  width: 100%;
  margin: 20px 0;
}
table.table-arquivos {
  margin-top: 0;
}
table thead tr {
  background: none !important;
}
table thead th {
  padding: 10px 15px;
  line-height: 26px;
  background: #0078a7;
  color: white;
  font-size: 16px;
}
table tr td {
  line-height: 130%;
  color: #000;
  border-bottom: 1px solid #0078a7;
  padding: 10px 15px;
}
table.tb-central th.ano {
  text-align: left;
}
table.tb-central td.icone {
  width: 150px;
}
table.tb-central td.icone img {
  display: block;
  margin: auto;
}
table.tb-central td.icone.off img {
  filter: grayscale(100%);
  opacity: 0.5;
}
table.table-arquivos td.data {
  width: 100px;
}
table.table-arquivos td.icone {
  text-align: center;
  width: 65px;
}
table.table-arquivos td.link a {
  color: #000;
  text-decoration: none;
}
table.table-calendario {
  margin-top: 0;
}
table.table-calendario thead th {
  text-align: left;
}
table.table-calendario thead th:last-child {
  text-align: center;
}
table.table-calendario td {
  padding: 0 15px;
  height: 60px;
}
table.table-calendario td:last-child {
  text-align: center;
}
table.table-calendario td:last-child img {
  max-width: 35px;
  margin-right: 15px;
}
table.table-calendario td:last-child a:last-child img {
  margin-right: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.searchPopup {
  display: none;
  position: fixed;
  z-index: 60;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.searchPopup__close {
  cursor: pointer;
  color: white;
  font-size: 30px;
  position: absolute;
  z-index: 99;
  top: 5%;
  right: 15%;
}
.searchPopup__form {
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.searchPopup__form form {
  display: flex;
}
.searchPopup__form form input {
  background: transparent;
  border: none;
  border-bottom: 3px solid white;
  font-size: 28px;
  outline: none;
  color: white;
  padding-left: 8px;
}
.searchPopup__form form input::-webkit-input-placeholder {
  color: white;
}
.searchPopup__form form input::-moz-input-placeholder {
  color: white;
}
.searchPopup__form form input::-ms-input-placeholder {
  color: white;
}
.searchPopup__form form input::-o-input-placeholder {
  color: white;
}
.searchPopup__form form input::input-placeholder {
  color: white;
}
@media (max-width: 767px) {
  .searchPopup__form form input {
    max-width: 350px;
  }
}
@media (max-width: 375px) {
  .searchPopup__form form input {
    max-width: 310px;
  }
}
@media (max-width: 320px) {
  .searchPopup__form form input {
    max-width: 250px;
  }
}
.searchPopup__form form button {
  background: none;
  border: none;
  border-bottom: 3px solid white;
  padding-right: 8px;
}
.searchPopup__form form button img {
  max-width: 32px;
}

.search .searchFiles__date {
  width: 85px;
  text-align: center;
}
.search .searchFiles__icon {
  width: 52px;
  text-align: center;
}
.search .searchFiles__icon img {
  max-width: 32px;
  margin: auto;
  display: block;
}
.search .circle {
  width: 12px;
  height: 12px;
  background: #002060;
  border-radius: 50%;
  margin: auto;
}
.search .table-search {
  border-collapse: separate;
  border-spacing: 0 2px;
  width: 100%;
  margin: 20px 0;
}
.search .table-search thead {
  background: #3195b4;
}
.search .table-search thead th {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 130%;
  color: white;
  text-transform: uppercase;
}
.search .table-search tbody tr:nth-child(odd) {
  background-color: #e8f5e9;
}
.search .table-search tbody tr td {
  padding: 10px 15px;
  font-size: 15px;
  line-height: 130%;
  color: #000;
}
.search .table-search tbody tr td a {
  font-size: 15px;
  line-height: 130%;
  color: #000;
  text-decoration: none;
}

.btn {
  display: block;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  padding: 8px 18px 10px 18px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  /*--------------------------------------------------------------
  ## Tamanhos
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Cores da fonte
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Cores de fundo
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Efeitos
  --------------------------------------------------------------*/
}
.btn--lg {
  width: 200px;
}
.btn--md {
  width: 165px;
}
.btn--sm {
  width: 105px;
}
.btn--white {
  color: white;
}
.btn--primaryColor {
  color: #002060;
}
.btn--secondaryColor {
  color: #0078a7;
}
.btn--bgWhite {
  background: white;
  border: 2px solid white;
}
.btn--bgPrimaryColor {
  background: #002060;
  border: 2px solid #002060;
}
.btn--bgSecondaryColor {
  background: #0078a7;
  border: 2px solid #0078a7;
}
.btn:hover {
  opacity: 0.8;
}

.sectionTitle {
  font-weight: normal;
  line-height: 53px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 39px;
}
.sectionTitle--primaryColor {
  color: #002060;
}
.sectionTitle--secondaryColor {
  color: #0078a7;
}
.sectionTitle--white {
  color: white;
}

.custom_form,
.wpcf7-form {
  max-width: 550px;
}
.custom_form label,
.wpcf7-form label {
  display: block;
  color: #002060;
  margin-bottom: 10px;
}
.custom_form label.error,
.wpcf7-form label.error {
  color: #ff6767;
  display: none;
}
.custom_form fieldset,
.wpcf7-form fieldset {
  padding: 1px;
  border: 0;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.custom_form input[type=text],
.custom_form input[type=email],
.custom_form input[type=tel],
.custom_form textarea,
.custom_form select,
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form select {
  border: 0;
  line-height: 130%;
  outline: none;
  color: #002060;
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #3195b4;
  padding: 15px;
  background: transparent;
  font-size: 16px;
}
.custom_form input[type=text]::-webkit-input-placeholder,
.custom_form input[type=email]::-webkit-input-placeholder,
.custom_form input[type=tel]::-webkit-input-placeholder,
.custom_form textarea::-webkit-input-placeholder,
.custom_form select::-webkit-input-placeholder,
.wpcf7-form input[type=text]::-webkit-input-placeholder,
.wpcf7-form input[type=email]::-webkit-input-placeholder,
.wpcf7-form input[type=tel]::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder,
.wpcf7-form select::-webkit-input-placeholder {
  color: black;
}
.custom_form input[type=text]::-moz-input-placeholder,
.custom_form input[type=email]::-moz-input-placeholder,
.custom_form input[type=tel]::-moz-input-placeholder,
.custom_form textarea::-moz-input-placeholder,
.custom_form select::-moz-input-placeholder,
.wpcf7-form input[type=text]::-moz-input-placeholder,
.wpcf7-form input[type=email]::-moz-input-placeholder,
.wpcf7-form input[type=tel]::-moz-input-placeholder,
.wpcf7-form textarea::-moz-input-placeholder,
.wpcf7-form select::-moz-input-placeholder {
  color: black;
}
.custom_form input[type=text]::-ms-input-placeholder,
.custom_form input[type=email]::-ms-input-placeholder,
.custom_form input[type=tel]::-ms-input-placeholder,
.custom_form textarea::-ms-input-placeholder,
.custom_form select::-ms-input-placeholder,
.wpcf7-form input[type=text]::-ms-input-placeholder,
.wpcf7-form input[type=email]::-ms-input-placeholder,
.wpcf7-form input[type=tel]::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder,
.wpcf7-form select::-ms-input-placeholder {
  color: black;
}
.custom_form input[type=text]::-o-input-placeholder,
.custom_form input[type=email]::-o-input-placeholder,
.custom_form input[type=tel]::-o-input-placeholder,
.custom_form textarea::-o-input-placeholder,
.custom_form select::-o-input-placeholder,
.wpcf7-form input[type=text]::-o-input-placeholder,
.wpcf7-form input[type=email]::-o-input-placeholder,
.wpcf7-form input[type=tel]::-o-input-placeholder,
.wpcf7-form textarea::-o-input-placeholder,
.wpcf7-form select::-o-input-placeholder {
  color: black;
}
.custom_form input[type=text]::input-placeholder,
.custom_form input[type=email]::input-placeholder,
.custom_form input[type=tel]::input-placeholder,
.custom_form textarea::input-placeholder,
.custom_form select::input-placeholder,
.wpcf7-form input[type=text]::input-placeholder,
.wpcf7-form input[type=email]::input-placeholder,
.wpcf7-form input[type=tel]::input-placeholder,
.wpcf7-form textarea::input-placeholder,
.wpcf7-form select::input-placeholder {
  color: black;
}
.custom_form input[type=text]:focus,
.custom_form input[type=email]:focus,
.custom_form input[type=tel]:focus,
.custom_form textarea:focus,
.custom_form select:focus,
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: #002060;
}
.custom_form .terms,
.wpcf7-form .terms {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.custom_form .terms .input-check,
.wpcf7-form .terms .input-check {
  margin: 7px 10px 0 0;
}
.custom_form .terms *,
.wpcf7-form .terms * {
  font-size: 14px;
}
.custom_form .terms p:first-child,
.wpcf7-form .terms p:first-child {
  margin-top: 2px;
}
.custom_form .terms p:last-child,
.wpcf7-form .terms p:last-child {
  margin-bottom: 0;
}
.custom_form textarea,
.wpcf7-form textarea {
  resize: none;
  height: 118px;
}
.custom_form button,
.wpcf7-form button {
  max-width: 140px;
  display: block;
  cursor: pointer;
}
@media (max-width: 768px) {
  .custom_form,
.wpcf7-form {
    margin: 0 auto 15px;
  }
}

.page-template-mailer-subscribe .b2iform {
  max-width: 480px;
}
.page-template-mailer-subscribe .b2iform .b2iFormRow {
  margin-top: 15px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-template-mailer-subscribe .b2iform .b2iFormRow .b2iFormLabel {
  padding: 5px 0 0;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #002060;
  font-size: 15px;
}
.page-template-mailer-subscribe .b2iform .b2iFormRow .a-input-text,
.page-template-mailer-subscribe .b2iform .b2iFormRow .a-input-select,
.page-template-mailer-subscribe .b2iform .b2iFormRow textarea {
  border: 1px solid #3195b4;
  height: 42px;
  margin: 0;
  padding: 0 15px;
  color: #000;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: 100% !important;
  background-color: transparent;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
}
.page-template-mailer-subscribe .b2iform .b2iFormRow .a-input-text::placeholder,
.page-template-mailer-subscribe .b2iform .b2iFormRow .a-input-select::placeholder,
.page-template-mailer-subscribe .b2iform .b2iFormRow textarea::placeholder {
  color: #ffffff;
  font-size: 15px;
}
.page-template-mailer-subscribe .b2iform .b2iFormRow textarea {
  min-height: 170px;
  resize: none;
}
.page-template-mailer-subscribe .b2iform .b2iFormRow .b2ibutton {
  max-width: 120px;
  text-transform: initial;
}
.page-template-mailer-subscribe .b2iform #b2iEmailUnsubDiv {
  margin-bottom: 25px;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-template-mailer-subscribe .b2iform #b2iEmailUnsubDiv .b2ibutton {
  margin: 0 0 0 10px;
  max-width: 200px;
}

.page-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-contact .form {
  max-width: 480px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-contact .form.ri {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
}
.page-contact .form.ri .divider {
  padding-right: 30px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-contact .form.ri .divider:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  .page-contact .form.ri {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-contact .form.ri .divider {
    padding-right: 0;
  }
  .page-contact .form.ri .divider:first-child {
    margin-bottom: 15px;
  }
}
.page-contact .form__field {
  margin-top: 10px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-contact .form__field:first-child {
  margin-top: 0;
}
.page-contact .form__field.terms {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-contact .form__field.terms * {
  font-size: 14px;
}
.page-contact .form__field.terms p:first-child {
  margin-top: 2px;
}
.page-contact .form__field.terms p:last-child {
  margin-bottom: 0;
}
.page-contact .form__field .label {
  padding: 5px 0 0;
  width: 100%;
  font-family: "Effra", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #6e6e6e;
  display: none;
  font-size: 14px;
}
.page-contact .form__field .input,
.page-contact .form__field .select,
.page-contact .form__field textarea {
  border: 1px solid #3195b4;
  height: 42px;
  padding: 0 15px;
  color: #000;
  font-family: "Effra", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: 100%;
  background-color: white;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
}
.page-contact .form__field .input::placeholder,
.page-contact .form__field .select::placeholder,
.page-contact .form__field textarea::placeholder {
  color: #000;
  font-size: 14px;
}
.page-contact .form__field textarea {
  padding: 10px 15px;
  height: 170px;
  resize: none;
}
.page-contact .form .g-recaptcha {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.page-contact .form__buttons {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.page-contact .form__buttons .btn {
  width: 100%;
}
.page-contact .texto-destaque {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.page-contact .texto-destaque h2 {
  font-family: "Effra", Arial, Helvetica, sans-serif;
  color: #3195b4;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  font-size: 16px;
}
.page-contact .texto-destaque p {
  margin: 0 0 15px;
  font-family: "Effra", Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .page-contact {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-contact .form {
    max-width: 100%;
  }
  .page-contact .texto-destaque {
    max-width: 100%;
    margin-left: 0;
    padding: 30px 0;
  }
}

.mailingModal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.mailingModal--content {
  background: white;
  position: relative;
  padding: 60px 20px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.mailingModal--content .b2iEmailSignupRow {
  display: none;
}
.mailingModal--content .b2iEmailAlertRow {
  margin-bottom: 10px;
}
.mailingModal--content #b2iEmailAlertSubmit {
  margin: 15px auto;
}
.mailingModal--content #b2iEmailUnsubDiv {
  padding-top: 15px;
}
.mailingModal--content #b2iEmailUnsubDiv .b2ibutton {
  margin-top: 5px;
}
.mailingModal--content .b2iEmailText {
  margin-top: 35px;
}
.mailingModal--content .modal__close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 11;
}
.mailingModal--content .modal__close::before {
  color: #002060;
  font-size: 26px;
}

.header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 120, 167, 0.15);
  -moz-box-shadow: 0px 5px 15px rgba(0, 120, 167, 0.15);
  -ms-box-shadow: 0px 5px 15px rgba(0, 120, 167, 0.15);
  -o-box-shadow: 0px 5px 15px rgba(0, 120, 167, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 120, 167, 0.15);
}
.header:before {
  content: "";
  width: 100%;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #002060;
}
.header .container {
  position: relative;
  padding-top: 37px;
}
.header__logo a {
  display: block;
  padding: 15px 0;
  max-width: 200px;
  width: 100%;
  line-height: 0;
}
.header__logo a img {
  width: 100%;
}
.header__logo a img.accessibility {
  display: none;
}
.header__content {
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .header__content {
    width: calc(100% - 290px);
  }
}
@media (min-width: 1200px) {
  .header__content {
    width: calc(100% - 330px);
  }
}
.header__content__links {
  padding: 8px 0;
  position: absolute;
  top: 0;
  right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.header__content__links__a11y {
  display: flex;
  align-items: center;
  margin: 0 12px 0 0;
}
@media screen and (min-width: 768px) {
  .header__content__links__a11y {
    margin: 0 32px 0 0;
  }
}
.header__content__links__a11y .a11y__item {
  margin: 0 12px 0 0;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .header__content__links__a11y .a11y__item {
    margin: 0 16px 0 0;
  }
}
.header__content__links__a11y .a11y__item:hover {
  opacity: 0.5;
}
.header__content__links__a11y .a11y__item:last-child {
  margin: 0;
}
.header__content__links__a11y .a11y__button {
  background-color: transparent;
  border: none;
  overflow: hidden;
  cursor: pointer;
}
.header__content__links__a11y .a11y__contrast span,
.header__content__links__a11y .a11y__accessibility_hyperlink span {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__content__links__a11y .a11y__contrast span,
.header__content__links__a11y .a11y__accessibility_hyperlink span {
    display: inline;
  }
}
.header__content__links__a11y sup {
  line-height: 0;
  font-size: 18px;
}
.header__content__links__a11y svg {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .header__content__links__a11y svg {
    margin: 0 8px 0 0;
  }
}
.header__content__mainMenu {
  width: 100%;
}
.header__content__mainMenu > ul > li {
  padding: 20px 0 28px 0;
  position: relative;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.header__content__mainMenu > ul > li::before {
  display: none;
  content: "";
  width: 100%;
  height: calc(100% + 15px);
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
}
.header__content__mainMenu > ul > li > a {
  color: #0078a7;
  line-height: 25px;
  position: relative;
  padding-bottom: 5px;
  font-weight: 500;
  z-index: 1;
  font-size: 16px;
}
.header__content__mainMenu > ul > li > a::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #002060;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header__content__mainMenu > ul > li .sub-menu {
  display: none;
  background: rgba(255, 255, 255, 0.95);
  min-width: 225px;
  padding: 15px;
  position: absolute;
  margin-top: 10px;
  top: 100%;
  left: 50%;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header__content__mainMenu > ul > li .sub-menu li {
  display: block;
  text-align: center;
}
.header__content__mainMenu > ul > li .sub-menu li a {
  line-height: 150%;
  color: #3195b4;
  padding: 5px 0;
  font-size: 16px;
}
.header__content__mainMenu > ul > li .sub-menu li a:hover {
  color: #002060;
}
.header__content__mainMenu > ul > li .sub-menu li + li {
  margin-top: 10px;
}
.header__content__mainMenu > ul > li:hover > a {
  color: #002060 !important;
}
.header__content__mainMenu > ul > li:hover > a::before {
  width: 35%;
}
.header__content__mainMenu > ul > li:hover::before {
  display: block;
}
.header__content__mainMenu > ul > li:hover .sub-menu {
  display: block;
}
@media (min-width: 992px) {
  .header__content__mainMenu > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__content__mainMenu .closeMenu {
  display: none;
  right: 45px;
  top: 45px;
  width: 33px;
  height: 25px;
  z-index: 99;
  position: fixed;
}
.header__content__mainMenu .closeMenu .fa {
  color: #002060;
}
.header__content__mainMenu .closeMenu .fa::before {
  font-size: 34px;
  color: #002060;
  text-shadow: 0px 5px 25px rgba(0, 0, 0, 0.4);
}
@media (max-width: 992px) {
  .header__content__mainMenu {
    background: #fff;
    position: fixed;
    right: -400px;
    top: 0;
    width: 100%;
    max-width: 400px;
    padding: 130px 56px 30px 0;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    margin: 0;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
  }
  .header__content__mainMenu.active {
    right: 0;
  }
  .header__content__mainMenu.active .closeMenu {
    display: block;
  }
  .header__content__mainMenu > ul {
    width: 100%;
    background: transparent !important;
    position: relative;
    text-align: left;
    display: block;
  }
  .header__content__mainMenu > ul > li {
    background: transparent !important;
    width: 100%;
    text-align: left;
    margin: 0 !important;
    padding: 15px !important;
  }
  .header__content__mainMenu > ul > li:hover {
    background: transparent !important;
  }
  .header__content__mainMenu > ul > li:hover::before {
    display: none;
  }
  .header__content__mainMenu > ul > li > a {
    color: #002060 !important;
    font-size: 14px;
    display: block;
    position: relative;
    padding: 15px 0;
    line-height: 17px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
  }
  .header__content__mainMenu > ul > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 1px;
    background: #002060;
    -webkit-transform: translate(0, 0) scale(1) !important;
    -moz-transform: translate(0, 0) scale(1) !important;
    -ms-transform: translate(0, 0) scale(1) !important;
    -o-transform: translate(0, 0) scale(1) !important;
    transform: translate(0, 0) scale(1) !important;
  }
  .header__content__mainMenu > ul > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #002060;
  }
  .header__content__mainMenu > ul > li .sub-menu {
    display: block;
    width: 100% !important;
    position: relative;
    border: 0;
    margin-top: 0;
    margin-left: 0;
    min-width: inherit;
    min-height: inherit !important;
    top: auto !important;
    padding: 10px 0 10px 10px !important;
    left: auto !important;
    background: transparent !important;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header__content__mainMenu > ul > li .sub-menu li {
    background: transparent !important;
    padding: 5px 0 5px 15px;
    border: 0;
    text-align: left;
    position: relative;
  }
  .header__content__mainMenu > ul > li .sub-menu li:before {
    font-family: "FontAwesome";
    content: "\f101";
    position: absolute;
    top: 13px;
    left: 0;
    color: #002060;
    font-size: 12px;
  }
  .header__content__mainMenu > ul > li .sub-menu li + li {
    margin-left: 0;
    margin-top: 0;
  }
  .header__content__mainMenu > ul > li .sub-menu li a {
    font-size: 15px;
    display: block;
    color: #002060 !important;
    border: 0 !important;
    padding: 0;
    width: 100%;
  }
  .header__content__mainMenu > ul::before {
    display: none !important;
  }
}
.header .header__content__links a {
  margin: 0;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 700;
  font-size: 14px;
}
.header .header__content__links a:hover {
  opacity: 0.5;
}
.header .header__content__mainMenu > ul > li {
  padding: 15px 0;
}
.header .header__content__mainMenu > ul > li > a {
  color: #3195b4;
}
.header .header__content__mainMenu > ul > li:hover > a {
  color: #002060;
}
.header .iconMenu {
  display: none;
}
@media (max-width: 992px) {
  .header .iconMenu {
    display: inline-block;
    width: 25px;
    margin: 10px 0;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .header .iconMenu div {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #0078a7;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    top: 0;
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -ms-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
  }
  .header .iconMenu div:nth-child(2) {
    top: 7px;
  }
  .header .iconMenu div:nth-child(3) {
    top: 14px;
  }
}
.header .closeMenu {
  display: none;
  right: 45px;
  top: 45px;
  width: 33px;
  height: 25px;
  z-index: 99;
  position: fixed;
}
.header .closeMenu .fa {
  color: #002060;
}
.header .closeMenu .fa::before {
  font-size: 34px;
  color: #002060;
  text-shadow: 0px 5px 25px rgba(0, 0, 0, 0.4);
}

.contrast .header {
  background-color: #fff !important;
}
.contrast .header .container {
  background-color: transparent !important;
}
.contrast .header .container div,
.contrast .header .container nav,
.contrast .header .container li {
  background-color: transparent !important;
}
.contrast .header .container div:before,
.contrast .header .container nav:before,
.contrast .header .container li:before {
  background-color: transparent !important;
}
.contrast .header .container div a,
.contrast .header .container nav a,
.contrast .header .container li a {
  color: black !important;
}
.contrast .header .container div .sub-menu a,
.contrast .header .container nav .sub-menu a,
.contrast .header .container li .sub-menu a {
  color: white !important;
}
.contrast .header .container .header__content__links__institutional a {
  color: white !important;
}
.contrast .header .a11y__item {
  border: none !important;
}
.contrast .header .a11y__item svg {
  color: white !important;
}

.footer {
  background-color: #002060;
  padding: 20px;
}
.footer ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
}
.footer ul li a {
  color: white;
  line-height: 15px;
  font-size: 11px;
}
.footer ul li a:hover {
  opacity: 0.6;
}
.footer ul li + li {
  margin-left: 20px;
}
.footer__sociais li a {
  display: block;
}
.footer__sociais li a img {
  display: block;
  max-width: 20px;
  max-height: 20px;
}
.footer__sociais li a:hover {
  opacity: 0.6;
}
.footer p {
  color: white;
  line-height: 15px;
  margin: 0;
  font-size: 11px;
}
.footer p a {
  color: white;
  line-height: 15px;
  font-size: 11px;
}
.footer p a:hover {
  opacity: 0.6;
}

.interna .footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.home section:not(.homeBanner) {
  padding: 55px 0;
}
.home section:not(.homeBanner) .btn {
  margin: 72px auto 0;
}
.homeBanner {
  min-height: 450px;
  height: 70vh;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.homeBanner__bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.homeBanner__bg.photo {
  -webkit-transition: 7.5s all;
  -moz-transition: 7.5s all;
  -ms-transition: 7.5s all;
  -o-transition: 7.5s all;
  transition: 7.5s all;
}
.homeBanner__bg.video {
  pointer-events: none;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0s all;
  -moz-transition: 0s all;
  -ms-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.homeBanner__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.4;
  z-index: -1;
}
.homeBanner__content {
  width: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: 2s all;
  -moz-transition: 2s all;
  -ms-transition: 2s all;
  -o-transition: 2s all;
  transition: 2s all;
  z-index: 2;
}
@media (max-width: 991px) {
  .homeBanner__content {
    position: absolute;
    top: 12px;
  }
}
.homeBanner__content h2 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: white;
  font-weight: 600;
  line-height: 40px;
  margin: 0;
  font-size: 28px;
}
@media (max-width: 991px) {
  .homeBanner__content h2 {
    font-size: 21px;
    text-align: center;
  }
}
.homeBanner__content h3 {
  max-width: 462px;
  margin-top: 12px;
  line-height: 130%;
  color: white;
  font-size: 16px;
}
.homeBanner__content .btn {
  margin-top: 19px;
}
.homeBanner__content__quotations h2 {
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin-bottom: 5px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 24px;
}
.homeBanner__content__quotations #QuoteDiv .stockContainer {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
  text-align: center;
}
.homeBanner__content__quotations #QuoteDiv .stockContainer .stockPriceValue span {
  color: white;
  font-weight: 800;
  line-height: 65px;
  font-size: 48px;
}
.homeBanner__content__quotations #QuoteDiv .stockContainer .stockPriceChangeValue span {
  color: #ffffff;
}
.homeBanner__content__quotations #QuoteDiv .stockContainer.stockPriceVolume {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.homeBanner__content__quotations #QuoteDiv .stockContainer.stockPriceVolume .stockPriceVolumeValue span {
  font-weight: bold;
  line-height: 33px;
  color: white;
  font-size: 24px;
}
.homeBanner__content__quotations #QuoteDiv .stockContainer.stockPriceVolume h4 {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 15px;
  line-height: 33px;
  color: white;
  font-size: 24px;
}
.homeBanner__content__quotations #QuoteDiv .stockContainer h4 {
  display: none;
}
.homeBanner__content__quotations #QuoteDiv .updatedDate,
.homeBanner__content__quotations #QuoteDiv .QuoteTimeZone {
  padding-top: 0;
  line-height: 18px;
  text-align: center;
  color: white;
  font-size: 13px;
}
.homeBanner__content__text.right {
  text-align: center;
}
@media (min-width: 991px) {
  .homeBanner__content__text.right {
    text-align: right;
  }
}
.homeBanner__content__text.right h3 {
  text-align: center;
}
@media (min-width: 991px) {
  .homeBanner__content__text.right h3 {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .homeBanner {
    min-height: 600px;
  }
}
@media (max-width: 400px) {
  .homeBanner {
    min-height: 660px;
  }
}
.homeBanner.zoom-in .homeBanner__bg.photo {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.homeBanner.zoom-in .homeBanner__content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.homeQuotes {
  width: 100%;
  background: rgba(0, 120, 167, 0.8);
  padding: 15px 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.homeQuotes .ticker {
  color: white;
  font-weight: 400;
  line-height: 25px;
  margin-right: 15px;
  font-size: 16px;
}
.homeQuotes #b2iQuoteID7 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.homeQuotes #b2iQuoteID7 .stockContainer {
  padding: 0 !important;
}
.homeQuotes #b2iQuoteID7 .stockContainer span {
  color: white;
  font-weight: 400;
  line-height: 25px;
  font-size: 16px;
}
.homeQuotes #b2iQuoteID7 .stockContainer h4 {
  display: none;
}
.homeQuotes #b2iQuoteID7 .stockContainer.stockPriceChange {
  margin-left: 15px;
}
.homeQuotes #b2iQuoteID7 .stockContainer.stockPriceVolume {
  margin: 0 0 0 15px;
}
.homeQuotes #b2iQuoteID7 .updatedDate {
  padding: 0;
  font-weight: 600;
  line-height: 24px;
  color: white;
  font-size: 13px;
}
.homeQuotes .quotesBar {
  margin-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.homeQuotes .quotesBar #QuoteDiv .updatedDate,
.homeQuotes .quotesBar #QuoteDiv2 .updatedDate {
  display: none !important;
}
.homeQuotes .quotesBar #QuoteDiv3 .updatedDate {
  margin-left: 15px;
}
@media (max-width: 992px) {
  .homeQuotes #QuoteDiv3 .updatedDate {
    display: none;
  }
}
@media (max-width: 768px) {
  .homeQuotes {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .homeQuotes .quotesBar {
    margin-right: 0;
    padding-bottom: 20px;
    min-width: 50%;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .homeQuotes .quotesBar .ticker {
    text-align: center;
    margin: 0;
  }
  .homeQuotes .quotesBar .updatedDate {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
  }
  .homeQuotes .quotesBar #QuoteDiv3 .updatedDate {
    display: block;
  }
}
.homeHighlights {
  background-color: white;
}
.homeHighlights #b2iLibScrollToID1 {
  display: none;
}
.homeHighlights #LibDiv .b2iLibraryItem {
  position: relative;
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px solid #0078a7;
}
.homeHighlights #LibDiv .b2iLibraryItem span a {
  display: block;
  font-weight: 300;
  color: #002060;
  position: relative;
  padding-right: 35px;
  line-height: 33px;
  font-size: 19px;
}
.homeHighlights #LibDiv .b2iLibraryItem span a:hover {
  opacity: 0.6;
}
.homeHighlights #LibDiv .b2iLibraryItem span a::after {
  content: "";
  background-image: url("img/arrowRight.svg");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 14px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.homeHighlights #LibDiv .b2iLibraryItem .b2iLibraryItemDate {
  font-weight: 600;
  display: block;
  position: relative;
  line-height: 18px;
  color: #002060;
  font-size: 13px;
}
.homeQuickAccess {
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  position: relative;
}
.homeQuickAccess__boxTitle {
  padding: 142px 47px;
  background: #002060;
  border-right: 10px solid #002060;
}
.homeQuickAccess__boxTitle h2 {
  font-weight: 400;
  line-height: 55px;
  text-align: center;
  color: white;
  margin: 0;
  font-size: 40px;
}
.homeQuickAccess__boxItems {
  background: white;
  padding: 115.5px 0;
}
@media (min-width: 992px) {
  .homeQuickAccess__boxItems .slick-track {
    width: 100% !important;
    padding: 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    transform: inherit !important;
  }
}
.homeQuickAccess__boxItems__item a {
  display: block;
  width: 100%;
  text-align: center;
}
.homeQuickAccess__boxItems__item a figure {
  height: 59px;
}
.homeQuickAccess__boxItems__item a figure img {
  display: block;
  margin: 0 auto;
}
.homeQuickAccess__boxItems__item a legend {
  width: 100%;
  display: block;
  font-weight: 600;
  line-height: 29px;
  margin-top: 20px;
  text-align: center;
  color: #002060;
  font-size: 21px;
}
.homeQuickAccess__boxItems__item a:hover {
  opacity: 0.6;
}
@media (max-width: 992px) {
  .homeQuickAccess__boxTitle {
    padding: 50px 47px;
  }
  .homeQuickAccess__boxItems {
    padding: 75px 0;
  }
}
.homeQuickAccess::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3195b4;
  opacity: 0.65;
  z-index: -1;
  display: none;
}
.homeQuickAccess .slick-dots {
  bottom: -35px;
}
.homeQuickAccess .slick-dots li button {
  border: 1px solid #002060;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.homeQuickAccess .slick-dots li.slick-active button {
  border-color: #0078a7;
  background: #0078a7;
}
.homeEvents {
  background-color: white;
}
.homeEvents__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.homeEvents__list li {
  background: #002060;
  position: relative;
  padding: 15px;
  width: calc(33.33% - 20px);
  margin-right: 20px;
  height: 225px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.homeEvents__list li:last-child {
  margin-right: 0;
}
.homeEvents__list li span {
  display: block;
  color: white;
}
.homeEvents__list li span.title {
  font-size: 20px;
  margin-bottom: 10px;
}
.homeContact {
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.homeContact__content__address address {
  max-width: 391px;
  font-style: normal;
}
.homeContact__content__address address strong {
  color: white;
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
.homeContact__content__address address h4 {
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 130%;
  color: white;
  font-size: 24px;
}
.homeContact__content__address address span {
  font-weight: 300;
  line-height: 130%;
  display: block;
  margin-bottom: 40px;
  color: white;
  font-size: 24px;
}
.homeContact__content__address address p {
  color: white;
  line-height: 150%;
}
.homeContact__content__address address a {
  color: white;
  text-decoration: none;
}
.homeContact__content__address address a:hover {
  opacity: 0.6;
}
.homeContact__content__form {
  padding: 40px 15px !important;
  background: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.homeContact__content__form h2 {
  color: #002060;
  margin-top: 0;
  margin-bottom: 21px;
  text-align: center;
  font-size: 32px;
}
.homeContact__content__form form {
  text-align: center;
}
.homeContact__content__form form label {
  text-align: left;
  margin-bottom: 15px;
}
.homeContact__content__form form label.b2iFormLabel {
  display: none !important;
}
.homeContact__content__form form label.error {
  color: #ff4444;
  padding-left: 15px;
  display: none;
}
.homeContact__content__form form input:not(.b2ibutton) {
  background: transparent;
  padding: 9px 16px;
  width: 100%;
  color: #002060;
  font-size: 16px;
  line-height: 23px;
  border: 1px solid #002060;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.homeContact__content__form form input:not(.b2ibutton)::-webkit-input-placeholder {
  color: #002060;
}
.homeContact__content__form form input:not(.b2ibutton)::-moz-input-placeholder {
  color: #002060;
}
.homeContact__content__form form input:not(.b2ibutton)::-ms-input-placeholder {
  color: #002060;
}
.homeContact__content__form form input:not(.b2ibutton)::-o-input-placeholder {
  color: #002060;
}
.homeContact__content__form form input:not(.b2ibutton)::input-placeholder {
  color: #002060;
}
.homeContact__content__form form input:not(.b2ibutton).a-input-text {
  width: 100% !important;
}
.homeContact__content__form form #b2iEmailUnsubDiv {
  padding: 35px 0;
}
.homeContact__content__form form .btn {
  margin: 15px auto !important;
}
.homeContact::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3195b4;
  opacity: 0.65;
}
.homeContact .container {
  position: relative;
}
.homeContact.mailing .form {
  margin: 0;
  padding: 12px 48px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.homeContact.mailing .form__field {
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.homeContact.mailing .form__field .label {
  padding: 5px 0 0;
  width: 100%;
  font-family: "Effra", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  color: #6d6e71;
  font-size: 13px;
}
.homeContact.mailing .form__field .input,
.homeContact.mailing .form__field .select,
.homeContact.mailing .form__field textarea {
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #e4e5e9;
  color: #002060;
  font-family: "Effra", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  width: 100%;
  background-color: white;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
}
.homeContact.mailing .form__field .input::placeholder,
.homeContact.mailing .form__field .select::placeholder,
.homeContact.mailing .form__field textarea::placeholder {
  color: #002060;
  font-size: 16px;
}
.homeContact.mailing .form__field textarea {
  height: 170px;
  resize: none;
}
.homeContact.mailing .form__field.select__multiple {
  display: none;
}
.homeContact.mailing .form .g-recaptcha {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.homeContact.mailing .form__buttons {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.homeContact.mailing .form__buttons .btn-white {
  display: none;
}

.contrast.home .container {
  background-color: transparent !important;
}
.contrast.home .homeBanner {
  border-bottom: 1px solid white;
}
.contrast.home .homeBanner__content {
  background: transparent !important;
}
.contrast.home .homeBanner__content * {
  background-color: transparent !important;
}
.contrast.home .homeQuotes {
  background: rgba(0, 0, 0, 0.75) !important;
  border-bottom: 1px solid white;
}
.contrast.home .homeQuotes * {
  background-color: transparent !important;
}
.contrast.home .homeEvents {
  border-top: 1px solid white;
}
.contrast.home .homeQuickAccess {
  border-top: 1px solid white;
}
.contrast.home .homeQuickAccess * {
  background-color: transparent !important;
}
.contrast.home .homeQuickAccess::before {
  display: block;
}
.contrast.home .homeQuickAccess .homeQuickAccess__boxItems {
  background-color: white !important;
}
.contrast.home .homeQuickAccess .homeQuickAccess__boxItems legend {
  color: black !important;
}
.contrast.home .homeQuickAccess .homeQuickAccess__boxItems .slick-dots li.slick-active button {
  background: black !important;
}
.contrast.home .homeContact {
  border-top: 1px solid white;
}
.contrast.home .homeContact::before {
  display: block;
  opacity: 0.65;
}
.contrast.home .homeContact * {
  background-color: transparent !important;
}
.contrast.home .homeContact .homeContact__content__form {
  background-color: black !important;
}

.internal-banner {
  height: 437px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.internal-banner h1 {
  color: white;
  font-weight: 600;
  line-height: 68px;
  margin-bottom: 86px;
  text-align: center;
  font-size: 50px;
}
.internal-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
}

.contrast .internal-banner .container {
  background-color: transparent !important;
}
.contrast .internal-banner::before {
  background-color: rgba(0, 0, 0, 0.65) !important;
}

.wpContent {
  margin: 45px 0 92px;
}
.wpContent--faqs {
  margin: 50px 0;
}
.wpContent--tabs {
  margin: 50px 0;
}
.wpContent--hlArea {
  margin: 50px 0;
}
.wpContent a {
  color: #0078a7;
  text-decoration: underline;
}
.wpContent a:hover {
  opacity: 0.7;
}
.wpContent ul:not(.cd-timeline-navigation) {
  list-style: none;
}
.wpContent ul:not(.cd-timeline-navigation) li {
  color: #000;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 20px;
}
.wpContent ul:not(.cd-timeline-navigation) li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #0078a7;
}
.wpContent .hidden,
.wpContent #no-files {
  display: none;
}
.wpContent .forms.select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-bottom: 10px;
}
.wpContent .forms.select select {
  background: transparent;
  border: 3px solid #002060;
  width: 115px;
  height: 40px;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  padding-left: 10px;
}
.wpContent .forms.select select option {
  color: #000;
}
.wpContent .fm-header {
  background: #002060;
  padding: 0.75rem;
  font-size: 16px;
  line-height: 130%;
  color: white;
  margin-bottom: 0;
  font-weight: 400;
}
.wpContent .contact h3 {
  font-size: 18px;
  line-height: 130%;
  color: #3195b4;
  font-weight: 700;
  margin-bottom: 5px;
}
.wpContent .contact .g-recaptcha {
  margin-bottom: 20px;
}
.wpContent .contact .success-box {
  background-color: #3195b4;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  color: white;
  display: none;
  width: 100%;
  margin: auto;
  max-width: 600px;
}
.wpContent .resumeHeader span {
  width: 50%;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
.wpContent .chart .tbPrices .tbPrices__title,
.wpContent .btn-change-chart-period.active,
.wpContent .btn-change-chart-type.active,
.wpContent .historyTickerIdentification,
.wpContent .btn-default,
.wpContent .btn-export {
  background-color: #002060 !important;
}
.wpContent .table-footer .footer {
  background: none !important;
}
.wpContent .text-center {
  text-align: center !important;
}
.wpContent .tabs__nav {
  padding-left: 0;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.wpContent .tabs__nav li {
  cursor: pointer;
  padding-left: 0;
  padding: 10px;
  margin-bottom: 0 !important;
  border: 1px solid #eee;
  min-width: 120px;
  text-align: center;
  border-bottom: 0;
  color: #000;
}
.wpContent .tabs__nav li::before {
  display: none;
}
.wpContent .tabs__nav li.active {
  background-color: #002060;
  color: white;
}
.wpContent .hlArea {
  padding: 45px 0;
  background: #0078a7;
  text-align: center;
}
.wpContent .hlArea * {
  color: white;
}
.wpContent .hlArea h5 {
  font-weight: normal;
  line-height: 24px;
  font-size: 20px;
}
.wpContent .hlArea h3 {
  margin-top: 26px;
  font-weight: normal;
  line-height: 49px;
  color: white;
  font-size: 36px;
}
.wpContent .hlArea p {
  line-height: 24px;
  font-size: 16px;
}
.wpContent .list-exchanges {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.wpContent .list-exchanges ul {
  min-width: 30%;
  max-width: 30%;
}
@media (max-width: 768px) {
  .wpContent .list-exchanges {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wpContent .list-exchanges ul {
    min-width: 100%;
    max-width: 100%;
  }
}

.tabs_phase {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  gap: 10px;
}
.tabs_phase li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  padding: 5px !important;
  background: #afafaf;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tabs_phase li {
    font-size: 30px;
    width: 120px;
  }
}
@media screen and (min-width: 992px) {
  .tabs_phase li {
    width: 178px;
  }
}
@media screen and (min-width: 1200px) {
  .tabs_phase li {
    width: 230px;
  }
}
.tabs_phase li::before {
  display: none;
}

.blockItem {
  margin-bottom: 5rem;
}
.blockItem .pipeline_text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.blockItem .pipeline_text .items_pipeline {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.blockItem .pipeline_text .items_pipeline .item, .blockItem .pipeline_text .items_pipeline .item_new {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.blockItem .pipeline_text .items_pipeline .item h3, .blockItem .pipeline_text .items_pipeline .item_new h3 {
  margin: 0;
  padding: 0;
  width: 220px;
  text-align: right;
  white-space: nowrap;
  font-size: 20px;
}
.blockItem .pipeline_text .items_pipeline .item .pipeline, .blockItem .pipeline_text .items_pipeline .item_new .pipeline {
  height: 50px;
  width: 100%;
  position: relative;
  background-color: #afafaf;
  border-radius: 10px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
.blockItem .pipeline_text .items_pipeline .item .pipeline .progress, .blockItem .pipeline_text .items_pipeline .item_new .pipeline .progress {
  height: 100%;
  border-radius: 10px;
  position: absolute;
  transition: width 0.5s ease-in-out;
}
.blockItem .pipeline_text .items_pipeline .item .pipeline .popup, .blockItem .pipeline_text .items_pipeline .item_new .pipeline .popup {
  display: none;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translate(-50%, -100%);
  border-radius: 10px;
  width: 100%;
  padding: 50px;
  background-color: #e9e9e9;
  z-index: 999;
}
@media (max-width: 1199px) {
  .blockItem .pipeline_text .items_pipeline .item .pipeline .popup, .blockItem .pipeline_text .items_pipeline .item_new .pipeline .popup {
    transform: translate(-50%, -100%) scale(0.8);
    top: 76px;
  }
}
.blockItem .pipeline_text .items_pipeline .item .pipeline .popup h3, .blockItem .pipeline_text .items_pipeline .item_new .pipeline .popup h3 {
  text-align: left;
  font-size: 25px;
}
.blockItem .pipeline_text .items_pipeline .item .pipeline .popup h4, .blockItem .pipeline_text .items_pipeline .item_new .pipeline .popup h4 {
  text-align: left;
  font-size: 18px;
  color: red;
}
.blockItem .pipeline_text .items_pipeline .item .pipeline:hover .popup, .blockItem .pipeline_text .items_pipeline .item_new .pipeline:hover .popup {
  display: block;
}
.blockItem .pipeline_text .items_pipeline .item_new {
  flex-direction: column;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .blockItem .pipeline_text .items_pipeline .item_new {
    align-items: center;
    flex-direction: row;
  }
}
.blockItem .pipeline_text .items_pipeline .item_new h3 {
  width: auto;
}
@media screen and (min-width: 768px) {
  .blockItem .pipeline_text .items_pipeline .item_new h3 {
    width: 220px;
  }
}

.page-id-2791 .wpContent {
  width: 100%;
  overflow: auto;
}
.page-id-2791 .wpContent .container {
  min-width: 1170px;
}

.file-manager .select-wrapper,
.evento-realizado .select-wrapper {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.file-manager .select-wrapper label,
.evento-realizado .select-wrapper label {
  position: relative;
}
.file-manager .select-wrapper label .fa-icon,
.evento-realizado .select-wrapper label .fa-icon {
  background: url(img/icons/icon-arrow-select.png) no-repeat center center;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 25px;
  height: 25px;
}
.file-manager .select-wrapper label select,
.evento-realizado .select-wrapper label select {
  background-color: transparent;
  border: 2px solid #0078a7;
  color: #0078a7;
  font-style: normal;
  font-weight: 100;
  line-height: 26px;
  padding: 7.5px 35px 7.5px 15px;
  width: 115px;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 18px;
}
.file-manager .arquivos__list,
.evento-realizado .arquivos__list {
  padding: 10px 0 0;
  width: 100%;
}
.file-manager .arquivos__list--item,
.evento-realizado .arquivos__list--item {
  padding: 10px 100px 10px 0;
  margin: 0;
  width: 100%;
  min-height: 45px;
  position: relative;
  border-bottom: 1px solid #0078a7;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.file-manager .arquivos__list--item:last-child,
.evento-realizado .arquivos__list--item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.file-manager .arquivos__list--item .data,
.file-manager .arquivos__list--item .quarter,
.evento-realizado .arquivos__list--item .data,
.evento-realizado .arquivos__list--item .quarter {
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  color: #000;
  width: 100px;
  padding-left: 15px;
  font-size: 16px;
}
.file-manager .arquivos__list--item .quarter,
.evento-realizado .arquivos__list--item .quarter {
  width: 90px;
  padding-left: 0;
}
.file-manager .arquivos__list--item .icon,
.evento-realizado .arquivos__list--item .icon {
  width: 60px;
  text-align: center;
}
.file-manager .arquivos__list--item .icon img,
.evento-realizado .arquivos__list--item .icon img {
  margin: 0 auto;
}
.file-manager .arquivos__list--item .title,
.evento-realizado .arquivos__list--item .title {
  width: calc(100% - 160px);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.file-manager .arquivos__list--item .actions,
.evento-realizado .arquivos__list--item .actions {
  position: absolute;
  right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.file-manager .arquivos__list--item .actions .copy,
.evento-realizado .arquivos__list--item .actions .copy {
  background: url(img/icon-copy-link.png) no-repeat center center;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.file-manager .arquivos__list--item .actions .copy:hover,
.evento-realizado .arquivos__list--item .actions .copy:hover {
  opacity: 0.5;
}
.file-manager .arquivos__list--item .actions .download,
.evento-realizado .arquivos__list--item .actions .download {
  background: url(img/icon-download-small.png) no-repeat center center;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
  text-indent: -9000px;
  overflow: hidden;
  font-size: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.file-manager .arquivos__list--item .actions .download:hover,
.evento-realizado .arquivos__list--item .actions .download:hover {
  opacity: 0.5;
}

.SearchButton,
.ExportButton,
.b2iButton,
.b2ibutton {
  cursor: pointer;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  font-weight: 400;
  text-align: center;
  padding: 8px 18px;
  width: 165px;
  color: white;
  background: #0078a7;
  border: 2px solid #0078a7;
  border-radius: 3px;
}
.SearchButton:hover,
.ExportButton:hover,
.b2iButton:hover,
.b2ibutton:hover {
  opacity: 0.8;
}

.ExportButton {
  background: #002060;
  border: 2px solid #002060;
}

.InputDate,
.b2iSelect,
.b2iTextbox:not(.b2iEmailAlertCheckbox) {
  min-height: 44px;
  border: 1px solid #0078a7;
  color: #002060;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0 10px;
  margin: 0 5px;
}

#QuoteDivPage .b2iQuoteContent .LastPriceRow {
  border-top: none !important;
}
#QuoteDivPage .b2iQuoteContent .b2iQuoteRow {
  border-bottom: 1px solid #0078a7 !important;
}
#QuoteDivPage .b2iQuoteContent .b2iQuoteCellLeft {
  background: transparent !important;
}
#QuoteDivPage .b2iQuoteContent .b2iQuoteCellLeft span {
  font-size: 18px;
  line-height: 25px;
  color: #002060;
}
#QuoteDivPage .b2iQuoteContent .b2iQuoteTitle span:not(.change),
#QuoteDivPage .b2iQuoteContent .b2iQuoteCellRight span:not(.change) {
  font-size: 18px;
  line-height: 25px;
  color: #8c8c8c !important;
}
#QuoteDivPage .b2iQuoteContent .UpdateRow {
  margin-top: 20px;
  margin-bottom: 30px;
}
#QuoteDivPage .b2iQuoteContent .UpdateRow span {
  font-size: 18px;
  line-height: 25px;
  color: #8c8c8c;
}
#QuoteDivPage .b2iQuoteContent .UpdateRow a {
  font-size: 18px;
  line-height: 25px;
  color: #0078a7;
  display: block;
  margin-top: 10px;
}

table.b2iHistoricalQuote .b2iHistoricalHeadRow {
  background-color: #002060 !important;
}
table.b2iHistoricalQuote .b2iHistoricalHeadRow .b2iHistoricalHeadCell {
  font-weight: 700;
  color: white;
  padding: 15px;
  border: none;
}
table.b2iHistoricalQuote .b2iHistoricalCell {
  border: none;
  padding: 10px 15px !important;
  color: #8c8c8c;
}

#SECdiv .b2iSECtopSelect .xxsmall.b2iSECtopSelectCell2 {
  border: none;
  text-align: right;
}
@media (max-width: 768px) {
  #SECdiv .b2iSECtopSelect .xxsmall.b2iSECtopSelectCell2 {
    text-align: left;
  }
}

@media (max-width: 768px) {
  #b2iSecForm,
.b2iSECtopTitleTable {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.b2iSECtopSelectCell2 {
  border: none !important;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .b2iSECtopSelect select {
    display: block;
    margin-bottom: 25px;
    width: 170px !important;
    max-width: inherit !important;
  }
}
#b2iLibTools {
  text-align: right;
}
#b2iLibTools #b2iRssIconBottom {
  display: none;
}
@media (max-width: 768px) and (min-width: 576px) {
  #b2iLibTools #B2iLibSearchButton {
    margin-top: 15px;
  }
}
@media (max-width: 553px) {
  #b2iLibTools #TagLbl {
    display: none;
  }
  #b2iLibTools #LibSearch {
    margin-right: 0;
  }
  #b2iLibTools #B2iLibSearchButton {
    margin-top: 15px;
  }
}
@media (max-width: 361px) {
  #b2iLibTools #LibSearch {
    margin-top: 15px;
  }
}

table.b2iSECtopTitleTable .b2iSECTitleRow {
  background-color: #002060 !important;
}
table.b2iSECtopTitleTable .b2iSECTitleRow .b2iSECTitleHead,
table.b2iSECtopTitleTable .b2iSECTitleRow .b2iSECFormHead,
table.b2iSECtopTitleTable .b2iSECTitleRow .b2iSECDescHead,
table.b2iSECtopTitleTable .b2iSECTitleRow .b2iSECIconsHead {
  font-weight: 700;
  color: white;
  padding: 15px;
  border: none;
}
table.b2iSECtopTitleTable .b2iSecData {
  border: none;
  padding: 10px 15px !important;
}
table.b2iSECtopTitleTable .b2iSecData,
table.b2iSECtopTitleTable .b2iSecData a {
  font-size: 16px;
  line-height: 19px;
  color: #8c8c8c;
}

.b2iNav {
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
  line-height: 19px;
  color: #8c8c8c;
  opacity: 0.7;
}
.b2iNav a {
  font-size: 18px;
  line-height: 19px;
  color: #002060;
  font-weight: 700;
}

.b2iPlugInHeadLineTable .b2iHeadLinesDateCell {
  border-bottom: none !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0078a7;
  padding-bottom: 0;
}
.b2iPlugInHeadLineTable .b2iLibraryHeadlineLink {
  font-size: 16px;
  line-height: 33px;
  color: #002060;
  text-decoration: none;
  font-weight: 400;
}

#LibDiv .b2iHeadLinesHeadlineCell.b2iPlugInHeadLinesHeadlineCell {
  padding-bottom: 0;
}

.b2iCalItem .b2iCalHeadline {
  color: #0078a7;
}

.tabs {
  margin-bottom: 40px;
  overflow: auto;
  width: 100%;
  margin: 0 0 30px !important;
  border-bottom: 1px solid #a5a5a5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs .item {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-family: "Effra", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #0078a7;
  text-align: center;
  text-decoration: none;
  list-style: none;
  cursor: pointer;
  margin-bottom: 0 !important;
  font-size: 16px;
}
.tabs .item a {
  text-decoration: none;
}
.tabs .item:before {
  display: none !important;
}
.tabs .item:after {
  content: "";
  display: none;
  width: 100%;
  height: 5.5px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  background-color: #002060;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.tabs .item.active {
  pointer-events: none;
}
.tabs .item.active:after {
  display: block;
}

.B2iFontIcon {
  margin: 0 2.5px;
}
.B2iFontIcon:before {
  font-size: 30px !important;
  color: #002060;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 45px;
  z-index: 2;
  top: -12px;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden;
  top: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 12px;
  height: 100%;
  width: 50px;
}
.cd-horizontal-timeline .events-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 12px;
  height: 100%;
  width: 50px;
  left: 0;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient(right, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0));
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: -240px;
  top: 6px;
  height: 6px;
  background: #ebebeb;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: -75px;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #002060;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

#texto .cd-horizontal-timeline .events a {
  text-decoration: none;
  position: absolute;
  top: 0;
  padding: 11px 0 2px 10px;
  z-index: 2;
  width: 138px;
  border-left: 1px solid #000;
  font-size: 18px;
  color: #4a4a4a;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
}
#texto .cd-horizontal-timeline .events a.selected, #texto .cd-horizontal-timeline .events a:hover {
  color: #000;
}

.cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -5px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid #002060;
  background-color: #002060;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  opacity: 0;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #002060;
  border-color: #002060;
  opacity: 1;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  opacity: 1;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #0078a7;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 15px auto;
  }
}
#texto .cd-timeline-navigation li {
  list-style-type: none;
  margin: 0;
}

.cd-timeline-navigation a {
  position: absolute;
  z-index: 3;
  top: -12px;
  -webkit-transform: translateY(65%);
  -moz-transform: translateY(65%);
  -ms-transform: translateY(65%);
  -o-transform: translateY(65%);
  transform: translateY(65%);
  height: 34px;
  width: 34px;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  content: "";
  position: absolute;
  height: 36px;
  width: 40px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(img/cd-arrow.svg) no-repeat 0 0;
  background-size: 40px;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(80%) rotate(180deg);
  -moz-transform: translateY(80%) rotate(180deg);
  -ms-transform: translateY(80%) rotate(180deg);
  -o-transform: translateY(80%) rotate(180deg);
  transform: translateY(80%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #39cdef;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -40px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  height: auto !important;
  min-height: 232px;
  width: 100%;
  margin: 2em auto;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  z-index: 1;
}
.cd-horizontal-timeline > .events-content > ol > li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  min-height: 255.97px;
  padding: 0;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

#texto .cd-horizontal-timeline .events-content ol li .scroll ul li {
  padding-left: 20px;
  position: relative;
  display: block;
}
#texto .cd-horizontal-timeline .events-content ol li .scroll ul li ul li::before {
  content: "";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 14px;
  background: #002060;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.cd-horizontal-timeline .events-content li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content em {
  font-style: italic;
}
.cd-horizontal-timeline .events-content em::before {
  display: none;
  content: "- ";
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
#texto .events-content,
.cd-horizontal-timeline .timeline {
  margin: 0 auto;
}

#texto .events-content ol {
  list-style: none;
  border-bottom: 6px solid #ebebeb;
  margin: 0;
  padding-left: 0;
}
#texto .events-content h2 {
  font-size: 28px;
  line-height: 32px;
  color: #002060;
  font-weight: 700;
}
#texto .scroll {
  float: left;
  width: 100%;
  overflow: auto;
  max-height: 225px;
  padding-right: 15px;
}
#texto .events-content .info-img {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
#texto .events-content .info-img img {
  width: 100%;
}
#texto .cd-horizontal-timeline .events-content ol li .scroll ul li ul li ul li::before {
  background: #ccc;
}

.info-txt {
  background: #e5e5e5;
  border-radius: 16px 0 0px 0px;
  padding-top: 33px;
}

@media (max-width: 767px) {
  #texto .events-content ol {
    height: auto;
  }

  .cd-horizontal-timeline .timeline {
    top: -12px;
  }

  #texto .scroll {
    max-height: 500px;
    padding-right: 0;
  }
  #texto .events-content .info-img {
    position: relative;
  }
}
.accordion {
  margin: 20px 0;
}
.accordion__item {
  margin-bottom: 10px;
}
.accordion__item__header {
  line-height: 130%;
  color: white;
  background: #002060;
  padding: 13px 28px 13px 15px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}
.accordion__item__header span {
  font-size: 16px;
  display: block;
  margin-left: 5px;
  width: 50%;
}
.accordion__item__header span:first-child {
  margin-left: 0;
}
.accordion__item__header::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6.5px 0 6.5px;
  border-color: white transparent transparent transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
}
.accordion__item__header.active {
  background: #002060;
}
.accordion__item__header.active:before {
  transform: rotate(-180deg) translateY(50%);
  border-color: white transparent transparent transparent;
}
.accordion__item__content {
  display: none;
  margin-top: 0;
  border: none;
  padding: 15px;
}
.accordion__item__content table {
  margin-top: 0;
}

.datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}
.datepicker .nav-event {
  position: absolute;
  top: 4px;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}
.datepicker .nav-event::before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #002060;
  font-size: 30px;
}
.datepicker .nav-event.next {
  right: 15px;
}
.datepicker .nav-event.prev {
  left: 13px;
}
.datepicker .nav-event.prev::before {
  content: "\f0d9";
}
.datepicker .nav-event:hover {
  opacity: 0.8;
}
.datepicker .ui-datepicker-group {
  display: table-cell;
  width: 33.3%;
  padding: 0 12px 0;
  vertical-align: top;
}
@media (max-width: 992px) {
  .datepicker .ui-datepicker-group {
    width: 50%;
  }
  .datepicker .ui-datepicker-group-last {
    display: none;
  }
}
@media (max-width: 768px) {
  .datepicker .ui-datepicker-group {
    width: 100%;
  }
  .datepicker .ui-datepicker-group-middle {
    display: none;
  }
}
.datepicker .ui-datepicker-header {
  width: 100%;
}
.datepicker .ui-datepicker-header .datepicker .ui-datepicker-prev span, .datepicker .ui-datepicker-header .datepicker .ui-datepicker-next span {
  display: none;
}
.datepicker .ui-datepicker-title {
  color: #002060;
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.datepicker .ui-datepicker-inline {
  width: 100% !important;
  display: table !important;
  border-collapse: separate;
  margin: 0 auto;
  min-height: 310px;
}
.datepicker .ui-datepicker-calendar {
  margin-top: 0;
  min-height: 265px;
}
.datepicker .ui-datepicker-calendar tr td {
  background: white;
  padding: 5px;
  text-align: center;
  width: 14.3%;
}
.datepicker .ui-datepicker-calendar tr td span {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 300;
}
.datepicker .ui-datepicker-calendar tr td.has-event span {
  color: white;
  width: 32px;
  height: 32px;
  padding-top: 6px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #002060;
}
.datepicker .ui-datepicker-calendar tr td.has-event.divulgacao-de-resultado span {
  background-color: #002060;
}
.datepicker .ui-datepicker-calendar tr td.has-event.webcast span {
  background-color: #002060;
}
.datepicker .ui-datepicker-calendar tr td.has-event.mais-de-um-evento span {
  background-color: #002060;
}
.datepicker .ui-datepicker-calendar tr td.has-event.conferencias span {
  background-color: #002060;
}
.datepicker .ui-datepicker-calendar tr td.has-event.outros-eventos span {
  background-color: #002060;
}
.datepicker .ui-datepicker-prev, .datepicker .ui-datepicker-next {
  display: none;
}

#legenda_eventos {
  display: none;
  width: 100%;
  margin: 5px auto;
}
#legenda_eventos .legenda_item {
  display: inline-block;
  margin: 5px 15px 5px 0;
  position: relative;
}
#legenda_eventos .legenda_item .cor {
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#legenda_eventos .legenda_item .cor-01 {
  background: #002060;
}
#legenda_eventos .legenda_item .cor-02 {
  background: #002060;
}
#legenda_eventos .legenda_item .cor-03 {
  background: #002060;
}
#legenda_eventos .legenda_item .cor-04 {
  background: #002060;
}
#legenda_eventos .legenda_item .cor-05 {
  background: #002060;
}
#legenda_eventos .legenda_item .label {
  color: #000;
  padding: 5px 0 5px 25px;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  background: white;
  border: 1px solid #e6e6e6;
  max-width: 300px;
  color: #2A2222;
  box-shadow: 0 0 7px #a8a8a8;
  padding: 0;
}
.ui-tooltip h5 {
  color: #476da6;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
  margin: 0;
}
.ui-tooltip ul {
  padding: 0;
  margin-bottom: 0;
}
.ui-tooltip ul li {
  list-style: none;
  padding: 8px 10px;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
}
.ui-tooltip .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.ui-tooltip .arrow.top {
  top: -16px;
  bottom: auto;
}
.ui-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.ui-tooltip .arrow.left {
  left: 20%;
}
.ui-tooltip .arrow:after {
  content: "";
  background: white;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ui-helper-hidden-accessible {
  display: none;
}

#loading {
  width: 100%;
}
#loading div {
  margin: 25px auto;
  border: 5px solid rgba(114, 114, 114, 0.2);
  border-top: 5px solid #002060;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* POPUP HOME */
#popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(34, 34, 34, 0.4);
}
@media (max-width: 767px) {
  #popup {
    display: none;
  }
}
#popup .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 680px;
  background: white;
  z-index: 9999;
  padding: 15px 30px;
  color: #67666b;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#popup .box-msg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #002060;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 767px) {
  #popup .box-msg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 767px;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 336px) {
  #popup .box-msg {
    padding: 20px 2px;
    top: 20px;
  }
}
#popup .box-msg .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px;
  height: 30px;
  padding: 0 5px;
  color: #002060;
  font-size: 26px;
  border-radius: 62px;
  background: transparent;
  font-family: arial, sans-serif;
  text-align: center;
  overflow: hidden;
  line-height: 1em;
  font-style: normal;
  cursor: pointer;
}
#popup .box-msg .close:hover {
  opacity: 0.8;
}
#popup .box-msg h2 {
  color: white;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0 !important;
  margin: 5px 0 20px;
}
#popup .box-msg h3 {
  color: #039be5;
  position: relative;
  font-family: "Effra", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0 !important;
  margin: 5px 0 15px;
}
#popup .box-msg p {
  color: #67666b;
  font-size: 14px;
  line-height: 1.4em;
  margin: 5px 0;
}
#popup .box-msg table {
  width: 100%;
  border-width: 0 !important;
  margin: -9px 0px 34px 0;
}
#popup .box-msg table td {
  padding: 0px 30px 4px !important;
  vertical-align: top;
  position: relative;
  border-color: transparent !important;
  background-color: transparent !important;
  font-size: 13px;
  line-height: 1.7em;
  text-align: center;
}
#popup .box-msg table td:nth-of-type(1)::after {
  position: absolute;
  content: "";
  width: 0px;
  background-color: #002060;
  height: 130px;
  top: 50%;
  right: 0;
  margin-top: -48px;
}
#popup .box-msg table td h3 {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  line-break: 1.1em;
  margin-bottom: 0px;
  color: #039be5;
}
#popup .box-msg table td h3::before {
  display: none;
}
#popup .box-msg table td span {
  display: block;
}
#popup .box-msg table td p {
  font-size: 13px;
  line-height: 1.7em;
  padding: 5px 0;
}
#popup .box-msg table td h4 {
  color: white;
  font-size: 14px;
  margin: 15px 0 5px;
  padding: 5px 15px;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  color: #fff;
  width: 200px;
}
#popup .box-msg table td a {
  color: #67666b;
  border: 1px solid black;
  padding: 5px;
  border-radius: 25px;
  text-decoration: none;
}

#popup-mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(34, 34, 34, 0.4);
}
@media (max-width: 767px) {
  #popup-mobile {
    display: block;
  }
}
#popup-mobile .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 300px;
  background: white;
  z-index: 9999;
  padding: 15px 24px;
  color: #67666b;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#popup-mobile .box-msg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #002060;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 767px) {
  #popup-mobile .box-msg {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#popup-mobile .box-msg .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 31px;
  height: 29px;
  padding: 0 5px;
  color: #002060;
  font-size: 26px;
  border-radius: 62px;
  background: transparent;
  font-family: arial, sans-serif;
  text-align: center;
  overflow: hidden;
  line-height: 1em;
  font-style: normal;
  cursor: pointer;
}
#popup-mobile .box-msg .close:hover {
  opacity: 0.8;
}
#popup-mobile .box-msg .close::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#popup-mobile .box-msg #main-popup {
  padding-top: 0px !important;
}
#popup-mobile .box-msg h2 {
  color: white;
  font-family: "Effra", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0 !important;
  margin: 5px 0 20px;
}
#popup-mobile .box-msg h3 {
  color: #039be5;
  position: relative;
  font-family: "Effra", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0 !important;
  margin: 5px 0 15px;
}
#popup-mobile .box-msg h4 {
  margin: 15px 0;
}
#popup-mobile .box-msg p {
  color: #67666b;
  font-size: 14px;
  line-height: 1.4em;
  margin: 5px 0;
}
#popup-mobile .box-msg table {
  width: 100%;
  border-width: 0 !important;
  margin: -9px 0px 34px 0;
}
#popup-mobile .box-msg table td {
  padding: 0px 30px 4px !important;
  vertical-align: top;
  position: relative;
  border-color: transparent !important;
  background-color: transparent !important;
  font-size: 13px;
  line-height: 1.7em;
  text-align: center;
}
#popup-mobile .box-msg table td h3 {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  line-break: 1.1em;
  margin-bottom: 0px;
  color: #039be5;
}
#popup-mobile .box-msg table td h3::before {
  display: none;
}
#popup-mobile .box-msg table td p {
  font-size: 13px;
  line-height: 1.7em;
  padding: 5px 0;
}
#popup-mobile .box-msg table td h4 {
  color: white;
  font-size: 14px;
  margin: 15px 0 5px;
  padding: 5px 15px;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  color: #fff;
  width: 200px;
}
#popup-mobile .box-msg table td a {
  display: block;
  color: #67666b;
  border: 1px solid #000;
  padding: 5px;
  margin: 5px 0;
  text-align: center;
  border-radius: 25px;
}

.home .mailing .form {
  margin: 0;
  padding: 12px 48px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .mailing .form__field {
  margin-top: 15px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .mailing .form__field .label {
  padding: 5px 0 0;
  width: 100%;
  font-family: "Effra", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  color: #6D6E71;
  font-size: 13px;
}
.home .mailing .form__field .input,
.home .mailing .form__field .select,
.home .mailing .form__field textarea {
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #E4E5E9;
  color: #0078a7;
  font-family: "Effra", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  width: 100%;
  background-color: white;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
}
.home .mailing .form__field .input::placeholder,
.home .mailing .form__field .select::placeholder,
.home .mailing .form__field textarea::placeholder {
  color: #0078a7;
  font-size: 16px;
}
.home .mailing .form__field textarea {
  height: 170px;
  resize: none;
}
.home .mailing .form__field.select__multiple {
  display: none;
}
.home .mailing .form .g-recaptcha {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.home .mailing .form__buttons {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .mailing .form__buttons .btn {
  margin: 0;
}
.home .mailing .form__buttons .btn-white {
  display: none;
}
.home .modalMailing {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.65);
  overflow: auto;
  padding: 50px 15px 30px 15px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.home .modalMailing.active {
  top: 0;
}
.home .modalMailing .container {
  max-width: 474px;
  padding: 0;
  background: #FFFFFF;
  border: 0.5px solid #F0F1F5;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.home .modalMailing .closeModalMailing {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 9999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .modalMailing .closeModalMailing:before {
  font-size: 25px;
  color: #002060;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./vendor/slick-1.9.0/fonts/slick.eot");
  src: url("./vendor/slick-1.9.0/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./vendor/slick-1.9.0/fonts/slick.woff") format("woff"), url("./vendor/slick-1.9.0/fonts/slick.ttf") format("truetype"), url("./vendor/slick-1.9.0/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: 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: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 13px;
  width: 13px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 50%;
}
.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.slick-active button {
  background: white;
}

.cookieinfo {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-shadow: 0 0 5px 0px #e2e2e2;
  -moz-box-shadow: 0 0 5px 0px #e2e2e2;
  -ms-box-shadow: 0 0 5px 0px #e2e2e2;
  -o-box-shadow: 0 0 5px 0px #e2e2e2;
  box-shadow: 0 0 5px 0px #e2e2e2;
}
@media (max-width: 1140px) {
  .cookieinfo {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cookieinfo {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
.cookieinfo .cookieinfo-close {
  min-width: 150px;
  padding: 10px;
  color: #ffffff;
  background-color: #002060 !important;
  font-family: "Effra", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
  font-size: 14px;
}
.cookieinfo .cookieinfo-close:hover {
  opacity: 0.5;
}
.cookieinfo .text {
  padding-right: 30px;
  width: 100%;
}
.cookieinfo .text h2 {
  font-family: "Effra", Arial, Helvetica, sans-serif;
  color: #3195b4;
  text-transform: initial;
  padding: 0;
  margin: 0;
  font-weight: bold;
  line-height: 130%;
  font-size: 22px;
}
.cookieinfo .text p {
  font-family: "Effra", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #000;
  line-height: 24px;
  text-align: justify;
  font-size: 15px;
}
.cookieinfo .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cookieinfo .text p:last-child {
    margin-bottom: 15px;
  }
}
.cookieinfo .text p a {
  color: #002060;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.cookieinfo .text p a:hover {
  color: #0078a7;
}

.contrast {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.contrast nav,
.contrast div,
.contrast li,
.contrast ol,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast article,
.contrast *::before,
.contrast *::after {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast label,
.contrast strong,
.contrast em,
.contrast cite,
.contrast q,
.contrast i,
.contrast b,
.contrast u,
.contrast span,
.contrast th,
.contrast td {
  color: #FFFFFF !important;
}
.contrast a,
.contrast .menu-item a,
.contrast a legend {
  color: #FFEB3B !important;
}
.contrast button,
.contrast input[type=button],
.contrast input[type=reset],
.contrast input[type=submit] {
  background-color: #000000 !important;
  color: #FFEB3B !important;
  border: none !important;
  border: 1px solid #FFFFFF !important;
}
.contrast img.on-contrast-force-gray,
.contrast img {
  filter: grayscale(1) contrast(1.2);
}
.contrast img.on-contrast-force-white {
  filter: brightness(0) invert(1);
}
.contrast input[type=text],
.contrast input[type=password],
.contrast input[type=url],
.contrast input[type=search],
.contrast input[type=email],
.contrast input[type=tel],
.contrast input[type=date],
.contrast input[type=month],
.contrast input[type=week],
.contrast input[type=datetime],
.contrast input[type=datetime-local],
.contrast textarea,
.contrast input[type=number],
.contrast .accordion_header,
.contrast .accordion_content,
.contrast th,
.contrast select {
  background-color: #000000 !important;
  border: 1px solid #FFFFFF !important;
  color: #FFFFFF !important;
}
.contrast .datepicker .nav-event,
.contrast table tr td,
.contrast #QuoteDivPage .b2iQuoteContent .b2iQuoteRow {
  border-color: #FFFFFF !important;
}
.contrast footer {
  border-top: 1px solid #FFFFFF !important;
}
.contrast .messenger-container {
  border: 1px solid #FFFFFF;
}
.contrast ul.sub-menu {
  background-color: #000000 !important;
}
.contrast .btn,
.contrast .cookieinfo-close,
.contrast .accordion__item__header {
  border: 1px solid #FFFFFF;
  background-color: #000000 !important;
}
.contrast .wpContent .fm-header,
.contrast table.b2iHistoricalQuote .b2iHistoricalHeadRow {
  background: #FFFFFF !important;
  color: #000000 !important;
}
.contrast .datepicker .ui-datepicker-calendar tr td span,
.contrast table.b2iHistoricalQuote .b2iHistoricalHeadRow .b2iHistoricalHeadCell {
  color: #000000 !important;
}
.contrast .b2iSECDataRow:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.contrast input::placeholder {
  color: #FFFFFF !important;
}
.contrast .homeHighlights #LibDiv .b2iLibraryItem,
.contrast .homeQuickAccess__boxTitle {
  border-color: #FFFFFF !important;
}

/*# sourceMappingURL=style.css.map */
