<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: MZiQ - Listo RI
Author: MZ Group
Author URI: https://www.mzgroup.com/
Description: MZiQ CMS Theme for Listo RI website.
Version: 1.0
License: GNU General Public License v2 or later

One and only theme for IR Website for Listo RI
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400;1,500&amp;display=swap");
*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
}

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

body {
  position: relative;
  margin: 0;
  padding: 104px 0 0 0;
  background-color: #F4F4F4;
}
@media (min-width: 1200px) {
  body {
    padding: 0 0 72px 0;
  }
}

body,
input,
textarea,
button {
  font-family: "TT Norms Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

p {
  font-family: "TT Norms Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  color: #000;
}

h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  color: #000;
}

h3 {
  text-align: center;
  font-size: 33px;
  font-weight: 400;
  line-height: 38px;
  color: #000;
}

h4 {
  font-family: "TT Norms Pro", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

h5 {
  text-align: center;
  line-height: 24px;
  font-family: "TT Norms Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

h6 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #FFFF00;
}

a {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
table {
  border-collapse: separate;
  border-spacing: 0 2px;
  width: 100%;
  margin: 20px 0;
}
table thead {
  background: #000;
}
table thead th {
  height: 64px;
  padding: 0 22px;
  text-align: left;
  font-size: 19px;
  font-weight: 700;
  line-height: 130%;
  color: #FFF;
  vertical-align: middle;
}
table tbody tr td {
  padding: 14px 22px 12px 22px;
  font-size: 16px;
  line-height: 17px;
  color: #000;
  border-bottom: 1px solid #000;
}
table.curriculum thead {
  background-color: rgba(255, 255, 255, 0);
}
table.curriculum th {
  color: #000;
  font-family: "TT Norms Pro", sans-serif;
  font-weight: 700;
  vertical-align: middle;
}
table.curriculum tr.table_item {
  cursor: pointer;
}
table.curriculum tr.table_item:hover td {
  background-color: rgba(0, 0, 0, 0.75);
}
table.curriculum tr.table_item + tr td {
  border-left: none;
  border-right: none;
}
table.curriculum tr.table_item td {
  color: #FFF;
  font-size: 16px;
  font-family: "TT Norms Pro", sans-serif;
  font-weight: 400;
  border-left: none;
  border-right: none;
  background-color: #000;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
table.curriculum tr.table_item td:last-child {
  position: relative;
}
table.curriculum tr.table_item td:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 48px;
  height: 100%;
  background-image: url("img/arrow_accordion.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.377s all;
  -moz-transition: 0.377s all;
  -ms-transition: 0.377s all;
  -o-transition: 0.377s all;
  transition: 0.377s all;
}
table.curriculum tr.table_item.active td:last-child::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
table.tb-central th.icone {
  text-align: center;
}
table.tb-central tr td {
  padding: 18px 20px 16px;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  transition-duration: 0.144s;
  background-color: #FFF;
}
table.tb-central tr td.icone {
  width: 150px;
}
table.tb-central tr td.icone img {
  display: block;
  margin: auto;
  max-width: 29px;
}
table.tb-central tr td.icone.off img {
  filter: grayscale(100%);
  opacity: 0.5;
}
table.table-arquivos {
  width: auto;
  min-width: 100%;
  max-width: unset;
  margin: 0 0 16px 0;
  border-collapse: collapse;
}
table.table-arquivos tr td {
  padding: 18px 20px 16px;
  min-width: 64px;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  transition-duration: 0.144s;
  background-color: #FFF;
}
table.table-arquivos tr td a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
table.table-arquivos tr td.data {
  width: 110px;
}
table.table-arquivos tr td.icone {
  padding: 12px 20px;
  width: 80px;
}
table.table-arquivos tr td.title {
  min-width: 128px;
  text-align: left;
}
table.table-arquivos tr td.link {
  padding: 0;
}
table.table-arquivos tr td.link a {
  position: relative;
  display: block;
  padding: 6px 56px 6px 6px;
}
table.table-arquivos tr td.link a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  width: 24px;
  height: 100%;
  background-image: url("img/icon-download.svg");
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
}
table.table-arquivos tr td.link:hover {
  background-color: rgba(255, 255, 0, 0.05);
}
table.table-arquivos tr td.copy {
  width: 64px;
  height: 40px;
  padding: 0;
}
table.table-arquivos tr td.copy button {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  background: none;
  background-image: url("img/link.svg");
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
table.table-arquivos tr td.copy button:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
@keyframes pop {
  0% {
    max-width: 0;
    opacity: 0;
  }
  25% {
    max-width: 512px;
    opacity: 1;
  }
  75% {
    max-width: 512px;
    opacity: 1;
  }
  100% {
    max-width: 0;
    opacity: 0;
  }
}
table.table-arquivos tr td.copy button.done span {
  animation-name: pop;
  animation-iteration-count: 1;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
table.table-arquivos tr td.copy button span {
  position: absolute;
  top: calc(50% - 12px);
  right: 100%;
  display: block;
  padding: 4px 4px;
  width: 96px;
  max-width: 0;
  opacity: 0;
  color: #FFF;
  font-size: 12px;
  background-color: hsl(120deg, 60%, 70%);
  -webkit-transition: 0.144s ease;
  transition: 0.144s ease;
  overflow: hidden;
  animation-play-state: paused;
}
table.table-arquivos tr td.download {
  width: 64px;
  height: 40px;
  padding: 0;
}
table.table-arquivos tr td.download a {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  background-image: url("img/icon-download.svg");
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
table.table-arquivos tr td.download a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
table.table-arquivos tr td:not(:nth-child(3)) {
  text-align: center;
}
table.table-calendario {
  margin-top: 0;
}
table.table-calendario thead th {
  text-align: left;
}
table.table-calendario thead th:last-child {
  text-align: center;
}
table.table-calendario td {
  padding: 0 15px;
  height: 60px;
}
table.table-calendario td:last-child {
  text-align: center;
}
table.table-calendario td:last-child img {
  max-width: 35px;
  margin-right: 15px;
}
table.table-calendario td:last-child a:last-child img {
  margin-right: 0;
}

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

.searchPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 8;
  -webkit-transition: 0.987s all;
  -moz-transition: 0.987s all;
  -ms-transition: 0.987s all;
  -o-transition: 0.987s all;
  transition: 0.987s all;
  will-change: opacity;
}
.searchPopup__close {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  border: 2px solid #FFF;
  background-color: rgba(244, 244, 244, 0.15);
  background-image: url("img/close.svg");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
.searchPopup__close:hover {
  border-color: #FFFF00;
}
.searchPopup__close:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.searchPopup__form {
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.searchPopup__form form {
  position: relative;
  display: flex;
  max-width: 430px;
  width: 100%;
}
.searchPopup__form form input {
  width: 100%;
  padding: 16px 64px 15px 16px;
  font-size: 14px;
  outline: none;
  color: #000;
  border: none;
  border: 2px solid #B2B2B2;
  background: none;
  background-color: #FFF;
}
.searchPopup__form form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.searchPopup__form form input::-moz-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.searchPopup__form form input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.searchPopup__form form input::-o-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.searchPopup__form form input::input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.searchPopup__form form button {
  width: 48px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border: none;
  background-image: url("img/icons/search.svg");
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
.searchPopup__form form button:hover {
  background-color: rgba(255, 255, 0, 0.05);
}

#searchTarget:checked ~ .searchPopup {
  opacity: 1;
  pointer-events: all;
}

.search table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.search .searchFiles__date {
  width: 85px;
  text-align: center;
}
.search .searchFiles__icon {
  width: 52px;
  text-align: center;
}
.search .searchFiles__icon img {
  max-width: 32px;
  margin: auto;
  display: block;
}
.search .circle {
  width: 12px;
  height: 12px;
  background: black;
  border-radius: 50%;
  margin: auto;
}
.search .btn-navigation {
  background: transparent;
  font-weight: 700;
  text-transform: capitalize;
  color: #FFFF00;
  text-decoration: none;
  padding: 0px 15px;
  border: 2px solid #FFFF00;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 17px;
  font-size: 1.0625rem;
}
.search .btn-navigation:hover {
  background: #FFFF00;
  color: white;
}
.search button[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}
.search .col-md-6.divider::after {
  content: "";
  display: block;
  width: 3px;
  height: 90%;
  position: absolute;
  background: #FFFF00;
  right: 0;
  top: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.search .box-button {
  display: flex;
  margin: 10px 0;
  justify-content: center;
}
.search button {
  margin: 5px;
}
@media (max-width: 992px) {
  .search footer {
    position: relative;
  }
  .search .divider {
    border: none;
  }
}
.search .box-height {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 310px;
}

.btn {
  display: inline-block;
  height: 42px;
  padding: 0 24px 0 24px;
  line-height: 42px;
  color: #000;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
  border: none;
  background-color: #FFFF00;
}
.btn:hover {
  color: #FFFF00;
  background-color: #000;
}
.btn:active {
  background-color: rgba(0, 0, 0, 0.75);
}
.btn.hoverWhite:hover {
  color: #000;
  background-color: #FFF;
}
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn.lg {
  width: 241px;
}
.btn.md {
  width: 165px;
}
.btn.sm {
  width: 105px;
}

.custom_form {
  max-width: 550px;
}
.custom_form label:not([type=submit]) {
  display: block;
  color: #FFFF00;
  font-size: 12px;
  font-weight: 600;
}
.custom_form fieldset {
  padding: 1px;
  border: 0;
  margin-bottom: 10px;
}
.custom_form input[type=text],
.custom_form input[type=email],
.custom_form input[type=phone],
.custom_form textarea,
.custom_form select {
  padding: 14px 18px 12px 12px;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-family: "TT Norms Pro", sans-serif;
  border: 1px solid #000;
  background-color: #FFF;
}
.custom_form input[type=text]::placeholder,
.custom_form input[type=email]::placeholder,
.custom_form input[type=phone]::placeholder,
.custom_form textarea::placeholder,
.custom_form select::placeholder {
  color: #000;
}
.custom_form select {
  min-width: 196px;
  padding-right: 24px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("img/selectArrow.svg");
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
}
.custom_form textarea {
  resize: none;
  height: 118px;
}
.custom_form button {
  max-width: 140px;
  display: block;
  cursor: pointer;
}
.custom_form.contact input {
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .custom_form {
    margin: 0 auto 15px;
  }
}

.page-template-page-mailer-unsubscribed .formRegister {
  max-width: 550px !important;
}
.page-template-page-mailer-unsubscribed .formRegister .field {
  margin-bottom: 30px;
}
.page-template-page-mailer-unsubscribed .formRegister .field:last-child {
  margin: 0 !important;
}
.page-template-page-mailer-unsubscribed .formRegister form input[type=text],
.page-template-page-mailer-unsubscribed .formRegister form input[type=email],
.page-template-page-mailer-unsubscribed .formRegister form input[type=phone],
.page-template-page-mailer-unsubscribed .formRegister form textarea,
.page-template-page-mailer-unsubscribed .formRegister form select {
  padding: 14px 18px 12px 12px;
  width: 100%;
  color: #000;
  height: 47px;
  font-size: 16px;
  font-family: "TT Norms Pro", sans-serif;
  border: 1px solid #000;
  background-color: #FFF;
}
.page-template-page-mailer-unsubscribed .formRegister form input[type=text]::placeholder,
.page-template-page-mailer-unsubscribed .formRegister form input[type=email]::placeholder,
.page-template-page-mailer-unsubscribed .formRegister form input[type=phone]::placeholder,
.page-template-page-mailer-unsubscribed .formRegister form textarea::placeholder,
.page-template-page-mailer-unsubscribed .formRegister form select::placeholder {
  color: #000;
}
.page-template-page-mailer-unsubscribed .formRegister .mailerForm,
.page-template-page-mailer-unsubscribed .formRegister .mailerFormBlacklist {
  max-width: 100% !important;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm {
  max-width: 100% !important;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm span.label {
  display: none !important;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .terms {
  justify-content: flex-start;
  position: absolute;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .terms input {
  max-width: 15px !important;
  margin-top: 5px !important;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .terms span#acceptedTerm {
  display: block !important;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .buttons {
  justify-content: flex-start;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .buttons button.clear {
  display: none !important;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .buttons button.send {
  max-width: 140px;
  display: inline-block;
  height: 42px;
  padding: 0 24px 0 24px;
  line-height: 42px;
  color: #000;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
  border: none;
  background-color: #FFFF00;
}
.page-template-page-mailer-unsubscribed .formRegister .g-recaptcha {
  justify-content: flex-start;
  bottom: 55px !important;
}
.page-template-page-mailer-unsubscribed .formRegister .div-recaptcha {
  margin-bottom: 60px;
}
.page-template-page-mailer-unsubscribed .formRegister .mailerForm .msg.success {
  border-left-color: #6bd96b !important;
}

.page-template-home-page .formRegister {
  max-width: 550px !important;
}
.page-template-home-page .formRegister .field {
  padding-bottom: 50px;
  display: block !important;
}
.page-template-home-page .formRegister .field:last-child {
  margin: 0 !important;
}
.page-template-home-page .formRegister form input[type=text],
.page-template-home-page .formRegister form input[type=email],
.page-template-home-page .formRegister form input[type=phone],
.page-template-home-page .formRegister form textarea,
.page-template-home-page .formRegister form select {
  padding: 14px 18px 12px 12px;
  width: 100%;
  color: #000;
  height: 47px;
  font-size: 16px;
  font-family: "TT Norms Pro", sans-serif;
  border: 1px solid #000;
  background-color: #FFF;
}
.page-template-home-page .formRegister form input[type=text]::placeholder,
.page-template-home-page .formRegister form input[type=email]::placeholder,
.page-template-home-page .formRegister form input[type=phone]::placeholder,
.page-template-home-page .formRegister form textarea::placeholder,
.page-template-home-page .formRegister form select::placeholder {
  color: #000;
}
.page-template-home-page .formRegister .mailerForm,
.page-template-home-page .formRegister .mailerFormBlacklist {
  max-width: 100% !important;
}
.page-template-home-page .formRegister #MZMailerForm {
  max-width: 100% !important;
}
.page-template-home-page .formRegister #MZMailerForm span.label {
  display: none !important;
}
.page-template-home-page .formRegister #MZMailerForm .terms {
  justify-content: flex-start;
  position: absolute;
  display: none !important;
}
.page-template-home-page .formRegister #MZMailerForm .terms input {
  max-width: 15px !important;
  margin-top: 5px !important;
}
.page-template-home-page .formRegister #MZMailerForm .terms span#acceptedTerm {
  display: block !important;
}
.page-template-home-page .formRegister #MZMailerForm .buttons {
  justify-content: center;
}
.page-template-home-page .formRegister #MZMailerForm .buttons button.clear {
  display: none !important;
}
.page-template-home-page .formRegister #MZMailerForm .buttons button.send {
  max-width: 140px;
  display: inline-block;
  height: 42px;
  padding: 0 24px 0 24px;
  line-height: 42px;
  color: #000;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
  border: none;
  background-color: #FFFF00;
}
.page-template-home-page .formRegister .g-recaptcha {
  justify-content: center;
  bottom: 55px !important;
}
.page-template-home-page .formRegister .mailerForm .msg.success {
  border-left-color: #6bd96b !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 3;
}
@media (min-width: 1200px) {
  .header {
    position: relative;
    top: auto;
    left: 0;
  }
}
.header &gt; .container {
  position: relative;
  height: 104px;
  padding: 0;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
}
.header &gt; .container .left {
  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;
  padding: 0 0 0 12px;
}
@media (min-width: 1200px) {
  .header &gt; .container .left {
    padding: 0;
  }
}
.header &gt; .container .left .logo {
  position: relative;
  display: block;
  width: 96px;
  height: 56px;
  margin: 0;
  -webkit-transition: 0.377s all ease-out;
  transition: 0.377s all ease-out;
  background-image: url("img/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .header &gt; .container .left .logo {
    width: 196px;
    height: 37px;
    margin: 0 16px 0 0;
  }
}
.header &gt; .container .left .logo:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  opacity: 0.9;
}
.header &gt; .container .left .title {
  position: relative;
  bottom: auto;
  left: auto;
  margin-left: 12px;
  display: block;
  max-width: 200px;
  font-weight: 600;
  font-size: 12px;
  line-height: 133%;
}
@media (min-width: 1200px) {
  .header &gt; .container .left .title {
    margin-left: 24px;
    font-size: 14px;
    line-height: 133%;
  }
}
.header &gt; .container .navigation {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 32px 8px 0 0;
}
@media (max-width: 1200px) {
  .header &gt; .container .navigation #menuTarget:checked ~ nav {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.header &gt; .container .navigation nav {
  position: absolute;
  top: 104px;
  left: 0;
  width: 100%;
  height: calc(100vh - 104px);
  padding: 0;
  overflow: auto;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.61s all;
  -moz-transition: 0.61s all;
  -ms-transition: 0.61s all;
  -o-transition: 0.61s all;
  transition: 0.61s all;
  transition-timing-function: ease;
  background-color: #FFF;
  z-index: -1;
}
@media (min-width: 1200px) {
  .header &gt; .container .navigation nav {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    height: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 0;
    background-color: transparent;
    overflow: visible;
  }
}
.header &gt; .container .navigation nav form {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (min-width: 1200px) {
  .header &gt; .container .navigation nav form {
    display: none;
  }
}
.header &gt; .container .navigation nav form input {
  width: 100%;
  padding: 18px 64px 18px 24px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  border: none;
  background: none;
}
.header &gt; .container .navigation nav form input::placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 500;
}
.header &gt; .container .navigation nav form button {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("img/icons/search.svg");
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: 0.31s all;
  -moz-transition: 0.31s all;
  -ms-transition: 0.31s all;
  -o-transition: 0.31s all;
  transition: 0.31s all;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header &gt; .container .navigation nav form button:active {
  -webkit-transform: translateY(-50%) scale(0.95);
  -moz-transform: translateY(-50%) scale(0.95);
  -ms-transform: translateY(-50%) scale(0.95);
  -o-transform: translateY(-50%) scale(0.95);
  transform: translateY(-50%) scale(0.95);
  background-color: rgba(0, 0, 0, 0.5);
}
.header &gt; .container .navigation nav .primary-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 16px 16px 128px 16px;
  list-style: none;
  z-index: -20;
}
@media (min-width: 1200px) {
  .header &gt; .container .navigation nav .primary-menu {
    justify-content: space-between;
    flex-direction: row;
    height: 100%;
    padding: 24px 0 0 0;
    z-index: 0;
  }
}
.header &gt; .container .navigation nav .primary-menu &gt; li {
  position: relative;
}
.header &gt; .container .navigation nav .primary-menu &gt; li.menu-item-has-children {
  cursor: default;
}
.header &gt; .container .navigation nav .primary-menu &gt; li.menu-item-has-children:hover &gt; .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.header &gt; .container .navigation nav .primary-menu &gt; li a {
  display: block;
  padding: 12px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
.header &gt; .container .navigation nav .primary-menu &gt; li a:active {
  background-color: rgba(0, 0, 0, 0.25);
}
@media (min-width: 1200px) {
  .header &gt; .container .navigation nav .primary-menu &gt; li a {
    padding: 4px 12px;
    height: 100%;
    color: #FFF;
  }
  .header &gt; .container .navigation nav .primary-menu &gt; li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.header &gt; .container .navigation nav .primary-menu &gt; li .sub-menu {
  width: 100%;
  min-width: 200px;
  padding: 0;
  margin: 0 0 12px 0;
  opacity: 1;
  pointer-events: all;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.61s all;
  -moz-transition: 0.61s all;
  -ms-transition: 0.61s all;
  -o-transition: 0.61s all;
  transition: 0.61s all;
}
@media (min-width: 1200px) {
  .header &gt; .container .navigation nav .primary-menu &gt; li .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    width: auto;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFF;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }
}
.header &gt; .container .navigation nav .primary-menu &gt; li .sub-menu &gt; li a {
  display: block;
  padding: 12px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
.header &gt; .container .navigation nav .primary-menu &gt; li .sub-menu &gt; li a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.header &gt; .container .navigation .searchTrigger {
  display: none;
}
@media (min-width: 1200px) {
  .header &gt; .container .navigation .searchTrigger {
    width: 36px;
    height: 36px;
    display: block;
    cursor: pointer;
    background-image: url(img/icons/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
  }
  .header &gt; .container .navigation .searchTrigger:hover {
    background-color: rgba(255, 255, 0, 0.05);
  }
}
.header &gt; .container .navigation .top {
  position: absolute;
  top: 8px;
  right: 0;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
}
.header &gt; .container .navigation .top .restrictedArea {
  display: block;
  padding: 6px;
  color: #FFFF00;
  font-size: 17px;
  font-weight: 400;
  transition-duration: 0.144s;
}
.header &gt; .container .navigation .top .restrictedArea:hover {
  background-color: rgba(255, 255, 0, 0.1);
}
.header &gt; .container .navigation .top .language {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  transition-duration: 0.144s;
}
.header &gt; .container .navigation .top .language a {
  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;
  width: 100%;
  padding: 2px 8px;
  user-select: none;
  color: #FFF;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
.header &gt; .container .navigation .top .language a + a {
  border-left: 2px solid #FFF;
}
.header &gt; .container .navigation .top .language a.active {
  color: #FFFF00;
}
.header &gt; .container .navigation .top .language a:hover {
  background-color: rgba(255, 255, 0, 0.1);
}
.header &gt; .container .navigation .bars {
  position: relative;
  width: 48px;
  height: 32px;
}
@media (min-width: 1200px) {
  .header &gt; .container .navigation .bars {
    display: none;
  }
}
.header &gt; .container .navigation .bars &gt; div {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 3px;
  border-radius: 4px;
  background-color: #FFFF00;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header &gt; .container .navigation .bars &gt; div:nth-child(1) {
  top: calc(50% - 6px);
}
.header &gt; .container .navigation .bars &gt; div:nth-child(2) {
  top: 50%;
}
.header &gt; .container .navigation .bars &gt; div:nth-child(3) {
  top: calc(50% + 6px);
}

footer {
  width: 100%;
  padding: 8px 0 0 0;
  color: #FFF;
  background-color: #000;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
@media (min-width: 1200px) {
  footer {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 8px 0 8px 0;
    z-index: 1;
  }
}
footer &gt; .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;
  flex-direction: column;
}
footer &gt; .container .sitemapTrigger {
  display: none;
}
@media (min-width: 1200px) {
  footer &gt; .container .sitemapTrigger {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 50%;
    display: block;
    width: 262px;
    height: 28px;
    padding: 0 0 3px 0;
    text-align: center;
    color: #FFFF00;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    -webkit-transition: 0.377s all;
    -moz-transition: 0.377s all;
    -ms-transition: 0.377s all;
    -o-transition: 0.377s all;
    transition: 0.377s all;
    background-image: url("img/sitemapToggleBg.svg");
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  footer &gt; .container .sitemapTrigger:hover {
    -webkit-filter: contrast(0.64);
    -moz-filter: contrast(0.64);
    -ms-filter: contrast(0.64);
    -o-filter: contrast(0.64);
    filter: contrast(0.64);
  }
  footer &gt; .container .sitemapTrigger::after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 100%;
    margin: 0 0 -7px 0;
    background-image: url("img/sitemapArrow.svg");
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    -webkit-transition: 0.61s all;
    -moz-transition: 0.61s all;
    -ms-transition: 0.61s all;
    -o-transition: 0.61s all;
    transition: 0.61s all;
  }
}
footer &gt; .container .poweredBy {
  display: block;
  padding: 16px 0 8px 0;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: 0.377s all;
  -moz-transition: 0.377s all;
  -ms-transition: 0.377s all;
  -o-transition: 0.377s all;
  transition: 0.377s all;
}
@media (min-width: 1200px) {
  footer &gt; .container .poweredBy {
    position: absolute;
    bottom: 8px;
    left: 50%;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
footer &gt; .container .poweredBy strong {
  font-size: 14px;
  font-weight: 700;
}
footer &gt; .container .bottom {
  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;
  flex-direction: column;
  width: 100%;
  padding: 16px 0 8px 0;
}
@media (min-width: 1200px) {
  footer &gt; .container .bottom {
    padding: 16px 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
footer &gt; .container .bottom .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1200px) {
  footer &gt; .container .bottom .left {
    width: 40%;
    flex-direction: row;
    justify-content: space-between;
  }
}
footer &gt; .container .bottom .left .copyright {
  text-align: center;
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
}
footer &gt; .container .bottom .left .copyright * {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
}
footer &gt; .container .bottom .left .complaintChannelLink {
  display: block;
  margin: 16px 0;
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  footer &gt; .container .bottom .left .complaintChannelLink {
    margin: 0;
  }
}
footer &gt; .container .bottom .socialMedia {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 1200px) {
  footer &gt; .container .bottom .socialMedia {
    width: auto;
    justify-content: flex-start;
  }
}
footer &gt; .container .bottom .socialMedia &gt; a {
  width: 48px;
  height: 48px;
  margin: 0 8px;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 24px;
  transition: background-color 0.175s, transform 0.087s;
}
footer &gt; .container .bottom .socialMedia &gt; a:hover {
  background-color: rgba(255, 255, 0, 0.5);
}
footer &gt; .container .bottom .socialMedia &gt; a:active {
  transform: scale(1.1);
}
footer &gt; .container .bottom .socialMedia &gt; a.facebook {
  background-image: url(img/social-media/facebook.svg);
}
footer &gt; .container .bottom .socialMedia &gt; a.linkedin {
  background-image: url(img/social-media/linkedin.svg);
}
footer &gt; .container .bottom .socialMedia &gt; a.youtube {
  background-image: url(img/social-media/youtube.svg);
}
footer &gt; .container .bottom .socialMedia &gt; a.instagram {
  background-image: url(img/social-media/instagram.svg);
}
footer #sitemapTarget:checked ~ .sitemap {
  max-height: 1480px;
}
footer #sitemapTarget:checked ~ .container .sitemapTrigger::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
footer .sitemap {
  display: none;
}
@media (min-width: 1200px) {
  footer .sitemap {
    display: block;
    width: 100%;
    max-height: 0;
    overflow: auto;
    background-color: #E5E5E5;
    -webkit-transition: 0.61s all;
    -moz-transition: 0.61s all;
    -ms-transition: 0.61s all;
    -o-transition: 0.61s all;
    transition: 0.61s all;
  }
  footer .sitemap .container .sitemapMenu {
    width: 100%;
    margin: 0;
    padding: 24px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    list-style: none;
  }
  footer .sitemap .container .sitemapMenu &gt; li {
    padding: 0 24px;
  }
  footer .sitemap .container .sitemapMenu &gt; li &gt; a {
    display: block;
    padding: 4px 0;
    margin: 0 0 24px 0;
    color: #000;
    font-size: 17px;
    font-weight: 400;
  }
  footer .sitemap .container .sitemapMenu &gt; li &gt; a:hover {
    text-decoration: underline;
  }
  footer .sitemap .container .sitemapMenu &gt; li .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  footer .sitemap .container .sitemapMenu &gt; li .sub-menu &gt; li {
    margin: 0;
    padding: 0;
  }
  footer .sitemap .container .sitemapMenu &gt; li .sub-menu &gt; li a {
    display: block;
    padding: 6px 0;
    color: #000;
    font-size: 15px;
    font-weight: 400;
  }
  footer .sitemap .container .sitemapMenu &gt; li .sub-menu &gt; li a:hover {
    text-decoration: underline;
  }
}

.cookieinfo {
  position: fixed;
  bottom: 0;
  left: 50%;
  max-width: 1146px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px;
  background-color: #FFF;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.15), 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}
@media (min-width: 1200px) {
  .cookieinfo {
    bottom: 76px;
    flex-direction: row;
    padding: 36px 40px;
  }
}
.cookieinfo span {
  padding: 22px 0 0 0;
  max-width: 1100px;
  color: #000;
  font-family: "TT Norms Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
}
@media (min-width: 1200px) {
  .cookieinfo span {
    padding: 0 22px 0 0;
  }
}
.cookieinfo span a {
  color: #000;
  text-decoration: underline !important;
}
.cookieinfo .buttons {
  display: flex;
  flex-direction: row-reverse;
  margin: 40px 0 0 0;
}
@media (min-width: 1200px) {
  .cookieinfo .buttons {
    margin: 0 0 0 20px;
  }
}
.cookieinfo .buttons button {
  margin: 0 0 0 20px;
}
@media (min-width: 1200px) {
  .cookieinfo .buttons button {
    margin: 0;
  }
  .cookieinfo .buttons button:first-child {
    margin: 0 0 0 21px;
  }
}

.banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 104px - 56px);
}
.banner .items {
  width: 100%;
  height: 100%;
}
.banner .items .slick-arrow {
  display: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .banner .items .slick-arrow {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    display: block;
    cursor: pointer;
    border: 1.5px solid #FFFF00;
    border-radius: 28px;
    background-color: rgba(244, 244, 244, 0.15);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.144s all;
    -moz-transition: 0.144s all;
    -ms-transition: 0.144s all;
    -o-transition: 0.144s all;
    transition: 0.144s all;
    z-index: 1;
  }
  .banner .items .slick-arrow:hover {
    background-color: #FFFF00;
  }
  .banner .items .slick-arrow:active {
    -webkit-transform: translateY(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    -o-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
  }
  .banner .items .slick-arrow.next {
    right: 3%;
    background-image: url(img/bannerNext.svg);
  }
  .banner .items .slick-arrow.prev {
    left: 3%;
    background-image: url(img/bannerPrev.svg);
  }
}
.banner .items .item {
  width: 100%;
  height: calc(100vh - 104px - 56px);
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  visibility: auto;
}
.banner .items .item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.banner .items .item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.4;
  visibility: auto;
}
.banner .bt-scroll {
  position: absolute;
  bottom: 48px;
  left: calc(50% - 22px);
  padding: 0;
  margin: 0;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 28px;
  background: none;
  transition-duration: 0.144s;
  z-index: 1;
}
.banner .bt-scroll:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.banner .bt-scroll:active {
  transform: scale(1.1);
}

.semiFooter {
  height: 56px;
  background-color: #FFFF00;
}
.semiFooter .container {
  position: relative;
  height: 100%;
}
.semiFooter .container &gt; span {
  display: none;
}
@media (min-width: 1200px) {
  .semiFooter .container &gt; span {
    position: relative;
    display: inline-block;
    height: 100%;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 56px;
  }
  .semiFooter .container &gt; span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 108%;
    width: 48px;
    height: 100%;
    background-image: url("img/icons/rightArrow.svg");
    background-position: center;
    background-size: 64%;
    background-repeat: no-repeat;
  }
}
.semiFooter .container .stocks {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .semiFooter .container .stocks {
    width: calc(100% - 312px);
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.semiFooter .container .stocks .quotation {
  width: 100%;
  margin: 0 8px;
  text-align: center;
}
@media (min-width: 1200px) {
  .semiFooter .container .stocks .quotation {
    margin: 6px 12px;
  }
}
.semiFooter .container .stocks .quotation span {
  position: relative;
  margin: 0 6px;
  color: #000;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .semiFooter .container .stocks .quotation span {
    margin: 0 6px;
    font-size: 16px;
  }
}
.semiFooter .container .stocks .quotation span.ticker {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .semiFooter .container .stocks .quotation span.variation {
    margin: 0 6px;
  }
}
.semiFooter .container .stocks .quotation span.variation.high {
  color: #0F0;
}
.semiFooter .container .stocks .quotation span.variation.stable {
  color: #0F0;
}
.semiFooter .container .stocks .quotation span.variation.low {
  color: #F00;
}

main.home {
  padding: 0 0 180px 0;
}
@media (min-width: 1200px) {
  main.home {
    padding: 0;
  }
}
main.home &gt; section,
main.home &gt; .container &gt; .row &gt; section {
  margin: 0;
}
main.home &gt; section.highlights,
main.home &gt; .container &gt; .row &gt; section.highlights {
  padding: 18px 0;
  z-index: 2;
  background-color: #fff;
}
@media (min-width: 1200px) {
  main.home &gt; section.highlights,
  main.home &gt; .container &gt; .row &gt; section.highlights {
    padding: 40px 0;
  }
}
main.home &gt; section.highlights .slick-arrow,
main.home &gt; .container &gt; .row &gt; section.highlights .slick-arrow {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  cursor: pointer;
  border: 1.5px solid #000;
  border-radius: 28px;
  background-color: rgba(244, 244, 244, 0.15);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
  z-index: 1;
}
@media (min-width: 1200px) {
  main.home &gt; section.highlights .slick-arrow,
  main.home &gt; .container &gt; .row &gt; section.highlights .slick-arrow {
    display: none;
  }
}
main.home &gt; section.highlights .slick-arrow:hover,
main.home &gt; .container &gt; .row &gt; section.highlights .slick-arrow:hover {
  background-color: rgba(255, 255, 0, 0.5);
}
main.home &gt; section.highlights .slick-arrow:active,
main.home &gt; .container &gt; .row &gt; section.highlights .slick-arrow:active {
  -webkit-transform: translateY(-50%) scale(1.1);
  -moz-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  -o-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}
main.home &gt; section.highlights .slick-arrow.next,
main.home &gt; .container &gt; .row &gt; section.highlights .slick-arrow.next {
  right: 3%;
  background-image: url(img/bannerNext.svg);
}
main.home &gt; section.highlights .slick-arrow.prev,
main.home &gt; .container &gt; .row &gt; section.highlights .slick-arrow.prev {
  left: 3%;
  background-image: url(img/bannerPrev.svg);
}
main.home &gt; section.highlights .highlight,
main.home &gt; .container &gt; .row &gt; section.highlights .highlight {
  display: block;
  width: 100%;
  max-width: 278px;
  height: 216px;
  padding: 16px 24px;
  margin: 0 auto;
}
main.home &gt; section.highlights .highlight:hover,
main.home &gt; .container &gt; .row &gt; section.highlights .highlight:hover {
  background-color: rgba(255, 255, 0, 0.15);
}
main.home &gt; section.highlights .highlight .icon,
main.home &gt; .container &gt; .row &gt; section.highlights .highlight .icon {
  width: 128px;
  height: 128px;
  display: block;
  margin: 0 auto 12px auto;
  background-color: rgba(255, 255, 255, 0);
  background-position: center;
  background-size: auto 86px;
  background-repeat: no-repeat;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
main.home &gt; section.highlights .highlight .title,
main.home &gt; .container &gt; .row &gt; section.highlights .highlight .title {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
@media (min-width: 1200px) {
  main.home &gt; section.highlights .highlight .title,
  main.home &gt; .container &gt; .row &gt; section.highlights .highlight .title {
    font-size: 19px;
    line-height: 150%;
  }
}
main.home &gt; section.results,
main.home &gt; .container &gt; .row &gt; section.results {
  position: relative;
  margin: 56px 0;
}
main.home &gt; section.results .title,
main.home &gt; .container &gt; .row &gt; section.results .title {
  margin: 0 0 16px 0;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  main.home &gt; section.results .title,
  main.home &gt; .container &gt; .row &gt; section.results .title {
    text-align: left;
  }
}
main.home &gt; section.results .quarters,
main.home &gt; .container &gt; .row &gt; section.results .quarters {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  main.home &gt; section.results .quarters,
  main.home &gt; .container &gt; .row &gt; section.results .quarters {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 196px;
  }
}
main.home &gt; section.results .quarters .slick-arrow,
main.home &gt; .container &gt; .row &gt; section.results .quarters .slick-arrow {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: none;
  border-radius: 28px;
  background-color: rgba(244, 244, 244, 0.15);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
  z-index: 1;
}
@media (min-width: 1200px) {
  main.home &gt; section.results .quarters .slick-arrow,
  main.home &gt; .container &gt; .row &gt; section.results .quarters .slick-arrow {
    display: none;
  }
}
main.home &gt; section.results .quarters .slick-arrow:hover,
main.home &gt; .container &gt; .row &gt; section.results .quarters .slick-arrow:hover {
  background-color: rgba(255, 255, 0, 0.5);
}
main.home &gt; section.results .quarters .slick-arrow:active,
main.home &gt; .container &gt; .row &gt; section.results .quarters .slick-arrow:active {
  -webkit-transform: translateY(-50%) scale(1.1);
  -moz-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  -o-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}
main.home &gt; section.results .quarters .slick-arrow.slick-disabled,
main.home &gt; .container &gt; .row &gt; section.results .quarters .slick-arrow.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}
main.home &gt; section.results .quarters .slick-arrow.next,
main.home &gt; .container &gt; .row &gt; section.results .quarters .slick-arrow.next {
  right: 3%;
  background-image: url(img/quarterNext.svg);
}
main.home &gt; section.results .quarters .slick-arrow.prev,
main.home &gt; .container &gt; .row &gt; section.results .quarters .slick-arrow.prev {
  left: 3%;
  background-image: url(img/quarterPrev.svg);
}
main.home &gt; section.results .quarters .quarter,
main.home &gt; .container &gt; .row &gt; section.results .quarters .quarter {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
}
main.home &gt; section.results .quarterFiles,
main.home &gt; .container &gt; .row &gt; section.results .quarterFiles {
  width: 100%;
}
main.home &gt; section.results .quarterFiles .files,
main.home &gt; .container &gt; .row &gt; section.results .quarterFiles .files {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
main.home &gt; section.results .quarterFiles .files &gt; li,
main.home &gt; .container &gt; .row &gt; section.results .quarterFiles .files &gt; li {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
main.home &gt; section.results .quarterFiles .files &gt; li:hover,
main.home &gt; .container &gt; .row &gt; section.results .quarterFiles .files &gt; li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
main.home &gt; section.results .quarterFiles .files &gt; li .icon,
main.home &gt; .container &gt; .row &gt; section.results .quarterFiles .files &gt; li .icon {
  display: block;
  width: 56px;
  height: 64px;
  float: left;
  margin: 0 40px 0 0;
  background-image: url("img/icons/pdf.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
main.home &gt; section.results .quarterFiles .files &gt; li .title,
main.home &gt; .container &gt; .row &gt; section.results .quarterFiles .files &gt; li .title {
  margin: 0;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}
main.home &gt; section.results .btn,
main.home &gt; .container &gt; .row &gt; section.results .btn {
  margin: 24px 0 0 0;
}
main.home &gt; section.events,
main.home &gt; .container &gt; .row &gt; section.events {
  position: relative;
  margin: 56px 0;
}
main.home &gt; section.events .title,
main.home &gt; .container &gt; .row &gt; section.events .title {
  font-size: 32px;
  font-weight: 400;
}
main.home &gt; section.events .items,
main.home &gt; .container &gt; .row &gt; section.events .items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
main.home &gt; section.events .items .item,
main.home &gt; .container &gt; .row &gt; section.events .items .item {
  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;
}
main.home &gt; section.events .items .item time,
main.home &gt; .container &gt; .row &gt; section.events .items .item time {
  display: block;
  padding: 24px 0;
  margin: 0 16px 0 0;
  font-family: "Arial";
  font-size: 24px;
  font-weight: 700;
}
main.home &gt; section.events .items .item .content,
main.home &gt; .container &gt; .row &gt; section.events .items .item .content {
  display: block;
  font-family: "TT Norms Pro", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}
main.home &gt; section.events .btn,
main.home &gt; .container &gt; .row &gt; section.events .btn {
  position: absolute;
  bottom: 0;
  left: 18px;
  color: #000;
  font-weight: 700;
  border-color: #FFFF00;
  background-color: #FFFF00;
}
main.home &gt; section.events .btn:hover,
main.home &gt; .container &gt; .row &gt; section.events .btn:hover {
  color: #FFFF00;
  font-weight: 700;
  border-color: #000;
  background-color: #000;
}
main.home &gt; section.textCarousel,
main.home &gt; .container &gt; .row &gt; section.textCarousel {
  padding: 94px 0;
  background-color: #fff;
}
main.home &gt; section.textCarousel .items .slick-arrow,
main.home &gt; .container &gt; .row &gt; section.textCarousel .items .slick-arrow {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: none;
  border-radius: 28px;
  background-color: rgba(244, 244, 244, 0.15);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
  z-index: 1;
}
@media (min-width: 1200px) {
  main.home &gt; section.textCarousel .items .slick-arrow,
  main.home &gt; .container &gt; .row &gt; section.textCarousel .items .slick-arrow {
    display: none;
  }
}
main.home &gt; section.textCarousel .items .slick-arrow:hover,
main.home &gt; .container &gt; .row &gt; section.textCarousel .items .slick-arrow:hover {
  background-color: rgba(255, 255, 0, 0.5);
}
main.home &gt; section.textCarousel .items .slick-arrow:active,
main.home &gt; .container &gt; .row &gt; section.textCarousel .items .slick-arrow:active {
  -webkit-transform: translateY(-50%) scale(1.1);
  -moz-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  -o-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}
main.home &gt; section.textCarousel .items .slick-arrow.slick-disabled,
main.home &gt; .container &gt; .row &gt; section.textCarousel .items .slick-arrow.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}
main.home &gt; section.textCarousel .items .slick-arrow.next,
main.home &gt; .container &gt; .row &gt; section.textCarousel .items .slick-arrow.next {
  right: 0;
  background-image: url(img/quarterNext.svg);
}
@media (min-width: 1200px) {
  main.home &gt; section.textCarousel .items .slick-arrow.next,
  main.home &gt; .container &gt; .row &gt; section.textCarousel .items .slick-arrow.next {
    right: 3%;
  }
}
main.home &gt; section.textCarousel .items .slick-arrow.prev,
main.home &gt; .container &gt; .row &gt; section.textCarousel .items .slick-arrow.prev {
  left: 0;
  background-image: url(img/quarterPrev.svg);
}
@media (min-width: 1200px) {
  main.home &gt; section.textCarousel .items .slick-arrow.prev,
  main.home &gt; .container &gt; .row &gt; section.textCarousel .items .slick-arrow.prev {
    left: 3%;
  }
}
main.home &gt; section.textCarousel .items .item,
main.home &gt; .container &gt; .row &gt; section.textCarousel .items .item {
  display: block;
  padding: 0 18px;
  margin: 0 auto;
  text-align: center;
}
main.home &gt; section.textCarousel .items .item .title,
main.home &gt; .container &gt; .row &gt; section.textCarousel .items .item .title {
  display: block;
  margin: 0 0 16px 0;
  font-size: 54px;
  font-weight: 700;
}
main.home &gt; section.textCarousel .items .item p,
main.home &gt; .container &gt; .row &gt; section.textCarousel .items .item p {
  text-align: center;
  font-family: "TT Norms Pro", sans-serif;
  font-size: 15px;
  line-height: 18px;
}
main.home &gt; section.whoWeAre,
main.home &gt; .container &gt; .row &gt; section.whoWeAre {
  overflow: hidden;
  background-color: #fff;
}
main.home &gt; section.whoWeAre .container,
main.home &gt; .container &gt; .row &gt; section.whoWeAre .container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 0 16px 32px 16px;
}
@media (min-width: 1200px) {
  main.home &gt; section.whoWeAre .container,
  main.home &gt; .container &gt; .row &gt; section.whoWeAre .container {
    padding: 48px 0 0 0;
    flex-direction: row;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
main.home &gt; section.whoWeAre .container .content,
main.home &gt; .container &gt; .row &gt; section.whoWeAre .container .content {
  width: 100%;
  order: 2;
}
@media (min-width: 1200px) {
  main.home &gt; section.whoWeAre .container .content,
  main.home &gt; .container &gt; .row &gt; section.whoWeAre .container .content {
    width: 50%;
    order: 1;
    padding: 0 24px 0 0;
  }
}
main.home &gt; section.whoWeAre .container .content p,
main.home &gt; .container &gt; .row &gt; section.whoWeAre .container .content p {
  line-height: 25px;
}
main.home &gt; section.whoWeAre .container .graphics,
main.home &gt; .container &gt; .row &gt; section.whoWeAre .container .graphics {
  width: 100%;
  height: 270px;
  order: 1;
}
@media (min-width: 1200px) {
  main.home &gt; section.whoWeAre .container .graphics,
  main.home &gt; .container &gt; .row &gt; section.whoWeAre .container .graphics {
    width: 50%;
    height: 380px;
    order: 2;
  }
}
main.home &gt; section.whoWeAre .container .graphics .image,
main.home &gt; .container &gt; .row &gt; section.whoWeAre .container .graphics .image {
  display: block;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
main.home &gt; section.talkToRi,
main.home &gt; .container &gt; .row &gt; section.talkToRi {
  padding-bottom: 50px;
}
main.home &gt; section.talkToRi .container,
main.home &gt; .container &gt; .row &gt; section.talkToRi .container {
  padding: 48px 0;
}
main.home &gt; section.talkToRi .container h2,
main.home &gt; .container &gt; .row &gt; section.talkToRi .container h2 {
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
main.home &gt; section.talkToRi .container form,
main.home &gt; .container &gt; .row &gt; section.talkToRi .container form {
  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;
  flex-direction: column;
  width: 100%;
  max-width: unset;
  padding: 24px;
}
@media (min-width: 1200px) {
  main.home &gt; section.talkToRi .container form,
  main.home &gt; .container &gt; .row &gt; section.talkToRi .container form {
    flex-direction: row;
    justify-content: space-between;
    padding: 24px 0;
  }
}
main.home &gt; section.talkToRi .container form label:not([type=submit]),
main.home &gt; .container &gt; .row &gt; section.talkToRi .container form label:not([type=submit]) {
  display: none;
}
main.home &gt; section.talkToRi .container form fieldset,
main.home &gt; .container &gt; .row &gt; section.talkToRi .container form fieldset {
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
}
@media (min-width: 1200px) {
  main.home &gt; section.talkToRi .container form fieldset,
  main.home &gt; .container &gt; .row &gt; section.talkToRi .container form fieldset {
    width: auto;
    margin-right: 40px !important;
  }
}
main.home &gt; section.talkToRi .container form input[type=email],
main.home &gt; section.talkToRi .container form input[type=text],
main.home &gt; section.talkToRi .container form select,
main.home &gt; .container &gt; .row &gt; section.talkToRi .container form input[type=email],
main.home &gt; .container &gt; .row &gt; section.talkToRi .container form input[type=text],
main.home &gt; .container &gt; .row &gt; section.talkToRi .container form select {
  margin: 0 0 24px 0;
  width: 100%;
}
@media (min-width: 1200px) {
  main.home &gt; section.talkToRi .container form input[type=email],
  main.home &gt; section.talkToRi .container form input[type=text],
  main.home &gt; section.talkToRi .container form select,
  main.home &gt; .container &gt; .row &gt; section.talkToRi .container form input[type=email],
  main.home &gt; .container &gt; .row &gt; section.talkToRi .container form input[type=text],
  main.home &gt; .container &gt; .row &gt; section.talkToRi .container form select {
    margin: 0 24px 0 0;
  }
}

.internal-banner {
  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;
  height: 304px;
  padding: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.internal-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.internal-banner h1 {
  margin-bottom: 12px;
  color: #FFF;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
  z-index: 1;
}

#breadcrumbs {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  color: white;
  z-index: 1;
}
#breadcrumbs li &gt; * {
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400 !important;
}
#breadcrumbs li a {
  padding: 10px;
}
#breadcrumbs li a:hover {
  text-decoration: underline;
}
#breadcrumbs li:last-child {
  padding-left: 9px;
}
#breadcrumbs .bread-home {
  padding-left: 0 !important;
}

.wpContent {
  padding: 40px 0;
  background-color: #FFF;
}
.wpContent:last-child {
  padding-bottom: 214px;
}
@media (min-width: 1200px) {
  .wpContent:last-child {
    padding-bottom: 64px;
  }
}
.wpContent--faqs {
  padding: 0 0 40px 0;
}
.wpContent--tabs {
  padding: 40px 0;
}
.wpContent--hlArea {
  padding: 40px 0;
  background-color: #E5E5E5;
}
.wpContent--files {
  padding: 40px 0;
}
.wpContent--text {
  padding-top: 40px;
}
.wpContent a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
.wpContent a:hover {
  opacity: 0.7;
}
.wpContent ul:not(.cd-timeline-navigation) {
  list-style: none;
}
.wpContent ul:not(.cd-timeline-navigation) li {
  position: relative;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #000;
  font-weight: 700;
  line-height: 130%;
}
.wpContent ul:not(.cd-timeline-navigation) li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 1px;
  width: 16px;
  height: 16px;
  background-image: url("img/listDot.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
}
.wpContent .text.primaryColor {
  color: #FFFF00;
}
.wpContent .hidden,
.wpContent #no-files {
  display: none;
}
.wpContent .forms.select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-bottom: 10px;
}
.wpContent .forms.select select {
  padding: 8px 64px 6px 16px;
  font-family: "TT Norms Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: url("img/selectArrow.svg");
  background-position: calc(100% - 8px) calc(50% + 2px);
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
.wpContent .forms.select select:hover {
  background-color: rgba(255, 255, 0, 0.1);
}
.wpContent .forms.select select:active {
  background-color: rgba(255, 255, 0, 0.25);
}
.wpContent .forms.select select option {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  background-color: #FFF;
}
.wpContent .fmFaq {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.wpContent .fmFaq .item {
  margin: 0 0 20px 0;
}
.wpContent .fmFaq .item &gt; .header {
  top: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 0 16px;
  border: none;
  background: #E6E6E6;
  -webkit-transition: 0.377s all;
  -moz-transition: 0.377s all;
  -ms-transition: 0.377s all;
  -o-transition: 0.377s all;
  transition: 0.377s all;
}
.wpContent .fmFaq .item &gt; .header .title {
  margin: 0;
  color: #000;
  font-family: "TT Norms Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: 0.377s all;
  -moz-transition: 0.377s all;
  -ms-transition: 0.377s all;
  -o-transition: 0.377s all;
  transition: 0.377s all;
}
.wpContent .fmFaq .item &gt; .header .toggle {
  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;
  justify-content: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.377s, transform 0.144s;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0);
}
.wpContent .fmFaq .item &gt; .header .toggle svg {
  -webkit-transition: 0.377s all;
  -moz-transition: 0.377s all;
  -ms-transition: 0.377s all;
  -o-transition: 0.377s all;
  transition: 0.377s all;
}
.wpContent .fmFaq .item &gt; .header .toggle:active svg {
  transform: scale(1.25);
}
.wpContent .fmFaq .item &gt; .content {
  overflow: auto;
  max-height: 0;
  transition: max-height 0.377s;
}
.wpContent .fmFaq .item &gt; input:checked ~ .header .toggle svg {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.wpContent .fmFaq .item &gt; input:checked ~ .content {
  max-height: 512px;
}
.wpContent .fm-header {
  padding: 8px 0;
  margin-bottom: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  background: #000;
}
.wpContent.contact h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
  color: #FFFF00;
  font-weight: 700;
  margin-bottom: 5px;
}
.wpContent.contact .g-recaptcha {
  margin-bottom: 20px;
}
.wpContent.contact .success-box {
  background-color: #FFFF00;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  color: white;
  display: none;
  width: 100%;
  margin: auto;
  max-width: 600px;
}
.wpContent .resumeHeader span {
  width: 50%;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  color: #000;
}
.wpContent .chart .tbPrices .tbPrices__title,
.wpContent .btn-change-chart-period.active,
.wpContent .btn-change-chart-type.active,
.wpContent .historyTickerIdentification,
.wpContent .btn-default,
.wpContent .btn-export {
  background-color: #FFFF00 !important;
}
.wpContent .table-footer .footer {
  background: none !important;
}
.wpContent .text-center {
  text-align: center !important;
}
.wpContent .tabs__nav {
  padding-left: 0;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.wpContent .tabs__nav li {
  cursor: pointer;
  padding-left: 0;
  padding: 10px;
  margin-bottom: 0 !important;
  border: 1px solid #eee;
  min-width: 120px;
  text-align: center;
  border-bottom: 0;
  color: #000;
}
.wpContent .tabs__nav li::before {
  display: none;
}
.wpContent .tabs__nav li.active {
  background-color: #FFFF00;
  color: white;
}
.wpContent .hlArea {
  padding: 45px 0;
  background: #E5E5E5;
  text-align: center;
}

.timeline {
  width: 100%;
  margin: 0;
}
.timeline__carousel .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1200px) {
  .timeline__carousel .item {
    flex-direction: row;
  }
}
.timeline__carousel .item .content {
  width: 100%;
  padding: 28px 40px;
  background-color: #E5E5E5;
}
@media (min-width: 1200px) {
  .timeline__carousel .item .content {
    min-height: 306px;
  }
}
.timeline__carousel .item .content &gt; * {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.timeline__carousel .item .content .year {
  margin-bottom: 14px;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}
.timeline__carousel .item .image {
  width: 100%;
  height: 306px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1200px) {
  .timeline__carousel .item .image {
    max-width: 414px;
  }
}
.timeline__years {
  padding: 0;
  margin: -4px 0 0 0;
}
.timeline__years .items {
  position: relative;
  padding: 0;
}
.timeline__years .items::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FFFF00;
}
.timeline__years .items .slick-current .item {
  background-color: rgba(255, 255, 0, 0.25);
}
.timeline__years .items .slick-current .item::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: -3px;
  left: -6px;
  border-radius: 6px;
  background-color: #000;
}
.timeline__years .items .slick-current .item::before {
  content: "";
  width: 50vw;
  height: 4px;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #000;
}
.timeline__years .items .item {
  position: relative;
  width: 100%;
  margin: 4px 0 0 0;
  padding: 14px 10px;
  cursor: pointer;
  border-left: 1px solid #000;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
.timeline__years .items .item:hover {
  background-color: rgba(255, 255, 0, 0.15);
}
.timeline__years .items .item:first-child {
  margin-left: 64px;
}
.timeline__years .items .item h3 {
  margin-bottom: 0;
  color: #000;
  text-align: left;
  font-weight: 400;
  font-size: 19px;
  line-height: 100%;
}
.timeline__years .items .slick-arrow {
  position: absolute;
  top: 8px;
  width: 32px;
  height: calc(100% - 4px);
  border: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 2;
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
.timeline__years .items .slick-arrow:hover {
  background-color: hsl(0deg, 0%, 90%);
}
.timeline__years .items .slick-arrow:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.timeline__years .items .slick-arrow.prev {
  left: 0;
  background-image: url("img/years_prev.svg");
}
.timeline__years .items .slick-arrow.next {
  right: 0;
  background-image: url("img/years_next.svg");
}

.login {
  position: absolute;
  top: 0;
  left: 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;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding: 104px 0 140px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.login.resetPassword {
  justify-content: flex-start;
  padding: 156px 0 96px;
}
.login:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(69.9% 69.9% at 50% 50%, rgba(0, 0, 0, 0.7) 0%, #000000 100%);
  z-index: -1;
}
@media (max-width: 767px) {
  .login {
    padding: 96px 16px 214px 16px;
  }
}
.login__brand {
  text-align: center;
  margin-bottom: 20px;
}
.login__brand img {
  margin-right: 15px;
  margin-bottom: 25px;
}
.login__brand a {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-decoration-line: underline;
  color: #FFFFFF;
}
.login h1 {
  margin: 0 0 1.5rem 0;
  color: #FFF;
  font-family: "Ubuntu", sans-serif;
  font-size: 35px;
}
.login #restricted .forgot {
  display: block;
  color: #000;
  text-align: center;
}
.login #restricted form {
  text-align: center;
}
.login #restricted form input, .login #restricted form textarea {
  width: 100%;
  max-width: 390px;
  margin: 0 0 12px 0;
  padding: 12px 18px 10px 12px;
  color: #000;
  font-size: 14px;
  font-family: "TT Norms Pro", sans-serif;
  border: 1px solid #000;
  background-color: #FFF;
}
.login #restricted form input::placeholder, .login #restricted form textarea::placeholder {
  color: #000;
}
.login #restricted form .forgotMyPass {
  display: block;
  margin: 4px 0;
  color: #FFF;
  text-decoration: underline;
}
.login #restricted form .messagePassword * {
  color: #FFF;
}
.login #restricted form .messagePassword p {
  display: block;
  margin-bottom: 8px;
  transition-duration: 0.144s;
}
.login #restricted form .messagePassword p:not(.invalid) {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
}
.login #restricted form .g-recaptcha &gt; div {
  margin: auto;
}
.login #restricted .buttons {
  margin-top: 20px;
}
.login #restricted .buttons .requestAccess &gt; label {
  display: inline-block;
  padding: 12px 18px;
  color: #FFFF00;
  font-family: "TT Norms Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  transition-duration: 0.144s;
}
.login #restricted .buttons .requestAccess &gt; label:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.login #restricted .buttons .requestAccess &gt; label:active {
  transform: scale(1.1);
}
.login .alert {
  display: none;
  width: 100%;
  max-width: 304px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  font-weight: 300;
  font-size: 16px;
  color: white;
}
.login .requestAccessPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.75);
  transition-duration: 0.61s;
  z-index: 1;
}
.login .requestAccessPopup .box {
  position: relative;
  width: calc(100% - 16px);
  max-width: 520px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  padding: 16px;
  overflow: auto;
  border-radius: 4px;
  background-color: #FFF;
  z-index: 1;
}
.login .requestAccessPopup .box .close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  transition-duration: 0.144s;
}
.login .requestAccessPopup .box .close svg {
  fill: #000;
  transition-duration: 0.144s;
}
.login .requestAccessPopup .box .close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.login .requestAccessPopup .box .close:hover svg {
  fill: #FFF;
}
.login .requestAccessPopup .box .close:active {
  transform: scale(0.9);
}
.login .requestAccessPopup .box form {
  text-align: center;
}
.login .requestAccessPopup .box form fieldset {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
}
.login .requestAccessPopup .box form fieldset input:not([type=submit]), .login .requestAccessPopup .box form fieldset textarea {
  width: 100%;
  max-width: 390px;
  margin: 0 0 18px 0;
  padding: 14px 18px 12px 12px;
  color: #000;
  font-size: 16px;
  font-family: "TT Norms Pro", sans-serif;
  border: 1px solid #000;
  background-color: #FFF;
}
.login .requestAccessPopup .box form fieldset input:not([type=submit])::placeholder, .login .requestAccessPopup .box form fieldset textarea::placeholder {
  color: #000;
}
.login .requestAccessPopup .box form .forgotMyPass {
  display: block;
  margin: 4px 0;
  color: #FFF;
  text-decoration: underline;
}
.login .requestAccessPopup .box form .messagePassword * {
  color: #FFF;
}
.login .requestAccessPopup .box form .messagePassword p {
  display: block;
  margin-bottom: 8px;
  transition-duration: 0.144s;
}
.login .requestAccessPopup .box form .messagePassword p:not(.invalid) {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
}
.login .requestAccessPopup .box form .g-recaptcha &gt; div {
  margin: auto;
}
.login #toggleRequestAccess:checked + .requestAccessPopup {
  opacity: 1;
  pointer-events: all;
}

