@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:300,400,500,700&display=swap");
/*!
Theme Name: MZiQ - Alper RI 2020
Author: MZiQ
Author URI: http://mziq.com/
Description: MZiQ CMS Theme for Alper RI 2020 Site
Version: 1.0
License: GNU General Public License v2 or later

General description...
*/
/* MZ Sites */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

*:before, *:after {
  font: 400 20px/1 dashicons;
}

html.no-js {
  margin-top: 0 !important;
}

.logged-in {
  padding-top: 32px;
}

@media screen and (max-width: 782px) {
  .logged-in {
    padding-top: 46px;
  }
  .logged-in .breadcrumb {
    top: 168.88px;
  }
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 172, 228, 0.2);
}

::-moz-scrollbar-track {
  background-color: rgba(0, 172, 228, 0.2);
}

::-ms-scrollbar-track {
  background-color: rgba(0, 172, 228, 0.2);
}

::-o-scrollbar-track {
  background-color: rgba(0, 172, 228, 0.2);
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

::-moz-scrollbar {
  width: 9px;
  height: 9px;
}

::-ms-scrollbar {
  width: 9px;
  height: 9px;
}

::-o-scrollbar {
  width: 9px;
  height: 9px;
}

::-webkit-scrollbar-thumb:hover {
  background: #06805B;
}

::-moz-scrollbar-thumb:hover {
  background: #06805B;
}

::-ms-scrollbar-thumb:hover {
  background: #06805B;
}

::-o-scrollbar-thumb:hover {
  background: #06805B;
}

::-webkit-scrollbar-thumb {
  background: #1380B1;
}

::-moz-scrollbar-thumb {
  background: #1380B1;
}

::-ms-scrollbar-thumb {
  background: #1380B1;
}

::-o-scrollbar-thumb {
  background: #1380B1;
}

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

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
@-ms-viewport {
  width: device-width;
}
.container {
  width: 100%;
  max-width: calc(1150px + 15px*2);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

.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 {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.333333%;
  }

  .pull-sm-2 {
    right: 16.666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.333333%;
  }

  .pull-sm-5 {
    right: 41.666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.333333%;
  }

  .pull-sm-8 {
    right: 66.666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.333333%;
  }

  .pull-sm-11 {
    right: 91.666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.333333%;
  }

  .push-sm-2 {
    left: 16.666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.333333%;
  }

  .push-sm-5 {
    left: 41.666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.333333%;
  }

  .push-sm-8 {
    left: 66.666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.333333%;
  }

  .push-sm-11 {
    left: 91.666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .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 {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.333333%;
  }

  .pull-md-2 {
    right: 16.666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.333333%;
  }

  .pull-md-5 {
    right: 41.666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.333333%;
  }

  .pull-md-8 {
    right: 66.666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.333333%;
  }

  .pull-md-11 {
    right: 91.666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.333333%;
  }

  .push-md-2 {
    left: 16.666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.333333%;
  }

  .push-md-5 {
    left: 41.666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.333333%;
  }

  .push-md-8 {
    left: 66.666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.333333%;
  }

  .push-md-11 {
    left: 91.666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .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 {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.333333%;
  }

  .pull-lg-2 {
    right: 16.666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.333333%;
  }

  .pull-lg-5 {
    right: 41.666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.333333%;
  }

  .pull-lg-8 {
    right: 66.666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.333333%;
  }

  .pull-lg-11 {
    right: 91.666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.333333%;
  }

  .push-lg-2 {
    left: 16.666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.333333%;
  }

  .push-lg-5 {
    left: 41.666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.333333%;
  }

  .push-lg-8 {
    left: 66.666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.333333%;
  }

  .push-lg-11 {
    left: 91.666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .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 {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.333333%;
  }

  .pull-xl-2 {
    right: 16.666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.333333%;
  }

  .pull-xl-5 {
    right: 41.666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.333333%;
  }

  .pull-xl-8 {
    right: 66.666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.333333%;
  }

  .pull-xl-11 {
    right: 91.666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.333333%;
  }

  .push-xl-2 {
    left: 16.666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.333333%;
  }

  .push-xl-5 {
    left: 41.666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.333333%;
  }

  .push-xl-8 {
    left: 66.666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.333333%;
  }

  .push-xl-11 {
    left: 91.666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .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%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.btn {
  border: 0;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 7.5px 20px;
  background-color: #06805B;
  color: #ffffff;
  line-height: 20px;
  font-weight: 300;
  margin-top: 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.btn#btnSearchHistory, .btn#btnExportToExcel {
  margin-top: 0 !important;
  background-color: #1380B1;
}
.btn:hover {
  background-color: #1380B1 !important;
  color: #ffffff;
}
.btn-white {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #06805B;
}
.btn-white:hover {
  background-color: #06805B !important;
  color: #ffffff;
}
.btn:focus {
  outline: 0;
}
.btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.btn-primary,
.btn-sucess {
  background: #06805B;
  color: #fff;
}

.page-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
}
.page-contact .form {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-contact .form.ri {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
}
.page-contact .form.ri .divider {
  padding-right: 30px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-contact .form.ri .divider:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  .page-contact .form.ri {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-contact .form.ri .divider {
    padding-right: 0;
  }
  .page-contact .form.ri .divider:first-child {
    margin-bottom: 15px;
  }
}
.page-contact .form__field {
  margin-top: 15px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-contact .form__field:first-child {
  margin-top: 0;
}
.page-contact .form__field .label {
  padding: 5px 0 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #1380B1;
  font-size: 15px;
  font-size: 0.9375rem;
}
.page-contact .form__field .input,
.page-contact .form__field .select,
.page-contact .form__field textarea {
  border: 1px solid #494949;
  height: 42px;
  padding: 0 15px;
  color: #494949;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: 100%;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
.page-contact .form__field .input::placeholder,
.page-contact .form__field .select::placeholder,
.page-contact .form__field textarea::placeholder {
  color: #1380B1;
  font-size: 15px;
  font-size: 0.9375rem;
}
.page-contact .form__field textarea {
  height: 170px;
  resize: none;
}
.page-contact .form__buttons {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.page-contact .form .recaptcha {
  margin: 5px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.page-contact .texto-destaque {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 510px;
  padding: 40px 30px;
}
.page-contact .texto-destaque .item {
  width: 100%;
}
.page-contact .texto-destaque .item h2 {
  font-family: "Montserrat", sans-serif;
  color: #1380B1;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 0;
  font-size: 19px;
  font-size: 1.1875rem;
}
.page-contact .texto-destaque .item p {
  margin: 0 0 15px;
  font-family: "Montserrat", sans-serif;
  color: #494949;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (max-width: 768px) {
  .page-contact .texto-destaque {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .page-contact {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-contact .form {
    max-width: 100%;
  }
  .page-contact .texto-destaque {
    padding: 30px 0;
  }
}

.home .mailer .form {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .mailer .form__field {
  margin-top: 15px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .mailer .form__field:first-child {
  margin-top: 0;
}
.home .mailer .form__field .label {
  display: none;
  padding: 5px 0 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #1380B1;
  font-size: 15px;
  font-size: 0.9375rem;
}
.home .mailer .form__field .input,
.home .mailer .form__field .select,
.home .mailer .form__field textarea {
  border: 2px solid #fff;
  height: 42px;
  padding: 0 15px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: 100%;
  background: transparent;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
.home .mailer .form__field .input::placeholder,
.home .mailer .form__field .select::placeholder,
.home .mailer .form__field textarea::placeholder {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}
.home .mailer .form__field .input option,
.home .mailer .form__field .select option,
.home .mailer .form__field textarea option {
  color: #494949;
}
.home .mailer .form__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.home .mailer .form__buttons .btn {
  text-transform: initial;
  font-weight: bold;
}
.home .mailer .form .recaptcha {
  margin: 15px 0 0;
  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;
}

.calendar-pdf {
  margin: 15px 0;
  border: solid #f2f2f2;
  border-width: 1px 0;
  padding: 4px 0 6px;
}
.calendar-pdf p {
  margin-bottom: 0 !important;
}
.calendar-pdf a {
  display: block;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  color: #1380B1;
}
.calendar-pdf a:hover {
  color: #06805B;
}

.datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}
.datepicker .nav-event {
  position: absolute;
  top: 4px;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}
.datepicker .nav-event::before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #1380B1;
  font-size: 30px;
  font-size: 1.875rem;
}
.datepicker .nav-event.next {
  right: 15px;
}
.datepicker .nav-event.prev {
  left: 13px;
}
.datepicker .nav-event.prev::before {
  content: "\f0d9";
}
.datepicker .nav-event:hover {
  opacity: 0.8;
}
.datepicker .ui-datepicker-group {
  display: table-cell;
  width: 33.3%;
  padding: 0 12px 0;
  vertical-align: top;
  border-right: none;
}
@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: #1380B1;
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.datepicker .ui-datepicker-inline {
  width: 100% !important;
  display: table !important;
  border-collapse: separate;
  margin: 0 auto;
  min-height: 310px;
}
.datepicker .ui-datepicker-calendar {
  margin-top: 0;
  border: none;
}
.datepicker .ui-datepicker-calendar tr th {
  text-align: center;
  border-top: 1px solid #494949;
}
.datepicker .ui-datepicker-calendar tr th:first-child {
  border-left: 1px solid #494949;
}
.datepicker .ui-datepicker-calendar tr th:last-child {
  border-right: 1px solid #494949;
}
.datepicker .ui-datepicker-calendar tr td {
  background: #fff;
  padding: 5px;
  text-align: center;
  width: 14.3%;
  border: none !important;
}
.datepicker .ui-datepicker-calendar tr td span {
  color: #494949;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
}
.datepicker .ui-datepicker-calendar tr td.has-event span {
  color: #fff;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.datepicker .ui-datepicker-calendar tr td.has-event.divulgacao-de-resultado span {
  background-color: #1380B1 !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.webcast span {
  background-color: #06805B !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.mais-de-um-evento span {
  background-color: #4e59aa !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.conferencias span {
  background-color: #717bca !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.outros-eventos span {
  background-color: #7edbff !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.presenciais span {
  background-color: #000000 !important;
}
.datepicker .ui-datepicker-prev, .datepicker .ui-datepicker-next {
  display: none;
}

#legenda_eventos {
  width: 100%;
  margin: 5px auto;
}
#legenda_eventos .legenda_item {
  display: inline-block;
  margin: 5px 15px 5px 0;
  position: relative;
}
#legenda_eventos .legenda_item .cor {
  position: absolute;
  left: 0;
  top: 9px;
  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-color: #1380B1 !important;
}
#legenda_eventos .legenda_item .cor-02 {
  background-color: #06805B !important;
}
#legenda_eventos .legenda_item .cor-03 {
  background-color: #4e59aa !important;
}
#legenda_eventos .legenda_item .cor-04 {
  background-color: #717bca !important;
}
#legenda_eventos .legenda_item .cor-05 {
  background-color: #7edbff !important;
}
#legenda_eventos .legenda_item .label {
  color: #494949;
  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;
}

.evento-futuro .export {
  text-align: center;
}
.evento-futuro .export a {
  margin: 5px;
}
.evento-futuro .export a img {
  width: 20px;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  clear: both;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

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

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.accordion__item {
  margin-bottom: 5px;
  border-bottom: 1px solid #005178;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.accordion__item__header {
  background-color: #005178;
  font-family: "Montserrat", sans-serif;
  padding: 10px 50px 10px 15px;
  cursor: pointer;
  font-weight: normal;
  position: relative;
  color: #fff;
  min-height: 43px;
  line-height: 23px;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.accordion__item__header .fa {
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 12px;
}
.accordion__item__header .fa:before {
  font-size: 23px;
  font-size: 1.4375rem;
}
.accordion__item__header .fa-minus-square-o, .accordion__item__header .fa-angle-up {
  display: none;
}
.accordion__item__header .fa-plus:before {
  content: "+";
}
.accordion__item__header .fa-minus {
  display: none;
}
.accordion__item__header .fa-minus:before {
  content: "-";
}
.accordion__item__header .fa-icon {
  position: absolute;
  top: 10px;
  right: 25px;
}
.accordion__item__header .fa-icon:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #fff;
}
.accordion__item__header:hover {
  background-color: #005178;
  color: #fff;
}
.accordion__item__header:hover .fa {
  color: #fff;
}
.accordion__item__header.active {
  background-color: #005178;
  color: #fff;
}
.accordion__item__header.active .fa {
  color: #fff;
}
.accordion__item__header.active .fa-plus, .accordion__item__header.active .fa-plus-square-o, .accordion__item__header.active .fa-angle-down {
  display: none;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion__item__header.active .fa-minus, .accordion__item__header.active .fa-minus-square-o, .accordion__item__header.active .fa-angle-up {
  display: inline-block;
}
.accordion__item__header.active .fa-icon:before {
  border-top: 0 solid transparent;
  border-bottom: 9px solid #005178;
}
.accordion__item__header.bg-primary {
  border-color: #1380B1;
  background-color: #1380B1;
  color: #fff;
}
.accordion__item__content {
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.accordion__item__content p {
  line-height: 24px;
  color: #494949;
  margin: 15px 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #494949;
  font-size: 16px;
  font-size: 1rem;
}
.accordion__item__content p:last-child {
  margin-bottom: 0;
}
.accordion .primary {
  border: 1px solid #1380B1;
  margin-bottom: 10px;
}
.accordion .primary__header {
  background-color: #fff;
  color: #4E85C5;
  padding: 15px 50px 15px 15px;
}
.accordion .primary__header .fa {
  color: #4E85C5;
  top: 15px;
}
.accordion .primary__header .fa-icon:before {
  border-top: 9px solid #4E85C5;
}
.accordion .primary__header:hover {
  background-color: #fff;
  color: #4E85C5;
}
.accordion .primary__header:hover .fa {
  color: #4E85C5;
}
.accordion .primary__header.active {
  background-color: #fff;
  color: #4E85C5;
}
.accordion .primary__header.active .fa {
  color: #4E85C5;
}
.accordion .primary__header.active .fa-icon:before {
  border-bottom: 9px solid #4E85C5;
}

#popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75);
}
#popup .mode-text {
  padding: 20px 40px 0px 40px;
}
#popup .logo-popup {
  background: url(img/logo-popup-white.png) no-repeat center;
  height: 80px;
  background-size: 240px 120px;
}
#popup .box-msg {
  background-color: #052144;
  padding: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 580px;
  z-index: 99999;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  border-radius: 0px 0px 70px 70px;
}
#popup .box-msg .info {
  background-color: white;
}
#popup .box-msg header {
  padding: 0 0 25px;
  background-color: #052144;
}
#popup .box-msg header h2 {
  line-height: 28px;
  font-size: 22px;
  font-family: "NewJuneMedium", arial, sans-serif;
  font-weight: bold;
  padding: 5px 15px;
  color: white;
  position: relative;
  z-index: 1;
}
#popup .box-msg header p {
  color: white;
}
#popup .box-msg main {
  float: left;
  width: 100%;
  position: relative;
  background-color: white;
  border-bottom-left-radius: 65px;
  border-bottom-right-radius: 65px;
  padding: 15px !important;
}
#popup .box-msg main h2 {
  color: #052144;
  font-size: 21px;
  float: left;
  width: 100%;
  margin: 10px 0;
}
#popup .box-msg main .subtitle-popup {
  width: 100%;
  float: left;
  text-align: center;
  color: #666666;
  margin-bottom: 10px;
  margin-top: 0;
}
#popup .box-msg main h3 {
  color: #052144;
  font-size: 17px;
  float: left;
  width: 100%;
  margin: 10px 0 15px;
}
#popup .box-msg main table {
  width: 100%;
  max-width: 350px;
  margin: 20px auto;
}
#popup .box-msg main table td {
  width: 50%;
  text-align: left;
  padding: 2px 15px;
  vertical-align: top;
  color: #666666;
  font-size: 16px;
}
#popup .box-msg main table td:first-child {
  border-right: 1px solid #052144;
}
#popup .box-msg main table td strong {
  color: #000;
  font-size: 16px;
}
#popup .box-msg main table td a {
  line-height: 20px;
  font-size: 17px;
  font-family: "NewJuneBook", arial, sans-serif;
  font-weight: normal;
  padding: 5px 15px;
  margin: 10px 0;
  color: #7e7e7e;
}
#popup .box-msg main p {
  margin-bottom: 15px;
  color: #666666;
  float: left;
  margin: 9px 0;
  width: 100%;
}
#popup .box-msg main p a {
  line-height: 25px;
  font-family: "NewJuneBook", arial, sans-serif;
  color: #666666;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 14.5px;
}
#popup .box-msg .close {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 30px;
  height: 30px;
  font-size: 25.5px;
  font-family: "NewJuneBold", arial, sans-serif;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  font-style: normal;
  cursor: pointer;
  z-index: 9999;
}
@media (max-width: 767px) {
  #popup {
    display: none;
  }
  #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);
  }
}

