@charset "UTF-8";
/*!
Theme Name: MZiQ - Nubank 2021
Author: MZ Group
Author URI: https://www.mzgroup.com/
Description: MZiQ CMS Theme for Nubank 2021 website.
Version: 1.0
License: GNU General Public License v2 or later

One and only theme for IR Website for Nubank 2021
*/
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Medium.woff2") format("woff2"), url("fonts/Graphik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Semibold.woff2") format("woff2"), url("fonts/Graphik-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Regular.woff2") format("woff2"), url("fonts/Graphik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Bold.woff2") format("woff2"), url("fonts/Graphik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Light.woff2") format("woff2"), url("fonts/Graphik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  padding: 0;
}
body.admin-bar .header {
  top: 46px;
}
@media screen and (min-width: 782px) {
  body.admin-bar .header {
    top: 32px;
  }
}

body,
input,
textarea,
button,
select {
  font-family: "Graphik", sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}

p {
  font-family: "Graphik", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 130%;
  color: #000;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 130%;
  color: #000;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: -0.03em;
}

h2 {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -0.03em;
}

h3,
h4 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

h5,
h6 {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: -0.01em;
}

a {
  text-decoration: none;
}

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

.overflow {
  width: 100%;
  overflow: auto;
}

.color_white {
  color: white;
}

/* =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. */
}

.hiddenToggle {
  position: fixed;
  top: 50%;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  pointer-events: none;
}

.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: 40px;
  padding-left: 40px;
  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,
.hidden,
#no-files {
  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 thead th {
  font-size: 16px;
  font-size: 1rem;
  line-height: 130%;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.01em;
  text-align: left;
  padding: 21px 0;
}
table tr td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 130%;
  color: #000;
  letter-spacing: -0.01em;
  text-align: left;
  padding: 25px 25px 25px 0;
  border-top: 2px solid black;
}
@media (max-width: 767px) {
  table tr td {
    padding-right: 10px;
  }
}
table.tb-central th.ano {
  text-align: left;
}
table.tb-central th.icone {
  text-align: center;
}
table.tb-central td.icone {
  width: 150px;
  padding-right: 0;
}
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 thead tr th.data {
  width: 184px;
}
table.table-arquivos thead tr th.icone {
  width: 184px;
}
table.table-arquivos thead tr th.link {
  text-align: left;
}
table.table-arquivos td {
  border: none;
}
table.table-arquivos td.link a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.01em;
  text-decoration: none;
}
table.table-arquivos td.link span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 130%;
  color: #000;
  font-weight: normal;
  letter-spacing: -0.01em;
}
table.table-arquivos td.icons {
  text-align: center;
}
table.table-arquivos td.icons img {
  cursor: pointer;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  table.table-arquivos td.icons img {
    max-width: 30px;
  }
}
table.table-arquivos td.icons img:first-child {
  margin-right: 40px;
}
@media (max-width: 992px) {
  table.table-arquivos td.icons img:first-child {
    margin-right: 1rem;
  }
}
table.table-arquivos td.icons img:hover {
  opacity: 0.7;
}
table.table-calendario {
  margin-top: 0;
}
table.table-calendario thead th {
  text-align: left;
}
table.table-calendario thead th.data {
  width: 150px;
}
table.table-calendario thead th:last-child {
  width: 200px;
}
table.table-calendario td:last-child img {
  max-width: 25px;
  margin-right: 15px;
}
table.table-calendario td:last-child a:last-child img {
  margin-right: 0;
}
table.table__history th,
table.table__history td {
  text-align: center;
}
table.table__history td {
  padding: 1.5rem;
}

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