.accordion__item {
  margin-bottom: 20px;
}
.accordion__item__header {
  position: relative;
  line-height: 130%;
  color: #000;
  font-size: 16px;
  padding: 12px 20px 10px 20px;
  cursor: pointer;
  background-color: #E6E6E6;
  transition: 0.61s ease;
}
.accordion__item__header span {
  display: block;
  font-size: 13px;
}
.accordion__item__header::after {
  content: "";
  width: 32px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.61s ease;
  background: url(img/arrow_accordion.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.accordion__item__header.active::after {
  transform: rotate(-180deg);
}
.accordion__item__content {
  display: none;
  margin-top: 0;
  padding: 26px 16px;
  border: 2px solid #000;
  border-top: none;
}
.accordion__item__content table {
  margin-top: 0;
}

.datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}
.datepicker .nav-event {
  position: absolute;
  top: 4px;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}
.datepicker .nav-event::before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #FFFF00;
  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;
}
@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%;
  border: none;
  background: none;
}
.datepicker .ui-datepicker-header .datepicker .ui-datepicker-prev span, .datepicker .ui-datepicker-header .datepicker .ui-datepicker-next span {
  display: none;
}
.datepicker .ui-datepicker-title {
  color: #000;
  font-size: 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;
  border: none !important;
  margin: 0 auto;
  min-height: 310px;
}
.datepicker .ui-datepicker-calendar {
  margin-top: 0;
  min-height: 265px;
}
.datepicker .ui-datepicker-calendar tr th {
  padding: 0 !important;
  text-align: center;
}
.datepicker .ui-datepicker-calendar tr td {
  width: 14.3%;
  padding: 5px;
  text-align: center !important;
  background: #FFF;
}
.datepicker .ui-datepicker-calendar tr td span {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 300;
  text-align: center !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event span {
  color: white;
  width: 32px;
  height: 32px;
  padding-top: 6px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #a7a7a7;
}
.datepicker .ui-datepicker-calendar tr td.has-event.divulgacao-de-resultado span {
  background-color: #ff690b;
}
.datepicker .ui-datepicker-calendar tr td.has-event.webcast span {
  background-color: #022168;
}
.datepicker .ui-datepicker-calendar tr td.has-event.mais-de-um-evento span {
  background-color: #00adee;
}
.datepicker .ui-datepicker-calendar tr td.has-event.conferencias span {
  background-color: #ffca07;
}
.datepicker .ui-datepicker-calendar tr td.has-event.outros-eventos span {
  background-color: #a7a7a7;
}
.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: 6px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#legenda_eventos .legenda_item .cor-01 {
  background: #ff690b;
}
#legenda_eventos .legenda_item .cor-02 {
  background: #022168;
}
#legenda_eventos .legenda_item .cor-03 {
  background: #00adee;
}
#legenda_eventos .legenda_item .cor-04 {
  background: #ffca07;
}
#legenda_eventos .legenda_item .cor-05 {
  background: #a7a7a7;
}
#legenda_eventos .legenda_item .label {
  color: #000;
  padding: 5px 0 5px 25px;
}

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

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

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

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* POPUP HOME */
#popupToggle:checked ~ .popup {
  opacity: 1;
  pointer-events: all;
}

#popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  background-color: rgba(34, 34, 34, 0.74);
  -webkit-transition: 0.61s all;
  -moz-transition: 0.61s all;
  -ms-transition: 0.61s all;
  -o-transition: 0.61s all;
  transition: 0.61s all;
}
@media (min-width: 767px) {
  #popup {
    display: block;
  }
}
#popup .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 96vw;
  max-width: 640px;
  z-index: 9999;
  padding: 15px 30px;
  color: #000;
  border-radius: 0;
  background-color: #FFF;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#popup .box-msg .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  border-radius: 62px;
  cursor: pointer;
  background-color: #000;
  background-image: url("img/close.svg");
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
#popup .box-msg .close:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
#popup .box-msg .close:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#popup .box-msg h2 {
  color: #000;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0 !important;
  margin: 5px 0 20px;
}
#popup .box-msg h3 {
  color: #000;
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0 !important;
  margin: 5px 0 15px;
}
#popup .box-msg ul li, #popup .box-msg ul li * {
  color: #000;
}
#popup .box-msg p {
  color: #000;
  font-size: 14px;
  line-height: 1.4em;
  margin: 5px 0;
}
#popup .box-msg table {
  width: 100%;
  border-width: 0 !important;
  margin: -9px 0px 34px 0;
}
#popup .box-msg table td {
  padding: 0px 30px 4px !important;
  vertical-align: top;
  position: relative;
  border-color: transparent !important;
  background-color: transparent !important;
  font-size: 13px;
  line-height: 1.7em;
  text-align: center;
  color: #000;
}
#popup .box-msg table td:nth-of-type(1)::after {
  position: absolute;
  content: "";
  width: 0px;
  background-color: #FFFF00;
  height: 130px;
  top: 50%;
  right: 0;
  margin-top: -48px;
}
#popup .box-msg table td h3 {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  line-break: 1.1em;
  margin-bottom: 0px;
  color: #039be5;
}
#popup .box-msg table td h3::before {
  display: none;
}
#popup .box-msg table td span {
  display: block;
}
#popup .box-msg table td p {
  font-size: 13px;
  line-height: 1.7em;
  padding: 5px 0;
}
#popup .box-msg table td h4 {
  color: #000;
  font-size: 14px;
  margin: 15px 0 5px;
  padding: 5px 15px;
  text-align: center;
  border-radius: 4px;
  width: 200px;
  background-color: white;
}
#popup .box-msg table td a {
  color: #000;
  border: 1px solid black;
  padding: 5px;
  border-radius: 25px;
  text-decoration: none;
}
#popup .box-msg #main-popup {
  padding-bottom: 50px;
}