#popup-img {
  position: absolute;
  width: 100%;
  top: 0;
  height: 200vh;
}
#popup-img:after {
  content: "";
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.8);
  top: 0;
  right: 0;
}
#popup-img .close-img {
  font-weight: 600;
  color: #fff;
  font-style: inherit;
  position: absolute;
  right: 1px;
  left: initial;
  top: 5px;
  width: 21px;
  z-index: 9999999999;
}
#popup-img .content-info {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
@media (max-width: 767px) {
  #popup-img .content-info {
    max-width: 300px;
    max-height: 600px;
    overflow: auto;
  }
}
#popup-img .content-info img {
  position: relative;
  max-width: 500px;
  max-height: 604px;
}
#popup-img .content-info .link-popup-img {
  position: absolute;
  bottom: 10px;
  left: 25px;
  width: 108px;
  height: 30px;
  cursor: pointer;
}
#popup-img .content-info a {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999;
  position: inherit;
  top: 0;
}

.lightboxImage {
  cursor: pointer;
}

.modalImage {
  position: fixed;
  top: -100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 15px;
  z-index: 99999999;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.modalImage.active {
  height: 100%;
  top: 0;
}
.modalImage .closeModalImage {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 51px;
  width: 51px;
  display: inline-block;
  background: url(img/icons/icon-close-modal.png) no-repeat center;
  background-color: rgba(19, 128, 177, 0.75);
}
.modalImage .scroll {
  overflow: auto;
  height: calc(100vh - 30px);
  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;
}
.modalImage .scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.modalImage .scroll::-moz-scrollbar {
  width: 0;
  height: 0;
}
.modalImage .scroll::-ms-scrollbar {
  width: 0;
  height: 0;
}
.modalImage .scroll::-o-scrollbar {
  width: 0;
  height: 0;
}
.modalImage .scroll img {
  width: auto;
  margin: 0 auto;
  display: block;
}

.cookieinfo {
  max-width: 80%;
  margin: 0 auto 15px;
  padding: 25px 15px 12px 15px !important;
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-shadow: 0 0 5px 0px #e2e2e2;
  -moz-box-shadow: 0 0 5px 0px #e2e2e2;
  -ms-box-shadow: 0 0 5px 0px #e2e2e2;
  -o-box-shadow: 0 0 5px 0px #e2e2e2;
  box-shadow: 0 0 5px 0px #e2e2e2;
}
@media (max-width: 768px) {
  .cookieinfo {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
.cookieinfo .cookieinfo-close {
  min-width: 150px;
  padding: 12px;
  color: #fff !important;
  margin: 0 65px 15px 0;
  border-radius: 6px;
  background-color: #06805B;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  font-size: 12px;
  font-size: 0.75rem;
}
.cookieinfo .cookieinfo-close:hover {
  opacity: 0.5;
}
.cookieinfo .text {
  padding: 0 30px;
  width: 100%;
}
.cookieinfo .text h2 {
  font-family: "Montserrat", sans-serif;
  color: #1380B1;
  padding: 10px 0 15px 0;
  font-weight: bold;
  font-size: 29px;
  font-size: 1.8125rem;
}
.cookieinfo .text p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: textColor;
  line-height: 24px;
  text-align: justify;
  font-size: 14px;
  font-size: 0.875rem;
}
.cookieinfo .text p a {
  color: #06805B;
  text-decoration: underline;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.cookieinfo .text p a:hover {
  text-decoration: none;
}

.searchModal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  z-index: 999999;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.searchModal .container {
  padding: 25px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.searchModal.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.searchModal.active::before {
  content: "";
  background: url(img/bg-canvas-search.png) no-repeat center top;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.searchModal .searchModalClose {
  cursor: pointer;
  height: 51px;
  max-width: 70px;
  min-width: 70px;
  display: inline-block;
  background: url(img/icons/icon-close-modal.png) no-repeat center;
  position: relative;
  z-index: 11;
}
.searchModal .searchModalClose:hover {
  opacity: 0.5;
}
.searchModal form {
  position: relative;
  width: 100%;
  max-width: 540px;
  height: 51px;
  z-index: 10;
  border: 2px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.searchModal form fieldset {
  border: 0;
}
.searchModal form input {
  background: transparent;
  color: #494949;
  text-align: left;
  padding: 10px 60px 10px 20px;
  width: 100%;
  font-weight: 300;
  border: 0;
  line-height: 23px;
  font-size: 19px;
  font-size: 1.1875rem;
}
.searchModal form input::-webkit-input-placeholder {
  color: #ffffff;
}
.searchModal form input::-moz-input-placeholder {
  color: #ffffff;
}
.searchModal form input::-ms-input-placeholder {
  color: #ffffff;
}
.searchModal form input::-o-input-placeholder {
  color: #ffffff;
}
.searchModal form input::input-placeholder {
  color: #ffffff;
}
.searchModal form button {
  border: 0;
  cursor: pointer;
  background: url(img/icon-search-form.png) no-repeat center !important;
  padding: 10px;
  width: 60px;
  margin: 0;
  height: 100%;
  font-weight: normal;
  text-indent: -9000px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.searchModal form button:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .searchModal form input {
    padding: 10px 15px;
    font-size: 16px;
    font-size: 1rem;
  }
  .searchModal form button {
    padding: 10px 15px;
  }
  .searchModal .searchModalClose {
    max-width: 55px;
    min-width: 55px;
  }
}

.logged-in .header {
  top: 32px;
}

.home .header {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
}
.home .header .logo .white {
  display: none;
}
.home .header .links__listTop li.search img {
  display: block !important;
}
.home .header .links__listTop li.search img.white {
  display: none !important;
}

.interna .header.active {
  background-color: rgba(0, 81, 120, 0.85) !important;
}
.interna .header .logo img {
  display: none;
}
.interna .header .logo img.white {
  display: block;
}
.interna .header .links__listTop li.search img {
  display: none;
}
.interna .header .links__listTop li.search img.white {
  display: block;
}
.interna .header .links__listTop li.institucional a {
  background-color: #fff;
  color: #1380B1;
}
.interna .header .links__listTop li.icon-menu-open {
  color: #fff;
}
.interna .header .itensHeader h2 {
  color: #fff;
}
.interna .header .menu li .link {
  color: #fff !important;
}
@media (max-width: 1092px) {
  .interna .header {
    background-color: rgba(0, 81, 120, 0.85) !important;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.header:before {
  display: none;
  content: "";
  background-color: rgba(19, 128, 177, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 52px;
  width: 100%;
}
.header.active .links__listTop li.search img {
  display: none;
}
.header.active .links__listTop li.search img.white {
  display: block;
}
.header.active .menu li .link {
  color: #005178;
}
@media (max-width: 1092px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff !important;
    margin-bottom: 0 !important;
  }
  .header:before {
    display: none;
  }
  .header .menu {
    background-color: #fff;
  }
}
.header .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .logo {
  position: relative;
  padding: 10px 0;
  margin-right: 50px;
  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;
}
.header .logo__img {
  position: relative;
  min-width: 182px;
  max-width: 182px;
}
.header .logo__img img {
  width: 100%;
  display: block;
}
@media (max-width: 1092px) {
  .header .logo {
    padding: 10px;
    margin-right: 15px;
  }
  .header .logo__img {
    min-width: 110px;
    max-width: 110px;
  }
}
@media (max-width: 626px) {
  .header .logo__img {
    width: 90px;
  }
}
.header .menu {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .menu .container {
  max-width: 780px;
  margin: 0;
}
@media (max-width: 1092px) {
  .header .menu {
    background-color: rgba(19, 128, 177, 0.95);
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 50px 80px 50px 15px;
    overflow: auto;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    z-index: 999999;
  }
  .header .menu.active {
    left: 0;
  }
  .header .menu.active .icon-menu-close {
    display: block;
    right: 15px;
  }
  .header .menu .container {
    padding: 0;
    height: 100%;
    max-width: 100%;
    display: block;
  }
}
.header .menu .icon-menu-close {
  position: fixed;
  right: 110%;
  top: 37.5px;
  padding: 15px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.header .menu__list {
  margin: 0;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .menu__list:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 265px;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.header .menu__list > li {
  position: relative;
  margin: 0;
  padding: 10px 0;
}
.header .menu__list > li > a {
  font-style: normal;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 0;
  margin: 0;
  color: #005178;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.header .menu__list > li > a:before {
  display: none;
  content: "";
  position: absolute;
  top: 100%;
  left: -15px;
  height: 2px;
  width: calc(100% + 30px);
  background-color: #06805B;
}
.header .menu__list > li:last-child {
  margin-right: 0;
}
.header .menu__list > li:last-child .sub-menu {
  min-width: 200px;
}
.header .menu__list > li:hover .sub-menu {
  display: block;
}
.header .menu__list .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  min-width: 200px;
  padding: 5px 0;
  background-color: #005178;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .menu__list .sub-menu li {
  margin: 0;
}
.header .menu__list .sub-menu li a {
  color: #ffffff;
  line-height: 17px;
  padding: 7.5px 15px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.header .menu__list .sub-menu li a:hover {
  opacity: 0.5;
}
@media (max-width: 1092px) {
  .header .menu__list {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .menu__list:before {
    display: none !important;
  }
  .header .menu__list > li {
    width: 100%;
    margin: 0;
    padding-right: 0;
  }
  .header .menu__list > li:before {
    display: none;
  }
  .header .menu__list > li.first {
    max-width: 100%;
    min-width: 100%;
  }
  .header .menu__list > li > a {
    color: #fff;
    padding: 10px 0;
    text-align: left;
    width: 100%;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .header .menu__list > li > a:before {
    display: none !important;
  }
  .header .menu__list .sub-menu {
    display: block;
    position: static;
    height: auto;
    border: none;
    background-color: transparent;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    -ms-box-shadow: 0;
    -o-box-shadow: 0;
    box-shadow: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .header .menu__list .sub-menu li a {
    padding: 10px 0;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .header .menu__list .sub-menu li a:hover {
    background-color: transparent;
    opacity: 0.5;
  }
}
.header .itensHeader {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.header .itensHeader h2 {
  color: #1380B1;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
}
.header .itensHeader .container {
  padding: 0;
}
@media (max-width: 480px) {
  .header .itensHeader h2 {
    overflow: hidden;
    width: 0;
  }
  .header .itensHeader .lang a {
    border: none;
  }
  .header .itensHeader .lang a.active {
    display: none;
  }
}
.header .links {
  width: 100%;
  height: 52px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .links__listTop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header .links__listTop li {
  margin-left: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .links__listTop li:first-child {
  margin-left: 0;
}
.header .links__listTop li.search {
  cursor: pointer;
  min-width: 21px;
}
.header .links__listTop li.search .white {
  display: none;
}
.header .links__listTop li.search.mobile {
  display: none;
}
.header .links__listTop li.search.desktop .searchForm {
  background-color: #fff;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.header .links__listTop li.search.desktop .searchForm input {
  border: none;
  background-color: transparent;
  width: 260px;
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 1092px) {
  .header .links__listTop li.search.desktop .searchForm input {
    width: 190px;
  }
}
.header .links__listTop li.search.desktop .searchForm .btn {
  background-color: #1380B1;
  padding: 0;
  margin: 0;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.header .links__listTop li.institucional a {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  padding: 5px 10px;
  background: #1380B1;
  font-size: 13px;
  font-size: 0.8125rem;
}
.header .links__listTop li.lang {
  padding: 0;
}
.header .links__listTop li.lang a {
  height: 20px;
  width: 20px;
  text-indent: -9000px;
  display: inline-block;
  background: url(img/icons/icon-lang-pt.png) no-repeat center center;
}
.header .links__listTop li.lang a.en {
  background-image: url(img/icons/icon-lang-en.png);
}
.header .links__listTop li.lang a.active {
  display: none;
}
.header .links__listTop li.icon-menu-open {
  display: none;
  color: #494949;
  cursor: pointer;
}
@media (max-width: 1092px) {
  .header .links__listTop li.icon-menu-open {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.header .links__listTop li a {
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  color: #494949;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.header .links__listTop li a:hover {
  opacity: 0.5;
}
.header .links__listTop li a.disabled {
  display: none;
}
@media (max-width: 888px) {
  .header .links__listTop li.institucional, .header .links__listTop li.contraste, .header .links__listTop li.acessibilidade {
    display: none;
  }
  .header .links__listTop li.lang {
    margin-left: 0;
  }
  .header .links__listTop li.search.mobile {
    display: block;
  }
  .header .links__listTop li.search.desktop {
    display: none;
  }
}
@media (max-width: 1092px) {
  .header .links__listTop {
    margin-bottom: 0;
  }
  .header .links__listTop li.search img {
    display: none;
  }
  .header .links__listTop li.search img.white {
    display: block;
  }
}

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

  .logged-in {
    padding: 0 !important;
  }
  .logged-in .header {
    top: 0;
  }
}
html.modal-ativo,
.modal-ativo body {
  overflow: hidden;
  position: relative;
  height: 100%;
}
html.modal-ativo:before,
.modal-ativo body:before {
  content: "";
  background: #000;
  opacity: 0.99;
  filter: alpha(opacity=85);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  z-index: 5;
}

body {
  overflow-x: hidden;
  display: block;
}

main {
  overflow: hidden;
  display: block;
}

.overflow {
  overflow: auto;
  display: inline-block;
  width: 100%;
}

.wpcf7-submit {
  background-color: transparent;
  color: #1380B1;
  display: block;
  border: 0;
  text-align: center;
  letter-spacing: -0.688px;
  padding: 13px 15px;
  cursor: pointer;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.wpcf7-submit--big {
  width: 241px;
}
.wpcf7-submit--md {
  width: 165px;
}
.wpcf7-submit--sm {
  width: 120px;
}
.wpcf7-submit--white {
  color: #fff;
}
.wpcf7-submit--black {
  color: #000;
}
.wpcf7-submit--primaryColor {
  background-color: #1380B1;
}
.wpcf7-submit--secondaryColor {
  background-color: #06805B;
}
.wpcf7-submit--uppercase {
  text-transform: uppercase;
}
.wpcf7-submit--transparent {
  background: transparent;
  border: 1px solid #fff;
}
.wpcf7-submit:hover {
  opacity: 0.6;
}

.wpcf7-submit {
  background: #1380B1;
  color: #fff;
  width: 164px;
}

.bg-primaryColor {
  background-color: #1380B1;
}

.bg-secondaryColor {
  background-color: #06805B;
}

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

.bg-white2 {
  background-color: #f0f0f0;
}

.mb-20 {
  margin-bottom: 20px;
}

.bg-title-table {
  background-color: #1380B1;
  color: #fff !important;
  padding-left: 20px !important;
}

.indices {
  background: #eee;
  border-top: 6px solid #f5f5f5;
  padding: 26px 0;
  border-bottom: 6px solid #f5f5f5;
  margin-top: 10px;
  clear: both;
}
.indices img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .indices .xs-hide {
    display: block;
  }
  .indices .xs-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .indices .xs-only {
    display: block;
  }
  .indices .xs-hide {
    display: none;
  }
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.footer .container {
  min-height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__map {
  height: 55px;
  cursor: pointer;
  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-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
@media (max-width: 992px) {
  .footer__map {
    display: none;
  }
}
.footer__map .text {
  background-color: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.footer__map .fa {
  display: none !important;
}
.footer__map .fa:before {
  color: #fff;
  line-height: 18px;
  font-size: 24px;
  font-size: 1.5rem;
}
.footer__map .fa-angle-down, .footer__map .fa-caret-down {
  display: none;
}
.footer__map.active .fa {
  display: block;
}
.footer__map.active .fa-angle-up, .footer__map.active .fa-caret-up {
  display: none;
}
.footer__cotacoes {
  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;
}
.footer__cotacoes li {
  width: 100%;
  margin: 5px 10px;
  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;
}
.footer__cotacoes li span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  display: block;
  padding: 0 5px;
  font-size: 18px;
  font-size: 1.125rem;
}
.footer__cotacoes li span.up {
  color: #59F068;
}
.footer__cotacoes li span.down {
  color: #ff0000;
}
.footer__sociais {
  position: relative;
  height: 55px;
  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;
}
.footer__sociais .item {
  margin-left: 15px;
  position: relative;
}
.footer__sociais .item:first-child {
  margin-left: 0;
}
.footer__sociais .item a {
  display: block;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.footer__sociais .item a .icon {
  display: block;
}
.footer__sociais .item a .text {
  display: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.footer__sociais .item a:hover {
  opacity: 0.5;
}
.footer__copy {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
}
.footer__powerdby {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
}
.footer__powerdby a {
  color: #fff;
}
.footer__powerdby a:hover {
  opacity: 0.5;
}
.footer__powerdby a strong {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 1092px) {
  .footer {
    position: relative;
  }
  .footer__cotacoes li span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .footer__powerdby {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .footer__powerdby a strong {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-height: 570px) {
  .footer {
    position: static;
    background-color: #1380B1;
  }
}
@media (max-width: 768px) {
  .footer .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .container .footer__copy {
    margin: 15px 0;
  }
  .footer__cotacoes {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__cotacoes li {
    width: 100%;
    margin: 15px 10px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .footer__cotacoes li:first-child {
    margin-bottom: 0;
  }
  .footer__cotacoes li:last-child {
    margin-top: 0;
  }
  .footer__sociais {
    height: 50px;
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .footer__sociais:before {
    left: 50%;
    margin-left: -2000px;
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  .footer__powerdby {
    text-align: center;
    width: 100%;
  }
  .footer__powerdby a {
    margin: 0 auto 15px;
  }
}

.siteMap {
  background-color: #06805B;
  height: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 998;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.siteMap.active {
  height: 380px;
}
.siteMap .container {
  padding: 45px 15px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.siteMap__nav {
  width: 100%;
  display: block;
  margin-top: 15px;
  margin-bottom: 30px;
}
.siteMap__list {
  margin: 0;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.siteMap__list > li {
  position: relative;
  margin: 0;
  padding: 5px 45px 5px 0;
  width: 100%;
}
.siteMap__list > li:last-child {
  padding-right: 0;
}
.siteMap__list > li > a {
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding: 7px 0;
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  display: block;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: 0.25;
  -moz-transition: 0.25;
  -ms-transition: 0.25;
  -o-transition: 0.25;
  transition: 0.25;
}
.siteMap__list .sub-menu {
  display: block;
  width: 100%;
  padding: 25px 0 0;
}
.siteMap__list .sub-menu li {
  margin: 0;
}
.siteMap__list .sub-menu li a {
  color: #fff;
  line-height: 17px;
  padding: 7.5px 0;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.siteMap__list .sub-menu li a:hover {
  color: #1380B1;
}
@media (max-width: 992px) {
  .siteMap {
    display: none;
  }
}

.interna .main {
  background-color: #fff;
}
.interna .footer {
  position: relative;
  background-color: #fff;
  padding: 10px 0;
}
.interna .footer__powerdby a {
  color: #005178;
  font-size: 12px;
  font-size: 0.75rem;
}
.interna .footer.active {
  position: relative;
}
@media (max-width: 992px) {
  .interna .footer {
    position: static;
  }
}
@media (max-height: 570px) {
  .interna .footer {
    position: static;
  }
}

.home {
  background-color: #ffffff;
}
.home .banner {
  position: relative;
}
.home .slideshow .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 452px;
  position: relative;
  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;
}
@media (max-width: 992px) {
  .home .slideshow .item {
    max-height: 452px;
  }
}
@media (max-width: 768px) {
  .home .slideshow .item {
    min-height: 452px;
  }
}
.home .slideshow .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .slideshow .item .container {
  max-width: 810px;
}
.home .slideshow .item .container p {
  color: #fff;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  font-size: 19px;
  font-size: 1.1875rem;
}
.home .slideshow .item .container h2 {
  color: #fff;
  font-weight: 300;
  line-height: 39px;
  letter-spacing: 1px;
  font-size: 32px;
  font-size: 2rem;
}
@media (max-width: 1150px) {
  .home .slideshow .item .container {
    padding-bottom: 0;
  }
  .home .slideshow .item .container p {
    line-height: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
  .home .slideshow .item .container h2 {
    line-height: 30px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.home .slideshow .owl-nav {
  display: block;
}
.home .slideshow .owl-nav div {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  width: 50px;
  height: 50px;
  text-indent: -9000px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home .slideshow .owl-nav div.owl-prev {
  left: 45px;
  background-image: url(img/icons/icon-arrow-left.png);
}
.home .slideshow .owl-nav div.owl-next {
  right: 45px;
  background-image: url(img/icons/icon-arrow-right.png);
}
.home .slideshow .owl-nav div:hover {
  opacity: 0.5;
}
@media (max-width: 1380px) {
  .home .slideshow .owl-nav div.owl-prev {
    left: 15px;
  }
  .home .slideshow .owl-nav div.owl-next {
    right: 15px;
  }
}
.home .slideshow .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home .slideshow .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  cursor: pointer;
  margin: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.home .slideshow .owl-dots .owl-dot.active, .home .slideshow .owl-dots .owl-dot:hover {
  background-color: #fff;
}
@media (max-width: 1150px) {
  .home .slideshow .owl-nav {
    display: none;
  }
}
.home .cotacoes {
  background-color: #05A0AB;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .cotacoes .container {
  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;
}
@media (max-width: 768px) {
  .home .cotacoes .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home .cotacoes li {
  margin: 5px 25px;
  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;
}
.home .cotacoes li span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 20px;
  display: block;
  padding: 5px;
  font-size: 18px;
  font-size: 1.125rem;
}
.home .boxes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.home .boxes .container {
  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;
}
.home .boxes .noticias {
  max-width: 45%;
  min-width: 45%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .boxes .noticias h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 45px;
  color: #05A0AB;
  margin-bottom: 45px;
  font-size: 37px;
  font-size: 2.3125rem;
}
.home .boxes .noticias h2 span {
  font-weight: bold;
}
.home .boxes .noticias .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .boxes .noticias .list .item {
  border: 1px solid #05A0AB;
  margin-bottom: 20px;
}
.home .boxes .noticias .list .item a {
  padding: 5px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .boxes .noticias .list .item a .date {
  display: block;
  width: 110px;
  min-width: 110px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 32px;
  color: #FFC700;
  padding: 5px 0;
  font-size: 26px;
  font-size: 1.625rem;
}
.home .boxes .noticias .list .item a .title {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  color: #05A0AB;
  padding-right: 20px;
  font-size: 16px;
  font-size: 1rem;
}
.home .boxes .noticias .btn {
  max-width: 150px;
  text-align: center;
  margin-top: 0;
}
.home .boxes .destaques {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding: 30px 0 0 70px;
}
.home .boxes .destaques .item {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .boxes .destaques .item a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.home .boxes .destaques .item a .icon {
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.home .boxes .destaques .item a .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: #05A0AB;
  display: block;
  width: 100%;
  height: 45px;
  margin-top: 15px;
  padding: 0 15%;
  font-size: 16px;
  font-size: 1rem;
}
.home .boxes .destaques .item a:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .home .boxes .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .home .boxes .noticias {
    max-width: 100%;
    min-width: 100%;
  }
  .home .boxes .noticias h2 {
    margin: 15px 0;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .home .boxes .noticias .list .item {
    margin-bottom: 10px;
  }
  .home .boxes .noticias .list .item a {
    padding: 10px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home .boxes .noticias .list .item a .date {
    padding: 0;
    width: 100%;
    min-width: 100%;
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .home .boxes .noticias .list .item a .title {
    padding: 0;
  }
  .home .boxes .destaques {
    grid-template-columns: 1fr 1fr;
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .home .boxes .destaques {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .home .boxes .destaques .item a .text {
    padding: 0;
  }
}
@media (max-width: 319px) {
  .home .boxes .destaques {
    grid-template-columns: 1fr;
  }
  .home .boxes .destaques .item a .text {
    height: initial;
  }
}
.home .servicos {
  margin-top: 60px;
  padding: 95px 0 5px;
  background: url(img/bg-footer.png) no-repeat center top;
}
.home .servicos .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .servicos .mailer {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .servicos .mailer .col {
  max-width: 345px;
  min-width: 345px;
  padding: 0;
}
.home .servicos .mailer .col h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 45px;
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 37px;
  font-size: 2.3125rem;
}
.home .servicos .mailer .col h2 span {
  font-weight: bold;
}
.home .servicos .mailer .col p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
}
.home .servicos .mailer .col p:last-child {
  margin-bottom: 0;
}
.home .servicos .mailer .form {
  max-width: 445px;
  padding: 0 50px;
}
.home .servicos .contact {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.home .servicos .contact .phone {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  line-height: 61px;
  font-size: 50px;
  font-size: 3.125rem;
}
.home .servicos .contact__sociais {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .servicos .contact__sociais .item {
  margin-left: 6px;
  position: relative;
}
.home .servicos .contact__sociais .item:first-child {
  margin-left: 0;
}
.home .servicos .contact__sociais .item a {
  display: block;
  height: 40px;
  width: 40px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.home .servicos .contact__sociais .item a .icon {
  display: block;
}
.home .servicos .contact__sociais .item a .text {
  display: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.home .servicos .contact__sociais .item a:hover {
  opacity: 0.5;
}
.home .servicos .rodape {
  width: 100%;
  min-height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .servicos .rodape__powerdby {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
}
.home .servicos .rodape__powerdby a {
  color: #fff;
}
.home .servicos .rodape__powerdby a:hover {
  opacity: 0.5;
}
.home .servicos .rodape__logo a img {
  display: block;
  width: 140px;
}
@media (max-width: 1170px) {
  .home .servicos .contact .phone {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 992px) {
  .home .servicos {
    background: #06805B;
    padding: 25px 0 0;
    margin-top: 35px;
  }
  .home .servicos .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home .servicos .container + .container {
    background-color: #fff;
    padding: 10px 15px;
  }
  .home .servicos .container + .container .rodape__powerdby a {
    color: #06805B;
  }
  .home .servicos .mailer .form {
    padding: 0 0 0 30px;
  }
  .home .servicos .contact {
    padding: 25px 0;
  }
  .home .servicos .contact__sociais {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (max-width: 768px) {
  .home .servicos .mailer {
    display: block;
  }
  .home .servicos .mailer .col {
    max-width: 100%;
    min-width: 100%;
    padding: 0 0 15px;
  }
  .home .servicos .mailer .col h2 {
    margin-bottom: 15px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .home .servicos .mailer .form {
    max-width: 100%;
    padding: 0;
  }
}
.home .footer {
  display: none;
}

iframe {
  border: 0;
}

img {
  max-width: 100%;
}

.pageBanner {
  display: block;
  width: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 45px;
  overflow: hidden;
}
.pageBanner::before {
  background: url(img/bg-top-internas.png) no-repeat center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pageBanner::after {
  background: url(img/bg-canvas-interna.png) no-repeat center bottom;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1092px) {
  .pageBanner::after {
    display: none;
  }
}
.pageBanner .container {
  width: 100%;
  min-height: 368px;
  position: relative;
  z-index: 3;
  padding-top: 180px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 768px) {
  .pageBanner .container {
    min-height: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.pageBanner h1 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  padding: 0;
  font-size: 51px;
  font-size: 3.1875rem;
}
.pageBanner h1::before {
  display: none;
  background-color: #1380B1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 550px;
  height: 100%;
  z-index: -1;
}
.pageBanner h1::after {
  display: none;
  background-color: #1380B1;
  content: "";
  position: absolute;
  top: 0;
  right: 99%;
  width: 5000px;
  height: 100%;
  z-index: -1;
}
@media (max-width: 992px) {
  .pageBanner h1 {
    text-transform: initial;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.pageBanner__breadcrumb {
  position: relative;
}
.pageBanner__breadcrumb::before {
  display: none;
  background: linear-gradient(90deg, #1380B1 50%, rgba(6, 128, 91, 0) 100%);
  content: "";
  position: absolute;
  top: 8px;
  right: calc(100% + 15px);
  width: 220px;
  height: 6px;
}
.pageBanner__breadcrumb::after {
  display: none;
  background-color: #1380B1;
  content: "";
  position: absolute;
  top: 8px;
  right: calc(100% + 230px);
  width: 980px;
  height: 6px;
}
.pageBanner__breadcrumb li {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  line-height: 22px;
  font-size: 17px;
  font-size: 1.0625rem;
}
.pageBanner__breadcrumb li a {
  color: #fff;
  font-weight: 300;
}
.pageBanner__breadcrumb li a:hover {
  opacity: 0.7;
}
.pageBanner__breadcrumb li strong {
  text-decoration: none;
  font-weight: 300;
}
.pageBanner__breadcrumb li + li {
  margin-left: 10px;
}
.pageBanner__breadcrumb li.separator {
  color: #fff;
  position: relative;
}
@media (max-width: 576px) {
  .pageBanner__breadcrumb {
    display: none;
  }
}

body {
  background-color: #E5E5E5;
}

.wpContent {
  margin-bottom: 105px;
}
@media (max-width: 768px) {
  .wpContent {
    margin-bottom: 30px;
  }
}
.wpContent h1 {
  font-family: "Montserrat", sans-serif;
  color: #1380B1;
  padding: 15px 0;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
}
.wpContent h2 {
  font-family: "Montserrat", sans-serif;
  color: #06805B;
  padding: 15px 0;
  font-weight: bold;
  font-size: 39px;
  font-size: 2.4375rem;
}
.wpContent h3 {
  font-family: "Montserrat", sans-serif;
  color: #1380B1;
  padding: 15px 0;
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75rem;
}
.wpContent h4 {
  font-family: "Montserrat", sans-serif;
  color: #4E85C5;
  padding: 15px 0;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
}
.wpContent h5 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  padding: 15px 0;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.1875rem;
}
.wpContent h6 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  padding: 15px 0;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
}
.wpContent p, .wpContent td, .wpContent li {
  font-family: "Montserrat", sans-serif;
  color: #494949;
  line-height: 24px;
  font-size: 16px;
  font-size: 1rem;
}
.wpContent p, .wpContent li {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
  font-weight: 300;
}
.wpContent ul {
  margin: 0 0 20px 0;
}
.wpContent ul li {
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}
.wpContent ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 6px;
  height: 6px;
  background-color: #1380B1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.wpContent a {
  color: #1380B1;
  cursor: pointer;
  text-decoration: underline;
}
.wpContent a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.wpContent a.q4-financial-document {
  padding-left: 25px;
  position: relative;
}
.wpContent a.q4-financial-document .fa {
  position: absolute;
  left: 0;
  top: -4px;
}
.wpContent strong {
  font-size: 18px;
  font-size: 1.125rem;
}
.wpContent table {
  width: 100%;
  border-spacing: 0;
  margin: 15px 0;
  border-top: 1px solid #005178;
  border-right: 1px solid #005178;
  border: none;
}
.wpContent table.text-curriculo {
  border: none;
}
.wpContent table.text-curriculo td, .wpContent table.text-curriculo th {
  border: none !important;
  background-color: transparent;
  color: #06805B;
}
.wpContent table tr th, .wpContent table tr .tabelatt {
  color: #fff;
  background-color: #1380B1;
  border-bottom: 1px solid #1380B1;
  border-left: 1px solid #1380B1;
  font-weight: 400;
  padding: 15px;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
}
.wpContent table tr th:first-child, .wpContent table tr .tabelatt:first-child {
  border-left: 1px solid #1380B1;
}
.wpContent table tr th.data, .wpContent table tr th.icone, .wpContent table tr .tabelatt.data, .wpContent table tr .tabelatt.icone {
  text-align: center;
  width: 130px;
}
.wpContent table tr th.data.icone, .wpContent table tr th.icone.icone, .wpContent table tr .tabelatt.data.icone, .wpContent table tr .tabelatt.icone.icone {
  width: 60px;
  padding: 0;
}
.wpContent table tr th.ano, .wpContent table tr th.icone, .wpContent table tr .tabelatt.ano, .wpContent table tr .tabelatt.icone {
  font-size: 18px;
  font-size: 1.125rem;
}
.wpContent table tr th.bg-none, .wpContent table tr .tabelatt.bg-none {
  color: #1380B1;
  background-color: transparent;
  border-bottom: none;
  border: none;
}
.wpContent table tr td, .wpContent table tr .tabelatx {
  padding: 12px 15px;
  border-bottom: 1px solid #005178;
  border-left: 1px solid #005178;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}
.wpContent table tr td:last-child(), .wpContent table tr .tabelatx:last-child() {
  border-right: 1px solid #005178;
}
.wpContent table tr td.data, .wpContent table tr td.icone, .wpContent table tr .tabelatx.data, .wpContent table tr .tabelatx.icone {
  text-align: center;
  width: 190px;
  padding: 7.5px 15px;
  color: #929292;
}
.wpContent table tr td.data img, .wpContent table tr td.icone img, .wpContent table tr .tabelatx.data img, .wpContent table tr .tabelatx.icone img {
  margin: 0 auto;
}
.wpContent table tr td.data.icone, .wpContent table tr td.icone.icone, .wpContent table tr .tabelatx.data.icone, .wpContent table tr .tabelatx.icone.icone {
  width: 80px;
}
.wpContent table tr td.titulo, .wpContent table tr .tabelatx.titulo {
  font-size: 16px;
  font-size: 1rem;
}
.wpContent table tr td.off img, .wpContent table tr .tabelatx.off img {
  opacity: 0.75;
}
.wpContent table tr td.col-icone, .wpContent table tr .tabelatx.col-icone {
  width: 40px;
  padding: 0;
  position: relative;
}
.wpContent table tr td.col-icone .curriculoItem, .wpContent table tr .tabelatx.col-icone .curriculoItem {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wpContent table tr td.col-icone .curriculoItem .icon, .wpContent table tr .tabelatx.col-icone .curriculoItem .icon {
  position: absolute;
  top: 20px;
  right: 25px;
}
.wpContent table tr td.col-icone .curriculoItem .icon:before, .wpContent table tr .tabelatx.col-icone .curriculoItem .icon:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #000;
}
.wpContent table tr td.col-icone .curriculoItem .fa-angle-up, .wpContent table tr .tabelatx.col-icone .curriculoItem .fa-angle-up {
  display: none;
}
.wpContent table tr td.col-icone .curriculoItem .fa:before, .wpContent table tr .tabelatx.col-icone .curriculoItem .fa:before {
  color: #1380B1;
}
.wpContent table tr td .curriculoItem, .wpContent table tr .tabelatx .curriculoItem {
  color: #494949;
  position: relative;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
}
.wpContent table tr.curriculo {
  display: none;
  background: #005178;
  border-top: 0;
  margin-top: -6px;
}
.wpContent table tr.curriculo.ativo {
  display: block;
}
.wpContent table tr.curriculo td {
  border: 1px solid #005178;
  border-top: 0;
  position: relative;
  top: -10px;
  padding: 25px 15px;
}
.wpContent table tr.curriculo td p {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  color: #fff;
}
.wpContent table tr.curriculo td p:last-child {
  margin-bottom: 0;
}
.wpContent table tr.header-cv.active .col-icone .curriculoItem .fa {
  display: block;
}
.wpContent table tr.header-cv.active .col-icone .curriculoItem .fa-plus-square-o, .wpContent table tr.header-cv.active .col-icone .curriculoItem .fa-angle-down {
  display: none;
}
.wpContent table tr.header-cv.active .col-icone .curriculoItem .fa:before {
  color: #fff;
}
.wpContent table tr.header-cv:hover td, .wpContent table tr.header-cv.active td {
  background-color: #005178;
  color: #fff;
  border-top: 1px solid #005178;
  border-bottom: 1px solid #005178;
}
.wpContent table tr.header-cv:hover td:first-child, .wpContent table tr.header-cv.active td:first-child {
  border-left: 1px solid #005178;
}
.wpContent table tr.header-cv:hover td:last-child, .wpContent table tr.header-cv.active td:last-child {
  border-right: 1px solid #005178;
}
.wpContent table tr.header-cv:hover td a, .wpContent table tr.header-cv.active td a {
  color: #fff;
}
.wpContent table tr.header-cv:hover td .icon:before, .wpContent table tr.header-cv.active td .icon:before {
  border-top: 9px solid #fff !important;
}
.wpContent table tr.header-cv:hover td .fa:before, .wpContent table tr.header-cv.active td .fa:before {
  color: #fff;
}
.wpContent table tr.header-cv td {
  background-color: #EBEBEB;
  color: #fff;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.wpContent table tr.header-cv td:first-child {
  border-left: 1px solid #EBEBEB;
}
.wpContent table tr.header-cv td:last-child {
  border-right: 1px solid #EBEBEB;
  text-align: center;
}
.wpContent table tr.header-cv td a {
  color: #1380B1;
  padding-left: 0;
}
.wpContent table tr.separator td {
  padding: 4px;
  border: 0;
}
.wpContent table tfoot td {
  border: none !important;
}
.wpContent table.table__history th, .wpContent table.table__history td, .wpContent table.table__history a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
.wpContent table.mobile-viewer tbody td {
  border-left: 1px solid #005178;
}
.wpContent table.mobile-viewer tbody td:last-child {
  border-right: 1px solid #005178;
}
.wpContent .btnsMailing .btn {
  float: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.wpContent .table-footer .footer {
  background: transparent;
}

.search-results .ui-main h3 {
  background-color: #005178;
  padding-left: 15px;
  margin-bottom: 0;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
.search-results .ui-main .column {
  margin-bottom: 35px;
}
.search-results .ui-main table {
  margin-top: 0;
}
.search-results .ui-main table td a {
  font-weight: normal;
  color: #494949;
  text-decoration: none;
  display: block;
}
.search-results .ui-main table td a:hover {
  text-decoration: underline;
}
.search-results .ui-main .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

/*sucesso*/
.form-contato .box-sucesso {
  display: none;
  float: left;
  position: relative;
  margin-top: 5px;
  color: #fff;
  width: 100%;
  padding: 30px 15px;
  margin-bottom: 5px;
  letter-spacing: -1px;
  font-size: 19.2px;
  text-align: center;
  background-color: #06805B;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*loading*/
#loading {
  display: table;
  margin: 25px auto;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #1380B1;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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);
  }
}
.wpContent .dinamic-curriculum tr th {
  padding: 10px 15px;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
.wpContent .dinamic-curriculum tr th:first-child {
  text-align: left;
}
.wpContent .dinamic-curriculum tr.header-cv td {
  color: #005178;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.wpContent .dinamic-curriculum tr.header-cv td:first-child {
  text-align: left;
}
.wpContent .dinamic-curriculum tr.header-cv td a {
  text-decoration: none;
}
.wpContent .dinamic-curriculum tr.header-cv td a .fa {
  display: none;
}
.wpContent .dinamic-curriculum tr.header-cv:hover td, .wpContent .dinamic-curriculum tr.header-cv.active td {
  background-color: #005178 !important;
  color: #fff;
}
.wpContent .dinamic-curriculum tr.header-cv:hover td a, .wpContent .dinamic-curriculum tr.header-cv.active td a {
  color: #fff;
}
.wpContent .dinamic-curriculum tr.header-cv:hover td.curriculoItem img, .wpContent .dinamic-curriculum tr.header-cv.active td.curriculoItem img {
  filter: invert(100%);
}
.wpContent .dinamic-curriculum tr.curriculo {
  margin: 0;
}
.wpContent .dinamic-curriculum tr.curriculo td {
  background-color: #005178 !important;
  top: 0;
  padding: 10px 15px;
}
.wpContent .dinamic-curriculum tr.curriculo td p {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}

.page-template-page-principais-indicadores .wpContent .container {
  max-width: 100%;
  padding: 0;
}

.page-principais-indicadores {
  margin: -30px 0 0 0;
}
.page-principais-indicadores .container-page {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
}
.page-principais-indicadores .bloco-1 {
  clear: both;
}
.page-principais-indicadores .bloco-1 .imagem {
  float: right;
  display: inline-block;
  width: 50%;
}
@media (max-width: 900px) {
  .page-principais-indicadores .bloco-1 .imagem {
    display: block;
    margin: 0 auto;
    float: unset;
    width: 100%;
  }
}
.page-principais-indicadores .bloco-1 .imagem img {
  max-width: unset;
  height: auto;
}
@media (max-width: 1365px) {
  .page-principais-indicadores .bloco-1 .imagem img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-1 .imagem img {
    max-width: 90%;
  }
}
.page-principais-indicadores .bloco-1 .texto {
  padding: 0 112px 0 45px;
}
@media (max-width: 900px) {
  .page-principais-indicadores .bloco-1 .texto {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-1 .texto {
    padding: 0 30px;
  }
}
.page-principais-indicadores .bloco-1 .texto .conteudo {
  float: left;
  display: inline-block;
  width: 50%;
}
@media (max-width: 900px) {
  .page-principais-indicadores .bloco-1 .texto .conteudo {
    display: block;
    margin: 0 auto;
    float: unset;
    width: 100%;
  }
}
.page-principais-indicadores .bloco-1 .texto .conteudo p {
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  font-size: 20px;
  color: #333333;
}
.page-principais-indicadores .bloco-2 {
  background: linear-gradient(92.34deg, #1A9B97 15.56%, #226A72 94.16%);
  padding: 30px 0;
  clear: both;
}
.page-principais-indicadores .bloco-2 .conteudo {
  display: table;
}
.page-principais-indicadores .bloco-2 .conteudo .texto-esquerdo {
  width: 55%;
  display: table-cell;
  padding: 0 50px 0 25px;
  font-size: 23px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-2 .conteudo .texto-esquerdo {
    width: 100%;
    display: block;
    margin: 10px auto;
    padding: 0 20px;
  }
}
.page-principais-indicadores .bloco-2 .conteudo .texto-direito {
  width: 45%;
  display: table-cell;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-2 .conteudo .texto-direito {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.page-principais-indicadores .bloco-2 .conteudo .texto-direito .conteudo {
  display: table;
  margin: 0 auto;
  font-style: normal;
  line-height: 35px;
  font-size: 29px;
  color: #FFC17C;
}
.page-principais-indicadores .bloco-3 h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  line-height: 35px;
  color: #FFFFFF;
  margin: 0;
  padding: 50px 0 20px 0;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 h3 {
    font-sie: 20px;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .titulos {
  max-width: 993px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .titulos {
    display: flex;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .titulos .titulo {
  display: inline-block;
  padding: 0 105px;
}
@media (max-width: 900px) {
  .page-principais-indicadores .bloco-3 .conteudo .titulos .titulo {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .titulos .titulo {
    width: 50%;
    text-align: center;
    padding: 0;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .itens {
  max-width: 993px;
  margin: 0 auto;
  padding: 40px 0 40px 0;
}
.page-principais-indicadores .bloco-3 .conteudo .itens .table-cell {
  display: table-cell;
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item {
  width: 354px;
  background: #FFFFFF;
  clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
  padding: 10px 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item {
    clip-path: unset;
    padding: 10px;
    width: 390px;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item .row {
  width: 100%;
  clear: both;
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item .row .icon-img {
  display: inline-block;
  vertical-align: middle;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item .row .icon-img {
    display: block;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item .row .icon-img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item .row .icon-img img {
    margin: 0 auto;
    padding: 0;
    display: block;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item .row .texto {
  display: inline-block;
  width: 60%;
  color: #1AA096;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  vertical-align: middle;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 900px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item .row .texto {
    padding: 0 0px 5px 0px;
  }
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item .row .texto {
    width: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item .row .texto p {
  margin: 0;
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item-right {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 3% 50%);
  padding: 10px 0 10px 25px;
  background: linear-gradient(90.62deg, #18636E -4.12%, #1AA096 84.51%);
  vertical-align: middle;
  width: 654px;
}
@media (max-width: 950px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item-right {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 3% 50%);
  }
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item-right {
    clip-path: unset;
    padding: 10px;
    width: 50%;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row {
  width: 100%;
  clear: both;
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .icon-img {
  display: inline-block;
  vertical-align: middle;
  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;
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .icon-img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .icon-img img {
    display: block;
    padding: 10px 0;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 950px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .icon-img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .texto {
  display: inline-block;
  width: 60%;
  color: #FFF;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  vertical-align: middle;
  padding: 0 30px 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 950px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .texto {
    display: block;
    width: 100%;
    padding: 0 30px 5px 30px;
  }
}
@media (max-width: 900px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .texto {
    padding: 0 0px 5px 0px;
  }
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .texto {
    padding: 0 5px 5px 5px;
    text-align: center;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .texto p {
  margin: 0;
  color: #FFF;
}
.page-principais-indicadores .bloco-3 .conteudo .itens .divisa {
  display: inline-block;
}
.page-principais-indicadores .bloco-4 {
  background: #ebfaf9;
  padding: 0 0 51px 0;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights h3 {
  text-align: center;
  padding-top: 37px;
  font-weight: bold;
  font-size: 29px;
  line-height: 35px;
  color: #216F76;
  margin: 0;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights {
  display: flex;
  flex-wrap: wrap;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights .blocos-highlights {
  flex-direction: column;
  align-items: center;
  flex: 1 0 21%;
  padding: 0 0 20px 0;
  margin: 25px;
  width: 212px;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights .blocos-highlights .conteudo {
  background: #fff;
  margin: 0 auto;
  width: 212px;
  height: 150px;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights .blocos-highlights .conteudo img {
  padding: 20px 0;
  margin: 0 auto;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights .blocos-highlights .conteudo span {
  text-align: center;
  display: block;
  color: #216F76;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  padding: 0 0 19px 0;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights .blocos-highlights .conteudo .numbers {
  width: 212px;
  height: 150px;
  top: 0;
  margin-top: 150px;
  background: #fff;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights .blocos-highlights .conteudo .numbers .number {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #FFA409;
  margin: 0 auto;
  padding: 35px 0 0 0;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights .blocos-highlights .conteudo .numbers .title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #216F76;
  margin: 0 auto;
  padding: 0 20px;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights .blocos-highlights .conteudo:hover .numbers {
  margin-top: 0;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .link-btn {
  background: #FFA409;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  margin: 0 auto;
  display: block;
  width: 228px;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.64);
}
.page-principais-indicadores .bloco-5 .impact-investments {
  background: #216F76;
  display: flex;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-5 .impact-investments {
    background: transparent;
    display: block;
  }
}
.page-principais-indicadores .bloco-5 .impact-investments .img-impact {
  width: 50%;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-5 .impact-investments .img-impact {
    width: 100%;
  }
}
.page-principais-indicadores .bloco-5 .impact-investments .texto-impact {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-5 .impact-investments .texto-impact {
    width: 100%;
    padding: 50px 0;
    background: #216F76;
  }
}
.page-principais-indicadores .bloco-5 .impact-investments .texto-impact h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 100%;
  text-align: center;
  color: white;
  margin-top: 122px;
}
@media (max-width: 1080px) {
  .page-principais-indicadores .bloco-5 .impact-investments .texto-impact h3 {
    margin: 90px 0 0 0;
  }
}
@media (max-width: 900px) {
  .page-principais-indicadores .bloco-5 .impact-investments .texto-impact h3 {
    margin: 40px 0 0 0;
  }
}
.page-principais-indicadores .bloco-5 .impact-investments .texto-impact > button {
  background: #FFA409;
  width: 173px;
  height: 49px;
  border: 0;
  padding: 0 15px;
  margin-top: 50px;
}
.page-principais-indicadores .bloco-5 .impact-investments .texto-impact > button a {
  color: white;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.64);
  text-decoration: none;
}

.page-stockinfo table td.bold {
  font-weight: bold;
}
.page-stockinfo table td.green {
  color: #1380B1;
}

.file-manager .select-wrapper,
.evento-realizado .select-wrapper {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.file-manager .select-wrapper label,
.evento-realizado .select-wrapper label {
  background-color: #fff;
  border: 2px solid #06805B;
  position: relative;
}
.file-manager .select-wrapper label:before,
.evento-realizado .select-wrapper label:before {
  display: none;
  content: "";
  position: absolute;
  right: 20px;
  top: 18px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #06805B;
}
.file-manager .select-wrapper label .fa,
.evento-realizado .select-wrapper label .fa {
  position: absolute;
  right: 16px;
  top: 11px;
}
.file-manager .select-wrapper label .fa:before,
.evento-realizado .select-wrapper label .fa:before {
  color: #06805B;
}
.file-manager .select-wrapper select,
.evento-realizado .select-wrapper select {
  background-color: transparent;
  border: none;
  color: #06805B;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding: 10px 40px 10px 20px;
  width: 115px;
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
.file-manager .select-wrapper select option,
.evento-realizado .select-wrapper select option {
  color: #06805B;
}
.file-manager .accordion__item,
.evento-realizado .accordion__item {
  border: none;
  margin-bottom: 15px;
}
.file-manager .accordion__item__content,
.evento-realizado .accordion__item__content {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.file-manager .accordion__item .arquivos__list,
.evento-realizado .accordion__item .arquivos__list {
  border: 1px solid #005178;
  border: none;
}
.file-manager .accordion__item .arquivos__list--item,
.evento-realizado .accordion__item .arquivos__list--item {
  padding: 0;
  padding: 5px 15px;
  width: 100%;
  height: 55px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.file-manager .accordion__item .arquivos__list--item .data,
.evento-realizado .accordion__item .arquivos__list--item .data {
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #6A6A6A;
  width: 95px;
  font-size: 17px;
  font-size: 1.0625rem;
}
.file-manager .accordion__item .arquivos__list--item .icon,
.evento-realizado .accordion__item .arquivos__list--item .icon {
  width: 80px;
  text-align: center;
  line-height: 0;
}
.file-manager .accordion__item .arquivos__list--item .icon img,
.evento-realizado .accordion__item .arquivos__list--item .icon img {
  margin: 0 auto;
}
.file-manager .accordion__item .arquivos__list--item .title,
.evento-realizado .accordion__item .arquivos__list--item .title {
  width: calc(100% - 175px);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  color: #6A6A6A;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  font-size: 17px;
  font-size: 1.0625rem;
}
.file-manager .accordion__item .arquivos__list--item:last-child,
.evento-realizado .accordion__item .arquivos__list--item:last-child {
  margin-bottom: 0;
}

.results-center .arquivos__list {
  padding: 10px 0 0;
  width: 100%;
  min-width: 380px;
}
.results-center .arquivos__list tr .tabelatt {
  background-color: #1380B1;
  border-color: #1380B1;
  border: none !important;
}
.results-center .arquivos__list tr .tabelatt.ano {
  text-align: left;
}
.results-center .arquivos__list tr .icone {
  width: 15% !important;
  text-align: center;
  line-height: 0;
}
.results-center .arquivos__list tr .icone img {
  margin: 0 auto;
}
.results-center .arquivos__list tr .icone a {
  display: block;
  line-height: 0;
}
.results-center .arquivos__list tr td {
  border: none !important;
}

.file-manager .sibling-nav ul {
  margin: 0 0 20px 0;
  display: table;
  width: 100%;
  padding: 0;
  border: 1px solid #1380B1;
}
.file-manager .sibling-nav ul li {
  display: table-cell;
  width: 33.3%;
  padding: 0;
  border-left: 1px solid #1380B1;
}
.file-manager .sibling-nav ul li:first-child {
  border-left: 0;
}
.file-manager .sibling-nav ul li:before {
  display: none;
}
.file-manager .sibling-nav ul li a {
  padding: 15px 10px;
  color: #1380B1;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
}
.file-manager .sibling-nav ul li a.active {
  color: #fff;
  background: #1380B1;
}

.curriculum .list__head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.curriculum .list__head .item {
  min-width: 50%;
  max-width: 50%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  padding: 10px 0;
  line-height: 24px;
  color: #1380B1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
}
.curriculum .list__head .item.cargo {
  padding-left: 15px;
}
.curriculum .list__cvs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.curriculum .list__cvs .header-cv {
  border: 2px solid #1380B1;
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.curriculum .list__cvs .header-cv .item {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #1380B1;
  padding: 10px 15px;
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.curriculum .list__cvs .header-cv .item.name {
  min-width: 50%;
  max-width: 50%;
}
.curriculum .list__cvs .header-cv .icon {
  cursor: pointer;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  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;
}
.curriculum .list__cvs .header-cv .icon .fa:before {
  color: #06805B;
}
.curriculum .list__cvs .header-cv .icon .fa-angle-up {
  display: none;
}
.curriculum .list__cvs .header-cv.active .icon .fa {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.curriculum .list__cvs .header-cv.active .icon .fa-angle-down {
  display: none;
}
.curriculum .list .curriculo {
  border: 2px solid #1380B1;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 12px 15px 10px 15px;
  line-height: 24px;
  color: #494949;
  position: relative;
  z-index: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}
.curriculum .list .separator {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 580px) {
  .curriculum .list__head {
    display: none;
  }
  .curriculum .list__cvs .header-cv {
    padding: 10px 50px 10px 15px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .curriculum .list__cvs .header-cv .item {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .curriculum .list__cvs .header-cv .item.cargo {
    color: #979797;
  }
}

.page-template-page-stockinfo .stockinfo-chart .chart .tbPrices__title {
  background-color: #1380B1;
}
.page-template-page-stockinfo .historyTabularPrices .form-inline .btn-default, .page-template-page-stockinfo .historyTabularPrices .form-inline .btn-export {
  background-color: #1380B1;
  border: none;
}
.page-template-page-stockinfo .historyTabularPrices tfoot tr td {
  background-color: transparent !important;
}
.page-template-page-stockinfo .btn-change-chart-type.active,
.page-template-page-stockinfo .btn-change-chart-period.active {
  background-color: #1380B1;
}

.wpContent .accordion .modelagem {
  padding: 0;
}
.wpContent .accordion .modelagem__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpContent .accordion .modelagem__item {
  margin: 15px;
  width: calc(20% - 30px);
  padding: 0;
}
.wpContent .accordion .modelagem__item:before {
  display: none;
}
.wpContent .accordion .modelagem__item--img {
  display: block;
  line-height: 0;
}
.wpContent .accordion .modelagem__item--img img {
  width: 100%;
}
.wpContent .accordion .modelagem__item--txt {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #06805B;
  padding-top: 5px;
  height: 60px;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 992px) {
  .wpContent .accordion .modelagem__item {
    width: calc(25% - 30px);
  }
}
@media (max-width: 768px) {
  .wpContent .accordion .modelagem__item {
    width: calc(33.333% - 30px);
  }
}
@media (max-width: 576px) {
  .wpContent .accordion .modelagem__item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 350px) {
  .wpContent .accordion .modelagem__item {
    width: calc(100% - 30px);
  }
  .wpContent .accordion .modelagem__item--txt {
    height: auto;
    -webkit-line-clamp: 10;
  }
}

.visaoGeral__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 35px;
  padding: 30px 0;
}
.visaoGeral__list .columnItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: 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;
}
.visaoGeral__list .item {
  padding: 0;
  min-height: 146px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.visaoGeral__list .item .logo {
  max-width: 100px;
  min-width: 100px;
  padding-right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.visaoGeral__list .item .logo img {
  display: block;
  margin: 0 auto;
}
.visaoGeral__list .item .info .cor {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  color: #3AA7D5;
  font-size: 20px;
  font-size: 1.25rem;
}
.visaoGeral__list .item .info .cor-02 {
  color: #FA8754;
}
.visaoGeral__list .item .info .cor-03 {
  color: #0091A2;
}
.visaoGeral__list .item .info .cor-04 {
  color: #6A767E;
}
.visaoGeral__list .item .info .cor-05 {
  color: #5EBE84;
}
.visaoGeral__list .item .info .cor-06 {
  color: #0260A9;
}
.visaoGeral__list .item .info ul li {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #494949;
  font-size: 16px;
  font-size: 1rem;
}
.visaoGeral__list .item .info ul li:before {
  display: none;
  background: url(img/icons/icon-bullet-visao.png) no-repeat center;
  left: -12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 992px) {
  .visaoGeral__list {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
  .visaoGeral__list .item {
    min-height: initial;
  }
  .visaoGeral__list .item .logo {
    max-width: 70px;
    min-width: 70px;
    padding-right: 20px;
  }
}

.vantagens__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px;
  padding: 30px 0;
}
.vantagens__list .item {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.vantagens__list .item .logo {
  max-width: 150px;
  min-width: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.vantagens__list .item .logo img {
  display: block;
  margin: 0 auto;
}
.vantagens__list .item .info .cor {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  color: #06805B;
  font-size: 20px;
  font-size: 1.25rem;
}
.vantagens__list .item .info .cor-02 {
  color: #445B8E;
}
.vantagens__list .item .info .cor-03 {
  color: #60A0C2;
}
.vantagens__list .item .info .cor-04 {
  color: #468E93;
}
.vantagens__list .item .info .cor-05 {
  color: #72B370;
}
.vantagens__list .item .info p {
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #494949;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .vantagens__list {
    grid-gap: 25px;
  }
  .vantagens__list .item .logo {
    max-width: 110px;
    min-width: 110px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .vantagens__list {
    grid-template-columns: 1fr;
  }
  .vantagens__list .item .logo {
    max-width: 70px;
    min-width: 70px;
  }
}

.estrategia__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 225px 1fr;
  grid-gap: 0;
  padding: 30px 0;
}
.estrategia__list .columnItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.estrategia__list .columnItem.divider {
  position: relative;
}
.estrategia__list .columnItem.divider .iconPlus {
  background: url(img/icon-plus-estrategia.png) no-repeat center;
  position: absolute;
  top: 90px;
  left: 50%;
  width: 153px;
  height: 153px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.estrategia__list .columnItem.divider .logoAlper {
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.estrategia__list .columnItem.divider .logoAlper img {
  min-width: 227px;
  display: block;
}
.estrategia__list h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  color: #3AA7D5;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}
.estrategia__list h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #FF9900;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}
.estrategia__list .box {
  margin: 10px 0;
  border: 3px dotted #FF9900;
  padding: 15px;
  height: 580px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.estrategia__list .item {
  padding: 25px 0;
  width: 100%;
  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;
}
.estrategia__list .item.reverse {
  padding: 15px 0;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.estrategia__list .item.reverse .logo {
  padding-right: 0;
}
.estrategia__list .item.reverse .info p {
  text-align: right;
}
.estrategia__list .item .logo {
  max-width: 100px;
  min-width: 100px;
  padding: 0 10px;
  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;
}
.estrategia__list .item .logo img {
  display: block;
  margin: 0 auto;
}
.estrategia__list .item .info {
  width: 100%;
}
.estrategia__list .item .info p {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #494949;
  font-size: 16px;
  font-size: 1rem;
}

.estrategiaNew {
  background-color: #fff;
}
.estrategiaNew__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 165px 1fr;
  grid-gap: 0;
  padding: 30px 0;
}
.estrategiaNew__list .columnItem {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.estrategiaNew__list .columnItem.divider {
  position: relative;
  padding-bottom: 0;
  z-index: 1;
}
.estrategiaNew__list .columnItem.divider .logoAlper {
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.estrategiaNew__list .columnItem.divider .logoAlper img {
  min-width: 227px;
  display: block;
}
.estrategiaNew__list h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 41px;
  color: #005178;
  text-align: center;
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 2.125rem;
}
.estrategiaNew__list h3.verde {
  color: #06805B;
}
.estrategiaNew__list p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  color: #005178;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
.estrategiaNew__list h4 {
  position: absolute;
  bottom: -55px;
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #FF9900;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}
.estrategiaNew__list .box {
  margin: 10px 0;
  border: 3px dotted #FF9900;
  padding: 15px 40px;
  height: 450px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.estrategiaNew__list .box:before {
  content: "";
  position: absolute;
  top: -6px;
  width: 80%;
  height: 10px;
  background-color: #fff;
}
.estrategiaNew__list .box:after {
  content: "";
  position: absolute;
  top: -6px;
  width: 10px;
  height: 80%;
  background-color: #fff;
}
.estrategiaNew__list .box.first:before {
  left: 0;
}
.estrategiaNew__list .box.first:after {
  left: -6px;
}
.estrategiaNew__list .box.last:before {
  right: 0;
}
.estrategiaNew__list .box.last:after {
  right: -6px;
}
.estrategiaNew__list .box .imgDestaque {
  margin-top: -100px;
  height: 120px;
  width: 120px;
  position: relative;
  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;
}
@media (max-width: 1024px) {
  .estrategiaNew__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .estrategiaNew__list .columnItem.divider .logoAlper {
    position: static;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .estrategiaNew__list .columnItem .box {
    height: initial;
    width: 100%;
  }
  .estrategiaNew__list .columnItem .box:before, .estrategiaNew__list .columnItem .box:after {
    display: none;
  }
  .estrategiaNew__list .columnItem .box .imgDestaque {
    margin-top: 0;
  }
}

.teleconferencia .toolbox {
  padding: 35px 0;
}
.teleconferencia .toolbox ul {
  max-width: 1350px;
  margin: 0 auto;
  text-align: center;
}
.teleconferencia .toolbox li {
  display: inline-block;
  width: 13%;
  margin-left: 1%;
  height: 130px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .teleconferencia .toolbox li {
    width: 28%;
  }
}
.teleconferencia .toolbox li:first-child {
  margin-left: 0;
}
.teleconferencia .toolbox li::before {
  display: none !important;
}
.teleconferencia .toolbox li a {
  display: block;
  color: #1380B1;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.teleconferencia .toolbox li a > img {
  display: block;
  margin: 25px auto 0;
}
.teleconferencia .toolbox li a > span {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 84px;
}
.teleconferencia .toolbox li a:after {
  content: "";
  display: block;
  margin: 0 auto;
  background: #1380B1;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 25%;
  right: 25%;
  width: 34px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.teleconferencia .toolbox li a:hover:after {
  width: 50%;
}
.teleconferencia iframe {
  width: 100%;
  height: 845px;
}
@media (max-width: 768px) {
  .teleconferencia iframe {
    height: 697px;
  }
}

.page-template-page-mailer-unsubscribed .formRegister, .page-template-home-page .formRegister {
  position: relative;
}
.page-template-page-mailer-unsubscribed .formRegister form#MZMailerForm .div-recaptcha, .page-template-home-page .formRegister form#MZMailerForm .div-recaptcha {
  height: 78px;
}
.page-template-page-mailer-unsubscribed #MZMailerForm, .page-template-home-page #MZMailerForm {
  width: 540px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .field, .page-template-home-page #MZMailerForm > .field {
  order: 1;
  border: 0;
  margin: 0;
  height: unset;
  padding-left: 0;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .field + label, .page-template-home-page #MZMailerForm > .field + label {
  margin-top: 15px;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .field .label, .page-template-home-page #MZMailerForm > .field .label {
  padding: 5px 0 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #1380B1;
  font-size: 15px;
  font-size: 0.9375rem;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .field input[type=text], .page-template-page-mailer-unsubscribed #MZMailerForm > .field input[type=email], .page-template-page-mailer-unsubscribed #MZMailerForm > .field select, .page-template-home-page #MZMailerForm > .field input[type=text], .page-template-home-page #MZMailerForm > .field input[type=email], .page-template-home-page #MZMailerForm > .field select {
  border: 1px solid #494949;
  height: 42px;
  padding: 0 15px;
  color: #494949;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: 100%;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .field select, .page-template-home-page #MZMailerForm > .field select {
  appearance: auto;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .terms, .page-template-home-page #MZMailerForm > .terms {
  order: 2;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .terms input, .page-template-home-page #MZMailerForm > .terms input {
  appearance: auto;
  height: max-content;
  width: max-content;
  margin-top: 0;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .terms p, .page-template-home-page #MZMailerForm > .terms p {
  margin-bottom: 0;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .div-recaptcha, .page-template-home-page #MZMailerForm > .div-recaptcha {
  order: 3;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .buttons, .page-template-home-page #MZMailerForm > .buttons {
  order: 4;
  margin-top: 20px;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .buttons button, .page-template-home-page #MZMailerForm > .buttons button {
  border: 0;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 7.5px 20px;
  background-color: #06805B;
  color: #ffffff;
  line-height: 20px;
  font-weight: 300;
  margin-top: 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .buttons button.clear, .page-template-home-page #MZMailerForm > .buttons button.clear {
  display: none;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .buttons button:disabled, .page-template-home-page #MZMailerForm > .buttons button:disabled {
  cursor: not-allowed;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .buttons button:hover, .page-template-home-page #MZMailerForm > .buttons button:hover {
  opacity: 0.8;
}
.page-template-page-mailer-unsubscribed .mailerForm, .page-template-home-page .mailerForm {
  display: flex;
  flex-direction: column;
}
.page-template-page-mailer-unsubscribed .mailerForm .showBlacklist,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .showBlacklist, .page-template-home-page .mailerForm .showBlacklist,
.page-template-home-page .mailerFormBlacklist .showBlacklist {
  display: none !important;
}
.page-template-page-mailer-unsubscribed .mailerForm .showBlacklist.show,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .showBlacklist.show, .page-template-home-page .mailerForm .showBlacklist.show,
.page-template-home-page .mailerFormBlacklist .showBlacklist.show {
  display: block !important;
}
.page-template-page-mailer-unsubscribed .mailerForm .hideBlacklist.hide,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .hideBlacklist.hide, .page-template-home-page .mailerForm .hideBlacklist.hide,
.page-template-home-page .mailerFormBlacklist .hideBlacklist.hide {
  display: none !important;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg, .page-template-home-page .mailerForm .msg,
.page-template-home-page .mailerFormBlacklist .msg {
  display: none;
  width: 100%;
  float: left;
  border-left: 4px solid #e6d700;
  padding: 15px;
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.error,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.error, .page-template-home-page .mailerForm .msg.error,
.page-template-home-page .mailerFormBlacklist .msg.error {
  border-left-color: #dc3232;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.register,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.register, .page-template-home-page .mailerForm .msg.register,
.page-template-home-page .mailerFormBlacklist .msg.register {
  border-left-color: #dc3232;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.alertTerms,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.alertTerms, .page-template-home-page .mailerForm .msg.alertTerms,
.page-template-home-page .mailerFormBlacklist .msg.alertTerms {
  border-left-color: #dc3232;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.success,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.success, .page-template-home-page .mailerForm .msg.success,
.page-template-home-page .mailerFormBlacklist .msg.success {
  border-left-color: #00bb00;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.updated,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.updated, .page-template-home-page .mailerForm .msg.updated,
.page-template-home-page .mailerFormBlacklist .msg.updated {
  border-left-color: #00bb00;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.successBlacklist,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.successBlacklist, .page-template-home-page .mailerForm .msg.successBlacklist,
.page-template-home-page .mailerFormBlacklist .msg.successBlacklist {
  border-left-color: #00bb00;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.blacklist,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.blacklist, .page-template-home-page .mailerForm .msg.blacklist,
.page-template-home-page .mailerFormBlacklist .msg.blacklist {
  border-left-color: #000000;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.unexpectedError,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.unexpectedError, .page-template-home-page .mailerForm .msg.unexpectedError,
.page-template-home-page .mailerFormBlacklist .msg.unexpectedError {
  border-left-color: #fa8500;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.reCaptchaValidate,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.reCaptchaValidate, .page-template-home-page .mailerForm .msg.reCaptchaValidate,
.page-template-home-page .mailerFormBlacklist .msg.reCaptchaValidate {
  border-left-color: #e6d700;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.notBlacklist,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.notBlacklist, .page-template-home-page .mailerForm .msg.notBlacklist,
.page-template-home-page .mailerFormBlacklist .msg.notBlacklist {
  border-left-color: #e6d700;
}
.page-template-page-mailer-unsubscribed .mailerForm .alert,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .alert, .page-template-home-page .mailerForm .alert,
.page-template-home-page .mailerFormBlacklist .alert {
  display: none;
  color: #dc3232;
  width: 100%;
}

.page-template-home-page .formRegister {
  max-width: 445px;
  padding: 0 50px;
}
.page-template-home-page .formRegister #MZMailerForm {
  max-width: 100%;
  width: 375px;
}
.page-template-home-page .formRegister #MZMailerForm .field:nth-child(4) {
  display: none;
}
.page-template-home-page .formRegister #MZMailerForm .field input[type=text], .page-template-home-page .formRegister #MZMailerForm .field input[type=email], .page-template-home-page .formRegister #MZMailerForm .field select {
  border: 2px solid #fff;
  height: 42px;
  padding: 0 15px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: 100%;
  background: transparent;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
.page-template-home-page .formRegister #MZMailerForm .field input[type=text]::placeholder, .page-template-home-page .formRegister #MZMailerForm .field input[type=email]::placeholder, .page-template-home-page .formRegister #MZMailerForm .field select::placeholder {
  color: white;
}
.page-template-home-page .formRegister #MZMailerForm .terms p {
  color: white !important;
}
.page-template-home-page .formRegister #MZMailerForm .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-home-page .formRegister #MZMailerForm .buttons button.send {
  border: 0;
  font-family: "Montserrat", sans-serif;
  padding: 7.5px 20px;
  background-color: #06805B;
  color: #ffffff;
  line-height: 20px;
  font-weight: 300;
  margin-top: 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #06805B;
}
.page-template-home-page .formRegister #MZMailerForm .buttons button.send:hover {
  border: 0;
  font-family: "Montserrat", sans-serif;
  padding: 7.5px 20px;
  background-color: #06805B !important;
  color: #ffffff;
  line-height: 20px;
  font-weight: 300;
  margin-top: 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: white !important;
}

.glossario .nav > li > a {
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  outline: 0;
}
.glossario .nav li {
  width: auto;
}
.glossario .nav li a {
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  outline: 0;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  display: inline-block;
  color: #494949;
  padding: 6px;
}
.glossario .nav li:before {
  display: none;
}
.glossario .nav li.disabled a {
  color: #ddd;
}
.glossario .nav:after {
  content: " ";
  display: table;
  clear: both;
}
.glossario .nav:before {
  content: " ";
  display: table;
}
.glossario .ui-state-active a {
  border-color: #eee #eee #ddd;
  background: #eee;
}
.glossario .nav-tabs {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding-left: 20px;
  border-top: 0;
}
.glossario .nav-tabs li {
  float: left;
  margin-bottom: -1px;
}
.glossario .nav-tabs li a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.glossario .nav-tabs li.disabled a:focus {
  color: #bbb;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.glossario .nav-tabs li.disabled a:hover {
  color: #bbb;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.glossario .nav-tabs li.active a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
  color: #1380B1;
}
.glossario .nav-tabs li.active a:focus {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
  color: #1380B1;
}
.glossario .nav-tabs li.active a:hover {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
  color: #1380B1;
}
.glossario .tab-content h2 {
  margin-top: 0.9em;
}
.glossario .tab-pane {
  display: none;
}
.glossario .tab-pane.active {
  display: block;
}
.glossario .tab-pane h2:first-child {
  margin-top: 0;
}

.page-historico .timeline {
  padding: 5px 65px;
  display: block;
  position: relative;
}
.page-historico .timeline .owl-stage-outer:before {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  top: 7.5px;
  left: 0;
  background-color: #6EC389;
}
.page-historico .timeline .item {
  padding-top: 25px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: 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-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-historico .timeline .item:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #6EC389;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-historico .timeline .item h3 {
  width: 100%;
  position: relative;
  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;
}
.page-historico .timeline .item h3 span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  color: #05A0AB;
  font-size: 18px;
  font-size: 1.125rem;
}
.page-historico .timeline .item h3.ano-duplo {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.page-historico .timeline .item h3.ano-duplo:before {
  content: "";
  height: 3px;
  width: 47.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #6EC389;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-historico .timeline .item .info {
  background-color: #1380B1;
  padding: 10px;
  display: block;
  margin-top: 5px;
  width: 100%;
}
.page-historico .timeline .item .info p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  margin-bottom: 13px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.page-historico .timeline .item .info p:last-child {
  margin: 0;
}
.page-historico .timeline .owl-nav div {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  background: url(img/icon-left-timeline.png) no-repeat 0 0;
  font-size: 0px;
  font-size: 0rem;
}
.page-historico .timeline .owl-nav div.owl-prev {
  left: 0;
}
.page-historico .timeline .owl-nav div.owl-prev:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 63px;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 71.43%);
}
.page-historico .timeline .owl-nav div.owl-next {
  background: url(img/icon-right-timeline.png) no-repeat right 0;
  right: 0;
}
.page-historico .timeline .owl-nav div.owl-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.page-historico .timeline .owl-nav div.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.page-historico .timeline .owl-nav div.disabled:before {
  display: none;
}

html.contraste body {
  background-color: #000;
}
html.contraste body .header {
  background-color: #000 !important;
}
html.contraste body .header:before {
  background-color: #000 !important;
}
html.contraste body .header ul.primary-menu:before {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
html.contraste body .header ul li a {
  color: #fff !important;
}
html.contraste body .wpContent * {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #fff !important;
}
html.contraste body .wpContent a {
  text-decoration: underline;
}
html.contraste body .wpContent #fano {
  background-color: #1380B1 !important;
}
html.contraste body .footer {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

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