.search .search-title {
  display: block;
  margin-bottom: 3rem;
  font-size: 18px;
  line-height: 132%;
  text-align: center;
  letter-spacing: -0.01em;
  font-feature-settings: "tnum" on, "lnum" on, "ss05" on;
  color: black;
  font-weight: 400;
}
.search h2 {
  margin-bottom: 3rem;
}
.search .files-prev,
.search .files-next {
  cursor: pointer;
}
.search .table-search {
  border-top: 1px solid #111111;
}
.search .table-search tbody tr td {
  padding: 1rem 0 40px 0;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.search .table-search tbody tr td:first-child a {
  font-size: 18px;
  line-height: 132%;
  letter-spacing: -0.01em;
  font-feature-settings: "tnum" on, "lnum" on, "ss05" on;
  color: black;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
}
.search .table-search tbody tr td:first-child span {
  font-size: 14px;
  line-height: 146%;
  letter-spacing: -0.01em;
  font-feature-settings: "ss05" on;
  color: black;
}
.search .table-search tbody tr td:last-child {
  width: 140px;
}
.search .table-search tbody tr td:last-child a {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  font-feature-settings: "tnum" on, "lnum" on, "ss05" on;
  color: #8a05be;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search .table-search tbody tr td:last-child a img {
  margin-left: 10px;
}

.btn {
  display: block;
  cursor: pointer;
  padding: 11px 18px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  border-radius: 24px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 130%;
  color: white;
  font-weight: 500;
  text-align: center;
  /*--------------------------------------------------------------
  ## 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: #820ad1;
}
.btn--secondaryColor {
  color: #bd0fea;
}
.btn--bgWhite {
  background: white;
  border: 2px solid white;
}
.btn--bgPrimaryColor {
  background: #820ad1;
  border: 2px solid #820ad1;
}
.btn--bgSecondaryColor {
  background: #bd0fea;
  border: 2px solid #bd0fea;
}
.btn:disabled {
  border-color: #ccc;
  background: #ccc;
  cursor: no-drop;
}
.btn:disabled:hover {
  opacity: 1;
}
.btn:hover {
  opacity: 0.8;
}

.custom_form {
  max-width: 420px;
}
.custom_form fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 40.5px;
}
.custom_form label {
  display: none;
  margin-bottom: 10px;
  color: #000;
  text-align: left;
}
.custom_form label.label-check {
  display: block;
}
.custom_form span.error {
  color: #000;
  font-size: 10px;
  line-height: 14px;
  color: #d43333;
  display: block;
  margin-top: 10px;
}
.custom_form input[type=text],
.custom_form input[type=email],
.custom_form input[type=phone],
.custom_form textarea,
.custom_form select {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  background: transparent;
  border: none;
  border-bottom: 2px solid #d8dae0;
  outline: none;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0px;
}
.custom_form input[type=text]::-webkit-input-placeholder,
.custom_form input[type=email]::-webkit-input-placeholder,
.custom_form input[type=phone]::-webkit-input-placeholder,
.custom_form textarea::-webkit-input-placeholder,
.custom_form select::-webkit-input-placeholder {
  color: #727683;
}
.custom_form input[type=text]::-moz-input-placeholder,
.custom_form input[type=email]::-moz-input-placeholder,
.custom_form input[type=phone]::-moz-input-placeholder,
.custom_form textarea::-moz-input-placeholder,
.custom_form select::-moz-input-placeholder {
  color: #727683;
}
.custom_form input[type=text]::-ms-input-placeholder,
.custom_form input[type=email]::-ms-input-placeholder,
.custom_form input[type=phone]::-ms-input-placeholder,
.custom_form textarea::-ms-input-placeholder,
.custom_form select::-ms-input-placeholder {
  color: #727683;
}
.custom_form input[type=text]::-o-input-placeholder,
.custom_form input[type=email]::-o-input-placeholder,
.custom_form input[type=phone]::-o-input-placeholder,
.custom_form textarea::-o-input-placeholder,
.custom_form select::-o-input-placeholder {
  color: #727683;
}
.custom_form input[type=text]::input-placeholder,
.custom_form input[type=email]::input-placeholder,
.custom_form input[type=phone]::input-placeholder,
.custom_form textarea::input-placeholder,
.custom_form select::input-placeholder {
  color: #727683;
}
.custom_form select.unChanged {
  color: #727683;
}
.custom_form textarea {
  resize: none;
  height: 42px;
  transition: height 0.3s;
}
.custom_form textarea.onFocus {
  height: 100px;
}
.custom_form button {
  width: 100%;
  text-align: left;
}
.custom_form .g-recaptcha > div {
  margin: auto;
}
.custom_form .select__multiple {
  outline: none;
  width: 100%;
  padding: 10px;
  background: white;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 10px;
}
.custom_form .select__multiple select {
  padding: 0;
  outline: none;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  background: white;
  border: 0;
  box-sizing: border-box;
  border-radius: 0;
  height: 80px;
}
.custom_form .select__multiple select::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}
.custom_form .select__multiple select::-webkit-scrollbar-thumb {
  background-color: #820ad1;
}
.custom_form .select__multiple select option {
  padding: 10px;
  padding-left: 30px;
  border-bottom: 1px solid #ffffff;
  background-color: transparent !important;
  position: relative;
}
.custom_form .select__multiple select option:before {
  content: "";
  background: url("img/icon-checked-off.png") no-repeat center;
  position: absolute;
  top: 9px;
  left: 7px;
  width: 17px;
  height: 17px;
  opacity: 0.5;
  cursor: pointer;
}
.custom_form .select__multiple select option:checked:before {
  opacity: 1;
  background: url("img/icon-checked.png") no-repeat center;
}
.custom_form .customCheckbox {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  text-align: center;
}
.custom_form .customCheckbox--label {
  display: flex;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 130%;
  color: #111;
  font-weight: normal;
  cursor: pointer;
}
.custom_form .customCheckbox--label a {
  color: #820ad1;
  transition: 0.5s all;
}
.custom_form .customCheckbox--label a:hover {
  opacity: 0.7;
}
.custom_form .customCheckbox--checkbox {
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.custom_form .customCheckbox--checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(17, 17, 17, 0.7);
  border-radius: 4px;
}
.custom_form .customCheckbox--checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: rgba(17, 17, 17, 0.7);
  border-top-style: none;
  border-right-style: none;
  border-radius: 0;
}
.custom_form .customCheckbox--checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: white;
}
@media (max-width: 1199px) {
  .header {
    padding: 1rem 0;
  }
}
.header__logo {
  margin-right: 32px;
}
@media (min-width: 1200px) {
  .header__nav {
    max-height: 60px;
    transition: opacity 0.5s;
  }
  .header__nav.opacity-0 {
    opacity: 0;
  }
  .header__nav.opacity-0 * {
    font-size: 0 !important;
  }
}
.header__nav .close-menu {
  display: none;
}
.header__nav .close-menu img {
  filter: invert(1);
}
@media (max-width: 1199px) {
  .header__nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -1500px;
    z-index: 101;
    height: 100vh;
    width: 100%;
    padding: 20px 20px 20px 20px;
    overflow: scroll;
    transition: 0.3s ease-in;
    background: white;
  }
  .header__nav .close-menu {
    display: flex;
    cursor: pointer;
  }
  .header__nav.active {
    right: 0;
  }
  .header__nav.active .close-menu {
    left: 0;
    right: unset;
  }
}
.header__nav__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header__nav__menu {
    align-items: flex-start;
    flex-direction: column;
  }
}
.header__nav__menu > li {
  margin-right: 15px;
  padding: 20px 0;
}
@media (min-width: 1201px) and (max-width: 1300px) {
  .header__nav__menu > li {
    margin-right: 1rem;
  }
}
.header__nav__menu > li.menu-item-has-children > a {
  padding-right: 27px;
}
.header__nav__menu > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background: url(img/arrow_submenu.png);
}
.header__nav__menu > li:last-child {
  margin-right: 0;
}
.header__nav__menu > li > a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 130%;
  font-weight: 500;
  color: #000;
  transition: 0.5s all;
  position: relative;
}
.header__nav__menu > li > a:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: transparent;
  transition: 0.5s all;
}
@media (max-width: 1199px) {
  .header__nav__menu > li > a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .header__nav__menu > li > a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1200px) {
  .header__nav__menu > li:hover a:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .header__nav__menu > li:hover a:before {
    background: #820ad1;
  }
}
.header__nav__menu > li:hover .sub-menu {
  display: block;
}
.header__nav__menu > li .sub-menu {
  list-style: none;
  padding: 25px;
  margin: 0;
}
@media (min-width: 1200px) {
  .header__nav__menu > li .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: white;
    width: 100%;
    z-index: 2;
  }
}
@media (max-width: 1199px) {
  .header__nav__menu > li .sub-menu {
    margin-top: 1rem;
    padding: 0;
  }
}
.header__nav__menu > li .sub-menu li {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .header__nav__menu > li .sub-menu li {
    margin-bottom: 10px;
  }
}
.header__nav__menu > li .sub-menu li:last-child {
  margin-bottom: 0;
}
.header__nav__menu > li .sub-menu li a {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 130%;
  color: #000;
  letter-spacing: -0.02em;
  font-feature-settings: "tnum" on, "lnum" on, "ss05" on;
  transition: 0.5s all;
}
@media (max-width: 1199px) {
  .header__nav__menu > li .sub-menu li a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.header__nav__menu > li .sub-menu li a:hover {
  color: #820ad1;
}
.header form {
  display: flex;
  flex-flow: row-reverse;
  width: 135px;
  margin-right: 1rem;
  height: 40px;
}
@media (min-width: 1200px) {
  .header form {
    transition: width 0.5s;
  }
  .header form.onFocus {
    width: 600px;
  }
}
.header form input {
  background: #f0f1f5;
  border-radius: 0 128px 128px 0;
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 125%;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.01em;
  font-feature-settings: "ss05" on;
}
.header form input::-webkit-input-placeholder {
  color: #727683;
}
.header form input::-moz-input-placeholder {
  color: #727683;
}
.header form input::-ms-input-placeholder {
  color: #727683;
}
.header form input::-o-input-placeholder {
  color: #727683;
}
.header form input::input-placeholder {
  color: #727683;
}
.header form button {
  border: none;
  background: #f0f1f5;
  border-radius: 128px 0 0 128px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__settings {
  cursor: pointer;
}
.header .settingsBar {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  background: white;
}
@media (max-width: 1199px) {
  .header .settingsBar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .header .settingsBar > * {
    margin-right: 2rem;
  }
  .header .settingsBar > *:last-child {
    margin-right: 0;
  }
}
.header .settingsBar__languageSwitcher a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #000;
  font-weight: 500;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid black;
  transition: 0.5s all;
}
@media (max-width: 1199px) {
  .header .settingsBar__languageSwitcher a {
    padding-right: 6px;
    margin-right: 6px;
  }
}
.header .settingsBar__languageSwitcher a:hover {
  color: #820ad1;
}
.header .settingsBar__languageSwitcher a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.header .settingsBar__languageSwitcher a.active {
  color: #820ad1;
}
.header .settingsBar__fontsChange img {
  cursor: pointer;
}
.header .settingsBar__fontsChange img + img {
  margin-left: 1rem;
}
@media (max-width: 1199px) {
  .header .settingsBar__fontsChange img + img {
    margin-left: 5px;
  }
}
.header .settingsBar > a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 130%;
  text-align: center;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: 0.5s all;
}
.header .settingsBar > a:hover {
  color: #820ad1;
}
.header .settingsBar > a img {
  margin-right: 10px;
}

.navigationBars {
  margin-left: 1rem;
}
.navigationBars div {
  height: 2px;
  width: 16px;
  background: #000;
  margin: 0 auto 5px auto;
}
.navigationBars div:last-child {
  margin-bottom: 0;
}

.footer {
  width: 100%;
  background: #e5e5e5;
  z-index: 2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer:not(.footer--home) {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.footer > .container-fluid {
  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: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 455px) {
  .footer > .container-fluid {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer > .container-fluid .sitemapBtn {
  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-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  margin-right: 10px;
}
.footer > .container-fluid .sitemapBtn:hover {
  opacity: 0.7;
}
.footer > .container-fluid .sitemapBtn img {
  margin-left: 10px;
  transform: rotate(-180deg);
}
@media (max-width: 1199px) {
  .footer > .container-fluid .sitemapBtn {
    display: none;
  }
}
.footer > .container-fluid .socialMedia {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.footer > .container-fluid .socialMedia li {
  margin-right: 10px;
}
.footer > .container-fluid .socialMedia li:last-child {
  margin-right: 0;
}
.footer > .container-fluid .copyright {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #000;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.footer > .container-fluid .copyright:hover {
  opacity: 0.75;
}
.footer__sitemap .container-fluid {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding-top: 62px;
}
.footer__sitemap__menu {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.footer__sitemap__menu > li {
  width: calc(25% - 57px);
  margin-right: 57px;
  margin-bottom: 62px;
}
.footer__sitemap__menu > li:nth-child(4n) {
  margin-right: 0;
}
.footer__sitemap__menu > li > a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 130%;
  color: #000;
  font-weight: 500;
  font-feature-settings: "ss05" on;
  display: block;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding-bottom: 0.5rem;
  margin-bottom: 24px;
}
.footer__sitemap__menu > li .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__sitemap__menu > li .sub-menu li {
  margin-bottom: 1rem;
}
.footer__sitemap__menu > li .sub-menu li a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 130%;
  color: #000;
  font-weight: 500;
}

.pageHome__banner {
  position: relative;
}
.pageHome__banner .container--arows {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 80px);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
@media (max-width: 1199px) {
  .pageHome__banner .container--arows {
    display: none !important;
  }
}
.pageHome__banner .container--arows .arrow {
  cursor: pointer;
  position: absolute;
}
.pageHome__banner .container--arows .arrow--prev {
  left: 0;
}
@media (max-width: 1200px) {
  .pageHome__banner .container--arows .arrow--prev {
    left: 15px;
  }
}
.pageHome__banner .container--arows .arrow--next {
  right: 0;
}
@media (max-width: 1200px) {
  .pageHome__banner .container--arows .arrow--next {
    right: 15px;
  }
}
.pageHome__banner .slick-slide {
  overflow: hidden;
}
.pageHome__banner__slide {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.pageHome__banner__item {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(100vh - 32px);
  min-height: 715px;
  background-size: cover !important;
  background-position: center !important;
  z-index: 1;
}
@media (max-width: 1199px) {
  .pageHome__banner__item {
    min-height: 100vh;
  }
}
.pageHome__banner__item .content {
  position: absolute;
}
@media (min-width: 1200px) {
  .pageHome__banner__item .content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1199px) {
  .pageHome__banner__item .content {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(360deg, #111111 19.85%, rgba(12, 2, 11, 0) 100%);
    padding-bottom: 2rem;
  }
}
.pageHome__banner__item .content h1 {
  font-weight: 500;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 57px;
  color: white;
  display: block;
  max-width: 320px;
  margin-bottom: 2rem;
}
@media (max-width: 1199px) {
  .pageHome__banner__item .content h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    margin-bottom: 1rem;
    max-width: unset;
  }
}
.pageHome__banner__item .content p {
  display: block;
  max-width: 320px;
  margin-bottom: 2rem;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 29px;
  color: #f4f4f4;
}
@media (max-width: 1199px) {
  .pageHome__banner__item .content p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 122%;
    margin-bottom: 1rem;
    max-width: unset;
  }
}
.pageHome__banner__item .content a {
  display: inline-flex;
  align-items: center;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 20px;
  color: #f4f4f4;
  transition: 0.5s all;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: 0px 100%, 100% 100%;
  background-size: 0px 8%, 100% 8%;
  transition: background-size 0.2s ease-in-out 0s;
  background-image: linear-gradient(120deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%), linear-gradient(120deg, transparent, transparent);
}
.pageHome__banner__item .content a:hover {
  text-decoration: none;
  background-size: 100% 8%, 100% 8%;
}
.pageHome__banner__item .content a img {
  margin-left: 8px;
}
.pageHome__quotes {
  background-color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 815px) {
  .pageHome__quotes {
    overflow: scroll;
  }
}
.pageHome__quotes .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 810px;
}
.pageHome__quotes ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.pageHome__quotes ul + ul {
  margin-left: 24px;
}
.pageHome__quotes ul li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  color: #000;
  font-weight: 500;
}
.pageHome__quotes ul li + li {
  margin-left: 10px;
}
.pageHome__quotes ul li.variation.up {
  color: #045b27;
}
.pageHome__quotes ul li.variation.down {
  color: #a90700;
}
.pageHome__features {
  margin-top: -6px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #4c0677;
}
@media (max-width: 1010px) {
  .pageHome__features {
    overflow: scroll;
  }
}
.pageHome__features .container {
  min-width: 1000px;
}
.pageHome__features__item {
  margin-right: 56px;
}
.pageHome__features__item:last-child {
  margin-right: 0;
}
.pageHome__features__item span {
  display: block;
  margin-bottom: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 130%;
  color: white;
  font-weight: 500;
  letter-spacing: -0.03em;
  font-feature-settings: "tnum" on, "lnum" on, "ss05" on;
}
.pageHome__features__item p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
  color: white;
  font-weight: 500;
  letter-spacing: -0.01em;
  font-feature-settings: "tnum" on, "lnum" on, "ss05" on;
  margin-bottom: 2rem;
}
.pageHome__features__item a {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
  color: white;
  letter-spacing: -0.02em;
  font-feature-settings: "tnum" on, "lnum" on, "ss05" on;
  background-repeat: no-repeat;
  background-position: 0px 100%, 100% 100%;
  background-size: 0px 8%, 100% 8%;
  transition: background-size 0.2s ease-in-out 0s;
  background-image: linear-gradient(120deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%), linear-gradient(120deg, transparent, transparent);
}
.pageHome__features__item a:hover {
  text-decoration: none;
  background-size: 100% 8%, 100% 8%;
}
.pageHome__features__item a img {
  margin-left: 8px;
}
.pageHome__mailing {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
}
@media (max-width: 767px) {
  .pageHome__mailing {
    padding-top: 200px;
    padding-bottom: 0;
    background-size: contain;
  }
  .pageHome__mailing .container,
.pageHome__mailing .row,
.pageHome__mailing .col-12 {
    padding: 0;
  }
}
.pageHome__mailing__formContainer {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  max-width: 420px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .pageHome__mailing__formContainer {
    padding: 1rem;
    border-radius: 16px 16px 0 0;
  }
}
.pageHome__mailing__formContainer h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 29px;
  color: black;
  font-weight: 500;
}
.pageHome__mailing__formContainer .btn {
  width: 100%;
  text-align: left;
}

.internal-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 435px;
  padding: 0 0 55px 0;
  margin-bottom: 47px;
  background-color: #bd0fea;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#mainContent h1 {
  color: #111 !important;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #mainContent h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.wpContent--faqs {
  margin: 30px 0;
}
.wpContent--tabs {
  margin: 30px 0;
}
.wpContent--hlArea {
  margin: 45px 0;
}
.wpContent a {
  color: #820ad1;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s all;
}
.wpContent a:hover {
  opacity: 0.7;
}
.wpContent .groupLinks a {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  font-feature-settings: "tnum" on, "lnum" on, "ss05" on;
  color: #8a05be;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.wpContent .groupLinks a img {
  margin-left: 10px;
}
.wpContent .groupLinks br {
  display: none;
}
.wpContent ul:not(.cd-timeline-navigation):not(.slick-dots):not(.tbPrices):not(.tabs__nav):not(.customCheckbox) {
  list-style: none;
  padding-left: 14px;
}
.wpContent ul:not(.cd-timeline-navigation):not(.slick-dots):not(.tbPrices):not(.tabs__nav):not(.customCheckbox) li {
  color: #000;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 1rem;
  position: relative;
}
.wpContent ul:not(.cd-timeline-navigation):not(.slick-dots):not(.tbPrices):not(.tabs__nav):not(.customCheckbox) li:before {
  content: "";
  background: black;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: -14px;
  top: 5px;
}
.wpContent .forms.select {
  margin: 0 0 48px 0;
}
.wpContent .forms.select select {
  width: auto;
  height: 40px;
  padding: 0 41px 0 18px;
  background: #820ad1;
  border-radius: 24px;
  border: 1px solid #820ad1;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.144s;
  background-image: url(img/arrow_down.svg);
  background-position: 80% center;
  background-repeat: no-repeat;
  background-size: 12px;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 130%;
  color: white;
}
.wpContent .hlArea {
  padding: 45px 0;
  background: #820ad1;
  text-align: center;
}
.wpContent .hlArea * {
  color: white;
}

.directors__item {
  margin-bottom: 72px;
}
.directors__item__header {
  margin-bottom: 2rem;
}
.directors__item__header img {
  margin-right: 2rem;
}
.directors__item__header span {
  display: block;
}
.directors__item__header span.name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 130%;
  color: #000;
  font-weight: 500;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}
.directors__item__header span.position {
  font-size: 16px;
  font-size: 1rem;
  line-height: 130%;
  color: #707070;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.directors__item__resume p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 130%;
  color: #000;
  font-weight: normal;
  letter-spacing: -0.01em;
}

.contact {
  max-width: 900px;
  margin: auto;
}
.contact h6 {
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .contact .contentBox {
    margin-left: auto;
    max-width: 308px;
  }
}
.contact .g-recaptcha {
  margin-bottom: 20px;
}
.contact .success-box {
  background-color: #820ad1;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  color: white;
  display: none;
  width: 100%;
  margin: auto;
  max-width: 600px;
}

.chart,
.chart__home {
  position: relative;
}

.highlight.ticker {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px;
}

.custom-arrow-default {
  width: 48px;
  height: 48px;
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpMwidZAAAD6ElEQVRoBe1YPWwTMRR+9t2lNLkgMSBgIukCghEGOpGOiLlILPxMCJiQYEJIkWCCgYWk6tSCkCitVNgYW3YYkWCBbiAYgPaSKrk7m/e5vZDQNEmTI1DpLDnx2e/ne5/t9y4hSlrCQMJAwkDCQMJAwkDCwH/KgNaC0HdlawbePN4VwbQD3G4uhmBkDDZaTRS1pM1Dk5+q3EY3ApjDWswtZoN83o8BvtD50s8LwtlzDx1jzG2sxXsnYg2gsEQWnRPhWLlyloSc1UGN0DE2c7xmZGLchdgCODGtneUJEeTK1VNah8+FMypIKZ9U6GOMOaxBBrJxxRBLAMeL71Jvrwg/X149IihclHuyGe2v14kMUAdjzGENMpCFThxBDJyjwSYA5UreQU76SzLtHlXrHoOnVoCCOAg3paree01iYuW6+yXSHSSQgXbgxPQbA/7Agy/MrlqUGQPe3wIeCDWlODAfMpCFDgKHjX8SQKGo7bdXTgIspTPpOelmx5ldPNsdANmQgSx0IAcbsNVBp+NSf0doXptsA8u50uqM5WYvKc8LOIFaPNXNpubdCKXr2qG3Nrtyfe9lg7DJpnnu8WPnRwjFiNMh7OfL3n0rw+ArnmLYsNUNPNQEZKEDXdjApLHZR6HbWQDFYkM+X/JuypHMLT4ScK+5N9Yw0aVBVkMXNmCrId/kozHXYdALYxvqeJdZYJDMfq7sXZR2alYrPjUqDBh9X2eYnQdaWraQNqmgfmnlmvuYcJQmiXeUK3cPrWfWCsu/qyynyxnmj1Co+gUPbEYXxY5tMd6ZRrWGrx5bTwFEVfbwo9VxTWrOVNbQ54wTR0XVjmZbwuZqTeEcfOykWnc9QlGxQQXl+7ckR9xDqmbS5UD5uw3BPt8HR9Uqn5mYiU/X9n6IfLeRbUx13IHIQK709SDv8Us5yuDrFVTZuMEDkKPq1Tp8wBd8bhS6zru8bQAR+ANPdEbI0UU2jFcEPq+69RWhwUUMA7ZtqjX7gk/47hZE+wA4E0ARkDLe2lN+hxnnvL1uIGoK+Pb9vc5O4As+4Rs+DRZkpzZt6x1AMSkKRZPzVn7izDN7nzsZrnEsErFuFW9jM4Ypzk9KkZV1KPjuLXxaenWeFs6F5hcdsDW1PxBxrkf25Zw2NuXd0Erd5YfvjBs/o2SL5qaRaAujtX6eI90IF2wgBP5gt3qfkPLOx6vuQ/MPh0H8u0b8UYB4FSHwLij68cJOjSz4SocjSsgqVSP7Q/lOU5pqllaOFFYQ1GzDvjDsmxCGAmIYTraPhi9NYT/vx+thwOjg4zTR8jc+FZsvkB0kk6WEgYSBhIGEgYSBhIGEgZ0y8AthKvi5qGC2rAAAAABJRU5ErkJggg==);
  transform: rotate(180deg);
}

.arrow-custom-image,
.custom-arrow-image {
  max-width: 20px;
}

.custom-arrow-default.up {
  transform: none;
}

.highlight.ticker .infos-wrapper {
  font-size: 12px;
}

.highlight.ticker .pref {
  font-weight: 700;
  color: #000;
}

.highlight.ticker .value {
  font-size: 30px;
  font-weight: 700;
  color: #004f9d;
}

.variation.down {
  color: #8b0000;
}

.infos-wrapper .ticker,
.variation.up {
  color: green;
}

.highlight .infos-wrapper > span {
  display: block;
}

.chart .loading-content {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  background: #fff;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s linear;
  visibility: visible;
  opacity: 1;
}

.btns.hide.simple-chart,
.chart :before,
.tbPrices.simple-chart {
  display: none;
}

.chart .loading-content.hide {
  visibility: hidden;
  opacity: 0;
}

.chart .tbPrices {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  float: left;
  font-family: "Graphik", sans-serif;
}

.chart .tbPrices li {
  margin: 0;
  padding: 0;
  float: left;
  width: 20%;
  list-style: none;
}

.chart .tbPrices .tbPrices__title {
  font-family: "Graphik", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: white;
  line-height: 18px;
  text-align: left;
  font-weight: 500;
  padding: 13px;
  background: black;
  border-radius: 8px 8px 0px 0px;
  border: none;
  width: 100%;
}

.chart .tbPrices .tbPrices__column {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #000;
  background: #f4f4f4;
  height: 102px;
}

.chart .tbPrices .tbPrices__column .tbPrices__column-box.first {
  border-bottom: 1px dashed #eee;
}

.chart .tbPrices .tbPrices__price {
  padding: 10px;
  background-color: #fff;
  height: 102px;
  display: flex;
  align-items: center;
}

.chart .tbPrices .tbPrices__column .label {
  height: 50px;
  display: inline-block;
  margin: 0 5px 0 15px;
  line-height: 50px;
}

.chart .containerIndexes label,
.table-footer {
  margin-right: 10px;
}

.chart .tbPrices .tbPrices__column .value {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
}

.chart .tbPrices .tbPrices__column .line,
.chart .tbPrices .tbPrices__column .tbPrices__column.first {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #eee;
}

.chart .tbPrices .preco {
  width: 100%;
  border-left: none;
  vertical-align: top;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -2px;
  color: #820ad1;
  display: block;
}

.chart .tbPrices .preco span.variation {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  color: #999;
  letter-spacing: -0.01em;
  letter-spacing: -1px;
}

.chart .tbPrices .preco span.variation.down {
  color: #c00;
}

.chart .tbPrices .preco span.variation.up {
  color: #2bda2b;
}

.chart .tbPrices .preco span.variation.neutro {
  color: #e28c3b;
}

.chart .tbPrices .maxima {
  color: #2bda2b;
}

.chart .tbPrices .minima {
  color: #c00;
}

.chart .tbPrices .abertura {
  color: #f1b70f;
}

.chart .tbPrices .dateReference {
  float: right;
  font-size: 12px;
  margin-top: 3px;
}

.chart .containerIndexes {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.table-footer {
  margin-bottom: 15px;
}

.table-footer::after {
  clear: both;
  content: "";
  display: block;
}

.table-footer .footer {
  font-family: arial;
  font-size: 10px;
  float: right;
  text-align: right;
  color: #848587;
  background: transparent;
}

.table-footer .footer .link a {
  text-decoration: none;
  color: #777;
}

.table-footer .footer .link a:hover {
  color: #000;
}

#texto .table-footer .footer a {
  color: #428bca;
  text-decoration: none;
}

.btns {
  margin-left: 10px;
  margin-top: 20px;
}

.btn-change-chart-period,
.btn-change-chart-type {
  color: #000;
  background-color: #f0f1f5;
  display: inline-block;
  padding: 13px 35px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn-change-chart-period.active,
.btn-change-chart-type.active {
  background: #820ad1;
  color: #fff;
}

.btn-change-chart-period:hover,
.btn-change-chart-type:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.highcharts-axis-labels text,
.highcharts-axis-labels tspan {
  fill: #aaa;
  font-size: 10px;
}

@media (max-width: 1023px) {
  .chart .tbPrices .tbPrices__price {
    width: 30%;
    height: 204px;
  }
  .chart .tbPrices .tbPrices__column {
    width: 70%;
    height: 51px;
  }
  .chart .tbPrices .tbPrices__column .tbPrices__column-box {
    float: left;
    width: 50%;
  }
  .chart .tbPrices .tbPrices__column .tbPrices__column-box.first {
    border-right: 1px dashed #eee;
    border-bottom: 0;
  }
}
@media (max-width: 639px) {
  .chart .tbPrices .tbPrices__price {
    width: 100%;
    height: 102px;
  }
  .chart .tbPrices .tbPrices__column {
    width: 100%;
    border-left: 1px dashed #eee;
    text-align: center;
  }
  .chart .tbPrices .tbPrices__column .label {
    margin-left: 0;
  }
}
@media (max-width: 439px) {
  .chart .tbPrices .tbPrices__column {
    width: 100%;
    height: 102px;
  }
  .chart .tbPrices .tbPrices__column:nth-child(even) {
    border-left: 1px dashed #eee;
  }
  .chart .tbPrices .tbPrices__column .tbPrices__column-box {
    width: 100%;
  }
  .chart .tbPrices .tbPrices__column .tbPrices__column-box.first {
    border-right: 0;
    border-bottom: 1px dashed #eee;
  }
}
.stockinfo {
  margin: 0;
}

.mziq-quotations {
  overflow: auto;
  width: 100%;
}

.mziq-quotations .scroll {
  min-width: 930px;
}

#historyForm {
  margin-right: 10px;
  margin-left: 10px;
}

.historyTabularPrices * {
  text-decoration: none;
}

.historyTickerIdentification {
  background: #000000;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  padding: 14px 15px;
}

.historyTabularPrices .loading {
  text-align: center;
}

.historyTabularPrices .scroll {
  float: left;
  overflow: auto;
  width: 100%;
}

.historyTabularPrices .form-inline {
  float: left;
  margin: 40px 0 48px 0;
  width: 100%;
}

.historyTabularPrices .form-inline div {
  float: left;
}

.historyTabularPrices .form-inline div.first {
  margin-right: 30px;
}

.historyTabularPrices .form-inline div input,
.historyTabularPrices .form-inline div label {
  color: #666;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 0;
  width: auto;
}

.historyTabularPrices label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
}

.historyTabularPrices .form-control {
  display: block;
  width: 100%;
  max-width: 105px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.historyTabularPrices .form-inline div label.info {
  font-size: 11px;
  float: right;
  margin-left: 10px;
}

.historyTabularPrices .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
}

.legend {
  width: 100%;
  color: #999;
  margin: 2px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  border-bottom: none;
  font-size: 11px;
}

.item .symbol {
  font-weight: 700;
  margin-left: 5px;
}

.historyTabularPrices .form-inline .btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 64px;
  color: #000;
  background-color: #f0f1f5;
  text-decoration: none;
  width: auto;
}

.historyTabularPrices .form-inline .btn-export {
  float: right;
}

.historyTabularPrices .form-inline .btn-export:hover {
  background-color: #820ad1;
  color: white;
}

.historyTabularPrices .form-inline .btn-close {
  display: none;
  background-color: #d9534f;
  border-color: #d43f3a;
  float: left;
  width: auto;
}

.historyTabularPrices .form-inline .btn-close:hover {
  background-color: #d43f3a;
}

.historyTabularPrices .fa-close:before {
  content: "\f00d";
  font: 100 17px/1 FontAwesome;
}

.historyTabularPrices .form-inline .btn-default {
  background-color: #820ad1;
  color: #fff;
  float: left;
}

.historyTabularPrices .form-inline .btn-default:hover {
  opacity: 0.9;
}

.historyTabularPrices .form-inline .btn:disabled {
  background-color: #dedede;
  border-color: #b7b7b7;
  color: #666;
  pointer-events: none;
}

.historyTabularPrices table th,
.historyTabularPrices table td {
  font-size: 14px;
  font-size: 0.875rem;
}
.historyTabularPrices table tfoot {
  display: none;
}

.historyTabularPrices .up {
  color: green;
  text-indent: 4px;
}

.variation .icon.up:after {
  content: "▲";
  display: inline-block;
  font-size: 10px;
}

.variation .icon.down:after {
  content: "▼";
  display: inline-block;
  font-size: 10px;
}

.historyTabularPrices .down {
  color: brown;
}

.historyTabularPrices .footer {
  width: 100%;
  margin: 10px 0;
  border-bottom: none;
  float: left;
  text-align: right;
  color: #666;
  font-size: 10px;
}

.table__history .fonte {
  width: 100%;
  font-size: 12px;
  color: #999;
  font-style: italic;
  float: right;
  border-bottom: none;
}

table#stockinfo-live-table {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 11px;
  display: table;
  color: #333;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  border-spacing: 2px;
}

table#stockinfo-live-table td,
table#stockinfo-live-table th {
  padding: 4px;
  background: 0 0;
  border-bottom: 1px solid #ddd;
  transition: all 0.2s ease-out;
  font-size: 11px;
}

table#stockinfo-live-table th {
  background: #e3e5e9;
  text-transform: uppercase;
}

table#stockinfo-live-table tr td {
  padding: 5px 4px;
}

table#stockinfo-live-table tr:hover {
  background: #f2f2ef;
}

table#stockinfo-live-table tr td.up {
  color: #006400;
}

table#stockinfo-live-table tr td.down {
  color: #8b0000;
}

table#stockinfo-live-table tr.footer td {
  padding: 15px 0 0 5px;
  border-bottom: none;
  font-size: 10px;
  color: #999;
}

table#stockinfo-live-table tr.footer td:hover {
  background: #fff;
}

table#stockinfo-live-table tr.footer td a {
  text-decoration: none;
  color: #777;
}

table#stockinfo-live-table tr.footer td a:hover {
  color: #000;
}

.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;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: -240px;
  top: 6px;
  height: 2px;
  background: #820ad1;
  -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: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4c0677;
  -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 {
  position: absolute;
  top: 0;
  padding: 20px 0 0px 10px;
  width: 138px;
  z-index: 2;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  color: #000;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-align: center;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#texto .cd-horizontal-timeline .events a.selected, #texto .cd-horizontal-timeline .events a:hover {
  font-weight: 500;
}

.cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: 50%;
  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 #4c0677;
  background-color: #4c0677;
  -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: #820ad1;
  border-color: #820ad1;
  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: #bd0fea;
}

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

@media (max-width: 992px) {
  .cd-timeline-navigation {
    margin: 2rem;
    justify-content: center;
  }
}

.cd-timeline-navigation a {
  z-index: 3;
  height: 34px;
  width: 34px;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-timeline-navigation a.prev {
  left: 0;
  background: url(img/timeline-prev.png) no-repeat 0 0;
  margin-right: 40px;
}
.cd-timeline-navigation a.next {
  right: 0;
  background: url(img/timeline-next.png) no-repeat 0 0;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.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;
}
@media (max-width: 992px) {
  .cd-horizontal-timeline > .events-content > ol > li {
    flex-flow: column-reverse;
  }
}

#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: #820ad1;
  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;
}
@media (min-width: 992px) {
  #texto .events-content,
.cd-horizontal-timeline .timeline {
    margin-bottom: 72px;
  }
}

#texto .events-content ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#texto .events-content h1 {
  color: #820ad1;
}
#texto .events-content p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  letter-spacing: -0.01em;
}
#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 .cd-horizontal-timeline .events-content ol li .scroll ul li ul li ul li::before {
  background: #ccc;
}

@media (min-width: 992px) {
  .info-txt {
    max-width: 420px;
    margin-left: auto;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .info-txt {
    margin-bottom: 2rem;
  }
}

@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;
  }
}
.cookieinfo {
  max-width: 1150px;
  margin: auto;
  bottom: 2rem !important;
  padding: 0 55px !important;
  background: #ececec;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .cookieinfo {
    flex-direction: column !important;
    flex-flow: column-reverse !important;
    bottom: 0 !important;
  }
}
.cookieinfo span {
  padding: 22px 0 22px 0 !important;
  font-size: 15px !important;
  line-height: 150% !important;
  font-weight: normal !important;
  color: #000 !important;
}
.cookieinfo a {
  color: #820ad1;
  font-size: 15px;
  text-decoration: underline;
}
.cookieinfo a:hover {
  opacity: 0.7;
}
.cookieinfo-close {
  margin: unset !important;
  background: #820ad1 !important;
  border-radius: 100px !important;
  color: #fff !important;
  min-width: 135px !important;
  margin-left: 48px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  transition: 0.5s all !important;
  padding: 9.5px 0 !important;
}
@media (max-width: 768px) {
  .cookieinfo-close {
    margin-left: 0px !important;
  }
}
.cookieinfo-close:hover {
  opacity: 0.7;
}

.accordion {
  margin: 20px 0;
}
.accordion__item {
  margin-bottom: 2rem;
}
.accordion__item__header {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.01em;
  border-top: 2px solid #000000;
  background: transparent;
  padding: 1rem 45px 1rem 0;
  cursor: pointer;
  position: relative;
  transition: 0.5s all;
}
.accordion__item__header::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(img/accordion-open.png);
  background-position: center;
  background-repeat: no-repeat;
}
.accordion__item__header.active:before {
  background-image: url(img/accordion-close.png);
}
.accordion__item__content {
  display: none;
  margin-top: 0;
  border: none;
  padding: 20px 0;
}
.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: 11px;
  cursor: pointer;
  z-index: 9;
}
.datepicker .nav-event.next {
  right: 15px;
}
.datepicker .nav-event.prev {
  left: 13px;
}
.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: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
.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 th {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 130%;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.datepicker .ui-datepicker-calendar tr td {
  padding: 5px;
  text-align: center;
  width: 14.3%;
  border: none;
}
.datepicker .ui-datepicker-calendar tr td span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #000;
}
.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: #4c0677;
}
.datepicker .ui-datepicker-calendar tr td.has-event.divulgacao-de-resultado span {
  background-color: #b7bac3;
}
.datepicker .ui-datepicker-calendar tr td.has-event.webcast span {
  background-color: #d8dae0;
}
.datepicker .ui-datepicker-calendar tr td.has-event.mais-de-um-evento span {
  background-color: #cf8cfc;
}
.datepicker .ui-datepicker-calendar tr td.has-event.conferencias span {
  background-color: #820ad1;
}
.datepicker .ui-datepicker-calendar tr td.has-event.outros-eventos span {
  background-color: #4c0677;
}
.datepicker .ui-datepicker-prev, .datepicker .ui-datepicker-next {
  display: none;
}

#legenda_eventos {
  width: 100%;
  margin: 56px 0 80px 0;
  text-align: center;
}
#legenda_eventos .legenda_texto {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 24px;
}
#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: #b7bac3;
}
#legenda_eventos .legenda_item .cor-02 {
  background: #d8dae0;
}
#legenda_eventos .legenda_item .cor-03 {
  background: #cf8cfc;
}
#legenda_eventos .legenda_item .cor-04 {
  background: #820ad1;
}
#legenda_eventos .legenda_item .cor-05 {
  background: #4c0677;
}
#legenda_eventos .legenda_item .label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  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 #820ad1;
  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);
  }
}
.tabs {
  margin-top: 80px;
}
.tabs--link li {
  width: 100%;
}
.tabs__nav {
  list-style: none;
  padding: 0 0 12px 0;
  margin: 0 0 56px 0;
  width: 100%;
  overflow: auto;
  position: relative;
}
.tabs__nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #f0f1f5;
  transition: 0.3s ease-in;
  z-index: -1;
}
.tabs__nav li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
  font-weight: normal;
  text-align: center;
  color: #727683;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: 0.5s all;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 1060px) {
  .tabs__nav li {
    margin-right: 1rem;
  }
}
.tabs__nav li:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: transparent;
  transition: 0.3s ease-in;
  z-index: 1;
}
.tabs__nav li.active {
  color: #820ad1;
  font-weight: 500;
}
.tabs__nav li.active:after {
  background: #820ad1;
}
.tabs__nav li:hover {
  color: #820ad1;
  opacity: 0.7;
}
.tabs__nav li a {
  text-decoration: none;
}
.tabs__content > div:not(.active) {
  display: none;
}

/* 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;
  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%);
}
@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: 49px;
  top: 36px;
  width: 30px;
  height: 30px;
  padding: 0 5px;
  color: transparent;
  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 .info .conteudo {
  position: absolute;
  right: 67px;
  top: 59px;
  max-width: 275px;
}
#popup .box-msg .info .conteudo p {
  color: white;
  font-size: 1.4375rem;
  line-height: 30px;
}
#popup .box-msg .info .img-popup {
  width: 100%;
}
#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: "Graphik", 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: #820ad1;
  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: #820ad1;
  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: #820ad1;
  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: "Graphik", 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: "Graphik", 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;
}

.popupModal {
  display: none !important;
  background: rgba(0, 0, 0, 0.75);
  z-index: 11;
  position: fixed;
  top: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  overflow: auto;
  padding: 30px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  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;
}
.popupModal.active {
  top: 0;
}
.popupModal__close {
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: -17px;
  z-index: 11;
  background: #820ad1;
  padding: 11px 14px 11px 15px;
  border-radius: 50%;
  color: white;
  font-weight: 500;
}
.popupModal__close::before {
  color: #000;
  font-size: 26px;
  font-size: 1.625rem;
}
.popupModal__content {
  width: 100%;
  max-width: 540px;
  position: relative;
  z-index: 9;
}
.popupModal__content .contentBody {
  background-color: white;
  padding: 20px;
}
.popupModal__content--title {
  color: #000;
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 19px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #820ad1;
  font-size: 26px;
  font-size: 1.625rem;
}
.popupModal__content--title span {
  font-weight: 500;
}
.popupModal__content--text h3 {
  font-family: "Graphik", sans-serif;
  color: #820ad1;
  padding: 15px 0;
  font-weight: 600;
  font-size: 25px;
  font-size: 1.5625rem;
}
.popupModal__content--text h4 {
  font-family: "Graphik", sans-serif;
  color: #820ad1;
  padding: 15px 0;
  font-weight: normal;
  font-size: 21px;
  font-size: 1.3125rem;
}
.popupModal__content--text h5 {
  font-family: "Graphik", sans-serif;
  color: #820ad1;
  padding: 15px 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.popupModal__content--text h6 {
  font-family: "Graphik", sans-serif;
  color: #820ad1;
  padding: 15px 0;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
.popupModal__content--text p,
.popupModal__content--text li {
  font-family: "Graphik", sans-serif;
  color: #000;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  font-size: 1rem;
}
.popupModal__content--text p,
.popupModal__content--text li {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
  font-weight: 300;
}
.popupModal__content--text ul {
  margin: 0 0 20px 0;
}
.popupModal__content--text ul li {
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}
.popupModal__content--text ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 6px;
  height: 6px;
  background-color: #820ad1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.popupModal__content--text a {
  color: #820ad1;
  cursor: pointer;
  text-decoration: underline;
}
.popupModal__content--text a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.popupModal__content--text strong {
  font-size: 18px;
  font-size: 1.125rem;
}
.popupModal__content .btnsMailing {
  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;
}
.popupModal__content .btnsMailing .btn {
  background-color: #efefef;
  padding: 6px 20px 4px;
  margin: 6px 0;
}
.popupModal__content .btnsMailing .btn.reset {
  display: none;
}

.popupModal__content {
  max-width: 600px;
}
.popupModal .contentBody {
  background-repeat: no-repeat;
  background-position: left 15px bottom;
  padding-bottom: 50px;
  position: relative;
  border-radius: 10px;
}
.popupModal .contentBody:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 0;
  background: url(img/logo-purple.png) no-repeat center center/100%;
  width: 60px;
  height: 60px;
}
.popupModal .contentBody .btn {
  padding-right: 15px;
  padding-left: 15px;
}

.color_black {
  color: #000000;
}

/* 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;
}

.contrast,
.contrast nav,
.contrast ol,
.contrast header,
.contrast .sub-menu,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast article,
.contrast *::before,
.contrast *::after,
.contrast .breadcrumb li,
.contrast .header .settingsBar {
  background-color: black !important;
  color: white !important;
}
.contrast *,
.contrast nav *,
.contrast ol *,
.contrast header *,
.contrast .sub-menu *,
.contrast footer *,
.contrast section *,
.contrast main *,
.contrast aside *,
.contrast article *,
.contrast *::before *,
.contrast *::after *,
.contrast .breadcrumb li *,
.contrast .header .settingsBar * {
  color: white !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,
.contrast li a,
.contrast a,
.contrast ul li {
  color: white !important;
}

.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 input[type=number],
.contrast select,
.contrast textarea,
.contrast th {
  background: black !important;
  color: white !important;
}
.contrast input[type=text]::-webkit-input-placeholder,
.contrast input[type=password]::-webkit-input-placeholder,
.contrast input[type=url]::-webkit-input-placeholder,
.contrast input[type=search]::-webkit-input-placeholder,
.contrast input[type=email]::-webkit-input-placeholder,
.contrast input[type=tel]::-webkit-input-placeholder,
.contrast input[type=date]::-webkit-input-placeholder,
.contrast input[type=month]::-webkit-input-placeholder,
.contrast input[type=week]::-webkit-input-placeholder,
.contrast input[type=datetime]::-webkit-input-placeholder,
.contrast input[type=datetime-local]::-webkit-input-placeholder,
.contrast input[type=number]::-webkit-input-placeholder,
.contrast select::-webkit-input-placeholder,
.contrast textarea::-webkit-input-placeholder,
.contrast th::-webkit-input-placeholder {
  color: white;
}
.contrast input[type=text]::-moz-input-placeholder,
.contrast input[type=password]::-moz-input-placeholder,
.contrast input[type=url]::-moz-input-placeholder,
.contrast input[type=search]::-moz-input-placeholder,
.contrast input[type=email]::-moz-input-placeholder,
.contrast input[type=tel]::-moz-input-placeholder,
.contrast input[type=date]::-moz-input-placeholder,
.contrast input[type=month]::-moz-input-placeholder,
.contrast input[type=week]::-moz-input-placeholder,
.contrast input[type=datetime]::-moz-input-placeholder,
.contrast input[type=datetime-local]::-moz-input-placeholder,
.contrast input[type=number]::-moz-input-placeholder,
.contrast select::-moz-input-placeholder,
.contrast textarea::-moz-input-placeholder,
.contrast th::-moz-input-placeholder {
  color: white;
}
.contrast input[type=text]::-ms-input-placeholder,
.contrast input[type=password]::-ms-input-placeholder,
.contrast input[type=url]::-ms-input-placeholder,
.contrast input[type=search]::-ms-input-placeholder,
.contrast input[type=email]::-ms-input-placeholder,
.contrast input[type=tel]::-ms-input-placeholder,
.contrast input[type=date]::-ms-input-placeholder,
.contrast input[type=month]::-ms-input-placeholder,
.contrast input[type=week]::-ms-input-placeholder,
.contrast input[type=datetime]::-ms-input-placeholder,
.contrast input[type=datetime-local]::-ms-input-placeholder,
.contrast input[type=number]::-ms-input-placeholder,
.contrast select::-ms-input-placeholder,
.contrast textarea::-ms-input-placeholder,
.contrast th::-ms-input-placeholder {
  color: white;
}
.contrast input[type=text]::-o-input-placeholder,
.contrast input[type=password]::-o-input-placeholder,
.contrast input[type=url]::-o-input-placeholder,
.contrast input[type=search]::-o-input-placeholder,
.contrast input[type=email]::-o-input-placeholder,
.contrast input[type=tel]::-o-input-placeholder,
.contrast input[type=date]::-o-input-placeholder,
.contrast input[type=month]::-o-input-placeholder,
.contrast input[type=week]::-o-input-placeholder,
.contrast input[type=datetime]::-o-input-placeholder,
.contrast input[type=datetime-local]::-o-input-placeholder,
.contrast input[type=number]::-o-input-placeholder,
.contrast select::-o-input-placeholder,
.contrast textarea::-o-input-placeholder,
.contrast th::-o-input-placeholder {
  color: white;
}
.contrast input[type=text]::input-placeholder,
.contrast input[type=password]::input-placeholder,
.contrast input[type=url]::input-placeholder,
.contrast input[type=search]::input-placeholder,
.contrast input[type=email]::input-placeholder,
.contrast input[type=tel]::input-placeholder,
.contrast input[type=date]::input-placeholder,
.contrast input[type=month]::input-placeholder,
.contrast input[type=week]::input-placeholder,
.contrast input[type=datetime]::input-placeholder,
.contrast input[type=datetime-local]::input-placeholder,
.contrast input[type=number]::input-placeholder,
.contrast select::input-placeholder,
.contrast textarea::input-placeholder,
.contrast th::input-placeholder {
  color: white;
}

.contrast button,
.contrast input[type=button],
.contrast input[type=reset],
.contrast input[type=submit] {
  background-color: black !important;
  color: white !important;
  border: 1px solid #fff !important;
}

.contrast .header__settings,
.contrast .header .settingsBar img,
.contrast .footer__logo,
.contrast .socialMedia img,
.contrast .footer > .container-fluid .sitemapBtn img {
  filter: invert(1);
}
.contrast .header .settingsBar__languageSwitcher a,
.contrast .footer__sitemap__menu > li > a {
  border-color: white;
}
.contrast .header form input {
  border: 1px solid white;
  border-left: none;
}
.contrast .header form button {
  border-right: none !important;
}
.contrast .pageHome__mailing__formContainer {
  background: black !important;
  border: 1px solid white !important;
}
.contrast .pageHome__mailing__formContainer a {
  text-decoration: underline !important;
}
.contrast section {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

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

.events__title {
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 26px;
  color: #820ad1;
  font-weight: 500;
}