#popup-mobile {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(34, 34, 34, 0.64);
  -webkit-transition: 0.61s all;
  -moz-transition: 0.61s all;
  -ms-transition: 0.61s all;
  -o-transition: 0.61s all;
  transition: 0.61s all;
}
@media (min-width: 767px) {
  #popup-mobile {
    display: none;
  }
}
#popup-mobile .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 96vw;
  max-width: 480px;
  z-index: 1;
  padding: 15px 24px;
  color: #FFF;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #popup-mobile .box-msg {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#popup-mobile .box-msg .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  border-radius: 62px;
  cursor: pointer;
  background-color: rgba(255, 255, 0, 0.5);
  background-image: url("img/close.svg");
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
#popup-mobile .box-msg .close:hover {
  background-color: yellow;
}
#popup-mobile .box-msg .close:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#popup-mobile .box-msg #main-popup {
  padding-top: 0px !important;
}
#popup-mobile .box-msg h2 {
  color: #FFF;
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0 !important;
  margin: 5px 0 20px;
}
#popup-mobile .box-msg h3 {
  color: #FFF;
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0 !important;
  margin: 5px 0 15px;
}
#popup-mobile .box-msg h4 {
  margin: 15px 0;
}
#popup-mobile .box-msg p {
  color: #FFF;
  font-size: 14px;
  line-height: 1.4em;
  margin: 5px 0;
}
#popup-mobile .box-msg ul li, #popup-mobile .box-msg ul li * {
  color: #FFF;
}
#popup-mobile .box-msg table {
  width: 100%;
  border-width: 0 !important;
  margin: -9px 0px 34px 0;
}
#popup-mobile .box-msg table td {
  padding: 0px 30px 4px !important;
  vertical-align: top;
  position: relative;
  border-color: transparent !important;
  background-color: transparent !important;
  font-size: 13px;
  line-height: 1.7em;
  text-align: center;
}
#popup-mobile .box-msg table td h3 {
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
  line-break: 1.1em;
  margin-bottom: 0px;
}
#popup-mobile .box-msg table td h3::before {
  display: none;
}
#popup-mobile .box-msg table td p {
  font-size: 13px;
  line-height: 1.7em;
  padding: 5px 0;
}
#popup-mobile .box-msg table td h4 {
  color: #FFF;
  font-size: 14px;
  margin: 15px 0 5px;
  padding: 5px 15px;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  width: 200px;
}
#popup-mobile .box-msg table td a {
  display: block;
  color: #FFF;
  border: 1px solid #000;
  padding: 5px;
  margin: 5px 0;
  text-align: center;
  border-radius: 25px;
}

#mailerPopupToggle:checked ~ #mailerPopup {
  opacity: 1;
  pointer-events: all;
}

#mailerPopup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  opacity: 0;
  pointer-events: none;
  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;
  justify-content: center;
  overflow: auto;
  z-index: 99;
  background-color: rgba(34, 34, 34, 0.85);
  -webkit-transition: 0.61s all;
  -moz-transition: 0.61s all;
  -ms-transition: 0.61s all;
  -o-transition: 0.61s all;
  transition: 0.61s all;
}
#mailerPopup .box {
  position: relative;
  max-width: 563px;
  width: 100%;
  max-height: 87vh;
  padding: 33px 42px;
  text-align: center;
  overflow: auto;
  background-color: #FFF;
}
#mailerPopup .box .title {
  display: block;
  margin: 0 0 24px 0;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}
#mailerPopup .box .close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("img/popupClose.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
#mailerPopup .box .close:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#mailerPopup .box .close:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#mailerPopup .box form br {
  display: none;
}
#mailerPopup .box form label {
  display: none;
}
#mailerPopup .box form .g-recaptcha {
  display: flex;
  justify-content: center;
}
#mailerPopup .box form p:nth-child(3) {
  text-align: center;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

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

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

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

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

.modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
}
.modal.active {
  display: flex;
}
.modal.active:before {
  display: block;
}
.modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal__dialog {
  background: #fefefe;
  border: #222 solid 1px;
  border-radius: 5px;
  z-index: 11;
  min-width: 360px;
  max-width: 400px;
}
@media (max-width: 360px) {
  .modal__dialog {
    min-width: 300px;
  }
}
.modal__dialog__body {
  position: relative;
}
.modal__dialog__body__close {
  color: #000;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -35px;
  right: 15px;
  cursor: pointer;
  z-index: 2;
}
.modal__dialog__body form {
  margin-top: 50px;
  margin-top: 50px;
}
.modal__dialog__body form fieldset {
  margin-bottom: 0;
}
.modal__dialog__body form .g-recaptcha &gt; div,
.modal__dialog__body form button {
  margin: auto;
}
.modal__dialog__body__content {
  margin: 25px 15px;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>