:root {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden],
  template {
    display: none;
  }
  a {
    background-color: transparent;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b,
  strong {
    font-weight: 700;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  mark {
    background: #ff0;
    color: #000;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    box-sizing: content-box;
    height: 0;
  }
  pre {
    overflow: auto;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  textarea {
    overflow: auto;
  }
  optgroup {
    font-weight: 700;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td,
  th {
    padding: 0;
  }
  *,
  :after,
  :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body {
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #191919;
    background-color: #fff;
  }
  button,
  input,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  a {
    color: #337ab7;
    text-decoration: none;
  }
  a:focus,
  a:hover {
    color: #23527c;
    text-decoration: underline;
  }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  figure {
    margin: 0;
  }
  img {
    vertical-align: middle;
  }
  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .img-rounded {
    border-radius: 6px;
  }
  .img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .img-circle {
    border-radius: 50%;
  }
  hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #fafafa;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  [role="button"] {
    cursor: pointer;
  }
  
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  @media print {
    *,
    :after,
    :before {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: "";
    }
    blockquote,
    pre {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    img,
    tr {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    h2,
    h3,
    p {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    .navbar {
      display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
      border-top-color: #000 !important;
    }
    .label {
      border: 1px solid #000;
    }
    .table {
      border-collapse: collapse !important;
    }
    .table td,
    .table th {
      background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
      border: 1px solid #ddd !important;
    }
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
  }
  .h1 .small,
  .h1 small,
  .h2 .small,
  .h2 small,
  .h3 .small,
  .h3 small,
  .h4 .small,
  .h4 small,
  .h5 .small,
  .h5 small,
  .h6 .small,
  .h6 small,
  h1 .small,
  h1 small,
  h2 .small,
  h2 small,
  h3 .small,
  h3 small,
  h4 .small,
  h4 small,
  h5 .small,
  h5 small,
  h6 .small,
  h6 small {
    font-weight: 400;
    line-height: 1;
    color: #d8d8d8;
  }
  .h1,
  .h2,
  .h3,
  h1,
  h2,
  h3 {
    margin-top: 22px;
    margin-bottom: 11px;
  }
  .h1 .small,
  .h1 small,
  .h2 .small,
  .h2 small,
  .h3 .small,
  .h3 small,
  h1 .small,
  h1 small,
  h2 .small,
  h2 small,
  h3 .small,
  h3 small {
    font-size: 65%;
  }
  .h4,
  .h5,
  .h6,
  h4,
  h5,
  h6 {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .h4 .small,
  .h4 small,
  .h5 .small,
  .h5 small,
  .h6 .small,
  .h6 small,
  h4 .small,
  h4 small,
  h5 .small,
  h5 small,
  h6 .small,
  h6 small {
    font-size: 75%;
  }
  .h1,
  h1 {
    font-size: 60px;
  }
  .h2,
  h2 {
    font-size: 34px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 20px;
  }
  .h5,
  h5 {
    font-size: 16px;
  }
  .h6,
  h6 {
    font-size: 14px;
  }
  p {
    margin: 0 0 11px;
  }
  .lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
  }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px;
    }
  }
  .small,
  small {
    font-size: 62%;
  }
  .mark,
  mark {
    background-color: #fcf8e3;
    padding: 0.2em;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-nowrap {
    white-space: nowrap;
  }
  .text-lowercase {
    text-transform: lowercase;
  }
  .initialism,
  .text-uppercase {
    text-transform: uppercase;
  }
  .text-capitalize {
    text-transform: capitalize;
  }
  .text-muted {
    color: #d8d8d8;
  }
  .text-primary {
    color: #337ab7;
  }
  a.text-primary:focus,
  a.text-primary:hover {
    color: #286090;
  }
  .text-success {
    color: #3c763d;
  }
  a.text-success:focus,
  a.text-success:hover {
    color: #2b542c;
  }
  .text-info {
    color: #31708f;
  }
  a.text-info:focus,
  a.text-info:hover {
    color: #245269;
  }
  .text-warning {
    color: #8a6d3b;
  }
  a.text-warning:focus,
  a.text-warning:hover {
    color: #66512c;
  }
  .text-danger {
    color: #a94442;
  }
  a.text-danger:focus,
  a.text-danger:hover {
    color: #843534;
  }
  .bg-primary {
    color: #fff;
    background-color: #337ab7;
  }
  a.bg-primary:focus,
  a.bg-primary:hover {
    background-color: #286090;
  }
  .bg-success {
    background-color: #dff0d8;
  }
  a.bg-success:focus,
  a.bg-success:hover {
    background-color: #c1e2b3;
  }
  .bg-info {
    background-color: #d9edf7;
  }
  a.bg-info:focus,
  a.bg-info:hover {
    background-color: #afd9ee;
  }
  .bg-warning {
    background-color: #fcf8e3;
  }
  a.bg-warning:focus,
  a.bg-warning:hover {
    background-color: #f7ecb5;
  }
  .bg-danger {
    background-color: #f2dede;
  }
  a.bg-danger:focus,
  a.bg-danger:hover {
    background-color: #e4b9b9;
  }
  .page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #fafafa;
  }
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 11px;
  }
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin-bottom: 0;
  }
  .list-inline,
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline {
    margin-left: -5px;
  }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  dl {
    margin-top: 0;
    margin-bottom: 22px;
  }
  dd,
  dt {
    line-height: 1.42857;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-left: 0;
  }
  .dl-horizontal dd:after,
  .dl-horizontal dd:before {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .dl-horizontal dd {
      margin-left: 180px;
    }
  }
  abbr[data-original-title],
  abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #d8d8d8;
  }
  .initialism {
    font-size: 90%;
  }
  blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #fafafa;
  }
  blockquote ol:last-child,
  blockquote p:last-child,
  blockquote ul:last-child {
    margin-bottom: 0;
  }
  blockquote .small,
  blockquote footer,
  blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #d8d8d8;
  }
  blockquote .small:before,
  blockquote footer:before,
  blockquote small:before {
    content: "\2014   \A0";
  }
  .blockquote-reverse,
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #fafafa;
    border-left: 0;
    text-align: right;
  }
  .blockquote-reverse .small:before,
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  blockquote.pull-right .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before {
    content: "";
  }
  .blockquote-reverse .small:after,
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  blockquote.pull-right .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after {
    content: "\A0   \2014";
  }
  address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
  .container:after,
  .container:before {
    content: " ";
    display: table;
  }
  .container:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .container {
      width: 766px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 956px;
    }
  }
  @media (min-width: 1367px) {
    .container {
      width: 1350px;
    }
  }
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
  .container-fluid:after,
  .container-fluid:before {
    content: " ";
    display: table;
  }
  .container-fluid:after {
    clear: both;
  }
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row:after,
  .row:before {
    content: " ";
    display: table;
  }
  .row:after {
    clear: both;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.33333%;
  }
  .col-xs-pull-2 {
    right: 16.66667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.33333%;
  }
  .col-xs-pull-5 {
    right: 41.66667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.33333%;
  }
  .col-xs-pull-8 {
    right: 66.66667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.33333%;
  }
  .col-xs-pull-11 {
    right: 91.66667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.33333%;
  }
  .col-xs-push-2 {
    left: 16.66667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.33333%;
  }
  .col-xs-push-5 {
    left: 41.66667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.33333%;
  }
  .col-xs-push-8 {
    left: 66.66667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.33333%;
  }
  .col-xs-push-11 {
    left: 91.66667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  @media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
      float: left;
    }
    .col-sm-1 {
      width: 8.33333%;
    }
    .col-sm-2 {
      width: 16.66667%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-4 {
      width: 33.33333%;
    }
    .col-sm-5 {
      width: 41.66667%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-7 {
      width: 58.33333%;
    }
    .col-sm-8 {
      width: 66.66667%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-10 {
      width: 83.33333%;
    }
    .col-sm-11 {
      width: 91.66667%;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-pull-0 {
      right: auto;
    }
    .col-sm-pull-1 {
      right: 8.33333%;
    }
    .col-sm-pull-2 {
      right: 16.66667%;
    }
    .col-sm-pull-3 {
      right: 25%;
    }
    .col-sm-pull-4 {
      right: 33.33333%;
    }
    .col-sm-pull-5 {
      right: 41.66667%;
    }
    .col-sm-pull-6 {
      right: 50%;
    }
    .col-sm-pull-7 {
      right: 58.33333%;
    }
    .col-sm-pull-8 {
      right: 66.66667%;
    }
    .col-sm-pull-9 {
      right: 75%;
    }
    .col-sm-pull-10 {
      right: 83.33333%;
    }
    .col-sm-pull-11 {
      right: 91.66667%;
    }
    .col-sm-pull-12 {
      right: 100%;
    }
    .col-sm-push-0 {
      left: auto;
    }
    .col-sm-push-1 {
      left: 8.33333%;
    }
    .col-sm-push-2 {
      left: 16.66667%;
    }
    .col-sm-push-3 {
      left: 25%;
    }
    .col-sm-push-4 {
      left: 33.33333%;
    }
    .col-sm-push-5 {
      left: 41.66667%;
    }
    .col-sm-push-6 {
      left: 50%;
    }
    .col-sm-push-7 {
      left: 58.33333%;
    }
    .col-sm-push-8 {
      left: 66.66667%;
    }
    .col-sm-push-9 {
      left: 75%;
    }
    .col-sm-push-10 {
      left: 83.33333%;
    }
    .col-sm-push-11 {
      left: 91.66667%;
    }
    .col-sm-push-12 {
      left: 100%;
    }
    .col-sm-offset-0 {
      margin-left: 0;
    }
    .col-sm-offset-1 {
      margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
      margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
      margin-left: 25%;
    }
    .col-sm-offset-4 {
      margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
      margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
      margin-left: 50%;
    }
    .col-sm-offset-7 {
      margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
      margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
      margin-left: 75%;
    }
    .col-sm-offset-10 {
      margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
      margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
      margin-left: 100%;
    }
  }
  @media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
      float: left;
    }
    .col-md-1 {
      width: 8.33333%;
    }
    .col-md-2 {
      width: 16.66667%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-4 {
      width: 33.33333%;
    }
    .col-md-5 {
      width: 41.66667%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-7 {
      width: 58.33333%;
    }
    .col-md-8 {
      width: 66.66667%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-10 {
      width: 83.33333%;
    }
    .col-md-11 {
      width: 91.66667%;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-pull-0 {
      right: auto;
    }
    .col-md-pull-1 {
      right: 8.33333%;
    }
    .col-md-pull-2 {
      right: 16.66667%;
    }
    .col-md-pull-3 {
      right: 25%;
    }
    .col-md-pull-4 {
      right: 33.33333%;
    }
    .col-md-pull-5 {
      right: 41.66667%;
    }
    .col-md-pull-6 {
      right: 50%;
    }
    .col-md-pull-7 {
      right: 58.33333%;
    }
    .col-md-pull-8 {
      right: 66.66667%;
    }
    .col-md-pull-9 {
      right: 75%;
    }
    .col-md-pull-10 {
      right: 83.33333%;
    }
    .col-md-pull-11 {
      right: 91.66667%;
    }
    .col-md-pull-12 {
      right: 100%;
    }
    .col-md-push-0 {
      left: auto;
    }
    .col-md-push-1 {
      left: 8.33333%;
    }
    .col-md-push-2 {
      left: 16.66667%;
    }
    .col-md-push-3 {
      left: 25%;
    }
    .col-md-push-4 {
      left: 33.33333%;
    }
    .col-md-push-5 {
      left: 41.66667%;
    }
    .col-md-push-6 {
      left: 50%;
    }
    .col-md-push-7 {
      left: 58.33333%;
    }
    .col-md-push-8 {
      left: 66.66667%;
    }
    .col-md-push-9 {
      left: 75%;
    }
    .col-md-push-10 {
      left: 83.33333%;
    }
    .col-md-push-11 {
      left: 91.66667%;
    }
    .col-md-push-12 {
      left: 100%;
    }
    .col-md-offset-0 {
      margin-left: 0;
    }
    .col-md-offset-1 {
      margin-left: 8.33333%;
    }
    .col-md-offset-2 {
      margin-left: 16.66667%;
    }
    .col-md-offset-3 {
      margin-left: 25%;
    }
    .col-md-offset-4 {
      margin-left: 33.33333%;
    }
    .col-md-offset-5 {
      margin-left: 41.66667%;
    }
    .col-md-offset-6 {
      margin-left: 50%;
    }
    .col-md-offset-7 {
      margin-left: 58.33333%;
    }
    .col-md-offset-8 {
      margin-left: 66.66667%;
    }
    .col-md-offset-9 {
      margin-left: 75%;
    }
    .col-md-offset-10 {
      margin-left: 83.33333%;
    }
    .col-md-offset-11 {
      margin-left: 91.66667%;
    }
    .col-md-offset-12 {
      margin-left: 100%;
    }
  }
  @media (min-width: 1367px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
      float: left;
    }
    .col-lg-1 {
      width: 8.33333%;
    }
    .col-lg-2 {
      width: 16.66667%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-4 {
      width: 33.33333%;
    }
    .col-lg-5 {
      width: 41.66667%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-7 {
      width: 58.33333%;
    }
    .col-lg-8 {
      width: 66.66667%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-10 {
      width: 83.33333%;
    }
    .col-lg-11 {
      width: 91.66667%;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-pull-0 {
      right: auto;
    }
    .col-lg-pull-1 {
      right: 8.33333%;
    }
    .col-lg-pull-2 {
      right: 16.66667%;
    }
    .col-lg-pull-3 {
      right: 25%;
    }
    .col-lg-pull-4 {
      right: 33.33333%;
    }
    .col-lg-pull-5 {
      right: 41.66667%;
    }
    .col-lg-pull-6 {
      right: 50%;
    }
    .col-lg-pull-7 {
      right: 58.33333%;
    }
    .col-lg-pull-8 {
      right: 66.66667%;
    }
    .col-lg-pull-9 {
      right: 75%;
    }
    .col-lg-pull-10 {
      right: 83.33333%;
    }
    .col-lg-pull-11 {
      right: 91.66667%;
    }
    .col-lg-pull-12 {
      right: 100%;
    }
    .col-lg-push-0 {
      left: auto;
    }
    .col-lg-push-1 {
      left: 8.33333%;
    }
    .col-lg-push-2 {
      left: 16.66667%;
    }
    .col-lg-push-3 {
      left: 25%;
    }
    .col-lg-push-4 {
      left: 33.33333%;
    }
    .col-lg-push-5 {
      left: 41.66667%;
    }
    .col-lg-push-6 {
      left: 50%;
    }
    .col-lg-push-7 {
      left: 58.33333%;
    }
    .col-lg-push-8 {
      left: 66.66667%;
    }
    .col-lg-push-9 {
      left: 75%;
    }
    .col-lg-push-10 {
      left: 83.33333%;
    }
    .col-lg-push-11 {
      left: 91.66667%;
    }
    .col-lg-push-12 {
      left: 100%;
    }
    .col-lg-offset-0 {
      margin-left: 0;
    }
    .col-lg-offset-1 {
      margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
      margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
      margin-left: 25%;
    }
    .col-lg-offset-4 {
      margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
      margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
      margin-left: 50%;
    }
    .col-lg-offset-7 {
      margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
      margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
      margin-left: 75%;
    }
    .col-lg-offset-10 {
      margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
      margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
      margin-left: 100%;
    }
  }
  table {
    background-color: transparent;
  }
  caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #d8d8d8;
  }
  caption,
  th {
    text-align: left;
  }
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
  }
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
  }
  .table > caption + thead > tr:first-child > td,
  .table > caption + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th {
    border-top: 0;
  }
  .table > tbody + tbody {
    border-top: 2px solid #ddd;
  }
  .table .table {
    background-color: #fff;
  }
  .table-condensed > tbody > tr > td,
  .table-condensed > tbody > tr > th,
  .table-condensed > tfoot > tr > td,
  .table-condensed > tfoot > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > thead > tr > th {
    padding: 5px;
  }
  .table-bordered,
  .table-bordered > tbody > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > td,
  .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
  }
  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
  }
  .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
  }
  table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
  }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
  }
  .table > tbody > tr.active > td,
  .table > tbody > tr.active > th,
  .table > tbody > tr > td.active,
  .table > tbody > tr > th.active,
  .table > tfoot > tr.active > td,
  .table > tfoot > tr.active > th,
  .table > tfoot > tr > td.active,
  .table > tfoot > tr > th.active,
  .table > thead > tr.active > td,
  .table > thead > tr.active > th,
  .table > thead > tr > td.active,
  .table > thead > tr > th.active {
    background-color: #f5f5f5;
  }
  .table-hover > tbody > tr.active:hover > td,
  .table-hover > tbody > tr.active:hover > th,
  .table-hover > tbody > tr:hover > .active,
  .table-hover > tbody > tr > td.active:hover,
  .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
  }
  .table > tbody > tr.success > td,
  .table > tbody > tr.success > th,
  .table > tbody > tr > td.success,
  .table > tbody > tr > th.success,
  .table > tfoot > tr.success > td,
  .table > tfoot > tr.success > th,
  .table > tfoot > tr > td.success,
  .table > tfoot > tr > th.success,
  .table > thead > tr.success > td,
  .table > thead > tr.success > th,
  .table > thead > tr > td.success,
  .table > thead > tr > th.success {
    background-color: #dff0d8;
  }
  .table-hover > tbody > tr.success:hover > td,
  .table-hover > tbody > tr.success:hover > th,
  .table-hover > tbody > tr:hover > .success,
  .table-hover > tbody > tr > td.success:hover,
  .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
  }
  .table > tbody > tr.info > td,
  .table > tbody > tr.info > th,
  .table > tbody > tr > td.info,
  .table > tbody > tr > th.info,
  .table > tfoot > tr.info > td,
  .table > tfoot > tr.info > th,
  .table > tfoot > tr > td.info,
  .table > tfoot > tr > th.info,
  .table > thead > tr.info > td,
  .table > thead > tr.info > th,
  .table > thead > tr > td.info,
  .table > thead > tr > th.info {
    background-color: #d9edf7;
  }
  .table-hover > tbody > tr.info:hover > td,
  .table-hover > tbody > tr.info:hover > th,
  .table-hover > tbody > tr:hover > .info,
  .table-hover > tbody > tr > td.info:hover,
  .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
  }
  .table > tbody > tr.warning > td,
  .table > tbody > tr.warning > th,
  .table > tbody > tr > td.warning,
  .table > tbody > tr > th.warning,
  .table > tfoot > tr.warning > td,
  .table > tfoot > tr.warning > th,
  .table > tfoot > tr > td.warning,
  .table > tfoot > tr > th.warning,
  .table > thead > tr.warning > td,
  .table > thead > tr.warning > th,
  .table > thead > tr > td.warning,
  .table > thead > tr > th.warning {
    background-color: #fcf8e3;
  }
  .table-hover > tbody > tr.warning:hover > td,
  .table-hover > tbody > tr.warning:hover > th,
  .table-hover > tbody > tr:hover > .warning,
  .table-hover > tbody > tr > td.warning:hover,
  .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
  }
  .table > tbody > tr.danger > td,
  .table > tbody > tr.danger > th,
  .table > tbody > tr > td.danger,
  .table > tbody > tr > th.danger,
  .table > tfoot > tr.danger > td,
  .table > tfoot > tr.danger > th,
  .table > tfoot > tr > td.danger,
  .table > tfoot > tr > th.danger,
  .table > thead > tr.danger > td,
  .table > thead > tr.danger > th,
  .table > thead > tr > td.danger,
  .table > thead > tr > th.danger {
    background-color: #f2dede;
  }
  .table-hover > tbody > tr.danger:hover > td,
  .table-hover > tbody > tr.danger:hover > th,
  .table-hover > tbody > tr:hover > .danger,
  .table-hover > tbody > tr > td.danger:hover,
  .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
  }
  .table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
  }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
    }
    .table-responsive > .table {
      margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
      white-space: nowrap;
    }
    .table-responsive > .table-bordered {
      border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
      border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
      border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
      border-bottom: 0;
    }
  }
  fieldset {
    margin: 0;
    min-width: 0;
  }
  fieldset,
  legend {
    padding: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #212121;
    border-bottom: 1px solid #e5e5e5;
  }
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
  }
  input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type="checkbox"],
  input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
  }
  input[type="file"] {
    display: block;
  }
  input[type="range"] {
    display: block;
    width: 100%;
  }
  select[multiple],
  select[size] {
    height: auto;
  }
  input[type="checkbox"]:focus,
  input[type="file"]:focus,
  input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  output {
    padding-top: 7px;
  }
  .form-control,
  output {
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    color: #666;
  }
  .form-control {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(102, 175, 233, 0.6);
  }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #999;
  }
  .form-control::-webkit-input-placeholder {
    color: #999;
  }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent;
  }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #fafafa;
    opacity: 1;
  }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
  }
  textarea.form-control {
    height: auto;
  }
  input[type="search"] {
    -webkit-appearance: none;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
      line-height: 36px;
    }
    .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm > input.form-control[type="date"],
    .input-group-sm > input.form-control[type="datetime-local"],
    .input-group-sm > input.form-control[type="month"],
    .input-group-sm > input.form-control[type="time"],
    .input-group-sm > input.input-group-addon[type="date"],
    .input-group-sm > input.input-group-addon[type="datetime-local"],
    .input-group-sm > input.input-group-addon[type="month"],
    .input-group-sm > input.input-group-addon[type="time"],
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
      line-height: 27px;
    }
    .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg > input.form-control[type="date"],
    .input-group-lg > input.form-control[type="datetime-local"],
    .input-group-lg > input.form-control[type="month"],
    .input-group-lg > input.form-control[type="time"],
    .input-group-lg > input.input-group-addon[type="date"],
    .input-group-lg > input.input-group-addon[type="datetime-local"],
    .input-group-lg > input.input-group-addon[type="month"],
    .input-group-lg > input.input-group-addon[type="time"],
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
      line-height: 49px;
    }
  }
  .form-group {
    margin-bottom: 15px;
  }
  .checkbox,
  .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .checkbox label,
  .radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
  }
  .checkbox-inline input[type="checkbox"],
  .checkbox input[type="checkbox"],
  .radio-inline input[type="radio"],
  .radio input[type="radio"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9;
  }
  .checkbox + .checkbox,
  .radio + .radio {
    margin-top: -5px;
  }
  .checkbox-inline,
  .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
  }
  .checkbox-inline + .checkbox-inline,
  .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
  }
  .checkbox-inline.disabled,
  .checkbox.disabled label,
  .radio-inline.disabled,
  .radio.disabled label,
  fieldset[disabled] .checkbox-inline,
  fieldset[disabled] .checkbox label,
  fieldset[disabled] .radio-inline,
  fieldset[disabled] .radio label,
  fieldset[disabled] input[type="checkbox"],
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"].disabled,
  input[type="checkbox"][disabled],
  input[type="radio"].disabled,
  input[type="radio"][disabled] {
    cursor: not-allowed;
  }
  .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 38px;
  }
  .form-control-static.input-lg,
  .form-control-static.input-sm,
  .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
  }
  .input-group-sm > .form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .btn,
  .input-sm {
    height: 27px;
    padding: 5px 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .input-group-sm > .input-group-btn > select.btn,
  .input-group-sm > select.form-control,
  .input-group-sm > select.input-group-addon,
  select.input-sm {
    height: 27px;
    line-height: 27px;
  }
  .input-group-sm > .input-group-btn > select.btn[multiple],
  .input-group-sm > .input-group-btn > textarea.btn,
  .input-group-sm > select.form-control[multiple],
  .input-group-sm > select.input-group-addon[multiple],
  .input-group-sm > textarea.form-control,
  .input-group-sm > textarea.input-group-addon,
  select[multiple].input-sm,
  textarea.input-sm {
    height: auto;
  }
  .form-group-sm .form-control {
    height: 27px;
    padding: 5px 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .form-group-sm select.form-control {
    height: 27px;
    line-height: 27px;
  }
  .form-group-sm select[multiple].form-control,
  .form-group-sm textarea.form-control {
    height: auto;
  }
  .form-group-sm .form-control-static {
    height: 27px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 10px;
    line-height: 1.5;
  }
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn,
  .input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
  }
  .input-group-lg > .input-group-btn > select.btn,
  .input-group-lg > select.form-control,
  .input-group-lg > select.input-group-addon,
  select.input-lg {
    height: 49px;
    line-height: 49px;
  }
  .input-group-lg > .input-group-btn > select.btn[multiple],
  .input-group-lg > .input-group-btn > textarea.btn,
  .input-group-lg > select.form-control[multiple],
  .input-group-lg > select.input-group-addon[multiple],
  .input-group-lg > textarea.form-control,
  .input-group-lg > textarea.input-group-addon,
  select[multiple].input-lg,
  textarea.input-lg {
    height: auto;
  }
  .form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
  }
  .form-group-lg select.form-control {
    height: 49px;
    line-height: 49px;
  }
  .form-group-lg select[multiple].form-control,
  .form-group-lg textarea.form-control {
    height: auto;
  }
  .form-group-lg .form-control-static {
    height: 49px;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.33333;
  }
  .has-feedback {
    position: relative;
  }
  .has-feedback .form-control {
    padding-right: 45px;
  }
  .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none;
  }
  .form-group-lg .form-control + .form-control-feedback,
  .input-group-lg + .form-control-feedback,
  .input-group-lg > .form-control + .form-control-feedback,
  .input-group-lg > .input-group-addon + .form-control-feedback,
  .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
  .input-lg + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px;
  }
  .form-group-sm .form-control + .form-control-feedback,
  .input-group-sm + .form-control-feedback,
  .input-group-sm > .form-control + .form-control-feedback,
  .input-group-sm > .input-group-addon + .form-control-feedback,
  .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
  .input-sm + .form-control-feedback {
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
  .has-success .checkbox,
  .has-success .checkbox-inline,
  .has-success.checkbox-inline label,
  .has-success.checkbox label,
  .has-success .control-label,
  .has-success .help-block,
  .has-success .radio,
  .has-success .radio-inline,
  .has-success.radio-inline label,
  .has-success.radio label {
    color: #3c763d;
  }
  .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  }
  .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
  }
  .has-success .form-control-feedback {
    color: #3c763d;
  }
  .has-warning .checkbox,
  .has-warning .checkbox-inline,
  .has-warning.checkbox-inline label,
  .has-warning.checkbox label,
  .has-warning .control-label,
  .has-warning .help-block,
  .has-warning .radio,
  .has-warning .radio-inline,
  .has-warning.radio-inline label,
  .has-warning.radio label {
    color: #8a6d3b;
  }
  .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  }
  .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
  }
  .has-warning .form-control-feedback {
    color: #8a6d3b;
  }
  .has-error .checkbox,
  .has-error .checkbox-inline,
  .has-error.checkbox-inline label,
  .has-error.checkbox label,
  .has-error .control-label,
  .has-error .help-block,
  .has-error .radio,
  .has-error .radio-inline,
  .has-error.radio-inline label,
  .has-error.radio label {
    color: #a94442;
  }
  .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  }
  .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
  }
  .has-error .form-control-feedback {
    color: #a94442;
  }
  .has-feedback label ~ .form-control-feedback {
    top: 27px;
  }
  .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
  }
  .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #595959;
  }
  @media (min-width: 768px) {
    .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .form-inline .form-control-static {
      display: inline-block;
    }
    .form-inline .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
      width: auto;
    }
    .form-inline .input-group > .form-control {
      width: 100%;
    }
    .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
      padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
      position: relative;
      margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  .form-horizontal .checkbox,
  .form-horizontal .checkbox-inline,
  .form-horizontal .radio,
  .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .form-horizontal .checkbox,
  .form-horizontal .radio {
    min-height: 29px;
  }
  .form-horizontal .form-group {
    margin-left: -8px;
    margin-right: -8px;
  }
  .form-horizontal .form-group:after,
  .form-horizontal .form-group:before {
    content: " ";
    display: table;
  }
  .form-horizontal .form-group:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .form-horizontal .control-label {
      text-align: right;
      margin-bottom: 0;
      padding-top: 7px;
    }
  }
  .form-horizontal .has-feedback .form-control-feedback {
    right: 8px;
  }
  @media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 20px;
    }
  }
  @media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 10px;
    }
  }
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .btn.active.focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn:active:focus,
  .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn.focus,
  .btn:focus,
  .btn:hover {
    color: #191919;
    text-decoration: none;
  }
  .btn.active,
  .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  a.btn.disabled,
  fieldset[disabled] a.btn {
    pointer-events: none;
  }
  .btn-default {
    color: #191919;
    background-color: #fafafa;
    border-color: hsla(0, 0%, 85%, 0.5);
  }
  .btn-default.focus,
  .btn-default:focus {
    color: #191919;
    background-color: #e1e1e1;
    border-color: hsla(0, 0%, 60%, 0.5);
  }
  .btn-default.active,
  .btn-default:active,
  .btn-default:hover,
  .open > .btn-default.dropdown-toggle {
    color: #191919;
    background-color: #e1e1e1;
    border-color: hsla(0, 0%, 73%, 0.5);
  }
  .btn-default.active.focus,
  .btn-default.active:focus,
  .btn-default.active:hover,
  .btn-default:active.focus,
  .btn-default:active:focus,
  .btn-default:active:hover,
  .open > .btn-default.dropdown-toggle.focus,
  .open > .btn-default.dropdown-toggle:focus,
  .open > .btn-default.dropdown-toggle:hover {
    color: #191919;
    background-color: #cfcfcf;
    border-color: hsla(0, 0%, 60%, 0.5);
  }
  .btn-default.active,
  .btn-default:active,
  .open > .btn-default.dropdown-toggle {
    background-image: none;
  }
  .btn-default.disabled.focus,
  .btn-default.disabled:focus,
  .btn-default.disabled:hover,
  .btn-default[disabled].focus,
  .btn-default[disabled]:focus,
  .btn-default[disabled]:hover,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:hover {
    background-color: #fafafa;
    border-color: hsla(0, 0%, 85%, 0.5);
  }
  .btn-default .badge {
    color: #fafafa;
    background-color: #191919;
  }
  .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  .btn-primary.focus,
  .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
  }
  .btn-primary.active,
  .btn-primary:active,
  .btn-primary:hover,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  .btn-primary.active.focus,
  .btn-primary.active:focus,
  .btn-primary.active:hover,
  .btn-primary:active.focus,
  .btn-primary:active:focus,
  .btn-primary:active:hover,
  .open > .btn-primary.dropdown-toggle.focus,
  .open > .btn-primary.dropdown-toggle:focus,
  .open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
  }
  .btn-primary.active,
  .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none;
  }
  .btn-primary.disabled.focus,
  .btn-primary.disabled:focus,
  .btn-primary.disabled:hover,
  .btn-primary[disabled].focus,
  .btn-primary[disabled]:focus,
  .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
  }
  .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-success.focus,
  .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
  }
  .btn-success.active,
  .btn-success:active,
  .btn-success:hover,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
  }
  .btn-success.active.focus,
  .btn-success.active:focus,
  .btn-success.active:hover,
  .btn-success:active.focus,
  .btn-success:active:focus,
  .btn-success:active:hover,
  .open > .btn-success.dropdown-toggle.focus,
  .open > .btn-success.dropdown-toggle:focus,
  .open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
  }
  .btn-success.active,
  .btn-success:active,
  .open > .btn-success.dropdown-toggle {
    background-image: none;
  }
  .btn-success.disabled.focus,
  .btn-success.disabled:focus,
  .btn-success.disabled:hover,
  .btn-success[disabled].focus,
  .btn-success[disabled]:focus,
  .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
  }
  .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-info.focus,
  .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
  }
  .btn-info.active,
  .btn-info:active,
  .btn-info:hover,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
  }
  .btn-info.active.focus,
  .btn-info.active:focus,
  .btn-info.active:hover,
  .btn-info:active.focus,
  .btn-info:active:focus,
  .btn-info:active:hover,
  .open > .btn-info.dropdown-toggle.focus,
  .open > .btn-info.dropdown-toggle:focus,
  .open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
  }
  .btn-info.active,
  .btn-info:active,
  .open > .btn-info.dropdown-toggle {
    background-image: none;
  }
  .btn-info.disabled.focus,
  .btn-info.disabled:focus,
  .btn-info.disabled:hover,
  .btn-info[disabled].focus,
  .btn-info[disabled]:focus,
  .btn-info[disabled]:hover,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
  }
  .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-warning.focus,
  .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
  }
  .btn-warning.active,
  .btn-warning:active,
  .btn-warning:hover,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
  }
  .btn-warning.active.focus,
  .btn-warning.active:focus,
  .btn-warning.active:hover,
  .btn-warning:active.focus,
  .btn-warning:active:focus,
  .btn-warning:active:hover,
  .open > .btn-warning.dropdown-toggle.focus,
  .open > .btn-warning.dropdown-toggle:focus,
  .open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
  }
  .btn-warning.active,
  .btn-warning:active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none;
  }
  .btn-warning.disabled.focus,
  .btn-warning.disabled:focus,
  .btn-warning.disabled:hover,
  .btn-warning[disabled].focus,
  .btn-warning[disabled]:focus,
  .btn-warning[disabled]:hover,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
  }
  .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-danger.focus,
  .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
  }
  .btn-danger.active,
  .btn-danger:active,
  .btn-danger:hover,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
  }
  .btn-danger.active.focus,
  .btn-danger.active:focus,
  .btn-danger.active:hover,
  .btn-danger:active.focus,
  .btn-danger:active:focus,
  .btn-danger:active:hover,
  .open > .btn-danger.dropdown-toggle.focus,
  .open > .btn-danger.dropdown-toggle:focus,
  .open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
  }
  .btn-danger.active,
  .btn-danger:active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none;
  }
  .btn-danger.disabled.focus,
  .btn-danger.disabled:focus,
  .btn-danger.disabled:hover,
  .btn-danger[disabled].focus,
  .btn-danger[disabled]:focus,
  .btn-danger[disabled]:hover,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
  }
  .btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0;
  }
  .btn-link,
  .btn-link.active,
  .btn-link:active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-link,
  .btn-link:active,
  .btn-link:focus,
  .btn-link:hover {
    border-color: transparent;
  }
  .btn-link:focus,
  .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
  }
  .btn-link[disabled]:focus,
  .btn-link[disabled]:hover,
  fieldset[disabled] .btn-link:focus,
  fieldset[disabled] .btn-link:hover {
    color: #d8d8d8;
    text-decoration: none;
  }
  .btn-group-lg > .btn,
  .btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
  }
  .btn-group-sm > .btn,
  .btn-sm {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-group-xs > .btn,
  .btn-xs {
    padding: 1px 5px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-block {
    display: block;
    width: 100%;
  }
  .btn-block + .btn-block {
    margin-top: 5px;
  }
  input[type="button"].btn-block,
  input[type="reset"].btn-block,
  input[type="submit"].btn-block {
    width: 100%;
  }
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .dropdown,
  .dropup {
    position: relative;
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #212121;
    white-space: nowrap;
  }
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #141414;
    background-color: #f5f5f5;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:focus,
  .dropdown-menu > .disabled > a:hover {
    color: #d8d8d8;
  }
  .dropdown-menu > .disabled > a:focus,
  .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
  }
  .open > .dropdown-menu {
    display: block;
  }
  .open > a {
    outline: 0;
  }
  .dropdown-menu-right {
    left: auto;
    right: 0;
  }
  .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 10px;
    line-height: 1.42857;
    color: #d8d8d8;
    white-space: nowrap;
  }
  .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
  }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: "";
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
  }
  @media (min-width: 768px) {
    .navbar-right .dropdown-menu {
      right: 0;
      left: auto;
    }
    .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto;
    }
  }
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .btn-group-vertical > .btn,
  .btn-group > .btn {
    position: relative;
    float: left;
  }
  .btn-group-vertical > .btn.active,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:hover,
  .btn-group > .btn.active,
  .btn-group > .btn:active,
  .btn-group > .btn:focus,
  .btn-group > .btn:hover {
    z-index: 2;
  }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group {
    margin-left: -1px;
  }
  .btn-toolbar {
    margin-left: -5px;
  }
  .btn-toolbar:after,
  .btn-toolbar:before {
    content: " ";
    display: table;
  }
  .btn-toolbar:after {
    clear: both;
  }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left;
  }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px;
  }
  .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
  }
  .btn-group > .btn:first-child {
    margin-left: 0;
  }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group > .btn:last-child:not(:first-child),
  .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group > .btn-group {
    float: left;
  }
  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group .dropdown-toggle:active,
  .btn-group.open .dropdown-toggle {
    outline: 0;
  }
  .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
  }
  .btn-group-lg.btn-group > .btn + .dropdown-toggle,
  .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
  }
  .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn .caret {
    margin-left: 0;
  }
  .btn-group-lg > .btn .caret,
  .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
  }
  .dropup .btn-group-lg > .btn .caret,
  .dropup .btn-lg .caret {
    border-width: 0 5px 5px;
  }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group,
  .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .btn-group-vertical > .btn-group:after,
  .btn-group-vertical > .btn-group:before {
    content: " ";
    display: table;
  }
  .btn-group-vertical > .btn-group:after {
    clear: both;
  }
  .btn-group-vertical > .btn-group > .btn {
    float: none;
  }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group-vertical
    > .btn-group:first-child:not(:last-child)
    > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical
    > .btn-group:last-child:not(:first-child)
    > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
  }
  .btn-group-justified > .btn-group .btn {
    width: 100%;
  }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
  }
  [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
  [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  [data-toggle="buttons"] > .btn input[type="checkbox"],
  [data-toggle="buttons"] > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .input-group .form-control:focus {
    z-index: 3;
  }
  .input-group-addon,
  .input-group-btn,
  .input-group .form-control {
    display: table-cell;
  }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .input-group-addon,
  .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }
  .input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #666;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 3px;
  }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px;
  }
  .input-group-addon input[type="checkbox"],
  .input-group-addon input[type="radio"] {
    margin-top: 0;
  }
  .input-group-addon:first-child,
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group > .btn,
  .input-group-btn:first-child > .dropdown-toggle,
  .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .input-group-addon:first-child {
    border-right: 0;
  }
  .input-group-addon:last-child,
  .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
  .input-group-btn:first-child > .btn:not(:first-child),
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group > .btn,
  .input-group-btn:last-child > .dropdown-toggle,
  .input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .input-group-addon:last-child {
    border-left: 0;
  }
  .input-group-btn {
    font-size: 0;
    white-space: nowrap;
  }
  .input-group-btn,
  .input-group-btn > .btn {
    position: relative;
  }
  .input-group-btn > .btn + .btn {
    margin-left: -1px;
  }
  .input-group-btn > .btn:active,
  .input-group-btn > .btn:focus,
  .input-group-btn > .btn:hover {
    z-index: 2;
  }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
  }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
  }
  .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .nav:after,
  .nav:before {
    content: " ";
    display: table;
  }
  .nav:after {
    clear: both;
  }
  .nav > li,
  .nav > li > a {
    position: relative;
    display: block;
  }
  .nav > li > a {
    padding: 10px 15px;
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    text-decoration: none;
    background-color: #fafafa;
  }
  .nav > li.disabled > a {
    color: #d8d8d8;
  }
  .nav > li.disabled > a:focus,
  .nav > li.disabled > a:hover {
    color: #d8d8d8;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: #fafafa;
    border-color: #337ab7;
  }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .nav > li > a > img {
    max-width: none;
  }
  .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li > a:hover {
    border-color: #fafafa #fafafa #ddd;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    color: #666;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
  }
  .nav-pills > li {
    float: left;
  }
  .nav-pills > li > a {
    border-radius: 4px;
  }
  .nav-pills > li + li {
    margin-left: 2px;
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:focus,
  .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
  }
  .nav-stacked > li {
    float: none;
  }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .nav-justified,
  .nav-tabs.nav-justified {
    width: 100%;
  }
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs-justified,
  .nav-tabs.nav-justified {
    border-bottom: 0;
  }
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
  }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
      border-bottom-color: #fff;
    }
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent;
  }
  .navbar:after,
  .navbar:before {
    content: " ";
    display: table;
  }
  .navbar:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px;
    }
  }
  .navbar-header:after,
  .navbar-header:before {
    content: " ";
    display: table;
  }
  .navbar-header:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .navbar-header {
      float: left;
    }
  }
  .navbar-collapse {
    overflow-x: visible;
    padding-right: 8px;
    padding-left: 8px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
    -webkit-overflow-scrolling: touch;
  }
  .navbar-collapse:after,
  .navbar-collapse:before {
    content: " ";
    display: table;
  }
  .navbar-collapse:after {
    clear: both;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none;
    }
    .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }
    .navbar-collapse.in {
      overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
  }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
      max-height: 200px;
    }
  }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: -8px;
    margin-left: -8px;
  }
  @media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
      margin-right: 0;
      margin-left: 0;
    }
  }
  .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
  }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0;
    }
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  @media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
      border-radius: 0;
    }
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
  }
  .navbar-brand {
    float: left;
    padding: 14px 8px;
    font-size: 20px;
    line-height: 22px;
    height: 50px;
  }
  .navbar-brand:focus,
  .navbar-brand:hover {
    text-decoration: none;
  }
  .navbar-brand > img {
    display: block;
  }
  @media (min-width: 768px) {
    .navbar > .container-fluid .navbar-brand,
    .navbar > .container .navbar-brand {
      margin-left: -8px;
    }
  }
  .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 8px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .navbar-toggle:focus {
    outline: 0;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none;
    }
  }
  .navbar-nav {
    margin: 7px -8px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
  }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
      padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 22px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
      background-image: none;
    }
  }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0;
    }
    .navbar-nav > li {
      float: left;
    }
    .navbar-nav > li > a {
      padding-top: 14px;
      padding-bottom: 14px;
    }
  }
  .navbar-form {
    margin: 7px -8px;
    padding: 10px 8px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1),
      0 1px 0 hsla(0, 0%, 100%, 0.1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1),
      0 1px 0 hsla(0, 0%, 100%, 0.1);
  }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .navbar-form .form-control-static {
      display: inline-block;
    }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
      width: auto;
    }
    .navbar-form .input-group > .form-control {
      width: 100%;
    }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
      padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
      position: relative;
      margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
      margin-bottom: 0;
    }
  }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .btn-group-sm > .navbar-btn.btn,
  .navbar-btn.btn-sm {
    margin-top: 11.5px;
    margin-bottom: 11.5px;
  }
  .btn-group-xs > .navbar-btn.btn,
  .navbar-btn.btn-xs,
  .navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 8px;
      margin-right: 8px;
    }
  }
  @media (min-width: 768px) {
    .navbar-left {
      float: left !important;
    }
    .navbar-right {
      float: right !important;
      margin-right: -8px;
    }
    .navbar-right ~ .navbar-right {
      margin-right: 0;
    }
  }
  .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-brand {
    color: #595959;
  }
  .navbar-default .navbar-brand:focus,
  .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-text {
    color: #595959;
  }
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:focus,
  .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle {
    border-color: #ddd;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #ddd;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555;
  }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #595959;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #333;
      background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
      color: #555;
      background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
      color: #ccc;
      background-color: transparent;
    }
  }
  .navbar-default .navbar-link {
    color: #595959;
  }
  .navbar-default .navbar-link:hover {
    color: #333;
  }
  .navbar-default .btn-link {
    color: #595959;
  }
  .navbar-default .btn-link:focus,
  .navbar-default .btn-link:hover {
    color: #333;
  }
  .navbar-default .btn-link[disabled]:focus,
  .navbar-default .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-default .btn-link:focus,
  fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
  }
  .navbar-inverse {
    background-color: #222;
    border-color: #090909;
  }
  .navbar-inverse .navbar-brand {
    color: #fefefe;
  }
  .navbar-inverse .navbar-brand:focus,
  .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > li > a,
  .navbar-inverse .navbar-text {
    color: #fefefe;
  }
  .navbar-inverse .navbar-nav > li > a:focus,
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:focus,
  .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #333;
  }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: #333;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:focus,
  .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #090909;
    color: #fff;
  }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #fefefe;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #fff;
      background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
      color: #fff;
      background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
      color: #444;
      background-color: transparent;
    }
  }
  .navbar-inverse .navbar-link {
    color: #fefefe;
  }
  .navbar-inverse .navbar-link:hover {
    color: #fff;
  }
  .navbar-inverse .btn-link {
    color: #fefefe;
  }
  .navbar-inverse .btn-link:focus,
  .navbar-inverse .btn-link:hover {
    color: #fff;
  }
  .navbar-inverse .btn-link[disabled]:focus,
  .navbar-inverse .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-inverse .btn-link:focus,
  fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
  }
  .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
  }
  .breadcrumb > li {
    display: inline-block;
  }
  .breadcrumb > li + li:before {
    content: "/\A0";
    padding: 0 5px;
    color: #ccc;
  }
  .breadcrumb > .active {
    color: #d8d8d8;
  }
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .pagination > li > a:focus,
  .pagination > li > a:hover,
  .pagination > li > span:focus,
  .pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #fafafa;
    border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > a:focus,
  .pagination > .active > a:hover,
  .pagination > .active > span,
  .pagination > .active > span:focus,
  .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
  }
  .pagination > .disabled > a,
  .pagination > .disabled > a:focus,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > span,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > span:hover {
    color: #d8d8d8;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 1.5;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center;
  }
  .pager:after,
  .pager:before {
    content: " ";
    display: table;
  }
  .pager:after {
    clear: both;
  }
  .pager li {
    display: inline;
  }
  .pager li > a,
  .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
  }
  .pager li > a:focus,
  .pager li > a:hover {
    text-decoration: none;
    background-color: #fafafa;
  }
  .pager .next > a,
  .pager .next > span {
    float: right;
  }
  .pager .previous > a,
  .pager .previous > span {
    float: left;
  }
  .pager .disabled > a,
  .pager .disabled > a:focus,
  .pager .disabled > a:hover,
  .pager .disabled > span {
    color: #d8d8d8;
    background-color: #fff;
    cursor: not-allowed;
  }
  .label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
  }
  .label:empty {
    display: none;
  }
  .btn .label {
    position: relative;
    top: -1px;
  }
  a.label:focus,
  a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .label-default {
    background-color: #d8d8d8;
  }
  .label-default[href]:focus,
  .label-default[href]:hover {
    background-color: #bfbfbf;
  }
  .label-primary {
    background-color: #337ab7;
  }
  .label-primary[href]:focus,
  .label-primary[href]:hover {
    background-color: #286090;
  }
  .label-success {
    background-color: #5cb85c;
  }
  .label-success[href]:focus,
  .label-success[href]:hover {
    background-color: #449d44;
  }
  .label-info {
    background-color: #5bc0de;
  }
  .label-info[href]:focus,
  .label-info[href]:hover {
    background-color: #31b0d5;
  }
  .label-warning {
    background-color: #f0ad4e;
  }
  .label-warning[href]:focus,
  .label-warning[href]:hover {
    background-color: #ec971f;
  }
  .label-danger {
    background-color: #d9534f;
  }
  .label-danger[href]:focus,
  .label-danger[href]:hover {
    background-color: #c9302c;
  }
  .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #d8d8d8;
    border-radius: 10px;
  }
  .badge:empty {
    display: none;
  }
  .btn .badge {
    position: relative;
    top: -1px;
  }
  .btn-group-xs > .btn .badge,
  .btn-xs .badge {
    top: 0;
    padding: 1px 5px;
  }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
  }
  .list-group-item > .badge {
    float: right;
  }
  .list-group-item > .badge + .badge {
    margin-right: 5px;
  }
  .nav-pills > li > a > .badge {
    margin-left: 3px;
  }
  a.badge:focus,
  a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #fafafa;
  }
  .jumbotron,
  .jumbotron .h1,
  .jumbotron h1 {
    color: inherit;
  }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200;
  }
  .jumbotron > hr {
    border-top-color: #e1e1e1;
  }
  .container-fluid .jumbotron,
  .container .jumbotron {
    border-radius: 6px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .jumbotron .container {
    max-width: 100%;
  }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    .container-fluid .jumbotron,
    .container .jumbotron {
      padding-left: 60px;
      padding-right: 60px;
    }
    .jumbotron .h1,
    .jumbotron h1 {
      font-size: 60px;
    }
  }
  .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
  }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .thumbnail .caption {
    padding: 9px;
    color: #191919;
  }
  a.thumbnail.active,
  a.thumbnail:focus,
  a.thumbnail:hover {
    border-color: #337ab7;
  }
  .alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .alert h4 {
    margin-top: 0;
    color: inherit;
  }
  .alert .alert-link {
    font-weight: 700;
  }
  .alert > p,
  .alert > ul {
    margin-bottom: 0;
  }
  .alert > p + p {
    margin-top: 5px;
  }
  .alert-dismissable,
  .alert-dismissible {
    padding-right: 35px;
  }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
  }
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  .alert-success .alert-link {
    color: #2b542c;
  }
  .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
  }
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  .alert-info .alert-link {
    color: #245269;
  }
  .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
  }
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  .alert-warning .alert-link {
    color: #66512c;
  }
  .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
  }
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  .alert-danger .alert-link {
    color: #843534;
  }
  @-webkit-keyframes progress-bar-stripes {
    0% {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes progress-bar-stripes {
    0% {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 10px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
  }
  .progress-bar-striped,
  .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent
    );
    background-image: -o-linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 50%,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-image: linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent
    );
    background-size: 40px 40px;
  }
  .progress-bar.active,
  .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }
  .progress-bar-success {
    background-color: #5cb85c;
  }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent
    );
    background-image: -o-linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 50%,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-image: linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent
    );
  }
  .progress-bar-info {
    background-color: #5bc0de;
  }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent
    );
    background-image: -o-linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 50%,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-image: linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent
    );
  }
  .progress-bar-warning {
    background-color: #f0ad4e;
  }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent
    );
    background-image: -o-linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 50%,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-image: linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent
    );
  }
  .progress-bar-danger {
    background-color: #d9534f;
  }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent
    );
    background-image: -o-linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 50%,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-image: linear-gradient(
      45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent
    );
  }
  .media {
    margin-top: 15px;
  }
  .media:first-child {
    margin-top: 0;
  }
  .media,
  .media-body {
    zoom: 1;
    overflow: hidden;
  }
  .media-body {
    width: 10000px;
  }
  .media-object {
    display: block;
  }
  .media-object.img-thumbnail {
    max-width: none;
  }
  .media-right,
  .media > .pull-right {
    padding-left: 10px;
  }
  .media-left,
  .media > .pull-left {
    padding-right: 10px;
  }
  .media-body,
  .media-left,
  .media-right {
    display: table-cell;
    vertical-align: top;
  }
  .media-middle {
    vertical-align: middle;
  }
  .media-bottom {
    vertical-align: bottom;
  }
  .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .media-list {
    padding-left: 0;
    list-style: none;
  }
  .list-group {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  a.list-group-item,
  button.list-group-item {
    color: #555;
  }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333;
  }
  a.list-group-item:focus,
  a.list-group-item:hover,
  button.list-group-item:focus,
  button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
  }
  button.list-group-item {
    width: 100%;
    text-align: left;
  }
  .list-group-item.disabled,
  .list-group-item.disabled:focus,
  .list-group-item.disabled:hover {
    background-color: #fafafa;
    color: #d8d8d8;
    cursor: not-allowed;
  }
  .list-group-item.disabled .list-group-item-heading,
  .list-group-item.disabled:focus .list-group-item-heading,
  .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
  }
  .list-group-item.disabled .list-group-item-text,
  .list-group-item.disabled:focus .list-group-item-text,
  .list-group-item.disabled:hover .list-group-item-text {
    color: #d8d8d8;
  }
  .list-group-item.active,
  .list-group-item.active:focus,
  .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
  }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > .small,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
  }
  .list-group-item.active .list-group-item-text,
  .list-group-item.active:focus .list-group-item-text,
  .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
  }
  .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
  }
  a.list-group-item-success,
  button.list-group-item-success {
    color: #3c763d;
  }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-success:focus,
  a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
  }
  a.list-group-item-success.active,
  a.list-group-item-success.active:focus,
  a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
  }
  .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
  }
  a.list-group-item-info,
  button.list-group-item-info {
    color: #31708f;
  }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-info:focus,
  a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
  }
  a.list-group-item-info.active,
  a.list-group-item-info.active:focus,
  a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
  }
  .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
  }
  a.list-group-item-warning,
  button.list-group-item-warning {
    color: #8a6d3b;
  }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-warning:focus,
  a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
  }
  a.list-group-item-warning.active,
  a.list-group-item-warning.active:focus,
  a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
  }
  .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
  }
  a.list-group-item-danger,
  button.list-group-item-danger {
    color: #a94442;
  }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-danger:focus,
  a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
  }
  a.list-group-item-danger.active,
  a.list-group-item-danger.active:focus,
  a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
  }
  .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
  }
  .panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .panel-body {
    padding: 15px;
  }
  .panel-body:after,
  .panel-body:before {
    content: " ";
    display: table;
  }
  .panel-body:after {
    clear: both;
  }
  .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .panel-heading > .dropdown .dropdown-toggle,
  .panel-title {
    color: inherit;
  }
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }
  .panel-title > .small,
  .panel-title > .small > a,
  .panel-title > a,
  .panel-title > small,
  .panel-title > small > a {
    color: inherit;
  }
  .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel > .list-group,
  .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
  }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
  }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel
    > .panel-collapse
    > .list-group:first-child
    .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel
    > .panel-heading
    + .panel-collapse
    > .list-group
    .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .list-group + .panel-footer,
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
  }
  .panel > .panel-collapse > .table,
  .panel > .table,
  .panel > .table-responsive > .table {
    margin-bottom: 0;
  }
  .panel > .panel-collapse > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .table caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .panel > .table-responsive:first-child > .table:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child,
  .panel > .table:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child {
    border-top-left-radius: 3px;
  }
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:last-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:last-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:last-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
  }
  .panel > .table-responsive:last-child > .table:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child,
  .panel > .table:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:first-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:first-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:first-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
  }
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
  }
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
  }
  .panel > .table > tbody:first-child > tr:first-child td,
  .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
  }
  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
    border: 0;
  }
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
  }
  .panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
  }
  .panel-group {
    margin-bottom: 22px;
  }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
  }
  .panel-group .panel + .panel {
    margin-top: 5px;
  }
  .panel-group .panel-heading {
    border-bottom: 0;
  }
  .panel-group .panel-heading + .panel-collapse > .list-group,
  .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
  }
  .panel-group .panel-footer {
    border-top: 0;
  }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
  }
  .panel-default {
    border-color: #ddd;
  }
  .panel-default > .panel-heading {
    color: #212121;
    background-color: #f5f5f5;
    border-color: #ddd;
  }
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
  }
  .panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #212121;
  }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
  }
  .panel-primary {
    border-color: #337ab7;
  }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
  }
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
  }
  .panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
  }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
  }
  .panel-success {
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
  }
  .panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
  }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
  }
  .panel-info {
    border-color: #bce8f1;
  }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
  }
  .panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
  }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
  }
  .panel-warning {
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
  }
  .panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
  }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
  }
  .panel-danger {
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
  }
  .panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
  }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
  }
  .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive embed,
  .embed-responsive iframe,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
  }
  .embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  .embed-responsive-4by3 {
    padding-bottom: 75%;
  }
  .close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .close:focus,
  .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  .modal,
  .modal-open {
    overflow: hidden;
  }
  .modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-header:after,
  .modal-header:before {
    content: " ";
    display: table;
  }
  .modal-header:after {
    clear: both;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857;
  }
  .modal-body {
    position: relative;
    padding: 15px;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer:after,
  .modal-footer:before {
    content: " ";
    display: table;
  }
  .modal-footer:after {
    clear: both;
  }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }
    .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
      width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg {
      width: 900px;
    }
  }
  .clearfix:after,
  .clearfix:before {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .pull-right {
    float: right !important;
  }
  .pull-left {
    float: left !important;
  }
  .hide {
    display: none !important;
  }
  .show {
    display: block !important;
  }
  .invisible {
    visibility: hidden;
  }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .hidden {
    display: none !important;
  }
  .affix {
    position: fixed;
  }
  @-ms-viewport {
    width: device-width;
  }
  .visible-lg,
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block,
  .visible-md,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block,
  .visible-sm,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-xs,
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block {
    display: none !important;
  }
  @media (max-width: 767px) {
    .visible-xs {
      display: block !important;
    }
    table.visible-xs {
      display: table !important;
    }
    tr.visible-xs {
      display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
      display: table-cell !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-block {
      display: block !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-inline {
      display: inline !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
      display: block !important;
    }
    table.visible-sm {
      display: table !important;
    }
    tr.visible-sm {
      display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
      display: block !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
      display: inline !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1366px) {
    .visible-md {
      display: block !important;
    }
    table.visible-md {
      display: table !important;
    }
    tr.visible-md {
      display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1366px) {
    .visible-md-block {
      display: block !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1366px) {
    .visible-md-inline {
      display: inline !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1366px) {
    .visible-md-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 1367px) {
    .visible-lg {
      display: block !important;
    }
    table.visible-lg {
      display: table !important;
    }
    tr.visible-lg {
      display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
      display: table-cell !important;
    }
  }
  @media (min-width: 1367px) {
    .visible-lg-block {
      display: block !important;
    }
  }
  @media (min-width: 1367px) {
    .visible-lg-inline {
      display: inline !important;
    }
  }
  @media (min-width: 1367px) {
    .visible-lg-inline-block {
      display: inline-block !important;
    }
  }
  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1366px) {
    .hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1367px) {
    .hidden-lg {
      display: none !important;
    }
  }
  .visible-print {
    display: none !important;
  }
  @media print {
    .visible-print {
      display: block !important;
    }
    table.visible-print {
      display: table !important;
    }
    tr.visible-print {
      display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
      display: table-cell !important;
    }
  }
  .visible-print-block {
    display: none !important;
  }
  @media print {
    .visible-print-block {
      display: block !important;
    }
  }
  .visible-print-inline {
    display: none !important;
  }
  @media print {
    .visible-print-inline {
      display: inline !important;
    }
  }
  .visible-print-inline-block {
    display: none !important;
  }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important;
    }
  }
  @media print {
    .hidden-print {
      display: none !important;
    }
  } /*!
   * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
   *
   * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
   */
  .datepicker {
    border-radius: 4px;
    direction: ltr;
  }
  .datepicker-inline {
    width: 220px;
  }
  .datepicker-rtl {
    direction: rtl;
  }
  .datepicker-rtl.dropdown-menu {
    left: auto;
  }
  .datepicker-rtl table tr td span {
    float: right;
  }
  .datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px;
  }
  .datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
  }
  .datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
  }
  .datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
  }
  .datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
  }
  .datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
  }
  .datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
  }
  .datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
  }
  .datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
  }
  .datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, 0.15);
  }
  .datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
  }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .datepicker table tr td,
  .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
  }
  .table-striped .datepicker table tr td,
  .table-striped .datepicker table tr th {
    background-color: transparent;
  }
  .datepicker table tr td.new,
  .datepicker table tr td.old {
    color: #595959;
  }
  .datepicker table tr td.day:hover,
  .datepicker table tr td.focused {
    background: #eee;
    cursor: pointer;
  }
  .datepicker table tr td.disabled,
  .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #595959;
    cursor: default;
  }
  .datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0;
  }
  .datepicker table tr td.highlighted.focus,
  .datepicker table tr td.highlighted:focus {
    color: #000;
    background-color: #afd9ee;
    border-color: #298fc2;
  }
  .datepicker table tr td.highlighted.active,
  .datepicker table tr td.highlighted:active,
  .datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb;
  }
  .datepicker table tr td.highlighted.active.focus,
  .datepicker table tr td.highlighted.active:focus,
  .datepicker table tr td.highlighted.active:hover,
  .datepicker table tr td.highlighted:active.focus,
  .datepicker table tr td.highlighted:active:focus,
  .datepicker table tr td.highlighted:active:hover {
    color: #000;
    background-color: #91cbe8;
    border-color: #298fc2;
  }
  .datepicker table tr td.highlighted.disabled.focus,
  .datepicker table tr td.highlighted.disabled:focus,
  .datepicker table tr td.highlighted.disabled:hover,
  .datepicker table tr td.highlighted[disabled].focus,
  .datepicker table tr td.highlighted[disabled]:focus,
  .datepicker table tr td.highlighted[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.highlighted.focus,
  fieldset[disabled] .datepicker table tr td.highlighted:focus,
  fieldset[disabled] .datepicker table tr td.highlighted:hover {
    background-color: #d9edf7;
    border-color: #85c5e5;
  }
  .datepicker table tr td.highlighted.focused {
    background: #afd9ee;
  }
  .datepicker table tr td.highlighted.disabled,
  .datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #595959;
  }
  .datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
  }
  .datepicker table tr td.today.focus,
  .datepicker table tr td.today:focus {
    color: #000;
    background-color: #ffc966;
    border-color: #b37400;
  }
  .datepicker table tr td.today.active,
  .datepicker table tr td.today:active,
  .datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00;
  }
  .datepicker table tr td.today.active.focus,
  .datepicker table tr td.today.active:focus,
  .datepicker table tr td.today.active:hover,
  .datepicker table tr td.today:active.focus,
  .datepicker table tr td.today:active:focus,
  .datepicker table tr td.today:active:hover {
    color: #000;
    background-color: #ffbc42;
    border-color: #b37400;
  }
  .datepicker table tr td.today.disabled.focus,
  .datepicker table tr td.today.disabled:focus,
  .datepicker table tr td.today.disabled:hover,
  .datepicker table tr td.today[disabled].focus,
  .datepicker table tr td.today[disabled]:focus,
  .datepicker table tr td.today[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.today.focus,
  fieldset[disabled] .datepicker table tr td.today:focus,
  fieldset[disabled] .datepicker table tr td.today:hover {
    background-color: #ffdb99;
    border-color: #ffb733;
  }
  .datepicker table tr td.today.focused {
    background: #ffc966;
  }
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #595959;
  }
  .datepicker table tr td.range {
    color: #000;
    background-color: #eee;
    border-color: #bbb;
    border-radius: 0;
  }
  .datepicker table tr td.range.focus,
  .datepicker table tr td.range:focus {
    color: #000;
    background-color: #d5d5d5;
    border-color: #7c7c7c;
  }
  .datepicker table tr td.range.active,
  .datepicker table tr td.range:active,
  .datepicker table tr td.range:hover {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
  }
  .datepicker table tr td.range.active.focus,
  .datepicker table tr td.range.active:focus,
  .datepicker table tr td.range.active:hover,
  .datepicker table tr td.range:active.focus,
  .datepicker table tr td.range:active:focus,
  .datepicker table tr td.range:active:hover {
    color: #000;
    background-color: #c3c3c3;
    border-color: #7c7c7c;
  }
  .datepicker table tr td.range.disabled.focus,
  .datepicker table tr td.range.disabled:focus,
  .datepicker table tr td.range.disabled:hover,
  .datepicker table tr td.range[disabled].focus,
  .datepicker table tr td.range[disabled]:focus,
  .datepicker table tr td.range[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.range.focus,
  fieldset[disabled] .datepicker table tr td.range:focus,
  fieldset[disabled] .datepicker table tr td.range:hover {
    background-color: #eee;
    border-color: #bbb;
  }
  .datepicker table tr td.range.focused {
    background: #d5d5d5;
  }
  .datepicker table tr td.range.disabled,
  .datepicker table tr td.range.disabled:active {
    background: #eee;
    color: #595959;
  }
  .datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc1d3;
  }
  .datepicker table tr td.range.highlighted.focus,
  .datepicker table tr td.range.highlighted:focus {
    color: #000;
    background-color: #c1d7e3;
    border-color: #4b88a6;
  }
  .datepicker table tr td.range.highlighted.active,
  .datepicker table tr td.range.highlighted:active,
  .datepicker table tr td.range.highlighted:hover {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
  }
  .datepicker table tr td.range.highlighted.active.focus,
  .datepicker table tr td.range.highlighted.active:focus,
  .datepicker table tr td.range.highlighted.active:hover,
  .datepicker table tr td.range.highlighted:active.focus,
  .datepicker table tr td.range.highlighted:active:focus,
  .datepicker table tr td.range.highlighted:active:hover {
    color: #000;
    background-color: #a8c8d8;
    border-color: #4b88a6;
  }
  .datepicker table tr td.range.highlighted.disabled.focus,
  .datepicker table tr td.range.highlighted.disabled:focus,
  .datepicker table tr td.range.highlighted.disabled:hover,
  .datepicker table tr td.range.highlighted[disabled].focus,
  .datepicker table tr td.range.highlighted[disabled]:focus,
  .datepicker table tr td.range.highlighted[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
  fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
  fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
    background-color: #e4eef3;
    border-color: #9dc1d3;
  }
  .datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3;
  }
  .datepicker table tr td.range.highlighted.disabled,
  .datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #595959;
  }
  .datepicker table tr td.range.today {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417;
  }
  .datepicker table tr td.range.today.focus,
  .datepicker table tr td.range.today:focus {
    color: #000;
    background-color: #f4b747;
    border-color: #815608;
  }
  .datepicker table tr td.range.today.active,
  .datepicker table tr td.range.today:active,
  .datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c;
  }
  .datepicker table tr td.range.today.active.focus,
  .datepicker table tr td.range.today.active:focus,
  .datepicker table tr td.range.today.active:hover,
  .datepicker table tr td.range.today:active.focus,
  .datepicker table tr td.range.today:active:focus,
  .datepicker table tr td.range.today:active:hover {
    color: #000;
    background-color: #f2aa25;
    border-color: #815608;
  }
  .datepicker table tr td.range.today.disabled.focus,
  .datepicker table tr td.range.today.disabled:focus,
  .datepicker table tr td.range.today.disabled:hover,
  .datepicker table tr td.range.today[disabled].focus,
  .datepicker table tr td.range.today[disabled]:focus,
  .datepicker table tr td.range.today[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.range.today.focus,
  fieldset[disabled] .datepicker table tr td.range.today:focus,
  fieldset[disabled] .datepicker table tr td.range.today:hover {
    background-color: #f7ca77;
    border-color: #f1a417;
  }
  .datepicker table tr td.range.today.disabled,
  .datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #595959;
  }
  .datepicker table tr td.selected,
  .datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #595959;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  .datepicker table tr td.selected.focus,
  .datepicker table tr td.selected.highlighted.focus,
  .datepicker table tr td.selected.highlighted:focus,
  .datepicker table tr td.selected:focus {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #161616;
  }
  .datepicker table tr td.selected.active,
  .datepicker table tr td.selected.highlighted.active,
  .datepicker table tr td.selected.highlighted:active,
  .datepicker table tr td.selected.highlighted:hover,
  .datepicker table tr td.selected:active,
  .datepicker table tr td.selected:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737;
  }
  .datepicker table tr td.selected.active.focus,
  .datepicker table tr td.selected.active:focus,
  .datepicker table tr td.selected.active:hover,
  .datepicker table tr td.selected.highlighted.active.focus,
  .datepicker table tr td.selected.highlighted.active:focus,
  .datepicker table tr td.selected.highlighted.active:hover,
  .datepicker table tr td.selected.highlighted:active.focus,
  .datepicker table tr td.selected.highlighted:active:focus,
  .datepicker table tr td.selected.highlighted:active:hover,
  .datepicker table tr td.selected:active.focus,
  .datepicker table tr td.selected:active:focus,
  .datepicker table tr td.selected:active:hover {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #161616;
  }
  .datepicker table tr td.selected.disabled.focus,
  .datepicker table tr td.selected.disabled:focus,
  .datepicker table tr td.selected.disabled:hover,
  .datepicker table tr td.selected.highlighted.disabled.focus,
  .datepicker table tr td.selected.highlighted.disabled:focus,
  .datepicker table tr td.selected.highlighted.disabled:hover,
  .datepicker table tr td.selected.highlighted[disabled].focus,
  .datepicker table tr td.selected.highlighted[disabled]:focus,
  .datepicker table tr td.selected.highlighted[disabled]:hover,
  .datepicker table tr td.selected[disabled].focus,
  .datepicker table tr td.selected[disabled]:focus,
  .datepicker table tr td.selected[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.selected.focus,
  fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
  fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
  fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
  fieldset[disabled] .datepicker table tr td.selected:focus,
  fieldset[disabled] .datepicker table tr td.selected:hover {
    background-color: #595959;
    border-color: #555;
  }
  .datepicker table tr td.active,
  .datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  .datepicker table tr td.active.focus,
  .datepicker table tr td.active.highlighted.focus,
  .datepicker table tr td.active.highlighted:focus,
  .datepicker table tr td.active:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
  }
  .datepicker table tr td.active.active,
  .datepicker table tr td.active.highlighted.active,
  .datepicker table tr td.active.highlighted:active,
  .datepicker table tr td.active.highlighted:hover,
  .datepicker table tr td.active:active,
  .datepicker table tr td.active:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  .datepicker table tr td.active.active.focus,
  .datepicker table tr td.active.active:focus,
  .datepicker table tr td.active.active:hover,
  .datepicker table tr td.active.highlighted.active.focus,
  .datepicker table tr td.active.highlighted.active:focus,
  .datepicker table tr td.active.highlighted.active:hover,
  .datepicker table tr td.active.highlighted:active.focus,
  .datepicker table tr td.active.highlighted:active:focus,
  .datepicker table tr td.active.highlighted:active:hover,
  .datepicker table tr td.active:active.focus,
  .datepicker table tr td.active:active:focus,
  .datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
  }
  .datepicker table tr td.active.disabled.focus,
  .datepicker table tr td.active.disabled:focus,
  .datepicker table tr td.active.disabled:hover,
  .datepicker table tr td.active.highlighted.disabled.focus,
  .datepicker table tr td.active.highlighted.disabled:focus,
  .datepicker table tr td.active.highlighted.disabled:hover,
  .datepicker table tr td.active.highlighted[disabled].focus,
  .datepicker table tr td.active.highlighted[disabled]:focus,
  .datepicker table tr td.active.highlighted[disabled]:hover,
  .datepicker table tr td.active[disabled].focus,
  .datepicker table tr td.active[disabled]:focus,
  .datepicker table tr td.active[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.active.focus,
  fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
  fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
  fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
  fieldset[disabled] .datepicker table tr td.active:focus,
  fieldset[disabled] .datepicker table tr td.active:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
  }
  .datepicker table tr td span.focused,
  .datepicker table tr td span:hover {
    background: #eee;
  }
  .datepicker table tr td span.disabled,
  .datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #595959;
    cursor: default;
  }
  .datepicker table tr td span.active,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active.disabled:hover,
  .datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  .datepicker table tr td span.active.disabled.focus,
  .datepicker table tr td span.active.disabled:focus,
  .datepicker table tr td span.active.disabled:hover.focus,
  .datepicker table tr td span.active.disabled:hover:focus,
  .datepicker table tr td span.active.focus,
  .datepicker table tr td span.active:focus,
  .datepicker table tr td span.active:hover.focus,
  .datepicker table tr td span.active:hover:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
  }
  .datepicker table tr td span.active.active,
  .datepicker table tr td span.active.disabled.active,
  .datepicker table tr td span.active.disabled:active,
  .datepicker table tr td span.active.disabled:hover,
  .datepicker table tr td span.active.disabled:hover.active,
  .datepicker table tr td span.active.disabled:hover:active,
  .datepicker table tr td span.active.disabled:hover:hover,
  .datepicker table tr td span.active:active,
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active:hover.active,
  .datepicker table tr td span.active:hover:active,
  .datepicker table tr td span.active:hover:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  .datepicker table tr td span.active.active.focus,
  .datepicker table tr td span.active.active:focus,
  .datepicker table tr td span.active.active:hover,
  .datepicker table tr td span.active.disabled.active.focus,
  .datepicker table tr td span.active.disabled.active:focus,
  .datepicker table tr td span.active.disabled.active:hover,
  .datepicker table tr td span.active.disabled:active.focus,
  .datepicker table tr td span.active.disabled:active:focus,
  .datepicker table tr td span.active.disabled:active:hover,
  .datepicker table tr td span.active.disabled:hover.active.focus,
  .datepicker table tr td span.active.disabled:hover.active:focus,
  .datepicker table tr td span.active.disabled:hover.active:hover,
  .datepicker table tr td span.active.disabled:hover:active.focus,
  .datepicker table tr td span.active.disabled:hover:active:focus,
  .datepicker table tr td span.active.disabled:hover:active:hover,
  .datepicker table tr td span.active:active.focus,
  .datepicker table tr td span.active:active:focus,
  .datepicker table tr td span.active:active:hover,
  .datepicker table tr td span.active:hover.active.focus,
  .datepicker table tr td span.active:hover.active:focus,
  .datepicker table tr td span.active:hover.active:hover,
  .datepicker table tr td span.active:hover:active.focus,
  .datepicker table tr td span.active:hover:active:focus,
  .datepicker table tr td span.active:hover:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
  }
  .datepicker table tr td span.active.disabled.disabled.focus,
  .datepicker table tr td span.active.disabled.disabled:focus,
  .datepicker table tr td span.active.disabled.disabled:hover,
  .datepicker table tr td span.active.disabled.focus,
  .datepicker table tr td span.active.disabled:focus,
  .datepicker table tr td span.active.disabled:hover,
  .datepicker table tr td span.active.disabled:hover.disabled.focus,
  .datepicker table tr td span.active.disabled:hover.disabled:focus,
  .datepicker table tr td span.active.disabled:hover.disabled:hover,
  .datepicker table tr td span.active.disabled:hover[disabled].focus,
  .datepicker table tr td span.active.disabled:hover[disabled]:focus,
  .datepicker table tr td span.active.disabled:hover[disabled]:hover,
  .datepicker table tr td span.active.disabled[disabled].focus,
  .datepicker table tr td span.active.disabled[disabled]:focus,
  .datepicker table tr td span.active.disabled[disabled]:hover,
  .datepicker table tr td span.active:hover.disabled.focus,
  .datepicker table tr td span.active:hover.disabled:focus,
  .datepicker table tr td span.active:hover.disabled:hover,
  .datepicker table tr td span.active:hover[disabled].focus,
  .datepicker table tr td span.active:hover[disabled]:focus,
  .datepicker table tr td span.active:hover[disabled]:hover,
  .datepicker table tr td span.active[disabled].focus,
  .datepicker table tr td span.active[disabled]:focus,
  .datepicker table tr td span.active[disabled]:hover,
  fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
  fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
  fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
  fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
  fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
  fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
  fieldset[disabled] .datepicker table tr td span.active.focus,
  fieldset[disabled] .datepicker table tr td span.active:focus,
  fieldset[disabled] .datepicker table tr td span.active:hover,
  fieldset[disabled] .datepicker table tr td span.active:hover.focus,
  fieldset[disabled] .datepicker table tr td span.active:hover:focus,
  fieldset[disabled] .datepicker table tr td span.active:hover:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  .datepicker table tr td span.new,
  .datepicker table tr td span.old {
    color: #595959;
  }
  .datepicker .datepicker-switch {
    width: 145px;
  }
  .datepicker .datepicker-switch,
  .datepicker .next,
  .datepicker .prev,
  .datepicker tfoot tr th {
    cursor: pointer;
  }
  .datepicker .datepicker-switch:hover,
  .datepicker .next:hover,
  .datepicker .prev:hover,
  .datepicker tfoot tr th:hover {
    background: #eee;
  }
  .datepicker .next.disabled,
  .datepicker .prev.disabled {
    visibility: hidden;
  }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
  }
  .input-group.date .input-group-addon {
    cursor: pointer;
  }
  .input-daterange {
    width: 100%;
  }
  .input-daterange input {
    text-align: center;
  }
  .input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
  }
  .input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
  }
  .input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857143;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
  }
  :root {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  ::-moz-selection {
    background: #8faecc;
    color: #fff;
    text-shadow: none;
  }
  ::selection {
    background: #8faecc;
    color: #fff;
    text-shadow: none;
  }
  html::-webkit-scrollbar-thumb:vertical {
    background-color: #194a6e;
    height: 100px;
  }
  html::-webkit-scrollbar-thumb:horizontal {
    background-color: #194a6e;
    height: 10px !important;
  }
  html::-webkit-scrollbar-thumb:hover {
    background-color: #194a6e;
  }
  html::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background-color: #efefef;
  }
  html::-webkit-scrollbar-corner {
    background-color: #fff;
  }
  .sprite-announcement {
    background-size: 767.6470588235294%;
    background-position: 71.071953010279% 71.53652392947103%;
    width: 102px;
    height: 102px;
  }
  .smartbanner-ios .smartbanner-icon:before,
  .sprite-app-icon-57x57 {
    background-size: 1327.1186440677966%;
    background-position: 30.939226519337016% 33.18181818181818%;
    width: 59px;
    height: 59px;
  }
  .sprite-application {
    background-size: 767.6470588235294%;
    background-position: 86.04992657856094% 71.53652392947103%;
    width: 102px;
    height: 102px;
  }
  .sprite-arrow-forward {
    background-position: 96.03698811096433% 42.07188160676533%;
  }
  .sprite-arrow-forward,
  .sprite-arrow-forward-blue-dark {
    background-size: 3011.538461538462%;
    width: 26px;
    height: 26px;
  }
  .sprite-arrow-forward-blue-dark {
    background-position: 99.47159841479524% 42.07188160676533%;
  }
  .sprite-arrow-left {
    background-size: 1566%;
    background-position: 93.86084583901774% 70.12345679012346%;
    width: 50px;
    height: 94px;
  }
  .sprite-arrow-left-blue-dark {
    background-size: 8329.787234042553%;
    background-position: 99.01758014477765% 65.97938144329896%;
    width: 9.4px;
    height: 14px;
  }
  .sprite-arrow-left-blue-light {
    background-position: 50.67218200620476% 84.12371134020619%;
  }
  .sprite-arrow-left-blue-light,
  .sprite-arrow-light {
    background-size: 8329.787234042553%;
    width: 9.4px;
    height: 14px;
  }
  .sprite-arrow-light {
    background-position: 51.88728024819028% 84.12371134020619%;
  }
  .sprite-arrow-response {
    background-position: 98.18652849740933% 21.9959266802444%;
  }
  .sprite-arrow-response,
  .sprite-arrow-response-from {
    background-size: 7118.181818181819%;
    width: 11px;
    height: 8px;
  }
  .sprite-arrow-response-from {
    background-position: 99.61139896373057% 21.9959266802444%;
  }
  .sprite-arrow-right {
    background-size: 1566%;
    background-position: 93.86084583901774% 95.30864197530865%;
    width: 50px;
    height: 94px;
  }
  .sprite-arrow-right-blue-dark {
    background-size: 8329.787234042553%;
    background-position: 53.10237849017579% 84.12371134020619%;
    width: 9.4px;
    height: 14px;
  }
  .sprite-arrow-right-blue-light {
    background-size: 8329.787234042553%;
    background-position: 54.31747673216131% 84.12371134020619%;
    width: 9.4px;
    height: 14px;
  }
  .sprite-arrow-right-dark {
    background-size: 7830%;
    background-position: 56.27425614489004% 38.84297520661157%;
    width: 10px;
    height: 15px;
  }
  .sprite-arrow-right-orange {
    background-size: 3011.538461538462%;
    background-position: 87.31836195508586% 47.780126849894295%;
    width: 26px;
    height: 26px;
  }
  .sprite-arrow-right-small-th-1 {
    background-size: 6525%;
    background-position: 99.61089494163424% 14.211498973305957%;
    width: 12px;
    height: 12px;
  }
  .comments__image.sprite-avatar,
  .sprite-avatar {
    background-size: 2060.5263157894738%;
    background-position: 55.83892617449664% 44.46854663774403%;
    width: 38px;
    height: 38px;
  }
  .sprite-calendar {
    background-size: 3011.538461538462%;
    background-position: 90.75297225891677% 47.780126849894295%;
    width: 26px;
    height: 26px;
  }
  .lenged-with-icon.photo:before,
  .sprite-camera {
    background-size: 3559.0909090909095%;
    background-position: 99.60578186596584% 30.271398747390396%;
    width: 22px;
    height: 20px;
  }
  .sprite-camera-black {
    background-position: 49.40867279894875% 64.92693110647181%;
  }
  .sprite-camera-black,
  .sprite-camera-white {
    background-size: 3559.0909090909095%;
    width: 22px;
    height: 20px;
  }
  .sprite-camera-white {
    background-position: 52.299605781865964% 64.92693110647181%;
  }
  .sprite-cancel {
    background-position: 94.18758256274769% 47.780126849894295%;
  }
  .sprite-cancel,
  .sprite-check {
    background-size: 3011.538461538462%;
    width: 26px;
    height: 26px;
  }
  .sprite-check {
    background-position: 97.6221928665786% 47.780126849894295%;
  }
  .sprite-check-mark {
    background-size: 3132%;
    background-position: 100% 17.51054852320675%;
    width: 25px;
    height: 25px;
  }
  .sprite-check-mark-filled {
    background-size: 4605.882352941177%;
    background-position: 60.574412532637076% 60.58091286307054%;
    width: 17px;
    height: 17px;
  }
  .sprite-chevron-gold-left {
    background-position: 87.40554821664468% 53.48837209302326%;
  }
  .sprite-chevron-gold-left,
  .sprite-chevron-gold-right {
    background-size: 3011.538461538462%;
    width: 26px;
    height: 26px;
  }
  .sprite-chevron-gold-right {
    background-position: 90.84015852047558% 53.48837209302326%;
  }
  .sprite-classificados {
    background-size: 261.87290969899664%;
    background-position: 100% 0;
    width: 299px;
    height: 32px;
  }
  .sprite-close {
    background-size: 3011.538461538462%;
    background-position: 94.27476882430649% 53.48837209302326%;
    width: 26px;
    height: 26px;
  }
  .sprite-close-gray {
    background-size: 4893.75%;
    background-position: 49.02216427640156% 84.472049689441%;
    width: 16px;
    height: 16px;
  }
  .sprite-close-news-urgent {
    background-size: 7118.181818181819%;
    background-position: 62.69430051813472% 100%;
    width: 11px;
    height: 11px;
  }
  .sprite-clube-a-grafismo {
    background-size: 349.55357142857144%;
    background-position: 0 100%;
    width: 224px;
    height: 385px;
  }
  .sprite-combined-shape-small {
    background-size: 3915%;
    background-position: 57.929226736566186% 64.92693110647181%;
    width: 20px;
    height: 20px;
  }
  .sprite-comment-box {
    background-size: 3262.5%;
    background-position: 60.60606060606061% 53.68421052631579%;
    width: 24px;
    height: 24px;
  }
  .comment--main .comment__footer li:nth-child(2) a:before,
  .sprite-comment-icon {
    background-size: 3915%;
    background-position: 60.55045871559633% 64.92693110647181%;
    width: 20px;
    height: 20px;
  }
  .comment--main .comment__footer li:nth-child(2) a.active:before,
  .sprite-comment-icon-active {
    background-size: 3915%;
    background-position: 57.929226736566186% 76.40918580375782%;
    width: 20px;
    height: 20px;
  }
  .sprite-contact-mail {
    background-size: 3559.0909090909095%;
    background-position: 37.187910643889616% 39.004149377593365%;
    width: 22px;
    height: 17px;
  }
  .sprite-crown {
    background-size: 1505.769230769231%;
    background-position: 54.5827633378933% 31.533477321814257%;
    width: 52px;
    height: 36px;
  }
  .sprite-dislike {
    background-position: 60.55045871559633% 76.40918580375782%;
  }
  .sprite-dislike,
  .sprite-dislike-red {
    background-size: 3915%;
    width: 20px;
    height: 20px;
  }
  .sprite-dislike-red {
    background-position: 29.357798165137616% 81.00208768267224%;
  }
  .active .sprite-dislike,
  .active .sprite-dislike-red,
  .news-box-footer-rating-a:hover .sprite-dislike,
  .news-box-footer-rating-a:hover .sprite-dislike-red,
  .sprite-dislike-red-press {
    background-size: 3915%;
    background-position: 31.97903014416776% 81.00208768267224%;
    width: 20px;
    height: 20px;
  }
  .sprite-dupla-sena {
    background-size: 3404.347826086956%;
    background-position: 29.473684210526315% 72.05882352941177%;
    width: 23px;
    height: 23px;
  }
  .sprite-email-box {
    background-size: 3915%;
    background-position: 39.973787680209696% 39.004149377593365%;
    width: 20px;
    height: 17px;
  }
  .sprite-email-box-black {
    background-size: 3011.538461538462%;
    background-position: 96.69749009247028% 30.334728033472803%;
    width: 26px;
    height: 21px;
  }
  .sprite-email-box-white {
    background-size: 3915%;
    background-position: 42.595019659239846% 39.004149377593365%;
    width: 20px;
    height: 17px;
  }
  .sprite-exclusive-orange {
    background-size: 3915%;
    background-position: 34.6002621231979% 81.00208768267224%;
    width: 20px;
    height: 20px;
  }
  .sprite-facebook {
    background-position: 99.3514915693904% 59.04365904365904%;
  }
  .sprite-facebook,
  .sprite-facebook-black {
    background-size: 6525%;
    width: 12px;
    height: 18px;
  }
  .sprite-facebook-black {
    background-position: 99.3514915693904% 62.78586278586278%;
  }
  .sprite-facebook-box {
    background-size: 2446.875%;
    background-position: 40.47936085219707% 24.411134903640257%;
    width: 32px;
    height: 32px;
  }
  .sprite-facebook-box-black {
    background-size: 3559.0909090909095%;
    background-position: 56.63600525624179% 71.9077568134172%;
    width: 22px;
    height: 22px;
  }
  .sprite-facebook-box-grey-small {
    background-size: 6525%;
    background-position: 35.27885862516213% 87.88501026694045%;
    width: 12px;
    height: 12px;
  }
  .sprite-facebook-box-small {
    background-size: 6525%;
    background-position: 36.83527885862516% 87.88501026694045%;
    width: 12px;
    height: 12px;
  }
  .sprite-facebook-box-white {
    background-size: 3915%;
    background-position: 37.22149410222805% 81.00208768267224%;
    width: 20px;
    height: 20px;
  }
  .sprite-facebook-icon {
    background-size: 2302.9411764705883%;
    background-position: 56.87583444592791% 54.83870967741935%;
    width: 34px;
    height: 34px;
  }
  .sprite-facebook-med {
    background-size: 3915%;
    background-position: 39.84272608125819% 81.00208768267224%;
    width: 20px;
    height: 20px;
  }
  .sprite-facebook-medium-rounded {
    background-size: 2900%;
    background-position: 92.5925925925926% 36.440677966101696%;
    width: 27px;
    height: 27px;
  }
  .sprite-facebook-round {
    background-size: 2796.4285714285716%;
    background-position: 60.13245033112583% 43.524416135881104%;
    width: 28px;
    height: 28px;
  }
  .sprite-facebook-small {
    background-size: 6525%;
    background-position: 38.391699092088196% 87.88501026694045%;
    width: 12px;
    height: 12px;
  }
  .sprite-facebook-wite {
    background-size: 2446.875%;
    background-position: 44.74034620505992% 24.411134903640257%;
    width: 32px;
    height: 32px;
  }
  .sprite-federal {
    background-size: 3404.347826086956%;
    background-position: 32.5% 72.05882352941177%;
    width: 23px;
    height: 23px;
  }
  .sprite-feed-rss {
    background-size: 4350%;
    background-position: 51.24183006535948% 60.70686070686071%;
    width: 18px;
    height: 18px;
  }
  .sprite-full-screen {
    background-size: 3262.5%;
    background-position: 46.3768115942029% 65.19916142557652%;
    width: 24px;
    height: 22px;
  }
  .sprite-full-screen-close {
    background-size: 3559.0909090909095%;
    background-position: 59.526938239159% 71.9077568134172%;
    width: 22px;
    height: 22px;
  }
  .sprite-fullscreen {
    background-size: 3915%;
    background-position: 42.463958060288334% 81.00208768267224%;
    width: 20px;
    height: 20px;
  }
  .sprite-fullscreen-actived {
    background-size: 3915%;
    background-position: 45.085190039318476% 81.00208768267224%;
    width: 20px;
    height: 20px;
  }
  .sprite-gallery {
    background-size: 6023.076923076924%;
    background-position: 55.79220779220778% 84.12371134020619%;
    width: 13px;
    height: 14px;
  }
  .sprite-gallery-box {
    background-position: 29.43495400788436% 76.72955974842768%;
  }
  .sprite-gallery-box,
  .sprite-gallery-box-white {
    background-size: 3559.0909090909095%;
    width: 22px;
    height: 22px;
  }
  .sprite-gallery-box-white {
    background-position: 32.32588699080158% 76.72955974842768%;
  }
  .sprite-gallery-white {
    background-size: 6023.076923076924%;
    background-position: 57.48051948051947% 84.12371134020619%;
    width: 13px;
    height: 14px;
  }
  .sprite-gift {
    background-size: 1739.9999999999998%;
    background-position: 100% 73.08533916849015%;
    width: 45px;
    height: 42px;
  }
  .sprite-google {
    background-size: 1820.9302325581393%;
    background-position: 99.72972972972973% 95.6043956043956%;
    width: 43px;
    height: 44px;
  }
  .sprite-google-button {
    background-size: 336.05150214592277%;
    background-position: 88% 7.142857142857143%;
    width: 233px;
    height: 51px;
  }
  .sprite-google-edit {
    background-size: 3011.538461538462%;
    background-position: 97.7093791281374% 53.48837209302326%;
    width: 26px;
    height: 26px;
  }
  .sprite-google-plus-round {
    background-size: 2446.875%;
    background-position: 49.00133155792277% 24.411134903640257%;
    width: 32px;
    height: 32px;
  }
  .sprite-google-plus-white {
    background-size: 2302.9411764705883%;
    background-position: 99.06542056074767% 24.737945492662472%;
    width: 34px;
    height: 22px;
  }
  .sprite-icon-facebook-especial-90-anos {
    background-size: 1864.2857142857142%;
    background-position: 44.80431848852901% 44.85776805251641%;
    width: 42px;
    height: 42px;
  }
  .sprite-icon-key {
    background-size: 3559.0909090909095%;
    background-position: 35.21681997371879% 76.72955974842768%;
    width: 22px;
    height: 22px;
  }
  .sprite-icon-key-big {
    background-size: 1398.2142857142858%;
    background-position: 30.811554332874827% 57.56207674943567%;
    width: 56px;
    height: 56px;
  }
  .sprite-icon-key-small {
    background-size: 4605.882352941177%;
    background-position: 46.866840731070496% 84.64730290456431%;
    width: 17px;
    height: 17px;
  }
  .sprite-icon-play {
    background-size: 4121.0526315789475%;
    background-position: 42.146596858638745% 85%;
    width: 19px;
    height: 19px;
  }
  .sprite-icon-twitter-especial-90-anos {
    background-size: 1864.2857142857142%;
    background-position: 50.472334682860996% 44.85776805251641%;
    width: 42px;
    height: 42px;
  }
  .sprite-instagram {
    background-size: 2116.2162162162163%;
    background-position: 37.533512064343164% 55.1948051948052%;
    width: 37px;
    height: 37px;
  }
  .sprite-instagram-medium-rounded {
    background-size: 2900%;
    background-position: 96.16402116402116% 36.440677966101696%;
    width: 27px;
    height: 27px;
  }
  .sprite-like {
    background-position: 47.706422018348626% 81.00208768267224%;
  }
  .sprite-like,
  .sprite-like-green {
    background-size: 3915%;
    width: 20px;
    height: 20px;
  }
  .sprite-like-green {
    background-position: 50.32765399737877% 81.00208768267224%;
  }
  .active .sprite-like,
  .active .sprite-like-green,
  .news-box-footer-rating-a:hover .sprite-like,
  .news-box-footer-rating-a:hover .sprite-like-green,
  .sprite-like-green-press {
    background-size: 3915%;
    background-position: 52.94888597640891% 81.00208768267224%;
    width: 20px;
    height: 20px;
  }
  .comment--main .comment__footer li:first-child a::before,
  .sprite-like-icon {
    background-size: 5220%;
    background-position: 57.942708333333336% 38.84297520661157%;
    width: 15px;
    height: 15px;
  }
  .comment--main .comment__footer li:first-child a.active::before,
  .sprite-like-icon-active {
    background-size: 5220%;
    background-position: 59.895833333333336% 38.84297520661157%;
    width: 15px;
    height: 15px;
  }
  .sprite-linkedin {
    background-size: 2116.2162162162163%;
    background-position: 42.493297587131366% 55.1948051948052%;
    width: 37px;
    height: 37px;
  }
  .sprite-linkedin-medium-rounded {
    background-size: 2900%;
    background-position: 99.73544973544973% 36.440677966101696%;
    width: 27px;
    height: 27px;
  }
  .sprite-list {
    background-position: 59.24577373211962% 84.12371134020619%;
  }
  .sprite-list,
  .sprite-list-white {
    background-size: 5592.857142857143%;
    width: 14px;
    height: 14px;
  }
  .sprite-list-white {
    background-position: 61.06631989596878% 84.12371134020619%;
  }
  .sprite-logo-em {
    background-size: 362.5%;
    background-position: 85.3615520282187% 25%;
    width: 216px;
    height: 27px;
  }
  .footer-logo,
  .sprite-logo-em-black {
    background-size: 362.5%;
    background-position: 85.3615520282187% 30.720338983050848%;
    width: 216px;
    height: 27px;
  }
  .sprite-logo-em-black-large {
    background-size: 161.77685950413223%;
    background-position: 0 0;
    width: 484px;
    height: 57px;
  }
  .sprite-logo-em-white {
    background-size: 442.3728813559322%;
    background-position: 79.86798679867987% 47.88135593220339%;
    width: 177px;
    height: 27px;
  }
  .sprite-logo-em-white-large {
    background-size: 362.5%;
    background-position: 85.3615520282187% 36.440677966101696%;
    width: 216px;
    height: 27px;
  }
  .sprite-logo-especial-90-anos {
    background-size: 352.7027027027027%;
    background-position: 86.27450980392157% 17.887931034482758%;
    width: 222px;
    height: 35px;
  }
  .sprite-logo-estado-de-minas {
    background-size: 362.5%;
    background-position: 85.3615520282187% 42.16101694915254%;
    width: 216px;
    height: 27px;
  }
  .sprite-logo-estado-de-minas-full {
    background-size: 161.77685950413223%;
    background-position: 0 12.895927601809955%;
    width: 484px;
    height: 57px;
  }
  .sprite-logo-uai {
    background-size: 1505.769230769231%;
    background-position: 96.58002735978113% 17.811158798283262%;
    width: 52px;
    height: 33px;
  }
  .sprite-logo-uai_backup {
    background-size: 1327.1186440677966%;
    background-position: 99.03314917127072% 6.929556724918252%;
    width: 59px;
    height: 37.21px;
  }
  .sprite-logo-uai_backup-2 {
    background-size: 1864.2857142857142%;
    background-position: 94.46693657219973% 24.984649262105908%;
    width: 42px;
    height: 26.71px;
  }
  .sprite-loteca {
    background-position: 35.526315789473685% 72.05882352941177%;
  }
  .sprite-loteca,
  .sprite-loto-facil {
    background-size: 3404.347826086956%;
    width: 23px;
    height: 23px;
  }
  .sprite-loto-facil {
    background-position: 38.55263157894737% 72.05882352941177%;
  }
  .sprite-loto-gol {
    background-position: 41.578947368421055% 72.05882352941177%;
  }
  .sprite-loto-gol,
  .sprite-lotomania {
    background-size: 3404.347826086956%;
    width: 23px;
    height: 23px;
  }
  .sprite-lotomania {
    background-position: 44.60526315789474% 72.05882352941177%;
  }
  .sprite-lugarcerto {
    background-size: 680.8695652173914%;
    background-position: 72.45508982035928% 54.05982905982906%;
    width: 115px;
    height: 31px;
  }
  .sprite-mail-small {
    background-size: 3915%;
    background-position: 55.57011795543906% 81.00208768267224%;
    width: 20px;
    height: 20px;
  }
  .sprite-mega {
    background-size: 3404.347826086956%;
    background-position: 47.63157894736842% 72.05882352941177%;
    width: 23px;
    height: 23px;
  }
  .sprite-message {
    background-size: 767.6470588235294%;
    background-position: 71.071953010279% 97.22921914357683%;
    width: 102px;
    height: 102px;
  }
  .sprite-nav-arrow-right {
    background-size: 7830%;
    background-position: 28.978007761966364% 88.24742268041237%;
    width: 10px;
    height: 14px;
  }
  .sprite-news-black {
    background-size: 4605.882352941177%;
    background-position: 99.95561357702351% 52.81837160751566%;
    width: 17px;
    height: 20px;
  }
  .sprite-newspaper {
    background-size: 1566%;
    background-position: 38.47203274215553% 45.657015590200444%;
    width: 50px;
    height: 50px;
  }
  .login-signature-subscriber form .btn-show-password.active i,
  .sprite-password-no-view {
    background-size: 3915%;
    background-position: 58.1913499344692% 81.00208768267224%;
    width: 20px;
    height: 20px;
  }
  .sprite-password-view {
    background-size: 3915%;
    background-position: 60.81258191349934% 81.00208768267224%;
    width: 20px;
    height: 20px;
  }
  .sprite-press {
    background-size: 767.6470588235294%;
    background-position: 86.04992657856094% 97.22921914357683%;
    width: 102px;
    height: 102px;
  }
  .sprite-printer-box {
    background-size: 3559.0909090909095%;
    background-position: 55.19053876478318% 64.92693110647181%;
    width: 22px;
    height: 20px;
  }
  .sprite-prize {
    background-size: 1909.7560975609756%;
    background-position: 99.46091644204851% 85.77777777777777%;
    width: 41px;
    height: 49px;
  }
  .sprite-quina {
    background-size: 3404.347826086956%;
    background-position: 50.6578947368421% 72.05882352941177%;
    width: 23px;
    height: 23px;
  }
  .sprite-replay-to {
    background-position: 79.68922532494314% 53.639196896135005%;
  }
  .sprite-replay-to,
  .sprite-replay-to-gray {
    background-size: 2499.2020427705074%;
    width: 31.33px;
    height: 27.33px;
  }
  .sprite-replay-to-gray {
    background-position: 83.85727779477698% 53.639196896135005%;
  }
  .sprite-search {
    background-size: 3915%;
    background-position: 29.357798165137616% 85.17745302713988%;
    width: 20px;
    height: 20px;
  }
  .sprite-search-blue {
    background-size: 3559.0909090909095%;
    background-position: 38.107752956636006% 76.72955974842768%;
    width: 22px;
    height: 22px;
  }
  .sprite-seta {
    background-size: 7830%;
    background-position: 30.271668822768433% 88.24742268041237%;
    width: 10px;
    height: 14px;
  }
  .sprite-shape-close {
    background-position: 39.03448275862069% 31.947483588621445%;
  }
  .sprite-shape-close,
  .sprite-shape-open {
    background-size: 1350%;
    width: 58px;
    height: 42px;
  }
  .sprite-shape-open {
    background-position: 47.03448275862069% 31.947483588621445%;
  }
  .sprite-share-box {
    background-size: 3915%;
    background-position: 60.81258191349934% 23.89937106918239%;
    width: 20px;
    height: 22px;
  }
  .comment--main .comment__footer li:nth-child(3) a:before,
  .sprite-share-icon {
    background-size: 3728.5714285714284%;
    background-position: 52.493438320209975% 76.56903765690376%;
    width: 21px;
    height: 21px;
  }
  .comment--main .comment__footer li:nth-child(3) a.active:before,
  .sprite-share-icon-active {
    background-size: 3728.5714285714284%;
    background-position: 55.249343832021% 76.56903765690376%;
    width: 21px;
    height: 21px;
  }
  .sprite-showcase-search {
    background-size: 4350%;
    background-position: 53.59477124183007% 60.70686070686071%;
    width: 18px;
    height: 18px;
  }
  .sprite-size-down {
    background-position: 36.98811096433289% 60.70686070686071%;
  }
  .sprite-size-down,
  .sprite-size-up {
    background-size: 3011.538461538462%;
    width: 26px;
    height: 18px;
  }
  .sprite-size-up {
    background-position: 40.422721268163805% 60.70686070686071%;
  }
  .sprite-smartphone {
    background-size: 2796.4285714285716%;
    background-position: 97.74834437086092% 63.25167037861915%;
    width: 28px;
    height: 50px;
  }
  .sprite-speech-bubble {
    background-size: 3915%;
    background-position: 43.51245085190039% 60.70686070686071%;
    width: 20px;
    height: 18px;
  }
  .sprite-sponcered-info {
    background-size: 3559.0909090909095%;
    background-position: 40.99868593955322% 76.72955974842768%;
    width: 22px;
    height: 22px;
  }
  .sprite-team {
    background-size: 1350%;
    background-position: 30.896551724137932% 45.657015590200444%;
    width: 58px;
    height: 50px;
  }
  .sprite-tempo-cc {
    background-size: 4350%;
    background-position: 31.895424836601308% 85.17745302713988%;
    width: 18px;
    height: 20px;
  }
  .sprite-tempo-ch {
    background-size: 4350%;
    background-position: 45.09803921568628% 39.004149377593365%;
    width: 18px;
    height: 17px;
  }
  .sprite-tempo-cv {
    background-size: 4350%;
    background-position: 47.450980392156865% 38.923395445134574%;
    width: 18px;
    height: 16px;
  }
  .sprite-tempo-en {
    background-size: 4350%;
    background-position: 55.947712418300654% 60.70686070686071%;
    width: 18px;
    height: 18px;
  }
  .sprite-tempo-nb {
    background-size: 4350%;
    background-position: 58.30065359477124% 60.58091286307054%;
    width: 18px;
    height: 17px;
  }
  .sprite-tempo-pc {
    background-size: 4350%;
    background-position: 49.80392156862745% 38.923395445134574%;
    width: 18px;
    height: 16px;
  }
  .sprite-tempo-pi {
    background-size: 4350%;
    background-position: 100% 47.37945492662474%;
    width: 18px;
    height: 22px;
  }
  .sprite-tempo-pn {
    background-size: 4350%;
    background-position: 44.57516339869281% 84.82328482328482%;
    width: 18px;
    height: 18px;
  }
  .sprite-timemania {
    background-size: 3404.347826086956%;
    background-position: 53.68421052631579% 72.05882352941177%;
    width: 23px;
    height: 23px;
  }
  .sprite-trending-up {
    background-position: 93.84816753926701% 14.211498973305957%;
  }
  .sprite-trending-up,
  .sprite-trending-up-white {
    background-size: 4121.0526315789475%;
    width: 19px;
    height: 12px;
  }
  .sprite-trending-up-white {
    background-position: 96.33507853403141% 14.211498973305957%;
  }
  .sprite-twitter {
    background-position: 52.15686274509804% 38.84297520661157%;
  }
  .sprite-twitter,
  .sprite-twitter-black {
    background-size: 4350%;
    width: 18px;
    height: 15px;
  }
  .sprite-twitter-black {
    background-position: 54.509803921568626% 38.84297520661157%;
  }
  .sprite-twitter-box {
    background-size: 2446.875%;
    background-position: 53.26231691078562% 24.411134903640257%;
    width: 32px;
    height: 32px;
  }
  .sprite-twitter-box-black {
    background-size: 3559.0909090909095%;
    background-position: 43.88961892247043% 76.72955974842768%;
    width: 22px;
    height: 22px;
  }
  .sprite-twitter-box-grey-small {
    background-size: 6525%;
    background-position: 39.94811932555123% 87.88501026694045%;
    width: 12px;
    height: 12px;
  }
  .sprite-twitter-box-small {
    background-size: 6525%;
    background-position: 41.50453955901427% 87.88501026694045%;
    width: 12px;
    height: 12px;
  }
  .sprite-twitter-box-white {
    background-size: 3915%;
    background-position: 34.33813892529489% 85.17745302713988%;
    width: 20px;
    height: 20px;
  }
  .sprite-twitter-medium-rounded {
    background-size: 2900%;
    background-position: 92.5925925925926% 42.16101694915254%;
    width: 27px;
    height: 27px;
  }
  .sprite-twitter-round {
    background-size: 2446.875%;
    background-position: 57.52330226364847% 24.411134903640257%;
    width: 32px;
    height: 32px;
  }
  .sprite-twitter-small {
    background-size: 6525%;
    background-position: 43.060959792477306% 87.88501026694045%;
    width: 12px;
    height: 12px;
  }
  .sprite-twitter-wite {
    background-size: 2446.875%;
    background-position: 60.05326231691078% 31.26338329764454%;
    width: 32px;
    height: 32px;
  }
  .sprite-user {
    background-size: 6023.076923076924%;
    background-position: 98.05194805194805% 14.211498973305957%;
    width: 13px;
    height: 12px;
  }
  .sprite-video {
    background-size: 5592.857142857143%;
    background-position: 31.729518855656696% 88.24742268041237%;
    width: 14px;
    height: 14px;
  }
  .sprite-video-box {
    background-size: 2446.875%;
    background-position: 93.20905459387484% 30.39832285115304%;
    width: 32px;
    height: 22px;
  }
  .sprite-video-white {
    background-size: 5592.857142857143%;
    background-position: 33.55006501950585% 88.24742268041237%;
    width: 14px;
    height: 14px;
  }
  .sprite-view {
    background-position: 46.13368283093054% 60.70686070686071%;
  }
  .sprite-view,
  .sprite-view-actived {
    background-size: 3915%;
    width: 20px;
    height: 18px;
  }
  .sprite-view-actived {
    background-position: 48.75491480996068% 60.70686070686071%;
  }
  .sprite-view-grid {
    background-position: 36.959370904325034% 85.17745302713988%;
  }
  .sprite-view-grid,
  .sprite-view-grid-actived {
    background-size: 3915%;
    width: 20px;
    height: 20px;
  }
  .sprite-view-grid-actived {
    background-position: 39.580602883355176% 85.17745302713988%;
  }
  .sprite-vrum {
    background-size: 978.75%;
    background-position: 31.86344238975818% 24.411134903640257%;
    width: 80px;
    height: 32px;
  }
  .sprite-whatsapp {
    background-position: 46.78055190538765% 76.72955974842768%;
  }
  .sprite-whatsapp,
  .sprite-whatsapp-black {
    background-size: 3559.0909090909095%;
    width: 22px;
    height: 22px;
  }
  .sprite-whatsapp-black {
    background-position: 49.67148488830486% 76.72955974842768%;
  }
  .sprite-whatsapp-box {
    background-position: 29.826897470039945% 66.59528907922912%;
  }
  .sprite-whatsapp-box,
  .sprite-whatsapp-box-gray {
    background-size: 2446.875%;
    width: 32px;
    height: 32px;
  }
  .sprite-whatsapp-box-gray {
    background-position: 34.0878828229028% 66.59528907922912%;
  }
  .sprite-whatsapp-onboard {
    background-size: 2237.142857142857%;
    background-position: 52.27272727272727% 54.956896551724135%;
    width: 35px;
    height: 35px;
  }
  .sprite-whatsapp-white {
    background-position: 38.348868175765645% 66.59528907922912%;
  }
  .sprite-whatsapp-white,
  .sprite-whatsapp-wite {
    background-size: 2446.875%;
    width: 32px;
    height: 32px;
  }
  .sprite-whatsapp-wite {
    background-position: 42.6098535286285% 66.59528907922912%;
  }
  .sprite-youtube-round {
    background-size: 2116.2162162162163%;
    background-position: 47.45308310991957% 55.1948051948052%;
    width: 37px;
    height: 37px;
  }
  .active .sprite-dislike,
  .active .sprite-dislike-red,
  .active .sprite-like,
  .active .sprite-like-green,
  .comment--main .comment__footer li:first-child a.active::before,
  .comment--main .comment__footer li:first-child a::before,
  .comment--main .comment__footer li:nth-child(2) a.active:before,
  .comment--main .comment__footer li:nth-child(2) a:before,
  .comment--main .comment__footer li:nth-child(3) a.active:before,
  .comment--main .comment__footer li:nth-child(3) a:before,
  .comments__image.sprite-avatar,
  .footer-logo,
  .lenged-with-icon.photo:before,
  .login-signature-subscriber form .btn-show-password.active i,
  .news-box-footer-rating-a:hover .sprite-dislike,
  .news-box-footer-rating-a:hover .sprite-dislike-red,
  .news-box-footer-rating-a:hover .sprite-like,
  .news-box-footer-rating-a:hover .sprite-like-green,
  .smartbanner-ios .smartbanner-icon:before,
  .sprite-announcement,
  .sprite-app-icon-57x57,
  .sprite-application,
  .sprite-arrow-forward,
  .sprite-arrow-forward-blue-dark,
  .sprite-arrow-left,
  .sprite-arrow-left-blue-dark,
  .sprite-arrow-left-blue-light,
  .sprite-arrow-light,
  .sprite-arrow-response,
  .sprite-arrow-response-from,
  .sprite-arrow-right,
  .sprite-arrow-right-blue-dark,
  .sprite-arrow-right-blue-light,
  .sprite-arrow-right-dark,
  .sprite-arrow-right-orange,
  .sprite-arrow-right-small-th-1,
  .sprite-avatar,
  .sprite-calendar,
  .sprite-camera,
  .sprite-camera-black,
  .sprite-camera-white,
  .sprite-cancel,
  .sprite-check,
  .sprite-check-mark,
  .sprite-check-mark-filled,
  .sprite-chevron-gold-left,
  .sprite-chevron-gold-right,
  .sprite-classificados,
  .sprite-close,
  .sprite-close-gray,
  .sprite-close-news-urgent,
  .sprite-clube-a-grafismo,
  .sprite-combined-shape-small,
  .sprite-comment-box,
  .sprite-comment-icon,
  .sprite-comment-icon-active,
  .sprite-contact-mail,
  .sprite-crown,
  .sprite-dislike,
  .sprite-dislike-red,
  .sprite-dislike-red-press,
  .sprite-dupla-sena,
  .sprite-email-box,
  .sprite-email-box-black,
  .sprite-email-box-white,
  .sprite-exclusive-orange,
  .sprite-facebook,
  .sprite-facebook-black,
  .sprite-facebook-box,
  .sprite-facebook-box-black,
  .sprite-facebook-box-grey-small,
  .sprite-facebook-box-small,
  .sprite-facebook-box-white,
  .sprite-facebook-icon,
  .sprite-facebook-med,
  .sprite-facebook-medium-rounded,
  .sprite-facebook-round,
  .sprite-facebook-small,
  .sprite-facebook-wite,
  .sprite-federal,
  .sprite-feed-rss,
  .sprite-full-screen,
  .sprite-full-screen-close,
  .sprite-fullscreen,
  .sprite-fullscreen-actived,
  .sprite-gallery,
  .sprite-gallery-box,
  .sprite-gallery-box-white,
  .sprite-gallery-white,
  .sprite-gift,
  .sprite-google,
  .sprite-google-button,
  .sprite-google-edit,
  .sprite-google-plus-round,
  .sprite-google-plus-white,
  .sprite-icon-facebook-especial-90-anos,
  .sprite-icon-key,
  .sprite-icon-key-big,
  .sprite-icon-key-small,
  .sprite-icon-play,
  .sprite-icon-twitter-especial-90-anos,
  .sprite-instagram,
  .sprite-instagram-medium-rounded,
  .sprite-like,
  .sprite-like-green,
  .sprite-like-green-press,
  .sprite-like-icon,
  .sprite-like-icon-active,
  .sprite-linkedin,
  .sprite-linkedin-medium-rounded,
  .sprite-list,
  .sprite-list-white,
  .sprite-logo-em,
  .sprite-logo-em-black,
  .sprite-logo-em-black-large,
  .sprite-logo-em-white,
  .sprite-logo-em-white-large,
  .sprite-logo-especial-90-anos,
  .sprite-logo-estado-de-minas,
  .sprite-logo-estado-de-minas-full,
  .sprite-logo-uai,
  .sprite-logo-uai_backup,
  .sprite-logo-uai_backup-2,
  .sprite-loteca,
  .sprite-loto-facil,
  .sprite-loto-gol,
  .sprite-lotomania,
  .sprite-lugarcerto,
  .sprite-mail-small,
  .sprite-mega,
  .sprite-message,
  .sprite-nav-arrow-right,
  .sprite-news-black,
  .sprite-newspaper,
  .sprite-password-no-view,
  .sprite-password-view,
  .sprite-press,
  .sprite-printer-box,
  .sprite-prize,
  .sprite-quina,
  .sprite-replay-to,
  .sprite-replay-to-gray,
  .sprite-search,
  .sprite-search-blue,
  .sprite-seta,
  .sprite-shape-close,
  .sprite-shape-open,
  .sprite-share-box,
  .sprite-share-icon,
  .sprite-share-icon-active,
  .sprite-showcase-search,
  .sprite-size-down,
  .sprite-size-up,
  .sprite-smartphone,
  .sprite-speech-bubble,
  .sprite-sponcered-info,
  .sprite-team,
  .sprite-tempo-cc,
  .sprite-tempo-ch,
  .sprite-tempo-cv,
  .sprite-tempo-en,
  .sprite-tempo-nb,
  .sprite-tempo-pc,
  .sprite-tempo-pi,
  .sprite-tempo-pn,
  .sprite-timemania,
  .sprite-trending-up,
  .sprite-trending-up-white,
  .sprite-twitter,
  .sprite-twitter-black,
  .sprite-twitter-box,
  .sprite-twitter-box-black,
  .sprite-twitter-box-grey-small,
  .sprite-twitter-box-small,
  .sprite-twitter-box-white,
  .sprite-twitter-medium-rounded,
  .sprite-twitter-round,
  .sprite-twitter-small,
  .sprite-twitter-wite,
  .sprite-user,
  .sprite-video,
  .sprite-video-box,
  .sprite-video-white,
  .sprite-view,
  .sprite-view-actived,
  .sprite-view-grid,
  .sprite-view-grid-actived,
  .sprite-vrum,
  .sprite-whatsapp,
  .sprite-whatsapp-black,
  .sprite-whatsapp-box,
  .sprite-whatsapp-box-gray,
  .sprite-whatsapp-onboard,
  .sprite-whatsapp-white,
  .sprite-whatsapp-wite,
  .sprite-youtube-round {
    display: inline-block;
    background-image: url("https://imgs.em.com.br/em/sprite.46.svg");
    background-repeat: no-repeat;
  }
  .active .no-svg .sprite-dislike,
  .active .no-svg .sprite-dislike-red,
  .active .no-svg .sprite-like,
  .active .no-svg .sprite-like-green,
  .comment--main .comment__footer li:first-child .no-svg a.active::before,
  .comment--main .comment__footer li:first-child .no-svg a::before,
  .comment--main .comment__footer li:nth-child(2) .no-svg a.active:before,
  .comment--main .comment__footer li:nth-child(2) .no-svg a:before,
  .comment--main .comment__footer li:nth-child(3) .no-svg a.active:before,
  .comment--main .comment__footer li:nth-child(3) .no-svg a:before,
  .login-signature-subscriber form .btn-show-password.active .no-svg i,
  .news-box-footer-rating-a:hover .no-svg .sprite-dislike,
  .news-box-footer-rating-a:hover .no-svg .sprite-dislike-red,
  .news-box-footer-rating-a:hover .no-svg .sprite-like,
  .news-box-footer-rating-a:hover .no-svg .sprite-like-green,
  .no-svg .active .sprite-dislike,
  .no-svg .active .sprite-dislike-red,
  .no-svg .active .sprite-like,
  .no-svg .active .sprite-like-green,
  .no-svg .comment--main .comment__footer li:first-child a.active::before,
  .no-svg .comment--main .comment__footer li:first-child a::before,
  .no-svg .comment--main .comment__footer li:nth-child(2) a.active:before,
  .no-svg .comment--main .comment__footer li:nth-child(2) a:before,
  .no-svg .comment--main .comment__footer li:nth-child(3) a.active:before,
  .no-svg .comment--main .comment__footer li:nth-child(3) a:before,
  .no-svg .footer-logo,
  .no-svg .lenged-with-icon.photo:before,
  .no-svg .login-signature-subscriber form .btn-show-password.active i,
  .no-svg .news-box-footer-rating-a:hover .sprite-dislike,
  .no-svg .news-box-footer-rating-a:hover .sprite-dislike-red,
  .no-svg .news-box-footer-rating-a:hover .sprite-like,
  .no-svg .news-box-footer-rating-a:hover .sprite-like-green,
  .no-svg .smartbanner-ios .smartbanner-icon:before,
  .no-svg .sprite-announcement,
  .no-svg .sprite-app-icon-57x57,
  .no-svg .sprite-application,
  .no-svg .sprite-arrow-forward,
  .no-svg .sprite-arrow-forward-blue-dark,
  .no-svg .sprite-arrow-left,
  .no-svg .sprite-arrow-left-blue-dark,
  .no-svg .sprite-arrow-left-blue-light,
  .no-svg .sprite-arrow-light,
  .no-svg .sprite-arrow-response,
  .no-svg .sprite-arrow-response-from,
  .no-svg .sprite-arrow-right,
  .no-svg .sprite-arrow-right-blue-dark,
  .no-svg .sprite-arrow-right-blue-light,
  .no-svg .sprite-arrow-right-dark,
  .no-svg .sprite-arrow-right-orange,
  .no-svg .sprite-arrow-right-small-th-1,
  .no-svg .sprite-avatar,
  .no-svg .sprite-calendar,
  .no-svg .sprite-camera,
  .no-svg .sprite-camera-black,
  .no-svg .sprite-camera-white,
  .no-svg .sprite-cancel,
  .no-svg .sprite-check,
  .no-svg .sprite-check-mark,
  .no-svg .sprite-check-mark-filled,
  .no-svg .sprite-chevron-gold-left,
  .no-svg .sprite-chevron-gold-right,
  .no-svg .sprite-classificados,
  .no-svg .sprite-close,
  .no-svg .sprite-close-gray,
  .no-svg .sprite-close-news-urgent,
  .no-svg .sprite-clube-a-grafismo,
  .no-svg .sprite-combined-shape-small,
  .no-svg .sprite-comment-box,
  .no-svg .sprite-comment-icon,
  .no-svg .sprite-comment-icon-active,
  .no-svg .sprite-contact-mail,
  .no-svg .sprite-crown,
  .no-svg .sprite-dislike,
  .no-svg .sprite-dislike-red,
  .no-svg .sprite-dislike-red-press,
  .no-svg .sprite-dupla-sena,
  .no-svg .sprite-email-box,
  .no-svg .sprite-email-box-black,
  .no-svg .sprite-email-box-white,
  .no-svg .sprite-exclusive-orange,
  .no-svg .sprite-facebook,
  .no-svg .sprite-facebook-black,
  .no-svg .sprite-facebook-box,
  .no-svg .sprite-facebook-box-black,
  .no-svg .sprite-facebook-box-grey-small,
  .no-svg .sprite-facebook-box-small,
  .no-svg .sprite-facebook-box-white,
  .no-svg .sprite-facebook-icon,
  .no-svg .sprite-facebook-med,
  .no-svg .sprite-facebook-medium-rounded,
  .no-svg .sprite-facebook-round,
  .no-svg .sprite-facebook-small,
  .no-svg .sprite-facebook-wite,
  .no-svg .sprite-federal,
  .no-svg .sprite-feed-rss,
  .no-svg .sprite-full-screen,
  .no-svg .sprite-full-screen-close,
  .no-svg .sprite-fullscreen,
  .no-svg .sprite-fullscreen-actived,
  .no-svg .sprite-gallery,
  .no-svg .sprite-gallery-box,
  .no-svg .sprite-gallery-box-white,
  .no-svg .sprite-gallery-white,
  .no-svg .sprite-gift,
  .no-svg .sprite-google,
  .no-svg .sprite-google-button,
  .no-svg .sprite-google-edit,
  .no-svg .sprite-google-plus-round,
  .no-svg .sprite-google-plus-white,
  .no-svg .sprite-icon-facebook-especial-90-anos,
  .no-svg .sprite-icon-key,
  .no-svg .sprite-icon-key-big,
  .no-svg .sprite-icon-key-small,
  .no-svg .sprite-icon-play,
  .no-svg .sprite-icon-twitter-especial-90-anos,
  .no-svg .sprite-instagram,
  .no-svg .sprite-instagram-medium-rounded,
  .no-svg .sprite-like,
  .no-svg .sprite-like-green,
  .no-svg .sprite-like-green-press,
  .no-svg .sprite-like-icon,
  .no-svg .sprite-like-icon-active,
  .no-svg .sprite-linkedin,
  .no-svg .sprite-linkedin-medium-rounded,
  .no-svg .sprite-list,
  .no-svg .sprite-list-white,
  .no-svg .sprite-logo-em,
  .no-svg .sprite-logo-em-black,
  .no-svg .sprite-logo-em-black-large,
  .no-svg .sprite-logo-em-white,
  .no-svg .sprite-logo-em-white-large,
  .no-svg .sprite-logo-especial-90-anos,
  .no-svg .sprite-logo-estado-de-minas,
  .no-svg .sprite-logo-estado-de-minas-full,
  .no-svg .sprite-logo-uai,
  .no-svg .sprite-logo-uai_backup,
  .no-svg .sprite-logo-uai_backup-2,
  .no-svg .sprite-loteca,
  .no-svg .sprite-loto-facil,
  .no-svg .sprite-loto-gol,
  .no-svg .sprite-lotomania,
  .no-svg .sprite-lugarcerto,
  .no-svg .sprite-mail-small,
  .no-svg .sprite-mega,
  .no-svg .sprite-message,
  .no-svg .sprite-nav-arrow-right,
  .no-svg .sprite-news-black,
  .no-svg .sprite-newspaper,
  .no-svg .sprite-password-no-view,
  .no-svg .sprite-password-view,
  .no-svg .sprite-press,
  .no-svg .sprite-printer-box,
  .no-svg .sprite-prize,
  .no-svg .sprite-quina,
  .no-svg .sprite-replay-to,
  .no-svg .sprite-replay-to-gray,
  .no-svg .sprite-search,
  .no-svg .sprite-search-blue,
  .no-svg .sprite-seta,
  .no-svg .sprite-shape-close,
  .no-svg .sprite-shape-open,
  .no-svg .sprite-share-box,
  .no-svg .sprite-share-icon,
  .no-svg .sprite-share-icon-active,
  .no-svg .sprite-showcase-search,
  .no-svg .sprite-size-down,
  .no-svg .sprite-size-up,
  .no-svg .sprite-smartphone,
  .no-svg .sprite-speech-bubble,
  .no-svg .sprite-sponcered-info,
  .no-svg .sprite-team,
  .no-svg .sprite-tempo-cc,
  .no-svg .sprite-tempo-ch,
  .no-svg .sprite-tempo-cv,
  .no-svg .sprite-tempo-en,
  .no-svg .sprite-tempo-nb,
  .no-svg .sprite-tempo-pc,
  .no-svg .sprite-tempo-pi,
  .no-svg .sprite-tempo-pn,
  .no-svg .sprite-timemania,
  .no-svg .sprite-trending-up,
  .no-svg .sprite-trending-up-white,
  .no-svg .sprite-twitter,
  .no-svg .sprite-twitter-black,
  .no-svg .sprite-twitter-box,
  .no-svg .sprite-twitter-box-black,
  .no-svg .sprite-twitter-box-grey-small,
  .no-svg .sprite-twitter-box-small,
  .no-svg .sprite-twitter-box-white,
  .no-svg .sprite-twitter-medium-rounded,
  .no-svg .sprite-twitter-round,
  .no-svg .sprite-twitter-small,
  .no-svg .sprite-twitter-wite,
  .no-svg .sprite-user,
  .no-svg .sprite-video,
  .no-svg .sprite-video-box,
  .no-svg .sprite-video-white,
  .no-svg .sprite-view,
  .no-svg .sprite-view-actived,
  .no-svg .sprite-view-grid,
  .no-svg .sprite-view-grid-actived,
  .no-svg .sprite-vrum,
  .no-svg .sprite-whatsapp,
  .no-svg .sprite-whatsapp-black,
  .no-svg .sprite-whatsapp-box,
  .no-svg .sprite-whatsapp-box-gray,
  .no-svg .sprite-whatsapp-onboard,
  .no-svg .sprite-whatsapp-white,
  .no-svg .sprite-whatsapp-wite,
  .no-svg .sprite-youtube-round,
  .smartbanner-ios .no-svg .smartbanner-icon:before {
    background-image: url("https://imgs.em.com.br/em/sprite.46.png");
    background-repeat: no-repeat;
  }
  .divider-wrapper {
    overflow: hidden;
  }
  .divider-vertical {
    height: auto;
    margin-bottom: 0;
  }
  .divider-vertical:before {
    width: 1px;
    margin: 0 auto;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
    background-color: #d8d8d8;
    height: 1px;
    content: "";
    display: block;
  }
  .ads {
    text-align: center;
  }
  .ads * {
    margin: 0 auto;
  }
  .ads__with-bg {
    background: url("https://imgs.em.com.br/em/pattern.png");
  }
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-container embed,
  .video-container iframe,
  .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .icon-menu-sessions {
    width: 20px;
    height: 20px;
    background: transparent;
    position: relative;
    display: inline-block;
    cursor: pointer !important;
    box-sizing: content-box;
  }
  .icon-menu-sessions .icon-menu-sessions__bar {
    background: #191919;
    width: 20px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(0);
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.3s linear;
  }
  .icon-menu-sessions
    .icon-menu-sessions__bar:not(:first-child):not(:last-child) {
    transform: translateY(-50%);
  }
  .icon-menu-sessions .icon-menu-sessions__bar:first-child {
    top: 0;
  }
  .icon-menu-sessions .icon-menu-sessions__bar:last-child {
    bottom: 0;
    top: auto;
  }
  .icon-menu-sessions .icon-menu-sessions.open .name__bar {
    top: 8px;
    transform: rotate(-45deg);
    transition: all 0.3s linear;
  }
  .icon-menu-sessions .icon-menu-sessions.open .name__bar:last-child {
    top: 9px;
    transform: rotate(45deg);
  }
  .icon-live {
    background: #9c1f1f;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    width: 50px;
    height: auto;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.48;
  }
  .icon-live.medium {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.48;
    width: 83px;
    height: auto;
  }
  .txt-theme-1 {
    color: #194a6e;
  }
  .txt-theme-2 {
    color: #8faecc;
  }
  .txt-theme-3 {
    color: #4c759c;
  }
  .txt-theme-4 {
    color: #9c1f1f;
  }
  a.txt-theme-1 {
    color: #194a6e;
  }
  a.txt-theme-1:focus,
  a.txt-theme-1:hover {
    color: #06121b;
    text-decoration: none;
  }
  a.txt-theme-2 {
    color: #8faecc;
  }
  a.txt-theme-2:focus,
  a.txt-theme-2:hover {
    color: #4d7ba8;
    text-decoration: none;
  }
  a.txt-theme-3 {
    color: #4c759c;
  }
  a.txt-theme-3:focus,
  a.txt-theme-3:hover {
    color: #2b4257;
    text-decoration: none;
  }
  a.txt-theme-4 {
    color: #9c1f1f;
  }
  a.txt-theme-4:focus,
  a.txt-theme-4:hover {
    color: #470e0e;
    text-decoration: none;
  }
  .txt-gray-base {
    color: #191919;
  }
  .txt-white {
    color: #fff;
  }
  .txt-gray {
    color: #666;
  }
  .txt-gray-light {
    color: #d8d8d8;
  }
  .txt-gray-lighter {
    color: #fafafa;
  }
  .txt-gray-medium {
    color: #999;
  }
  a.txt-white {
    color: #fff;
  }
  a.txt-white:focus,
  a.txt-white:hover {
    color: #ccc;
    text-decoration: none;
  }
  a.txt-gray-base {
    color: #191919;
  }
  a.txt-gray-base:focus,
  a.txt-gray-base:hover {
    color: #000;
    text-decoration: none;
  }
  .jumbotron a.txt-gray-base {
    font-size: 27px !important;
  }
  a.txt-gray {
    color: #666;
  }
  a.txt-gray:focus,
  a.txt-gray:hover {
    color: #333;
    text-decoration: none;
  }
  a.txt-gray-light {
    color: #d8d8d8;
  }
  a.txt-gray-light:focus,
  a.txt-gray-light:hover {
    color: #a5a5a5;
    text-decoration: none;
  }
  a.txt-gray-lighter {
    color: #fafafa;
  }
  a.txt-gray-lighter:focus,
  a.txt-gray-lighter:hover {
    color: #c7c7c7;
    text-decoration: none;
  }
  .txt-underline {
    text-decoration: underline;
  }
  .txt-undecoration,
  a.txt-undecoration,
  a:focus .txt-undecoration,
  a:hover .txt-undecoration {
    text-decoration: none;
  }
  .txt-truncated {
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .txt-no-serif {
    font-family: Roboto;
  }
  .txt-serif {
    font-family: Merriweather;
  }
  .txt-italic {
    font-style: italic;
  }
  .txt-font-size-internal {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1.48;
  }
  .txt-bold {
    font-weight: 800;
  }
  .txt-bold,
  .txt-regular {
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  }
  .txt-regular {
    font-weight: 400;
  }
  .txt-overline {
    position: relative;
  }
  .txt-overline:before {
    background-color: #191919;
    content: "";
    display: block;
    margin-bottom: 15px;
    width: 50%;
    height: 5px;
  }
  .txt-loterias {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
  }
  .txt-mega {
    color: #32954a;
  }
  .txt-dupla-sena {
    color: #b01920;
  }
  .txt-federal {
    color: #003b96;
  }
  .txt-loteca {
    color: #ff2500;
  }
  .txt-loto-facil {
    color: #9a1b86;
  }
  .txt-loto-gol {
    color: #0088b5;
  }
  .txt-lotomania {
    color: #ff7f00;
  }
  .txt-quina {
    color: #181282;
  }
  .txt-timemania {
    color: #009140;
  }
  @font-face {
    font-family: Roboto;
    src: url("https://css.em.com.br/em/fonts/roboto-regular.woff2")
        format("woff2"),
      url("https://css.em.com.br/em/fonts/roboto-regular.woff") format("woff");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: Merriweather;
    src: url("https://css.em.com.br/em/fonts/merriweather.woff2") format("woff2"),
      url("https://css.em.com.br/em/fonts/merriweather.woff") format("woff");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }
  hr.gray-light {
    border-top-color: #d8d8d8;
  }
  .logo {
    display: inline-block;
    vertical-align: bottom;
  }
  .logo-home {
    position: absolute;
    left: 50%;
    width: 470px;
    margin-left: -235px;
  }
  .logo-large {
    width: 310px;
    height: 38px;
  }
  .nav-side {
    background-color: #f7f7f7;
    border-color: hsla(0, 0%, 97%, 0.5);
    border-width: 1px 0 0;
    position: fixed;
    width: 300px;
    top: 0;
    z-index: 1032;
    height: 100%;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    transform: translatex(-300px);
  }
  .nav-side.js-no-dropdown {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .nav-side.js-no-dropdown .dropdown,
  .nav-side.js-no-dropdown li.collapse {
    display: none;
  }
  .nav-side.js-no-dropdown li.nav-item.active a i.nav-arrow {
    transform: rotate(90deg);
    transition: all 0.3s linear;
  }
  .nav-side.js-with-dropdown li.nav-subitem {
    display: none;
  }
  .nav-side-wrapper {
    display: none;
    visibility: hidden;
    top: 0;
  }
  .nav-side li:not(.loged) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav-side li:not(.loged).nav-item:hover {
    background-color: #d8d8d8;
  }
  .nav-side li:not(.loged).nav-item:hover > .dropdown > .dropdown-menu {
    display: block;
  }
  .nav-side li:not(.loged).nav-item .dropdown {
    right: 0;
    position: absolute;
    border-color: hsla(0, 0%, 97%, 0.5);
    border-width: 1px 0 0;
    margin-top: -7px;
  }
  .nav-side li:not(.loged).nav-item .dropdown-header {
    font-size: 14px;
    color: #666;
  }
  .nav-side li:not(.loged).nav-item .dropdown-header span {
    display: block;
  }
  .nav-side li:not(.loged).nav-item .dropdown-menu:before {
    display: block;
    content: "";
    width: 14px;
    height: 20px;
    float: left;
    top: 12px;
    left: -21px;
    position: absolute;
    border: 11px solid;
    border-color: transparent #f7f7f7 transparent transparent;
  }
  .nav-side li:not(.loged) a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    position: relative;
  }
  .nav-side li:not(.loged) a i.nav-arrow {
    position: absolute;
    right: -10px;
    top: 12px;
  }
  .nav-side__container {
    border: 1px solid #d8d8d8;
    border-color: hsla(0, 0%, 85%, 0.5);
    border-width: 1px 0;
    padding-top: 20px;
    padding-bottom: 8px;
  }
  .js-nav-open .nav-side {
    transform: translatex(0);
    transition: all 0.2s ease-in-out;
  }
  .js-nav-open .nav-side-wrapper {
    background: #000;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 1031;
    width: 100%;
    height: 100%;
    display: block;
    visibility: visible;
  }
  .js-nav-open body {
    overflow: hidden;
  }
  .breadcrumb-header {
    vertical-align: bottom;
    white-space: nowrap;
    -ms-flex: 2;
    flex: 2;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .breadcrumb-header.centered {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .newsletter-btn {
    height: 38px;
  }
  .newsOff {
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
  }
  .newsOff.inactive {
    display: none;
  }
  .newsletters {
    padding: 10px 30px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f7f7f7;
    margin-bottom: 10px;
  }
  .newsletters #asingNews.active {
    display: block;
  }
  .newsletters #asingNews.unactive {
    display: none;
  }
  .newsletters #sucess.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .newsletters #sucess.unactive {
    display: none;
  }
  .newsletters .loading {
    width: 100%;
  }
  .newsletters .loading,
  .newsletters .loading.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .newsletters .loading.unactive {
    display: none;
  }
  .newsletters .loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #194a6e;
    border-right: 5px solid #194a6e;
    border-bottom: 5px solid #194a6e;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(1turn);
    }
  }
  .newsletters h6 {
    margin: 0 0 2px;
  }
  .newsletters-desc {
    font-size: 12px;
    font-weight: 700;
    color: #9b9b9b;
  }
  .newsletters-form {
    margin-top: 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsletters-form__input {
    width: calc(100% - 135px);
    height: 40px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-stretch: condensed;
    color: #888;
    padding: 0 10px;
    margin-right: 15px;
  }
  .newsletters-form__input ::-webkit-input-placeholder {
    color: #888;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    font-stretch: condensed;
  }
  .newsletters-form__input :-moz-placeholder,
  .newsletters-form__input ::-moz-placeholder {
    color: #888;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    font-stretch: condensed;
  }
  .newsletters-form__input :-ms-input-placeholder {
    color: #888;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    font-stretch: condensed;
  }
  .newsletters-form__btn {
    width: 120px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ed7d00;
    border: none;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    font-stretch: condensed;
    text-transform: uppercase;
    color: #fff;
  }
  .newsletters-form__btn:hover {
    opacity: 0.8;
  }
  .news-card__content {
    position: relative;
  }
  .news-card__content:after,
  .news-card__content:before {
    content: "";
    display: block;
    width: calc(((100% - 1367px) / 2) + 100px);
    height: 62px;
    background: linear-gradient(90deg, #fff, transparent);
    position: absolute;
    top: 0;
    z-index: 8;
  }
  .news-card__content:after {
    background: linear-gradient(270deg, #fff, transparent);
    right: 0;
  }
  .news-card__control {
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    border-color: hsla(0, 0%, 85%, 0.5);
    box-shadow: 0 0 4px hsla(0, 0%, 85%, 0.2);
    position: absolute;
    overflow: hidden;
    display: none;
    width: 30px;
    height: 60px;
    z-index: 9;
  }
  .news-card__control button {
    width: 100%;
    height: 50%;
    border: 0;
    background: transparent;
  }
  .news-card__control.left {
    left: calc(((100% - 1367px) / 2) + 15px);
  }
  .js-hover-left-content .news-card__control.left {
    display: block;
  }
  .news-card__control.right {
    right: calc(((100% - 1367px) / 2) + 15px);
  }
  .js-hover-right-content .news-card__control.right {
    display: block;
  }
  .news-card__control.left button + button,
  .news-card__control.right button + button {
    border-top: 1px solid hsla(0, 0%, 85%, 0.5);
    top: -4px;
  }
  .news-card__control button.left,
  .news-card__control button.right {
    position: relative;
    z-index: 1;
  }
  .news-card__control button.left:after,
  .news-card__control button.left:before,
  .news-card__control button.right:after,
  .news-card__control button.right:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
  }
  .news-card__control button.left:before,
  .news-card__control button.right:before {
    border-radius: 10px;
  }
  .news-card__control button.left.disabled:hover,
  .news-card__control button.right.disabled:hover {
    cursor: default;
    pointer-events: none;
    -webkit-touch-callout: none;
  }
  .news-card__control button.left:after,
  .news-card__control button.left:before {
    border: 7.5px solid;
    border-color: transparent #d8d8d8 transparent transparent;
    left: 2.5px;
  }
  .news-card__control button.left:hover:not(.disabled):before {
    border-right-color: #191919;
  }
  .news-card__control button.left:after {
    border-right-color: #fafafa;
    left: 4.5px;
  }
  .news-card__control button.right:after,
  .news-card__control button.right:before {
    border: 7.5px solid;
    border-color: transparent transparent transparent #d8d8d8;
    right: 2.5px;
  }
  .news-card__control button.right:hover:not(.disabled):before {
    border-left-color: #191919;
  }
  .news-card__control button.right:after {
    border-left-color: #fafafa;
    right: 4.5px;
  }
  .news-card__list .owl-stage {
    max-height: 62px;
    overflow: hidden;
  }
  .news-card__item {
    border: 1px solid #d8d8d8;
    border-color: hsla(0, 0%, 85%, 0.5);
    height: 62px;
    width: 250px;
    white-space: normal;
  }
  .news-card__item:hover {
    text-decoration: underline !important;
  }
  .news-card__item img {
    width: auto !important;
  }
  .news-box-subscriber.float-top {
    position: absolute;
    top: 0;
  }
  .news-box-subscriber.float-right {
    position: absolute;
    top: 25%;
    right: 0;
    height: 100%;
  }
  .news-box-subscriber.t-n-3 {
    top: -3px;
  }
  .news-box-subscriber.show-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #ef6c00;
    margin-top: -2px;
    font-size: 10px;
    font-style: italic;
  }
  .news-box-subscriber.show-text > i {
    margin-right: 6px;
  }
  .news strong {
    text-transform: uppercase;
  }
  .news-box {
    border-bottom: 1px solid #d8d8d8;
    height: 370px;
  }
  .news-box .img-noticia img.img-responsive {
    width: 100%;
  }
  .news-box-header {
    display: -ms-flexbox;
    display: flex;
  }
  .news-box-header-author {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .news-box-header-author-img {
    margin-right: 10px;
  }
  .news-box-header-author-a {
    font-size: 12px;
    color: #4a4a4a;
    text-decoration: underline;
  }
  .news-box-header-tag {
    width: 70px;
    height: 20px;
    border-radius: 3px;
  }
  .news-box-header-tag p {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 1.5em;
  }
  .news-box-header-tag.red {
    background-color: #b51010;
  }
  .news-box-header-tag.blue {
    background-color: #4c759c;
  }
  .news-box-header-tag.blue-dark {
    background-color: #1f384f;
  }
  .news-box-header-date {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    font-size: 12px;
    text-align: right;
    color: #9b9b9b;
  }
  .news-box-header-date span {
    display: block;
  }
  .news-box-footer {
    width: 100%;
    bottom: 5px;
    left: 0;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
  }
  .news-box-footer p {
    display: inline-block;
  }
  .news-box-footer-rating {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .news-box-footer-rating-p {
    font-size: 12px;
    color: #d8d8d8;
    margin: 0 5px 0 0;
  }
  .news-box-footer-rating-p.liked {
    color: #4c9c53;
  }
  .news-box-footer-rating-p.disliked {
    color: #9c4c4c;
  }
  .sprite-dislike,
  .sprite-dislike-red {
    margin-bottom: -8px;
  }
  .sprite-like,
  .sprite-like-green {
    margin-bottom: -3px;
  }
  .news-box-footer-comments {
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: center;
  }
  .news-box-footer-comments-a {
    font-size: 12px;
    color: #4a4a4a;
    text-decoration: underline;
  }
  .news-box-footer-comments-i {
    margin: 0 0 -5px 5px;
  }
  .news-box-footer-social {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
  }
  .news-box-footer-social-i {
    margin-left: 10px;
  }
  .news-box .sprite-facebook-box-small {
    background-size: 6525%;
    background-position: 35.27885862516213% 87.88501026694045%;
    width: 12px;
    height: 12px;
  }
  .news-box .sprite-twitter-box-small {
    background-size: 6525%;
    background-position: 39.94811932555123% 87.88501026694045%;
    width: 12px;
    height: 12px;
  }
  .news-box--no-photo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news-box.free {
    height: auto;
  }
  .news-box.free .h6 strong {
    text-transform: uppercase;
  }
  .news-box-charge {
    border-bottom: 1px solid #d8d8d8;
    height: 257px;
  }
  .bf-news {
    text-decoration: none !important;
    cursor: pointer;
  }
  .bf-news figure {
    display: -ms-flexbox;
    display: flex;
  }
  .bf-news figure img {
    max-width: 140px;
    max-height: 140px;
    margin-right: 10px;
  }
  .bf-news figure figcaption label {
    font-size: 12px;
    text-transform: uppercase;
  }
  .networks-policy {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
  }
  .author-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .author-row:after,
  .author-row:before {
    content: " ";
    display: table;
  }
  .author-row:after {
    clear: both;
  }
  .author-wrapper {
    padding-left: 10px;
    padding-right: 0;
  }
  .author-toggle .author-name {
    width: 0;
    overflow: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .author-toggle:focus .author-name,
  .author-toggle:hover .author-name {
    width: auto;
    opacity: 1;
    transition: all 0.3s linear;
  }
  .author-circle {
    background: 50% no-repeat #194a6e;
    background-size: cover;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  a.columnists > img,
  a.columnists > span {
    width: 120px !important;
    height: 120px !important;
  }
  a.columnists > div {
    position: relative;
  }
  a.columnists > div:before {
    content: "Colunista";
    position: absolute;
    top: -30px;
    background-color: #4c759c;
    padding: 4px 14px;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  a.columnists > div a.author-name,
  a.columnists > div span.author-name {
    font-size: 25px;
    color: #666;
  }
  .columnist-desc {
    float: left;
    margin-top: -40px;
    font-size: 12px;
    color: #9b9b9b;
    margin-left: 120px !important;
  }
  .columnist-desc strong {
    font-weight: 700;
    color: #191919;
  }
  .columnist-share {
    float: right;
    padding: 2px 4px 0;
  }
  .columnist-share small {
    font-size: 10px;
    color: #4a4a4a;
  }
  .columnist-share ul.list-unstyled li a i {
    width: 25px;
    height: 25px;
  }
  .author-wrapper.large.text-nowrap {
    white-space: normal;
  }
  .author-wrapper.large .desc {
    margin-left: 20px !important;
    width: 133px;
    overflow: hidden;
    height: 47px;
  }
  .author-wrapper.large .author-circle {
    line-height: 50px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .lenged-with-icon {
    padding-left: 40px;
    position: relative;
  }
  .lenged-with-icon:before {
    content: "";
    position: absolute;
    left: 10px;
  }
  .list-borded li {
    display: table;
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%;
  }
  .list-borded li:first-child {
    padding-top: 0;
  }
  .list-borded li + li {
    border-top: 1px solid #d8d8d8;
  }
  .list-borded i {
    vertical-align: middle;
  }
  .list-borded__count,
  .list-borded__desc {
    display: table-cell;
  }
  .list-borded__desc {
    vertical-align: top;
    padding-right: 8px;
  }
  .list-borded__count {
    width: 50px;
    padding-left: 15px;
  }
  .list-with-divider:before {
    content: "";
    background: #d8d8d8;
    display: block;
    margin-bottom: 10px;
    width: 300px;
    height: 1px;
  }
  .breadcrumb-header.list-inline li {
    padding: 0;
  }
  .breadcrumb-header.list-inline li.first-child a {
    padding-left: 0;
  }
  .list-inline.social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-inline.social li {
    padding: 0;
  }
  .list-inline.social li a i {
    height: 30px;
    width: 30px;
  }
  .img-full {
    width: 100%;
  }
  .img-align-side {
    position: relative;
    margin: 10px 0;
    display: table;
  }
  .img-align-side figure {
    display: table;
  }
  .img-align-side figcaption {
    display: table-caption;
    caption-side: bottom;
  }
  .img-wrapper-center-block img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .img-wrapper-img-responsive.widget-gallery img {
    width: 100%;
  }
  .img-wrapper-img-responsive img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .img-with-accessory {
    position: relative;
  }
  .img-with-accessory .accessory-left,
  .img-with-accessory .accessory-right {
    position: absolute;
  }
  .img-with-accessory .accessory-right {
    top: 10px;
    right: 10px;
  }
  .img-with-accessory .accessory-left {
    top: 10px;
    left: 10px;
  }
  .label-theme {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.48;
  }
  .read-more-widget li + li {
    margin-top: 10px;
  }
  .read-more-about {
    width: 445px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24), 0 0 4px 0 rgba(0, 0, 0, 0.12);
    bottom: 20px;
    right: 0;
    transform: translateX(calc(100% + 15px));
    position: fixed;
    z-index: 11;
  }
  .read-more-about.closed {
    transform: translateX(calc(100% - 35px));
    transition: all 0.3s linear;
  }
  .read-more-about.opened {
    transform: translateX(0);
    transition: all 0.3s linear;
  }
  .read-more-about__btn {
    background: #d8d8d8;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 50px;
  }
  .read-more-about__btn:before {
    content: "";
    border: 7.5px solid;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -50%);
    position: absolute;
  }
  .closed .read-more-about__btn:before {
    transition: all 0.3s linear;
    transform: translate(-100%, -50%) rotate(180deg);
  }
  .blockquote-widget {
    border: 0;
    border-top: 5px solid #191919;
  }
  .blockquote-widget.left {
    border-top: 0;
    border-right: 5px solid #191919;
    padding: 0 10px 0 0;
  }
  .blockquote-widget__social-list {
    line-height: 0;
  }
  .blockquote-widget__social-list li {
    padding: 0;
  }
  .comment-header {
    border-top: 5px solid #191919;
  }
  .comment-header__information {
    border-top: 1px solid #191919;
  }
  .comment-header .btn-text-small {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.48;
    font-weight: 400;
  }
  .full-screen__btn--close,
  .full-screen__btn--open {
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(
      45deg,
      transparent,
      rgba(25, 25, 25, 0.01) 50%,
      rgba(25, 25, 25, 0.15) 75%,
      rgba(25, 25, 25, 0.5)
    );
  }
  .full-screen__container {
    width: 100%;
    height: 100%;
    background: #222;
    position: fixed;
    z-index: 99999;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(0.1);
    filter: blur(50px);
  }
  .full-screen__container.actived {
    transition: filter 0.2s linear, transform 0.3s linear, opacity 0.3s linear;
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
  .full-screen__body-locked {
    overflow: hidden;
  }
  .cover-day-box,
  .cover-day-box--widget {
    background: #fafafa;
    border: 1px solid #d8d8d8;
    border-color: hsla(0, 0%, 85%, 0.5);
    border-radius: 4px;
  }
  .cover-day-box--widget .sprite-news-black,
  .cover-day-box .sprite-news-black {
    vertical-align: sub;
  }
  .cover-day-box--widget .btn,
  .cover-day-box .btn {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24);
  }
  .cover-day-box--widget .align-vertical,
  .cover-day-box .align-vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .cover-day-box--element {
    position: absolute;
    right: 0;
    top: -16px;
  }
  .cover-day-box--widget {
    position: relative;
    height: 235px;
  }
  .cover-day-box--share {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .tag-list {
    margin: 45px 0 25px;
  }
  .jumbotron a {
    position: relative;
    z-index: 2;
  }
  .jumbotron-img_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1 !important;
    background-color: #c8c8c8;
  }
  .jumbotron-default {
    border: 1px solid #666;
    border-color: hsla(0, 0%, 40%, 0.1);
    padding: 20px !important;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .jumbotron-inverse {
    position: relative;
    overflow: hidden;
  }
  .jumbotron-inverse :not(div):not(span):not(a):not(img) {
    position: relative;
    z-index: 1;
  }
  .jumbotron-inverse * {
    color: #fff !important;
  }
  .jumbotron-inverse :focus,
  .jumbotron-inverse :hover {
    color: #fff;
  }
  .jumbotron-inverse .sprite-facebook-box {
    background-size: 3915%;
    background-position: 37.22149410222805% 81.00208768267224%;
    width: 20px;
    height: 20px;
  }
  .jumbotron-inverse .sprite-twitter-box {
    background-size: 3915%;
    background-position: 34.33813892529489% 85.17745302713988%;
    width: 20px;
    height: 20px;
  }
  .jumbotron-inverse .sprite-gallery {
    background-size: 6023.076923076924%;
    background-position: 57.48051948051947% 84.12371134020619%;
    width: 13px;
    height: 14px;
  }
  .jumbotron-inverse .sprite-list {
    background-size: 5592.857142857143%;
    background-position: 61.06631989596878% 84.12371134020619%;
    width: 14px;
    height: 14px;
  }
  .jumbotron-inverse .sprite-video {
    background-size: 5592.857142857143%;
    background-position: 33.55006501950585% 88.24742268041237%;
    width: 14px;
    height: 14px;
  }
  .jumbotron-default-link {
    z-index: 1 !important;
    opacity: 0;
  }
  .jumbotron-default-link,
  .jumbotron-default-link:after {
    display: block;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .jumbotron-default-link:after {
    content: "";
    z-index: 0 !important;
  }
  .jumbotron-default-link-content {
    display: contents;
  }
  .jumbotron-default-photo {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .jumbotron-default-photo,
  .jumbotron-default-photo:after {
    display: block;
    position: absolute !important;
    z-index: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .jumbotron-default-photo:after {
    content: "";
    background-image: linear-gradient(
      180deg,
      rgba(25, 25, 25, 0.2),
      rgba(25, 25, 25, 0.8)
    );
  }
  .jumbotron-categorie .h6 {
    text-transform: uppercase;
  }
  .jumbotron-inverse .jumbotron-categorie {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .jumbotron-full {
    height: 563px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .jumbotron-full:after,
  .jumbotron-full:before {
    width: 0;
  }
  .jumbotron-full-4 {
    min-height: 275px;
  }
  .jumbotron-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .jumbotron-row:after,
  .jumbotron-row:before {
    width: 0;
  }
  .jumbotron-default-wrapper-links-socials {
    border-bottom: 1px solid #d8d8d8;
    max-width: 330px;
  }
  .jumbotron-divider {
    width: 330px;
  }
  .fixed-btn-uai {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2147300000;
    transition: all 0.3s linear;
    display: block;
  }
  .fixed-btn-uai__overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2147299998;
  }
  .fixed-btn-uai__btn-close {
    position: absolute;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s linear;
    z-index: 1;
  }
  .fixed-btn-uai__btn {
    background: #fff;
    width: 55px;
    height: 55px;
    display: block;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.1s linear;
    border-radius: 5px 50% 50%;
    border: 1px solid #ddd;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    z-index: 1;
  }
  .fixed-btn-uai__btn img {
    max-width: 40px;
    margin: 0 auto;
  }
  .fixed-btn-uai__list {
    list-style-type: none;
    background: #fff;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.25);
    visibility: hidden;
    text-align: right;
    position: absolute;
    bottom: 65px;
    right: 0;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transform: translateY(10px);
    transition: all 0.1s linear;
    opacity: 0;
    z-index: 2147299999;
  }
  .fixed-btn-uai__list a {
    font-size: 16px;
    padding: 7px 0;
    display: block;
    text-decoration: none;
    color: #5e5e5e;
  }
  .fixed-btn-uai__list li {
    margin: 0;
  }
  .fixed-btn-uai__list li + li {
    border-top: 1px solid #ddd;
  }
  @keyframes pulse {
    to {
      box-shadow: 0 0 0 30px rgba(25, 115, 180, 0);
    }
  }
  .btn-no-hover:hover {
    background: inherit;
    cursor: default;
  }
  .btn-radar {
    animation: pulse 1.25s 1 cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  }
  .btn-group-stylezed {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
  }
  .btn-group-stylezed button {
    border: 0;
    background: transparent;
  }
  .btn-group-stylezed button.with-hover.active,
  .btn-group-stylezed button.with-hover:active {
    background: #194a6e;
    text-decoration: none;
  }
  .btn-group-stylezed button.with-hover.active .sprite-fullscreen-actived,
  .btn-group-stylezed button.with-hover:active .sprite-fullscreen-actived {
    background-size: 3915%;
    background-position: 42.463958060288334% 81.00208768267224%;
    width: 20px;
    height: 20px;
  }
  .btn-group-stylezed button.with-hover.active .sprite-view-grid-actived,
  .btn-group-stylezed button.with-hover:active .sprite-view-grid-actived {
    background-size: 3915%;
    background-position: 36.959370904325034% 85.17745302713988%;
    width: 20px;
    height: 20px;
  }
  .btn-group-stylezed button.with-hover.active .sprite-view-actived,
  .btn-group-stylezed button.with-hover:active .sprite-view-actived {
    background-size: 3915%;
    background-position: 46.13368283093054% 60.70686070686071%;
    width: 20px;
    height: 18px;
  }
  .btn-group-stylezed button.with-hover.active .sprite-facebook-box,
  .btn-group-stylezed button.with-hover:active .sprite-facebook-box {
    background-size: 3915%;
    background-position: 37.22149410222805% 81.00208768267224%;
    width: 20px;
    height: 20px;
  }
  .btn-group-stylezed button.with-hover.active .sprite-twitter-box,
  .btn-group-stylezed button.with-hover:active .sprite-twitter-box {
    background-size: 3915%;
    background-position: 34.33813892529489% 85.17745302713988%;
    width: 20px;
    height: 20px;
  }
  .btn-group-stylezed button.with-hover.active .sprite-email-box,
  .btn-group-stylezed button.with-hover:active .sprite-email-box {
    background-size: 3915%;
    background-position: 42.595019659239846% 39.004149377593365%;
    width: 20px;
    height: 17px;
  }
  .btn .desc-item {
    position: absolute;
    margin-left: -140px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .btn.show-desc-item .desc-item {
    margin-left: -150px;
    visibility: visible;
    opacity: 1;
  }
  .btn-show-full {
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    right: 0;
    background-image: linear-gradient(
      45deg,
      transparent,
      rgba(25, 25, 25, 0.01) 50%,
      rgba(25, 25, 25, 0.15) 75%,
      rgba(25, 25, 25, 0.5)
    );
  }
  .btn-text-small {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .btn-text-smaller {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .btn-sessions {
    height: 40px;
  }
  .btn-sessions .info {
    margin: 0 0 0 15px;
  }
  .btn-search,
  .btn-social {
    min-width: 40px;
  }
  .btn-social {
    height: 40px;
    border-radius: 50%;
  }
  .btn-share {
    border: 0;
    color: #fff !important;
    margin-right: 10px;
    padding: 2px;
  }
  .btn-share.side-share {
    padding: 0;
    width: 32px;
    height: 32px;
  }
  .btn-shaded {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .btn-gray-base {
    color: #fff;
    background-color: #191919;
    border-color: #191919;
  }
  .btn-gray-base.active,
  .btn-gray-base.active.focus,
  .btn-gray-base.active:focus,
  .btn-gray-base.active:hover,
  .btn-gray-base.focus,
  .btn-gray-base:active,
  .btn-gray-base:active.focus,
  .btn-gray-base:active:focus,
  .btn-gray-base:active:hover,
  .btn-gray-base:focus,
  .btn-gray-base:hover,
  .open > .btn-gray-base.dropdown-toggle,
  .open > .btn-gray-base.dropdown-toggle.focus,
  .open > .btn-gray-base.dropdown-toggle:focus,
  .open > .btn-gray-base.dropdown-toggle:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
  }
  .btn-gray-base.active,
  .btn-gray-base:active,
  .open > .btn-gray-base.dropdown-toggle {
    background-image: none;
  }
  .btn-gray-base.disabled.focus,
  .btn-gray-base.disabled:focus,
  .btn-gray-base.disabled:hover,
  .btn-gray-base[disabled].focus,
  .btn-gray-base[disabled]:focus,
  .btn-gray-base[disabled]:hover,
  fieldset[disabled] .btn-gray-base.focus,
  fieldset[disabled] .btn-gray-base:focus,
  fieldset[disabled] .btn-gray-base:hover {
    background-color: #191919;
    border-color: #191919;
  }
  .btn-gray-base .badge {
    color: #191919;
    background-color: #fff;
  }
  .btn-gray {
    color: #fff;
    background-color: #666;
    border-color: #666;
  }
  .btn-gray.focus,
  .btn-gray:focus {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #262626;
  }
  .btn-gray.active,
  .btn-gray:active,
  .btn-gray:hover,
  .open > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #474747;
  }
  .btn-gray.active.focus,
  .btn-gray.active:focus,
  .btn-gray.active:hover,
  .btn-gray:active.focus,
  .btn-gray:active:focus,
  .btn-gray:active:hover,
  .open > .btn-gray.dropdown-toggle.focus,
  .open > .btn-gray.dropdown-toggle:focus,
  .open > .btn-gray.dropdown-toggle:hover {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #262626;
  }
  .btn-gray.active,
  .btn-gray:active,
  .open > .btn-gray.dropdown-toggle {
    background-image: none;
  }
  .btn-gray.disabled.focus,
  .btn-gray.disabled:focus,
  .btn-gray.disabled:hover,
  .btn-gray[disabled].focus,
  .btn-gray[disabled]:focus,
  .btn-gray[disabled]:hover,
  fieldset[disabled] .btn-gray.focus,
  fieldset[disabled] .btn-gray:focus,
  fieldset[disabled] .btn-gray:hover {
    background-color: #666;
    border-color: #666;
  }
  .btn-gray .badge {
    color: #666;
    background-color: #fff;
  }
  .btn-gray-light {
    color: #fff;
    background-color: #d8d8d8;
    border-color: #d8d8d8;
  }
  .btn-gray-light.focus,
  .btn-gray-light:focus {
    color: #fff;
    background-color: #bfbfbf;
    border-color: #989898;
  }
  .btn-gray-light.active,
  .btn-gray-light:active,
  .btn-gray-light:hover,
  .open > .btn-gray-light.dropdown-toggle {
    color: #fff;
    background-color: #bfbfbf;
    border-color: #b9b9b9;
  }
  .btn-gray-light.active.focus,
  .btn-gray-light.active:focus,
  .btn-gray-light.active:hover,
  .btn-gray-light:active.focus,
  .btn-gray-light:active:focus,
  .btn-gray-light:active:hover,
  .open > .btn-gray-light.dropdown-toggle.focus,
  .open > .btn-gray-light.dropdown-toggle:focus,
  .open > .btn-gray-light.dropdown-toggle:hover {
    color: #fff;
    background-color: #adadad;
    border-color: #989898;
  }
  .btn-gray-light.active,
  .btn-gray-light:active,
  .open > .btn-gray-light.dropdown-toggle {
    background-image: none;
  }
  .btn-gray-light.disabled.focus,
  .btn-gray-light.disabled:focus,
  .btn-gray-light.disabled:hover,
  .btn-gray-light[disabled].focus,
  .btn-gray-light[disabled]:focus,
  .btn-gray-light[disabled]:hover,
  fieldset[disabled] .btn-gray-light.focus,
  fieldset[disabled] .btn-gray-light:focus,
  fieldset[disabled] .btn-gray-light:hover {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
  }
  .btn-gray-light .badge {
    color: #d8d8d8;
    background-color: #fff;
  }
  .btn-gray-lighter {
    color: #fff;
    background-color: #fafafa;
    border-color: #fafafa;
  }
  .btn-gray-lighter.focus,
  .btn-gray-lighter:focus {
    color: #fff;
    background-color: #e1e1e1;
    border-color: #bababa;
  }
  .btn-gray-lighter.active,
  .btn-gray-lighter:active,
  .btn-gray-lighter:hover,
  .open > .btn-gray-lighter.dropdown-toggle {
    color: #fff;
    background-color: #e1e1e1;
    border-color: #dbdbdb;
  }
  .btn-gray-lighter.active.focus,
  .btn-gray-lighter.active:focus,
  .btn-gray-lighter.active:hover,
  .btn-gray-lighter:active.focus,
  .btn-gray-lighter:active:focus,
  .btn-gray-lighter:active:hover,
  .open > .btn-gray-lighter.dropdown-toggle.focus,
  .open > .btn-gray-lighter.dropdown-toggle:focus,
  .open > .btn-gray-lighter.dropdown-toggle:hover {
    color: #fff;
    background-color: #cfcfcf;
    border-color: #bababa;
  }
  .btn-gray-lighter.active,
  .btn-gray-lighter:active,
  .open > .btn-gray-lighter.dropdown-toggle {
    background-image: none;
  }
  .btn-gray-lighter.disabled.focus,
  .btn-gray-lighter.disabled:focus,
  .btn-gray-lighter.disabled:hover,
  .btn-gray-lighter[disabled].focus,
  .btn-gray-lighter[disabled]:focus,
  .btn-gray-lighter[disabled]:hover,
  fieldset[disabled] .btn-gray-lighter.focus,
  fieldset[disabled] .btn-gray-lighter:focus,
  fieldset[disabled] .btn-gray-lighter:hover {
    background-color: #fafafa;
    border-color: #fafafa;
  }
  .btn-gray-lighter .badge {
    color: #fafafa;
    background-color: #fff;
  }
  .btn-gray-lighter-search {
    color: #666;
    background-color: #fafafa;
    border-color: #d8d8d8;
    font-weight: inherit;
  }
  .btn-gray-lighter-search.focus,
  .btn-gray-lighter-search:focus {
    color: #666;
    background-color: #e1e1e1;
    border-color: #989898;
  }
  .btn-gray-lighter-search.active,
  .btn-gray-lighter-search:active,
  .btn-gray-lighter-search:hover,
  .open > .btn-gray-lighter-search.dropdown-toggle {
    color: #666;
    background-color: #e1e1e1;
    border-color: #b9b9b9;
  }
  .btn-gray-lighter-search.active.focus,
  .btn-gray-lighter-search.active:focus,
  .btn-gray-lighter-search.active:hover,
  .btn-gray-lighter-search:active.focus,
  .btn-gray-lighter-search:active:focus,
  .btn-gray-lighter-search:active:hover,
  .open > .btn-gray-lighter-search.dropdown-toggle.focus,
  .open > .btn-gray-lighter-search.dropdown-toggle:focus,
  .open > .btn-gray-lighter-search.dropdown-toggle:hover {
    color: #666;
    background-color: #cfcfcf;
    border-color: #989898;
  }
  .btn-gray-lighter-search.active,
  .btn-gray-lighter-search:active,
  .open > .btn-gray-lighter-search.dropdown-toggle {
    background-image: none;
  }
  .btn-gray-lighter-search.disabled.focus,
  .btn-gray-lighter-search.disabled:focus,
  .btn-gray-lighter-search.disabled:hover,
  .btn-gray-lighter-search[disabled].focus,
  .btn-gray-lighter-search[disabled]:focus,
  .btn-gray-lighter-search[disabled]:hover,
  fieldset[disabled] .btn-gray-lighter-search.focus,
  fieldset[disabled] .btn-gray-lighter-search:focus,
  fieldset[disabled] .btn-gray-lighter-search:hover {
    background-color: #fafafa;
    border-color: #d8d8d8;
  }
  .btn-gray-lighter-search .badge {
    color: #fafafa;
    background-color: #666;
  }
  .btn-stylezed {
    border: solid #191919;
    border-width: 5px 0 1px;
    padding: 10px 0;
  }
  .btn-stylezed,
  .btn-stylezed:focus,
  .btn-stylezed:hover {
    color: #191919;
  }
  .btn-stylezed:focus,
  .btn-stylezed:hover {
    color: #000;
    border-color: #000;
    text-decoration: none;
  }
  .search-simple {
    display: -ms-flexbox;
    display: flex;
  }
  button#btn-search-simple {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .search-options {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .search-options-simple {
    width: 150px;
  }
  .search-options > li {
    float: left;
    list-style-type: none;
    position: relative;
    width: 100%;
  }
  #search-show {
    display: none;
    width: 0;
  }
  #search-show:not(:checked) ~ * input.txt-search,
  #search-show:not(:checked) ~ input.txt-search {
    display: none;
  }
  header input.txt-search {
    width: 250px;
  }
  .flex__one {
    -ms-flex: 1;
    flex: 1;
  }
  .autocomplete {
    position: relative;
    z-index: 10;
  }
  .autocomplete-items {
    width: 100%;
    position: absolute;
    border: 1px solid hsla(0, 0%, 85%, 0.5);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
    z-index: 99;
    top: 100%;
    left: 0;
  }
  .autocomplete-items div {
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
    background-color: #fafafa;
    border-bottom: 1px solid hsla(0, 0%, 85%, 0.5);
  }
  .autocomplete-items div:hover {
    background-color: #d8d8d8;
  }
  .autocomplete-active {
    background-color: #4c7eb0 !important;
    color: #fafafa;
  }
  .showcase {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
  }
  .showcase-header {
    background-color: #f3f3f3;
  }
  .showcase-description {
    height: 34.55px;
    font-size: 15px;
    overflow: hidden;
  }
  .showcase-horizontal {
    display: table;
    width: 100%;
  }
  .showcase-horizontal .showcase-item {
    display: table-cell;
    width: 25%;
  }
  .showcase-horizontal .showcase-item:nth-of-type(n + 5),
  .showcase-vertical .showcase-item:nth-of-type(n + 3) {
    display: none;
  }
  .showcase .small {
    font-size: 12px;
  }
  .sponcered-box {
    position: relative;
    padding-top: 50px;
    padding-bottom: 47px;
    display: -ms-flexbox;
    display: flex;
  }
  .sponcered-box-image {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: block;
    left: 0;
    width: 100%;
    height: 270px;
  }
  .sponcered-logo {
    background-color: #fff;
    padding: 10px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    max-width: 177px;
    width: 100%;
    min-width: 80px;
    max-height: 177px;
    height: 100%;
    min-height: 80px;
  }
  .sponcered-logo img {
    width: 100%;
    height: auto;
    max-width: 200px;
  }
  .sponcered-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sponcered-info-subtitle {
    font-weight: 300;
  }
  .sponcered-share {
    display: -ms-flexbox;
    display: flex;
  }
  .sponcered-share h5 {
    font-size: 10px;
    text-transform: uppercase;
    text-align: left;
    max-width: 72px;
    margin-right: 14px;
    margin-bottom: 0;
  }
  .sponcered-share a {
    display: contents;
  }
  .sponcered-share a:last-of-type i {
    margin-right: 0;
  }
  .sponcered-share a i {
    width: 35px;
    height: 35px;
    margin-right: 8px;
  }
  .sponcered-text-help {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    min-height: 35px;
    width: 300px;
    display: none;
    border-radius: 4px;
    z-index: 1;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.48;
    cursor: pointer;
  }
  .sponcered-title-content {
    border-right: 1px solid #ccc;
  }
  .sponcered-title-content h3 {
    font-size: 30px;
    line-height: normal;
    font-weight: 400;
  }
  .sponcered-title-content h3 strong {
    font-weight: 400;
  }
  .sponcered-title-content h4 {
    font-size: 20px;
    line-height: 1.2;
  }
  .sponcered-title-content-borderless {
    border-right: none;
  }
  .login-signature h5 {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: 700;
    color: #191919;
    border-bottom: 5px solid #4c759c;
    display: inline-block;
    margin: 0 0 20px;
  }
  .login-signature-no-subscriber,
  .login-signature-subscriber {
    padding: 10px 20px;
  }
  .login-signature-no-subscriber p,
  .login-signature-subscriber p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #666;
  }
  .login-signature-subscriber form {
    padding: 0 40px;
  }
  .login-signature-subscriber form .form-group {
    margin-bottom: 20px;
  }
  .login-signature-subscriber form input {
    height: 48px;
    border-radius: 3px;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.12);
    font-size: 16px;
    font-weight: 400;
    color: #000;
  }
  .login-signature-subscriber form input:focus {
    border-color: none;
    box-shadow: none;
  }
  .login-signature-subscriber form a {
    font-size: 14px;
    color: #4c759c;
    font-weight: 700;
  }
  .login-signature-subscriber form .btn-login {
    width: 100%;
    position: relative;
    height: 44px;
    border-radius: 3px;
    background-color: #4c759c;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: none;
    margin-bottom: 15px;
  }
  .login-signature-subscriber form .btn-login:disabled {
    background-color: #9a9a9a;
  }
  .login-signature-subscriber form .btn-show-password {
    float: right;
    padding-right: 10px;
    margin-top: -48px;
    background: transparent;
    border: none;
    height: 48px;
    box-shadow: none !important;
    outline: none !important;
    padding-top: 8px;
  }
  .login-signature-subscriber form .invalid input {
    border-color: #9c1f1f;
    color: #9c1f1f;
  }
  .login-signature-subscriber form .invalid p {
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    color: #9c1f1f;
  }
  .login-signature-subscriber form#forgotPassForm,
  .login-signature-subscriber form#loginSignupForm {
    display: none;
  }
  .login-signature-no-subscriber {
    border-left: 1px solid #d8d8d8;
  }
  .login-signature-no-subscriber p {
    color: #191919;
  }
  .login-signature-no-subscriber img {
    margin: 15px 0 25px;
  }
  .login-signature-no-subscriber .btn-cta-white {
    width: 329px;
    height: 44px;
    background: #fff;
    border: 2px solid #ef6c00;
    border-radius: 3px;
    color: #ef6c00;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
  }
  .login-signature .modal-dialog {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    margin: auto;
    left: 0;
    right: 0;
    width: 955px;
    height: 740px;
    border-radius: 4px;
    background-color: #fff;
  }
  .login-signature .modal-dialog .modal-content {
    border: none;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .login-signature .modal-dialog .modal-content .modal-body {
    position: absolute;
    left: 0;
    right: 0;
    overflow-y: auto;
    padding: 40px 20px;
  }
  .login-signature .modal-dialog .modal-content .modal-body .close {
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
  }
  .login-signature .modal-dialog .modal-content .modal-body .btn-google-plus {
    width: 328px;
    height: 56px;
    border-radius: 3px;
    background: #dd4b39;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: none;
    margin: 15px 0 0;
  }
  .login-signature .modal-dialog .modal-content .modal-body .btn-google-plus i {
    vertical-align: bottom;
    margin-right: 5px;
  }
  .login-signature .modal-dialog hr {
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    margin: 25px 0;
  }
  .login-signature-call-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #4c759c;
    text-align: center;
    z-index: 10;
  }
  .login-signature-call-bottom p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 9px;
  }
  .login-signature-call-bottom p a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  div.g-recaptcha > div {
    margin: auto;
  }
  .news-blocked {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), #fff);
  }
  .news-blocked-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 709px;
    padding: 20px 75px;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
    border-top: 5px solid #4c7eb0;
  }
  .news-blocked-content-title {
    font-size: 24px;
    font-weight: 700;
    color: 0;
    margin: 8px 0 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-blocked-content-title i {
    margin-right: 5px;
  }
  .news-blocked-content-title.big {
    font-size: 30px;
  }
  .news-blocked-content-subtitle {
    font-size: 18px;
    color: #212121;
    margin-bottom: 30px;
    font-weight: 500;
  }
  .news-blocked-content-subtitle-second {
    width: 559px;
    font-size: 25px;
  }
  .news-blocked-content-subtitle-second.login-wall {
    font-size: 25px;
    margin: 29px auto 17px;
  }
  .news-blocked-content-subtitle-second-hight {
    font-size: 30px;
  }
  .news-blocked-content-price {
    margin-bottom: 30px;
  }
  .news-blocked-content-price.m-top {
    margin-top: 21px;
  }
  .news-blocked-content-price.paywall {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-blocked-content-price .text-left {
    text-align: left;
  }
  .news-blocked-content-price img {
    max-width: 100%;
  }
  .news-blocked-content-price img.to-right {
    float: right;
    margin-right: 14px;
  }
  .news-blocked-content-price h4 {
    font-size: 20px;
    font-weight: 700;
    color: #191919;
    margin: 0 0 3px;
  }
  .news-blocked-content-price p {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-weight: 700;
  }
  .news-blocked-content-price p.blue {
    color: #4c759c;
    font-weight: 500;
    font-size: 12px;
  }
  .news-blocked-content-price p.txt-price {
    font-size: 48px;
    font-weight: 700;
    height: 60px;
  }
  .news-blocked-content-price.login-wall {
    width: 465px;
    margin: 25px auto 16px;
  }
  .news-blocked-content-price.login-wall img {
    width: 160px;
    float: right;
    margin-right: 8px;
  }
  .news-blocked-content-price.login-wall h4 {
    font-size: 20px !important;
    text-align: left !important;
  }
  .news-blocked-content-price.login-wall p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.83;
    text-align: left !important;
  }
  .news-blocked-content-price.login-wall p.blue {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
  }
  .news-blocked-content-price.login-wall p.txt-price {
    font-size: 26px;
    line-height: 1.42;
    height: 30px;
    font-weight: 700;
  }
  .news-blocked-content-cta {
    background: #ef6c00;
    color: #fff;
    width: 329px;
    height: 55px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 3px;
  }
  .news-blocked-content-cta.login-wall {
    width: 205px;
    height: 38px;
    font-size: 12px;
  }
  .news-blocked-content-google-btn {
    display: none;
    background: transparent;
    border: 1px solid #ababab;
    font-size: 14px;
    padding: 12px 7px;
    width: 100%;
    height: auto;
    border-radius: 3px;
  }
  .news-blocked-content-footer {
    margin-top: 30px;
  }
  .news-blocked-content-footer p {
    font-size: 14px;
    color: #191919;
    margin-bottom: 12px;
  }
  .news-blocked-content-footer button {
    outline: none;
    background: none;
    border: none;
    font-size: 14px;
    color: #4c759c;
    text-transform: uppercase;
    font-weight: 700;
  }
  .news-blocked-content-login {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 17px auto 50px;
  }
  .news-blocked-content-login p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.56;
    color: #212121;
    margin: 0;
  }
  .news-blocked-content-login button {
    height: 32px;
    background-color: #fff;
    border: 1px solid #4c7eb0;
    color: #4c7eb0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
    margin: 0 13px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 28px;
    transition: 0.3s;
  }
  .news-blocked-content-login button:hover {
    cursor: pointer;
    background-color: #4c7eb0;
    color: #fff;
  }
  .news-blocked-content-access {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news-blocked-content-access hr {
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    height: 1px;
    margin: 0;
    background-color: #adadad;
  }
  .news-blocked-content-access p {
    font-size: 16px;
    line-height: 1.56;
    color: #adadad;
    margin: 0 10px;
  }
  .news-blocked-watch {
    padding: 10px 8px;
    width: 100%;
    background-color: #4c7eb0;
    margin: 20px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news-blocked-watch a,
  .news-blocked-watch p {
    font-size: 12px;
    color: #fff;
    margin: 0;
  }
  .news-blocked-watch p {
    padding-right: 11px;
  }
  .news-blocked-watch a {
    border-left: 1px solid #2e5f90;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-blocked-watch a i {
    display: inline-block;
    margin-left: 10px;
  }
  .txt-login-wall {
    color: #ef6c00;
  }
  .news-blocked-no-scroll #esquerda_8_12_1 {
    padding-left: 0;
  }
  .news-blocked-no-scroll [class*="push-negative"] {
    margin-left: 0 !important;
  }
  body[class=""] div#rs_read_this2,
  html.loginwall[class*="login-active"] div#rs_read_this2,
  html.paywall[class*="login-"]:not(.login-active) div#rs_read_this2 {
    height: inherit !important;
  }
  body[class=""] div#rs_read_this2:before,
  html[class*="loginwall login-active"] div#rs_read_this2:before,
  html[class*="paywall login-"]:not(.login-active) div#rs_read_this2:before {
    content: none;
  }
  body[class*="news-blocked-no-scroll"] div#rs_read_this2:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #fff;
    background: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0) 66%,
      hsla(0, 0%, 100%, 0.882791) 100%,
      #fff 0
    );
    bottom: 0;
    height: 338px;
    z-index: 10;
  }
  .news-blocked-no-scroll #esquerda_8_12_1 article div[itemprop="articleBody"] {
    position: relative;
    overflow: hidden;
  }
  .news-blocked-no-scroll {
    overflow: inherit;
    position: inherit;
    width: inherit;
  }
  .news-blocked {
    display: none;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0) 0,
      hsla(0, 0%, 100%, 0) 50%,
      hsla(0, 0%, 100%, 0.5) 60%,
      hsla(0, 0%, 100%, 0.8),
      #fff
    );
    z-index: inherit;
    top: 0;
  }
  .news-blocked .news-blocked-content {
    position: relative;
    max-width: 98%;
    margin-bottom: 10px;
  }
  .news-blocked {
    position: relative;
  }
  .news-article-content {
    max-width: 740px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .swg-button-dark.da-btn-swg {
    height: 61px;
    width: 366px;
    font-family: Product Sans;
  }
  .swg-button-dark.da-btn-swg:after {
    max-width: none;
    padding: 8.8px;
    font-family: Product Sans;
  }
  .paywall .show-paywall {
    display: block !important;
  }
  .paywall .show-paywall-inline {
    display: inline-block !important;
  }
  .paywall .hidden-paywall {
    display: none;
  }
  .paywall .show-wall {
    display: block !important;
  }
  .paywall .show-wall-inline {
    display: inline-block !important;
  }
  .paywall .hidden-wall {
    display: none;
  }
  .paywall .center-wall {
    text-align: center;
  }
  .paywall.login-active .show-paywall-login-active {
    display: block !important;
  }
  .paywall.login-active .show-paywall-login-active-inline {
    display: inline-block !important;
  }
  .paywall.login-active .hidden-paywall-login-active {
    display: none !important;
  }
  .loginwall .show-loginwall {
    display: block !important;
  }
  .loginwall .show-loginwall-inline {
    display: inline-block !important;
  }
  .loginwall .hidden-loginwall {
    display: none;
  }
  .loginwall .show-wall {
    display: block !important;
  }
  .loginwall .show-wall-inline {
    display: inline-block !important;
  }
  .loginwall .hidden-wall {
    display: none;
  }
  .loginwall .center-wall {
    text-align: center;
  }
  .loginwall.login-active .show-loginwall-login-active {
    display: block !important;
  }
  .loginwall.login-active .show-loginwall-login-active-inline {
    display: inline-block !important;
  }
  .loginwall.login-active .hidden-loginwall-login-active {
    display: none !important;
  }
  .login-inactive .show {
    display: block !important;
  }
  .login-inactive .show-inline {
    display: inline-block !important;
  }
  .login-inactive .hidden {
    display: none !important;
  }
  .hidden-no-important {
    display: none;
  }
  .lds-ring {
    position: absolute;
    width: 41px;
    height: 41px;
    top: 4px;
    right: 0;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    margin: 4px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ddd transparent transparent;
  }
  .lds-ring div:first-child {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(1turn);
    }
  }
  .comments {
    position: relative;
  }
  .comments .lds-ring {
    margin-left: -20px;
    margin-top: 20px;
    left: 50%;
  }
  .comments .comment__container {
    display: -ms-flexbox;
    display: flex;
  }
  .comments .comment__container:hover .comment__header .comment__btn-del,
  .comments .comment__container:hover .comment__header .comment__btn-expand,
  .comments .comment__container:hover .comment__header .comment__btn-pipe {
    opacity: 1;
  }
  .comments .comment__post {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    max-width: 100%;
  }
  .comments__content > .comment {
    border-top: 1px solid #e1e1e1;
  }
  .comments__content > .comment > .children {
    padding-left: 50px;
  }
  .comments .flexible {
    display: -ms-flexbox;
    display: flex;
  }
  .comments__signing--hidden {
    display: none;
  }
  .comments__register {
    padding-bottom: 9px;
    position: relative;
    background-color: #fff;
  }
  .comments__register header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .comments__register header button {
    border: none;
    background-color: transparent;
    outline: none;
  }
  .comments__register header button span {
    height: 3px;
    width: 3px;
    display: block;
    border-radius: 100%;
    background-color: #9f9f9f;
    margin: 2px 0;
  }
  .comments__dialog {
    position: absolute;
    background-color: #fff;
    border-radius: 8px 5px 8px 8px;
    padding: 5px 10px;
    right: 0;
    top: 22px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #d8d8d8;
    z-index: 5;
    visibility: hidden;
    opacity: 1;
    transform: translateY(4em);
    transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s,
      z-index 0s linear 0.01s;
  }
  .comments__dialog.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(2em);
    transition-delay: 0s, 0s, 0.2s;
  }
  .comments__dialog:after,
  .comments__dialog:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .comments__dialog:before {
    border-color: rgba(237, 125, 0, 0);
    border-bottom-color: #d8d8d8;
    right: 0;
    border-width: 8px;
    margin-left: -10px;
  }
  .comments__dialog:after {
    border-color: hsla(0, 0%, 100%, 0);
    border-bottom-color: #fff;
    right: 2px;
    border-width: 6px;
    margin-left: -8px;
  }
  .comments__dialog ul {
    list-style: none;
    margin: 0;
    padding-left: 10px;
  }
  .comments__dialog ul li a {
    text-decoration: none;
    font-size: 15px;
  }
  .comments__publish {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .comments__count {
    font-weight: 700;
    font-size: 16px;
  }
  .comments__add {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: auto;
    flex: auto;
  }
  .comments__add--logged {
    width: 100%;
  }
  .comments__add--content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
  }
  .comments__add--footer {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 8px;
    -ms-flex-align: center;
    display: none;
    align-items: center;
    width: 100%;
  }
  .logged .comments__add--footer {
    display: -ms-flexbox;
    display: flex;
  }
  .comments__add--footer p {
    margin: 0 20px 0 10px;
    font-size: 12px;
    color: #aaacaf;
    text-transform: uppercase;
  }
  .comments__add--footer button {
    font-size: 12px;
    text-align: center;
    border: none;
    background-color: #4c759c;
    color: #fff;
    border-radius: 2px;
    font-weight: 500;
    width: 129px;
    outline: none;
    padding: 6px 10px;
  }
  .comments__add textarea {
    -ms-flex: auto;
    flex: auto;
    border: 1px solid #e3e4e8;
    border-radius: 5px;
    padding: 10px;
    margin: 0;
    font-size: 15px;
    outline: none;
    resize: none;
    overflow: hidden;
    transition: 0.2s linear;
  }
  .comments__add textarea.expand {
    height: 80px;
  }
  .comments__add textarea.edit {
    min-height: 100px;
    overflow-y: scroll;
  }
  .comments__add textarea.edit::-webkit-scrollbar {
    display: none;
  }
  .comments__avatar,
  .comments__image {
    background-color: #e2e2e2;
    height: 40px;
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
  }
  .children .comments__avatar,
  .children .comments__image {
    height: 35px;
    width: 35px;
    min-width: 35px;
    -ms-flex-preferred-size: 35px;
    flex-basis: 35px;
  }
  .comments__image img {
    width: 100%;
    height: auto;
  }
  .comments__login {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
  }
  .logged .comments__login {
    display: none;
  }
  .comments__login p {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #9b9b9b;
  }
  .comments__login a {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
  }
  .comments__social {
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comments__social p {
    margin: 0 8px;
  }
  .comments__social a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .comments__social a:hover {
    text-decoration: none;
  }
  .comments__media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .comments__media i {
    display: block;
  }
  .comment {
    padding: 19px 0;
  }
  .children .comment {
    padding-bottom: 0;
  }
  .comment.collapsed .children,
  .comment.collapsed .comment-content,
  .comment.collapsed .comment__footer {
    display: none;
  }
  .comment--main .comment__footer li:after {
    display: none !important;
  }
  .comment--main .comment__footer li a:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
  }
  .comment--main .comment__footer li a.active {
    color: #4c759c;
  }
  .comment__box-response {
    margin-left: 0;
    position: relative;
    padding: 15px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
  }
  .comment__box-response.active,
  .comment__header {
    display: -ms-flexbox;
    display: flex;
  }
  .comment__header {
    -ms-flex-align: center;
    align-items: center;
  }
  .comment__perfil {
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
  }
  .comment__perfil small {
    margin-right: 5px;
  }
  .comment__perfil a {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
  }
  .comment__perfil a:hover {
    text-decoration: none;
  }
  .comment__perfil small {
    color: #9197a3;
    font-size: 12px;
    display: block;
    text-align: left;
    margin-left: 5px;
    margin-top: 2px;
  }
  .comment__btn-del,
  .comment__btn-expand,
  .comment__btn-pipe {
    opacity: 0;
    transition: 0.1s linear;
  }
  .comment__btn-expand {
    margin-left: auto;
    background-color: transparent;
    border: none;
    position: relative;
    outline: none;
    height: 30px;
    padding: 0 12px;
  }
  .comment__btn-expand.expand {
    opacity: 1;
  }
  .comment__btn-expand.expand span:first-child {
    transform: rotate(90deg);
  }
  .comment__btn-expand.retract span:first-child {
    transform: rotate(1turn);
  }
  .comment__btn-expand span {
    height: 1.2px;
    width: 12px;
    background-color: #9f9f9f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .comment__btn-expand span:first-child {
    transform: rotate(1turn);
  }
  .comment__btn-more,
  .comment__btn-new {
    font-size: 13px;
    text-align: center;
    border: none;
    background-color: #4c759c;
    padding: 10px 16px;
    color: #fff;
    border-radius: 2px;
    font-weight: 500;
    width: 100%;
    outline: none;
  }
  .comment .event-comment {
    -ms-flex-align: center;
    align-items: center;
  }
  .comment .event-comment a {
    color: #9197a3;
    text-decoration: none;
  }
  .comment .event-comment a i {
    width: 13px;
    height: 13px;
  }
  .comment__text {
    margin-bottom: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-align: left;
    line-height: 21px;
    font-family: inherit;
    word-break: break-word;
  }
  .comment__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .comment__footer li {
    list-style: none;
    margin-top: 8px;
    padding: 0 10px;
    position: relative;
  }
  .comment__footer li:not(:last-child):after {
    content: "";
    height: 3px;
    width: 3px;
    display: inline-block;
    background-color: #9197a3;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .comment__footer li:first-child {
    padding-left: 0;
  }
  .comment__footer li a {
    color: #9197a3;
    font-weight: 500;
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    text-decoration: none;
  }
  .comment__footer li a.active {
    color: #4c759c;
  }
  .comment__footer li a i {
    margin-right: 5px;
  }
  .comment__footer li a span {
    margin-left: 2px;
  }
  .comment__footer li a:hover {
    text-decoration: none;
  }
  .comment__footer li.share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .comment__footer li.share a {
    margin-right: 5px;
  }
  .comment__footer li.share:hover > ul.share-social {
    display: -ms-flexbox;
    display: flex;
  }
  .comment__footer ul.share-social {
    display: none;
    transition: all 0.5s;
    height: auto;
    padding: 0;
  }
  .comment__footer ul.share-social li {
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  .comment__footer ul.share-social li a:first-child {
    margin-right: 3px;
  }
  .comment__footer ul.share-social li a:before {
    content: none;
  }
  .comment__footer ul.share-social li a i {
    width: 18px;
    height: 20px;
    margin: 0;
    opacity: 0.5;
  }
  .comment__footer ul.share-social li a i:hover {
    opacity: 1;
  }
  .comments .whatsapp {
    display: none;
  }
  .clicked textarea {
    cursor: pointer;
  }
  .comment-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
  }
  .comment-content .hidde-text {
    position: absolute;
    text-align: right;
    width: 300px;
    right: 0;
    bottom: -4px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1), #fff);
  }
  .comment-content .hidde-text__content {
    background-color: #fff;
    width: 72px;
    margin-left: auto;
  }
  .comment-content .hidde-text__content span {
    margin-right: 5px;
  }
  .newsllater {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #666;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .newsllater .form-control {
    width: auto;
    margin-right: 5px;
  }
  .newsllater span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #666;
  }
  .reply-icon {
    display: none;
  }
  .see-more-comment {
    width: 300px;
    height: 50px;
  }
  #esquerda_8_12_1 {
    padding-right: 67px;
    box-sizing: content-box;
  }
  #direita_4_12_1 {
    padding-left: 67px;
    border-left: 1px solid #ccc;
    box-sizing: content-box;
  }
  html {
    transition: margin-top 0.15s ease-out;
  }
  .smartbanner-show {
    margin-top: 80px;
  }
  .smartbanner-show .smartbanner {
    top: 0;
    opacity: 1;
  }
  .smartbanner-show .gallery__nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .smartbanner-show .news-blocked-no-scroll {
    position: absolute;
    top: 80px;
  }
  .smartbanner-show .news-blocked-no-scroll .news-blocked {
    top: 0;
  }
  .smartbanner-show .news-blocked-no-scroll .smartbanner {
    top: -80px;
  }
  .smartbanner {
    position: absolute;
    left: 0;
    top: -80px;
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    z-index: 1031;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none;
    opacity: 0;
    transition: opacity 0.15s ease-out, top 0.15s ease-out;
  }
  .smartbanner-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    white-space: nowrap;
  }
  .smartbanner-close {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-family: ArialRoundedMTBold, Arial;
    font-size: 35px;
    text-align: center;
    text-decoration: none;
    border: 0;
    border-radius: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .smartbanner-close:active,
  .smartbanner-close:hover {
    color: #aaa;
  }
  .smartbanner-icon {
    height: 59px;
    width: 59px;
    margin-right: 12px;
    background-size: cover;
    border-radius: 12px;
  }
  .smartbanner-icon,
  .smartbanner-info {
    display: inline-block;
    vertical-align: middle;
  }
  .smartbanner-info {
    width: 44%;
    line-height: 1.2em;
  }
  .smartbanner-title {
    line-height: 18px;
  }
  .smartbanner-button {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
  }
  .smartbanner-button:active,
  .smartbanner-button:hover {
    color: #aaa;
  }
  .smartbanner-ios {
    background: #4c759c;
    box-shadow: 0 1px 2px hsla(0, 0%, 100%, 0.5);
    line-height: 80px;
  }
  .smartbanner-ios .smartbanner-close {
    border: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
  }
  .smartbanner-ios .smartbanner-close:active,
  .smartbanner-ios .smartbanner-close:hover {
    text-decoration: none;
  }
  .smartbanner-ios .smartbanner-icon {
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
  }
  .smartbanner-ios .smartbanner-icon:before {
    border-radius: 10px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .smartbanner-ios .smartbanner-info {
    color: #fff;
    font-size: 11px;
  }
  .smartbanner-ios .smartbanner-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
  .smartbanner-ios .smartbanner-button {
    padding: 0 10px;
    min-width: 10%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
  }
  .smartbanner-ios .smartbanner-button:active,
  .smartbanner-ios .smartbanner-button:hover {
    text-decoration: none;
  }
  .smartbanner-ios .smartbanner-button:after {
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
  }
  .clubea-dialog {
    width: 95% !important;
    height: 100vh;
  }
  .clubea-dialog .cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .clubea-dialog .cards .el-card {
    margin-right: 20px;
  }
  .clubea-dialog .card-content {
    width: 229px;
    margin: auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: 3px solid #005071;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 0;
  }
  .clubea-dialog .card-content__icon {
    max-height: 364px;
    max-width: 290px;
    overflow: hidden;
    border-radius: 10px;
  }
  .clubea-dialog .card-content__data {
    margin-top: auto;
    padding: 0 10px;
  }
  .clubea-dialog .card-content__data-item {
    margin-bottom: 5px;
  }
  .clubea-dialog .card-content__data-label {
    margin-bottom: 7px;
    font-family: Merriweather, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.21;
    color: #6d6d6d;
  }
  .clubea-dialog .card-content__data-name {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-stretch: condensed;
    color: #005071;
  }
  .clubea-dialog .tns-liveregion {
    display: none;
  }
  .clubea-dialog .tns-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .clubea-dialog .tns-nav button {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #005071;
    margin-right: 10px;
  }
  .clubea-dialog .tns-nav button.tns-nav-active {
    background-color: #005071;
  }
  .menu-list {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-list__item {
    position: relative;
    text-transform: uppercase;
    margin-right: 20px;
  }
  .menu-list__link {
    color: #55779a !important;
  }
  .menu-list__link,
  .menu-list__link:hover {
    text-decoration: none !important;
  }
  .menu-list__link i.sprite-arrow-light {
    margin-left: 10px;
    transform: rotate(270deg);
  }
  .menu-list__submenu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999;
    top: 30px;
    transform: translateY(2em);
    transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s,
      z-index 0s linear 0.01s;
  }
  .menu-list__submenu__box {
    display: -ms-flexbox;
    display: flex;
  }
  .menu-list__submenu__box--simple {
    -ms-flex: auto;
    flex: auto;
    min-width: 215px;
    padding: 0 16px 12px;
  }
  .menu-list__submenu .submenu-nav {
    width: 265px;
    list-style: none;
    padding: 5px 15px;
  }
  .menu-list__submenu .submenu-item {
    margin-top: 16px;
  }
  .menu-list__submenu .submenu-item__link {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.13;
    text-decoration: none;
  }
  .menu-list__item[class*="has-submenu"][class*="categoria"]:hover
    .menu-list__submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s, 0s, 0.2s;
    display: block;
    border-top: 3px solid #1c78bb;
  }
  .container-banner {
    position: fixed;
    bottom: 0;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 7px;
    padding-bottom: 7px;
    z-index: 1049;
    background-color: #ffba00;
    transition: bottom 0.2s;
  }
  .container-banner,
  .container-banner__row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container-banner__row {
    -ms-flex-align: center;
    align-items: center;
  }
  .container-banner__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 7.3333%;
  }
  .container-banner__img {
    margin-bottom: 2px;
    margin-right: 6px;
  }
  .container-banner__text {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-stretch: condensed;
    color: #131515;
  }
  .container-banner__offer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 4.3333%;
  }
  .container-banner__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 10px;
  }
  .container-banner__value {
    margin: 0;
    font-family: Merriweather, sans-serif;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #000;
    margin-right: 5px;
  }
  .container-banner__desc {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-stretch: condensed;
    color: #000;
  }
  .container-banner__sub {
    width: 120px;
    height: 45px;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #4c759c;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
  }
  .container-banner__sub:hover {
    background-color: #345c81;
  }
  .fixed-btn-uai {
    display: none;
  }
  .resources__menu {
    -ms-flex: auto;
    flex: auto;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 40px;
    border-right: 1px solid #d8d8d8;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.48;
  }
  .resources__menu-item {
    padding-right: 24px;
  }
  .resources__user {
    display: none;
    padding-left: 8px;
    position: relative;
    vertical-align: middle;
    border-left: 1px solid #d8d8d8;
    margin-left: 10px;
  }
  .resources__user.active {
    display: inline-block;
  }
  .resources__user--toogle {
    position: absolute;
    display: block;
    z-index: 1;
    width: 41px;
    height: 41px;
    top: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .resources__user--toogle:checked ~ .resources__user--menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s, 0s, 0.2s;
  }
  .resources__user--avatar {
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    position: relative;
    border-radius: 50%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .resources__user--menu {
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 16px 12px;
    right: -5px;
    top: 55px;
    min-width: 321px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #d8d8d8;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transform: translateY(2em);
    transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s,
      z-index 0s linear 0.01s;
  }
  .resources__user--menu:after,
  .resources__user--menu:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .resources__user--menu:before {
    border-color: rgba(237, 125, 0, 0);
    border-bottom-color: #d8d8d8;
    right: 15px;
    border-width: 10px;
    margin-left: -10px;
  }
  .resources__user--menu:after {
    border-color: hsla(0, 0%, 100%, 0);
    border-bottom-color: #fff;
    right: 17px;
    border-width: 8px;
    margin-left: -8px;
  }
  .resources__user--menu .user-menu__nav {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .resources__user--menu .user-menu__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
  }
  .resources__user--menu .user-menu__header .resources__user--avatar {
    width: 56px;
    height: 56px;
    background-size: 100% 100%;
  }
  .resources__user--menu .user-menu__header--box {
    color: #666;
    margin-left: 8px;
    max-width: calc(100% - 56px);
  }
  .resources__user--menu .user-menu__header--name {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.48;
    font-weight: 700;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .resources__user--menu .user-menu__header--mail {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.48;
    font-weight: 700;
    display: block;
  }
  .resources__user--menu .user-menu__item {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 16px;
    padding-top: 25px;
  }
  .resources__user--menu .user-menu__item.logout {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 16px;
    float: right;
  }
  .resources__user--menu .user-menu__item.logout .user-menu__item--link {
    color: #1973b4;
  }
  .resources__user--menu .user-menu__item.logout .user-menu__item--link:hover {
    color: #d8d8d8;
  }
  .resources__user--menu .user-menu__item--link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-transform: none;
    color: #666;
  }
  .resources__user--menu .user-menu__item--link:hover {
    color: #1973b4;
  }
  .resources__user--menu .user-menu__item--link .bookmark-save {
    width: 20px;
    height: 20px;
    background: #1973b4;
    border-radius: 50%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.48;
    color: #fff;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .resources__user--menu .user-menu__item--text {
    -ms-flex: auto;
    flex: auto;
  }
  .header-fixed {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1030;
  }
  .header-section {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .header-logo-home {
    min-height: 85px;
  }
  .header-inscroll {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    transition: box-shadow 0.3s linear;
  }
  .header-inscroll .logo.hidden {
    display: inline-block !important;
  }
  .header-inscroll .hidden-content-inscroll li {
    display: none;
  }
  .header-title-scrolled {
    display: none !important;
  }
  .js-show-title-scrolled .header-title-scrolled {
    display: inline-block !important;
  }
  .header-share-scrolled,
  .js-show-title-scrolled .header-share-no-scrolled {
    display: none;
  }
  .header-border-underline {
    border-top: 5px solid #191919;
  }
  .header-border-step {
    border-top-width: 1px;
  }
  .header-border-step:before {
    content: "";
    display: block;
    width: 88px;
    border-top-width: 6px;
    border-top-style: solid;
    margin-top: -3px;
  }
  .footer-btn-toggle-mobile {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: inherit;
    margin: 0;
    padding: 0;
  }
  .nav-main {
    border: solid #d8d8d8;
    border-color: hsla(0, 0%, 85%, 0.5);
    border-width: 1px 0;
    width: 100%;
  }
  .nav-main .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .nav-main-especial-90-anos {
    border: solid #d8d8d8;
    border-color: hsla(0, 0%, 85%, 0.5);
    border-width: 1px 0;
    width: 100%;
  }
  .nav-main-especial-90-anos .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto 1fr auto auto;
    grid-template-columns: auto auto 1fr auto auto;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-main-especial-90-anos .container .box_partiner {
    justify-self: flex-end;
    margin-right: 47px;
  }
  .nav-main-especial-90-anos .container span.partiner__title {
    padding-right: 9px;
  }
  .nav-fix {
    background: #fff;
    width: 57px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24);
    position: fixed;
    left: -57px;
    top: 50%;
    transform: translatey(-50%);
    z-index: 99;
  }
  .nav-fix.active {
    left: 0;
    transition: all 0.3s linear;
  }
  .nav-specials {
    text-align: center;
  }
  .nav-specials li {
    padding-right: 0;
  }
  .p-relative {
    position: relative;
  }
  .article-box {
    line-height: 1.8;
    color: rgba(25, 25, 25, 0.7);
  }
  .article-box-capitalize p:first-of-type:first-letter {
    color: #191919;
    font-size: 100px;
    float: left;
    font-weight: 500;
    line-height: 80px;
    margin-right: 10px;
  }
  ._3,
  ._5 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .d-none {
    display: none !important;
  }
  .d-inline {
    display: inline !important;
  }
  .d-inline-block {
    display: inline-block !important;
  }
  .d-block {
    display: block !important;
  }
  .align-center,
  .d-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .align-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .align-center.between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .align-center.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .justify-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .align-left {
    text-align: left;
  }
  .align-right {
    text-align: right;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .ml-auto {
    margin-left: auto;
  }
  .m-0 {
    margin: 0;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mr-0 {
    margin-right: 0;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .ml-0 {
    margin-left: 0;
  }
  .m-1 {
    margin: 1px;
  }
  .mt-1 {
    margin-top: 1px;
  }
  .mr-1 {
    margin-right: 1px;
  }
  .mb-1 {
    margin-bottom: 1px;
  }
  .ml-1 {
    margin-left: 1px;
  }
  .m-2 {
    margin: 2px;
  }
  .mt-2 {
    margin-top: 2px;
  }
  .mr-2 {
    margin-right: 2px;
  }
  .mb-2 {
    margin-bottom: 2px;
  }
  .ml-2 {
    margin-left: 2px;
  }
  .m-3 {
    margin: 3px;
  }
  .mt-3 {
    margin-top: 3px;
  }
  .mr-3 {
    margin-right: 3px;
  }
  .mb-3 {
    margin-bottom: 3px;
  }
  .ml-3 {
    margin-left: 3px;
  }
  .m-4 {
    margin: 4px;
  }
  .mt-4 {
    margin-top: 4px;
  }
  .mr-4 {
    margin-right: 4px;
  }
  .mb-4 {
    margin-bottom: 4px;
  }
  .ml-4 {
    margin-left: 4px;
  }
  .m-5 {
    margin: 5px;
  }
  .mt-5 {
    margin-top: 5px;
  }
  .mr-5 {
    margin-right: 5px;
  }
  .mb-5 {
    margin-bottom: 5px;
  }
  .ml-5 {
    margin-left: 5px;
  }
  .m-6 {
    margin: 6px;
  }
  .mt-6 {
    margin-top: 6px;
  }
  .mr-6 {
    margin-right: 6px;
  }
  .mb-6 {
    margin-bottom: 6px;
  }
  .ml-6 {
    margin-left: 6px;
  }
  .m-7 {
    margin: 7px;
  }
  .mt-7 {
    margin-top: 7px;
  }
  .mr-7 {
    margin-right: 7px;
  }
  .mb-7 {
    margin-bottom: 7px;
  }
  .ml-7 {
    margin-left: 7px;
  }
  .m-8 {
    margin: 8px;
  }
  .mt-8 {
    margin-top: 8px;
  }
  .mr-8 {
    margin-right: 8px;
  }
  .mb-8 {
    margin-bottom: 8px;
  }
  .ml-8 {
    margin-left: 8px;
  }
  .m-9 {
    margin: 9px;
  }
  .mt-9 {
    margin-top: 9px;
  }
  .mr-9 {
    margin-right: 9px;
  }
  .mb-9 {
    margin-bottom: 9px;
  }
  .ml-9 {
    margin-left: 9px;
  }
  .m-10 {
    margin: 10px;
  }
  .mt-10 {
    margin-top: 10px;
  }
  .mr-10 {
    margin-right: 10px;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .ml-10 {
    margin-left: 10px;
  }
  .m-11 {
    margin: 11px;
  }
  .mt-11 {
    margin-top: 11px;
  }
  .mr-11 {
    margin-right: 11px;
  }
  .mb-11 {
    margin-bottom: 11px;
  }
  .ml-11 {
    margin-left: 11px;
  }
  .m-12 {
    margin: 12px;
  }
  .mt-12 {
    margin-top: 12px;
  }
  .mr-12 {
    margin-right: 12px;
  }
  .mb-12 {
    margin-bottom: 12px;
  }
  .ml-12 {
    margin-left: 12px;
  }
  .m-13 {
    margin: 13px;
  }
  .mt-13 {
    margin-top: 13px;
  }
  .mr-13 {
    margin-right: 13px;
  }
  .mb-13 {
    margin-bottom: 13px;
  }
  .ml-13 {
    margin-left: 13px;
  }
  .m-14 {
    margin: 14px;
  }
  .mt-14 {
    margin-top: 14px;
  }
  .mr-14 {
    margin-right: 14px;
  }
  .mb-14 {
    margin-bottom: 14px;
  }
  .ml-14 {
    margin-left: 14px;
  }
  .m-15 {
    margin: 15px;
  }
  .mt-15 {
    margin-top: 15px;
  }
  .mr-15 {
    margin-right: 15px;
  }
  .mb-15 {
    margin-bottom: 15px;
  }
  .ml-15 {
    margin-left: 15px;
  }
  .m-16 {
    margin: 16px;
  }
  .mt-16 {
    margin-top: 16px;
  }
  .mr-16 {
    margin-right: 16px;
  }
  .mb-16 {
    margin-bottom: 16px;
  }
  .ml-16 {
    margin-left: 16px;
  }
  .m-17 {
    margin: 17px;
  }
  .mt-17 {
    margin-top: 17px;
  }
  .mr-17 {
    margin-right: 17px;
  }
  .mb-17 {
    margin-bottom: 17px;
  }
  .ml-17 {
    margin-left: 17px;
  }
  .m-18 {
    margin: 18px;
  }
  .mt-18 {
    margin-top: 18px;
  }
  .mr-18 {
    margin-right: 18px;
  }
  .mb-18 {
    margin-bottom: 18px;
  }
  .ml-18 {
    margin-left: 18px;
  }
  .m-19 {
    margin: 19px;
  }
  .mt-19 {
    margin-top: 19px;
  }
  .mr-19 {
    margin-right: 19px;
  }
  .mb-19 {
    margin-bottom: 19px;
  }
  .ml-19 {
    margin-left: 19px;
  }
  .m-20 {
    margin: 20px;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .mr-20 {
    margin-right: 20px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .ml-20 {
    margin-left: 20px;
  }
  .m-21 {
    margin: 21px;
  }
  .mt-21 {
    margin-top: 21px;
  }
  .mr-21 {
    margin-right: 21px;
  }
  .mb-21 {
    margin-bottom: 21px;
  }
  .ml-21 {
    margin-left: 21px;
  }
  .m-22 {
    margin: 22px;
  }
  .mt-22 {
    margin-top: 22px;
  }
  .mr-22 {
    margin-right: 22px;
  }
  .mb-22 {
    margin-bottom: 22px;
  }
  .ml-22 {
    margin-left: 22px;
  }
  .m-23 {
    margin: 23px;
  }
  .mt-23 {
    margin-top: 23px;
  }
  .mr-23 {
    margin-right: 23px;
  }
  .mb-23 {
    margin-bottom: 23px;
  }
  .ml-23 {
    margin-left: 23px;
  }
  .m-24 {
    margin: 24px;
  }
  .mt-24 {
    margin-top: 24px;
  }
  .mr-24 {
    margin-right: 24px;
  }
  .mb-24 {
    margin-bottom: 24px;
  }
  .ml-24 {
    margin-left: 24px;
  }
  .m-25 {
    margin: 25px;
  }
  .mt-25 {
    margin-top: 25px;
  }
  .mr-25 {
    margin-right: 25px;
  }
  .mb-25 {
    margin-bottom: 25px;
  }
  .ml-25 {
    margin-left: 25px;
  }
  .m-26 {
    margin: 26px;
  }
  .mt-26 {
    margin-top: 26px;
  }
  .mr-26 {
    margin-right: 26px;
  }
  .mb-26 {
    margin-bottom: 26px;
  }
  .ml-26 {
    margin-left: 26px;
  }
  .m-27 {
    margin: 27px;
  }
  .mt-27 {
    margin-top: 27px;
  }
  .mr-27 {
    margin-right: 27px;
  }
  .mb-27 {
    margin-bottom: 27px;
  }
  .ml-27 {
    margin-left: 27px;
  }
  .m-28 {
    margin: 28px;
  }
  .mt-28 {
    margin-top: 28px;
  }
  .mr-28 {
    margin-right: 28px;
  }
  .mb-28 {
    margin-bottom: 28px;
  }
  .ml-28 {
    margin-left: 28px;
  }
  .m-29 {
    margin: 29px;
  }
  .mt-29 {
    margin-top: 29px;
  }
  .mr-29 {
    margin-right: 29px;
  }
  .mb-29 {
    margin-bottom: 29px;
  }
  .ml-29 {
    margin-left: 29px;
  }
  .m-30 {
    margin: 30px;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .mr-30 {
    margin-right: 30px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .ml-30 {
    margin-left: 30px;
  }
  .m-31 {
    margin: 31px;
  }
  .mt-31 {
    margin-top: 31px;
  }
  .mr-31 {
    margin-right: 31px;
  }
  .mb-31 {
    margin-bottom: 31px;
  }
  .ml-31 {
    margin-left: 31px;
  }
  .m-32 {
    margin: 32px;
  }
  .mt-32 {
    margin-top: 32px;
  }
  .mr-32 {
    margin-right: 32px;
  }
  .mb-32 {
    margin-bottom: 32px;
  }
  .ml-32 {
    margin-left: 32px;
  }
  .m-33 {
    margin: 33px;
  }
  .mt-33 {
    margin-top: 33px;
  }
  .mr-33 {
    margin-right: 33px;
  }
  .mb-33 {
    margin-bottom: 33px;
  }
  .ml-33 {
    margin-left: 33px;
  }
  .m-34 {
    margin: 34px;
  }
  .mt-34 {
    margin-top: 34px;
  }
  .mr-34 {
    margin-right: 34px;
  }
  .mb-34 {
    margin-bottom: 34px;
  }
  .ml-34 {
    margin-left: 34px;
  }
  .m-35 {
    margin: 35px;
  }
  .mt-35 {
    margin-top: 35px;
  }
  .mr-35 {
    margin-right: 35px;
  }
  .mb-35 {
    margin-bottom: 35px;
  }
  .ml-35 {
    margin-left: 35px;
  }
  .m-36 {
    margin: 36px;
  }
  .mt-36 {
    margin-top: 36px;
  }
  .mr-36 {
    margin-right: 36px;
  }
  .mb-36 {
    margin-bottom: 36px;
  }
  .ml-36 {
    margin-left: 36px;
  }
  .m-37 {
    margin: 37px;
  }
  .mt-37 {
    margin-top: 37px;
  }
  .mr-37 {
    margin-right: 37px;
  }
  .mb-37 {
    margin-bottom: 37px;
  }
  .ml-37 {
    margin-left: 37px;
  }
  .m-38 {
    margin: 38px;
  }
  .mt-38 {
    margin-top: 38px;
  }
  .mr-38 {
    margin-right: 38px;
  }
  .mb-38 {
    margin-bottom: 38px;
  }
  .ml-38 {
    margin-left: 38px;
  }
  .m-39 {
    margin: 39px;
  }
  .mt-39 {
    margin-top: 39px;
  }
  .mr-39 {
    margin-right: 39px;
  }
  .mb-39 {
    margin-bottom: 39px;
  }
  .ml-39 {
    margin-left: 39px;
  }
  .m-40 {
    margin: 40px;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .mr-40 {
    margin-right: 40px;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
  .ml-40 {
    margin-left: 40px;
  }
  .m-41 {
    margin: 41px;
  }
  .mt-41 {
    margin-top: 41px;
  }
  .mr-41 {
    margin-right: 41px;
  }
  .mb-41 {
    margin-bottom: 41px;
  }
  .ml-41 {
    margin-left: 41px;
  }
  .m-42 {
    margin: 42px;
  }
  .mt-42 {
    margin-top: 42px;
  }
  .mr-42 {
    margin-right: 42px;
  }
  .mb-42 {
    margin-bottom: 42px;
  }
  .ml-42 {
    margin-left: 42px;
  }
  .m-43 {
    margin: 43px;
  }
  .mt-43 {
    margin-top: 43px;
  }
  .mr-43 {
    margin-right: 43px;
  }
  .mb-43 {
    margin-bottom: 43px;
  }
  .ml-43 {
    margin-left: 43px;
  }
  .m-44 {
    margin: 44px;
  }
  .mt-44 {
    margin-top: 44px;
  }
  .mr-44 {
    margin-right: 44px;
  }
  .mb-44 {
    margin-bottom: 44px;
  }
  .ml-44 {
    margin-left: 44px;
  }
  .m-45 {
    margin: 45px;
  }
  .mt-45 {
    margin-top: 45px;
  }
  .mr-45 {
    margin-right: 45px;
  }
  .mb-45 {
    margin-bottom: 45px;
  }
  .ml-45 {
    margin-left: 45px;
  }
  .m-46 {
    margin: 46px;
  }
  .mt-46 {
    margin-top: 46px;
  }
  .mr-46 {
    margin-right: 46px;
  }
  .mb-46 {
    margin-bottom: 46px;
  }
  .ml-46 {
    margin-left: 46px;
  }
  .m-47 {
    margin: 47px;
  }
  .mt-47 {
    margin-top: 47px;
  }
  .mr-47 {
    margin-right: 47px;
  }
  .mb-47 {
    margin-bottom: 47px;
  }
  .ml-47 {
    margin-left: 47px;
  }
  .m-48 {
    margin: 48px;
  }
  .mt-48 {
    margin-top: 48px;
  }
  .mr-48 {
    margin-right: 48px;
  }
  .mb-48 {
    margin-bottom: 48px;
  }
  .ml-48 {
    margin-left: 48px;
  }
  .m-49 {
    margin: 49px;
  }
  .mt-49 {
    margin-top: 49px;
  }
  .mr-49 {
    margin-right: 49px;
  }
  .mb-49 {
    margin-bottom: 49px;
  }
  .ml-49 {
    margin-left: 49px;
  }
  .m-50 {
    margin: 50px;
  }
  .mt-50 {
    margin-top: 50px;
  }
  .mr-50 {
    margin-right: 50px;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
  .ml-50 {
    margin-left: 50px;
  }
  .m-51 {
    margin: 51px;
  }
  .mt-51 {
    margin-top: 51px;
  }
  .mr-51 {
    margin-right: 51px;
  }
  .mb-51 {
    margin-bottom: 51px;
  }
  .ml-51 {
    margin-left: 51px;
  }
  .m-52 {
    margin: 52px;
  }
  .mt-52 {
    margin-top: 52px;
  }
  .mr-52 {
    margin-right: 52px;
  }
  .mb-52 {
    margin-bottom: 52px;
  }
  .ml-52 {
    margin-left: 52px;
  }
  .m-53 {
    margin: 53px;
  }
  .mt-53 {
    margin-top: 53px;
  }
  .mr-53 {
    margin-right: 53px;
  }
  .mb-53 {
    margin-bottom: 53px;
  }
  .ml-53 {
    margin-left: 53px;
  }
  .m-54 {
    margin: 54px;
  }
  .mt-54 {
    margin-top: 54px;
  }
  .mr-54 {
    margin-right: 54px;
  }
  .mb-54 {
    margin-bottom: 54px;
  }
  .ml-54 {
    margin-left: 54px;
  }
  .m-55 {
    margin: 55px;
  }
  .mt-55 {
    margin-top: 55px;
  }
  .mr-55 {
    margin-right: 55px;
  }
  .mb-55 {
    margin-bottom: 55px;
  }
  .ml-55 {
    margin-left: 55px;
  }
  .m-56 {
    margin: 56px;
  }
  .mt-56 {
    margin-top: 56px;
  }
  .mr-56 {
    margin-right: 56px;
  }
  .mb-56 {
    margin-bottom: 56px;
  }
  .ml-56 {
    margin-left: 56px;
  }
  .m-57 {
    margin: 57px;
  }
  .mt-57 {
    margin-top: 57px;
  }
  .mr-57 {
    margin-right: 57px;
  }
  .mb-57 {
    margin-bottom: 57px;
  }
  .ml-57 {
    margin-left: 57px;
  }
  .m-58 {
    margin: 58px;
  }
  .mt-58 {
    margin-top: 58px;
  }
  .mr-58 {
    margin-right: 58px;
  }
  .mb-58 {
    margin-bottom: 58px;
  }
  .ml-58 {
    margin-left: 58px;
  }
  .m-59 {
    margin: 59px;
  }
  .mt-59 {
    margin-top: 59px;
  }
  .mr-59 {
    margin-right: 59px;
  }
  .mb-59 {
    margin-bottom: 59px;
  }
  .ml-59 {
    margin-left: 59px;
  }
  .m-60 {
    margin: 60px;
  }
  .mt-60 {
    margin-top: 60px;
  }
  .mr-60 {
    margin-right: 60px;
  }
  .mb-60 {
    margin-bottom: 60px;
  }
  .ml-60 {
    margin-left: 60px;
  }
  .m-61 {
    margin: 61px;
  }
  .mt-61 {
    margin-top: 61px;
  }
  .mr-61 {
    margin-right: 61px;
  }
  .mb-61 {
    margin-bottom: 61px;
  }
  .ml-61 {
    margin-left: 61px;
  }
  .m-62 {
    margin: 62px;
  }
  .mt-62 {
    margin-top: 62px;
  }
  .mr-62 {
    margin-right: 62px;
  }
  .mb-62 {
    margin-bottom: 62px;
  }
  .ml-62 {
    margin-left: 62px;
  }
  .m-63 {
    margin: 63px;
  }
  .mt-63 {
    margin-top: 63px;
  }
  .mr-63 {
    margin-right: 63px;
  }
  .mb-63 {
    margin-bottom: 63px;
  }
  .ml-63 {
    margin-left: 63px;
  }
  .m-64 {
    margin: 64px;
  }
  .mt-64 {
    margin-top: 64px;
  }
  .mr-64 {
    margin-right: 64px;
  }
  .mb-64 {
    margin-bottom: 64px;
  }
  .ml-64 {
    margin-left: 64px;
  }
  .m-65 {
    margin: 65px;
  }
  .mt-65 {
    margin-top: 65px;
  }
  .mr-65 {
    margin-right: 65px;
  }
  .mb-65 {
    margin-bottom: 65px;
  }
  .ml-65 {
    margin-left: 65px;
  }
  .m-66 {
    margin: 66px;
  }
  .mt-66 {
    margin-top: 66px;
  }
  .mr-66 {
    margin-right: 66px;
  }
  .mb-66 {
    margin-bottom: 66px;
  }
  .ml-66 {
    margin-left: 66px;
  }
  .m-67 {
    margin: 67px;
  }
  .mt-67 {
    margin-top: 67px;
  }
  .mr-67 {
    margin-right: 67px;
  }
  .mb-67 {
    margin-bottom: 67px;
  }
  .ml-67 {
    margin-left: 67px;
  }
  .m-68 {
    margin: 68px;
  }
  .mt-68 {
    margin-top: 68px;
  }
  .mr-68 {
    margin-right: 68px;
  }
  .mb-68 {
    margin-bottom: 68px;
  }
  .ml-68 {
    margin-left: 68px;
  }
  .m-69 {
    margin: 69px;
  }
  .mt-69 {
    margin-top: 69px;
  }
  .mr-69 {
    margin-right: 69px;
  }
  .mb-69 {
    margin-bottom: 69px;
  }
  .ml-69 {
    margin-left: 69px;
  }
  .m-70 {
    margin: 70px;
  }
  .mt-70 {
    margin-top: 70px;
  }
  .mr-70 {
    margin-right: 70px;
  }
  .mb-70 {
    margin-bottom: 70px;
  }
  .ml-70 {
    margin-left: 70px;
  }
  .m-71 {
    margin: 71px;
  }
  .mt-71 {
    margin-top: 71px;
  }
  .mr-71 {
    margin-right: 71px;
  }
  .mb-71 {
    margin-bottom: 71px;
  }
  .ml-71 {
    margin-left: 71px;
  }
  .m-72 {
    margin: 72px;
  }
  .mt-72 {
    margin-top: 72px;
  }
  .mr-72 {
    margin-right: 72px;
  }
  .mb-72 {
    margin-bottom: 72px;
  }
  .ml-72 {
    margin-left: 72px;
  }
  .m-73 {
    margin: 73px;
  }
  .mt-73 {
    margin-top: 73px;
  }
  .mr-73 {
    margin-right: 73px;
  }
  .mb-73 {
    margin-bottom: 73px;
  }
  .ml-73 {
    margin-left: 73px;
  }
  .m-74 {
    margin: 74px;
  }
  .mt-74 {
    margin-top: 74px;
  }
  .mr-74 {
    margin-right: 74px;
  }
  .mb-74 {
    margin-bottom: 74px;
  }
  .ml-74 {
    margin-left: 74px;
  }
  .m-75 {
    margin: 75px;
  }
  .mt-75 {
    margin-top: 75px;
  }
  .mr-75 {
    margin-right: 75px;
  }
  .mb-75 {
    margin-bottom: 75px;
  }
  .ml-75 {
    margin-left: 75px;
  }
  .m-76 {
    margin: 76px;
  }
  .mt-76 {
    margin-top: 76px;
  }
  .mr-76 {
    margin-right: 76px;
  }
  .mb-76 {
    margin-bottom: 76px;
  }
  .ml-76 {
    margin-left: 76px;
  }
  .m-77 {
    margin: 77px;
  }
  .mt-77 {
    margin-top: 77px;
  }
  .mr-77 {
    margin-right: 77px;
  }
  .mb-77 {
    margin-bottom: 77px;
  }
  .ml-77 {
    margin-left: 77px;
  }
  .m-78 {
    margin: 78px;
  }
  .mt-78 {
    margin-top: 78px;
  }
  .mr-78 {
    margin-right: 78px;
  }
  .mb-78 {
    margin-bottom: 78px;
  }
  .ml-78 {
    margin-left: 78px;
  }
  .m-79 {
    margin: 79px;
  }
  .mt-79 {
    margin-top: 79px;
  }
  .mr-79 {
    margin-right: 79px;
  }
  .mb-79 {
    margin-bottom: 79px;
  }
  .ml-79 {
    margin-left: 79px;
  }
  .m-80 {
    margin: 80px;
  }
  .mt-80 {
    margin-top: 80px;
  }
  .mr-80 {
    margin-right: 80px;
  }
  .mb-80 {
    margin-bottom: 80px;
  }
  .ml-80 {
    margin-left: 80px;
  }
  .p-0 {
    padding: 0;
  }
  .pt-0 {
    padding-top: 0;
  }
  .pr-0 {
    padding-right: 0;
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pl-0 {
    padding-left: 0;
  }
  .p-1 {
    padding: 1px;
  }
  .pt-1 {
    padding-top: 1px;
  }
  .pr-1 {
    padding-right: 1px;
  }
  .pb-1 {
    padding-bottom: 1px;
  }
  .pl-1 {
    padding-left: 1px;
  }
  .p-2 {
    padding: 2px;
  }
  .pt-2 {
    padding-top: 2px;
  }
  .pr-2 {
    padding-right: 2px;
  }
  .pb-2 {
    padding-bottom: 2px;
  }
  .pl-2 {
    padding-left: 2px;
  }
  .p-3 {
    padding: 3px;
  }
  .pt-3 {
    padding-top: 3px;
  }
  .pr-3 {
    padding-right: 3px;
  }
  .pb-3 {
    padding-bottom: 3px;
  }
  .pl-3 {
    padding-left: 3px;
  }
  .p-4 {
    padding: 4px;
  }
  .pt-4 {
    padding-top: 4px;
  }
  .pr-4 {
    padding-right: 4px;
  }
  .pb-4 {
    padding-bottom: 4px;
  }
  .pl-4 {
    padding-left: 4px;
  }
  .p-5 {
    padding: 5px;
  }
  .pt-5 {
    padding-top: 5px;
  }
  .pr-5 {
    padding-right: 5px;
  }
  .pb-5 {
    padding-bottom: 5px;
  }
  .pl-5 {
    padding-left: 5px;
  }
  .p-6 {
    padding: 6px;
  }
  .pt-6 {
    padding-top: 6px;
  }
  .pr-6 {
    padding-right: 6px;
  }
  .pb-6 {
    padding-bottom: 6px;
  }
  .pl-6 {
    padding-left: 6px;
  }
  .p-7 {
    padding: 7px;
  }
  .pt-7 {
    padding-top: 7px;
  }
  .pr-7 {
    padding-right: 7px;
  }
  .pb-7 {
    padding-bottom: 7px;
  }
  .pl-7 {
    padding-left: 7px;
  }
  .p-8 {
    padding: 8px;
  }
  .pt-8 {
    padding-top: 8px;
  }
  .pr-8 {
    padding-right: 8px;
  }
  .pb-8 {
    padding-bottom: 8px;
  }
  .pl-8 {
    padding-left: 8px;
  }
  .p-9 {
    padding: 9px;
  }
  .pt-9 {
    padding-top: 9px;
  }
  .pr-9 {
    padding-right: 9px;
  }
  .pb-9 {
    padding-bottom: 9px;
  }
  .pl-9 {
    padding-left: 9px;
  }
  .p-10 {
    padding: 10px;
  }
  .pt-10 {
    padding-top: 10px;
  }
  .pr-10 {
    padding-right: 10px;
  }
  .pb-10 {
    padding-bottom: 10px;
  }
  .pl-10 {
    padding-left: 10px;
  }
  .p-11 {
    padding: 11px;
  }
  .pt-11 {
    padding-top: 11px;
  }
  .pr-11 {
    padding-right: 11px;
  }
  .pb-11 {
    padding-bottom: 11px;
  }
  .pl-11 {
    padding-left: 11px;
  }
  .p-12 {
    padding: 12px;
  }
  .pt-12 {
    padding-top: 12px;
  }
  .pr-12 {
    padding-right: 12px;
  }
  .pb-12 {
    padding-bottom: 12px;
  }
  .pl-12 {
    padding-left: 12px;
  }
  .p-13 {
    padding: 13px;
  }
  .pt-13 {
    padding-top: 13px;
  }
  .pr-13 {
    padding-right: 13px;
  }
  .pb-13 {
    padding-bottom: 13px;
  }
  .pl-13 {
    padding-left: 13px;
  }
  .p-14 {
    padding: 14px;
  }
  .pt-14 {
    padding-top: 14px;
  }
  .pr-14 {
    padding-right: 14px;
  }
  .pb-14 {
    padding-bottom: 14px;
  }
  .pl-14 {
    padding-left: 14px;
  }
  .p-15 {
    padding: 15px;
  }
  .pt-15 {
    padding-top: 15px;
  }
  .pr-15 {
    padding-right: 15px;
  }
  .pb-15 {
    padding-bottom: 15px;
  }
  .pl-15 {
    padding-left: 15px;
  }
  .p-16 {
    padding: 16px;
  }
  .pt-16 {
    padding-top: 16px;
  }
  .pr-16 {
    padding-right: 16px;
  }
  .pb-16 {
    padding-bottom: 16px;
  }
  .pl-16 {
    padding-left: 16px;
  }
  .p-17 {
    padding: 17px;
  }
  .pt-17 {
    padding-top: 17px;
  }
  .pr-17 {
    padding-right: 17px;
  }
  .pb-17 {
    padding-bottom: 17px;
  }
  .pl-17 {
    padding-left: 17px;
  }
  .p-18 {
    padding: 18px;
  }
  .pt-18 {
    padding-top: 18px;
  }
  .pr-18 {
    padding-right: 18px;
  }
  .pb-18 {
    padding-bottom: 18px;
  }
  .pl-18 {
    padding-left: 18px;
  }
  .p-19 {
    padding: 19px;
  }
  .pt-19 {
    padding-top: 19px;
  }
  .pr-19 {
    padding-right: 19px;
  }
  .pb-19 {
    padding-bottom: 19px;
  }
  .pl-19 {
    padding-left: 19px;
  }
  .p-20 {
    padding: 20px;
  }
  .pt-20 {
    padding-top: 20px;
  }
  .pr-20 {
    padding-right: 20px;
  }
  .pb-20 {
    padding-bottom: 20px;
  }
  .pl-20 {
    padding-left: 20px;
  }
  .p-21 {
    padding: 21px;
  }
  .pt-21 {
    padding-top: 21px;
  }
  .pr-21 {
    padding-right: 21px;
  }
  .pb-21 {
    padding-bottom: 21px;
  }
  .pl-21 {
    padding-left: 21px;
  }
  .p-22 {
    padding: 22px;
  }
  .pt-22 {
    padding-top: 22px;
  }
  .pr-22 {
    padding-right: 22px;
  }
  .pb-22 {
    padding-bottom: 22px;
  }
  .pl-22 {
    padding-left: 22px;
  }
  .p-23 {
    padding: 23px;
  }
  .pt-23 {
    padding-top: 23px;
  }
  .pr-23 {
    padding-right: 23px;
  }
  .pb-23 {
    padding-bottom: 23px;
  }
  .pl-23 {
    padding-left: 23px;
  }
  .p-24 {
    padding: 24px;
  }
  .pt-24 {
    padding-top: 24px;
  }
  .pr-24 {
    padding-right: 24px;
  }
  .pb-24 {
    padding-bottom: 24px;
  }
  .pl-24 {
    padding-left: 24px;
  }
  .p-25 {
    padding: 25px;
  }
  .pt-25 {
    padding-top: 25px;
  }
  .pr-25 {
    padding-right: 25px;
  }
  .pb-25 {
    padding-bottom: 25px;
  }
  .pl-25 {
    padding-left: 25px;
  }
  .p-26 {
    padding: 26px;
  }
  .pt-26 {
    padding-top: 26px;
  }
  .pr-26 {
    padding-right: 26px;
  }
  .pb-26 {
    padding-bottom: 26px;
  }
  .pl-26 {
    padding-left: 26px;
  }
  .p-27 {
    padding: 27px;
  }
  .pt-27 {
    padding-top: 27px;
  }
  .pr-27 {
    padding-right: 27px;
  }
  .pb-27 {
    padding-bottom: 27px;
  }
  .pl-27 {
    padding-left: 27px;
  }
  .p-28 {
    padding: 28px;
  }
  .pt-28 {
    padding-top: 28px;
  }
  .pr-28 {
    padding-right: 28px;
  }
  .pb-28 {
    padding-bottom: 28px;
  }
  .pl-28 {
    padding-left: 28px;
  }
  .p-29 {
    padding: 29px;
  }
  .pt-29 {
    padding-top: 29px;
  }
  .pr-29 {
    padding-right: 29px;
  }
  .pb-29 {
    padding-bottom: 29px;
  }
  .pl-29 {
    padding-left: 29px;
  }
  .p-30 {
    padding: 30px;
  }
  .pt-30 {
    padding-top: 30px;
  }
  .pr-30 {
    padding-right: 30px;
  }
  .pb-30 {
    padding-bottom: 30px;
  }
  .pl-30 {
    padding-left: 30px;
  }
  .p-31 {
    padding: 31px;
  }
  .pt-31 {
    padding-top: 31px;
  }
  .pr-31 {
    padding-right: 31px;
  }
  .pb-31 {
    padding-bottom: 31px;
  }
  .pl-31 {
    padding-left: 31px;
  }
  .p-32 {
    padding: 32px;
  }
  .pt-32 {
    padding-top: 32px;
  }
  .pr-32 {
    padding-right: 32px;
  }
  .pb-32 {
    padding-bottom: 32px;
  }
  .pl-32 {
    padding-left: 32px;
  }
  .p-33 {
    padding: 33px;
  }
  .pt-33 {
    padding-top: 33px;
  }
  .pr-33 {
    padding-right: 33px;
  }
  .pb-33 {
    padding-bottom: 33px;
  }
  .pl-33 {
    padding-left: 33px;
  }
  .p-34 {
    padding: 34px;
  }
  .pt-34 {
    padding-top: 34px;
  }
  .pr-34 {
    padding-right: 34px;
  }
  .pb-34 {
    padding-bottom: 34px;
  }
  .pl-34 {
    padding-left: 34px;
  }
  .p-35 {
    padding: 35px;
  }
  .pt-35 {
    padding-top: 35px;
  }
  .pr-35 {
    padding-right: 35px;
  }
  .pb-35 {
    padding-bottom: 35px;
  }
  .pl-35 {
    padding-left: 35px;
  }
  .p-36 {
    padding: 36px;
  }
  .pt-36 {
    padding-top: 36px;
  }
  .pr-36 {
    padding-right: 36px;
  }
  .pb-36 {
    padding-bottom: 36px;
  }
  .pl-36 {
    padding-left: 36px;
  }
  .p-37 {
    padding: 37px;
  }
  .pt-37 {
    padding-top: 37px;
  }
  .pr-37 {
    padding-right: 37px;
  }
  .pb-37 {
    padding-bottom: 37px;
  }
  .pl-37 {
    padding-left: 37px;
  }
  .p-38 {
    padding: 38px;
  }
  .pt-38 {
    padding-top: 38px;
  }
  .pr-38 {
    padding-right: 38px;
  }
  .pb-38 {
    padding-bottom: 38px;
  }
  .pl-38 {
    padding-left: 38px;
  }
  .p-39 {
    padding: 39px;
  }
  .pt-39 {
    padding-top: 39px;
  }
  .pr-39 {
    padding-right: 39px;
  }
  .pb-39 {
    padding-bottom: 39px;
  }
  .pl-39 {
    padding-left: 39px;
  }
  .p-40 {
    padding: 40px;
  }
  .pt-40 {
    padding-top: 40px;
  }
  .pr-40 {
    padding-right: 40px;
  }
  .pb-40 {
    padding-bottom: 40px;
  }
  .pl-40 {
    padding-left: 40px;
  }
  .p-41 {
    padding: 41px;
  }
  .pt-41 {
    padding-top: 41px;
  }
  .pr-41 {
    padding-right: 41px;
  }
  .pb-41 {
    padding-bottom: 41px;
  }
  .pl-41 {
    padding-left: 41px;
  }
  .p-42 {
    padding: 42px;
  }
  .pt-42 {
    padding-top: 42px;
  }
  .pr-42 {
    padding-right: 42px;
  }
  .pb-42 {
    padding-bottom: 42px;
  }
  .pl-42 {
    padding-left: 42px;
  }
  .p-43 {
    padding: 43px;
  }
  .pt-43 {
    padding-top: 43px;
  }
  .pr-43 {
    padding-right: 43px;
  }
  .pb-43 {
    padding-bottom: 43px;
  }
  .pl-43 {
    padding-left: 43px;
  }
  .p-44 {
    padding: 44px;
  }
  .pt-44 {
    padding-top: 44px;
  }
  .pr-44 {
    padding-right: 44px;
  }
  .pb-44 {
    padding-bottom: 44px;
  }
  .pl-44 {
    padding-left: 44px;
  }
  .p-45 {
    padding: 45px;
  }
  .pt-45 {
    padding-top: 45px;
  }
  .pr-45 {
    padding-right: 45px;
  }
  .pb-45 {
    padding-bottom: 45px;
  }
  .pl-45 {
    padding-left: 45px;
  }
  .p-46 {
    padding: 46px;
  }
  .pt-46 {
    padding-top: 46px;
  }
  .pr-46 {
    padding-right: 46px;
  }
  .pb-46 {
    padding-bottom: 46px;
  }
  .pl-46 {
    padding-left: 46px;
  }
  .p-47 {
    padding: 47px;
  }
  .pt-47 {
    padding-top: 47px;
  }
  .pr-47 {
    padding-right: 47px;
  }
  .pb-47 {
    padding-bottom: 47px;
  }
  .pl-47 {
    padding-left: 47px;
  }
  .p-48 {
    padding: 48px;
  }
  .pt-48 {
    padding-top: 48px;
  }
  .pr-48 {
    padding-right: 48px;
  }
  .pb-48 {
    padding-bottom: 48px;
  }
  .pl-48 {
    padding-left: 48px;
  }
  .p-49 {
    padding: 49px;
  }
  .pt-49 {
    padding-top: 49px;
  }
  .pr-49 {
    padding-right: 49px;
  }
  .pb-49 {
    padding-bottom: 49px;
  }
  .pl-49 {
    padding-left: 49px;
  }
  .p-50 {
    padding: 50px;
  }
  .pt-50 {
    padding-top: 50px;
  }
  .pr-50 {
    padding-right: 50px;
  }
  .pb-50 {
    padding-bottom: 50px;
  }
  .pl-50 {
    padding-left: 50px;
  }
  .p-51 {
    padding: 51px;
  }
  .pt-51 {
    padding-top: 51px;
  }
  .pr-51 {
    padding-right: 51px;
  }
  .pb-51 {
    padding-bottom: 51px;
  }
  .pl-51 {
    padding-left: 51px;
  }
  .p-52 {
    padding: 52px;
  }
  .pt-52 {
    padding-top: 52px;
  }
  .pr-52 {
    padding-right: 52px;
  }
  .pb-52 {
    padding-bottom: 52px;
  }
  .pl-52 {
    padding-left: 52px;
  }
  .p-53 {
    padding: 53px;
  }
  .pt-53 {
    padding-top: 53px;
  }
  .pr-53 {
    padding-right: 53px;
  }
  .pb-53 {
    padding-bottom: 53px;
  }
  .pl-53 {
    padding-left: 53px;
  }
  .p-54 {
    padding: 54px;
  }
  .pt-54 {
    padding-top: 54px;
  }
  .pr-54 {
    padding-right: 54px;
  }
  .pb-54 {
    padding-bottom: 54px;
  }
  .pl-54 {
    padding-left: 54px;
  }
  .p-55 {
    padding: 55px;
  }
  .pt-55 {
    padding-top: 55px;
  }
  .pr-55 {
    padding-right: 55px;
  }
  .pb-55 {
    padding-bottom: 55px;
  }
  .pl-55 {
    padding-left: 55px;
  }
  .p-56 {
    padding: 56px;
  }
  .pt-56 {
    padding-top: 56px;
  }
  .pr-56 {
    padding-right: 56px;
  }
  .pb-56 {
    padding-bottom: 56px;
  }
  .pl-56 {
    padding-left: 56px;
  }
  .p-57 {
    padding: 57px;
  }
  .pt-57 {
    padding-top: 57px;
  }
  .pr-57 {
    padding-right: 57px;
  }
  .pb-57 {
    padding-bottom: 57px;
  }
  .pl-57 {
    padding-left: 57px;
  }
  .p-58 {
    padding: 58px;
  }
  .pt-58 {
    padding-top: 58px;
  }
  .pr-58 {
    padding-right: 58px;
  }
  .pb-58 {
    padding-bottom: 58px;
  }
  .pl-58 {
    padding-left: 58px;
  }
  .p-59 {
    padding: 59px;
  }
  .pt-59 {
    padding-top: 59px;
  }
  .pr-59 {
    padding-right: 59px;
  }
  .pb-59 {
    padding-bottom: 59px;
  }
  .pl-59 {
    padding-left: 59px;
  }
  .p-60 {
    padding: 60px;
  }
  .pt-60 {
    padding-top: 60px;
  }
  .pr-60 {
    padding-right: 60px;
  }
  .pb-60 {
    padding-bottom: 60px;
  }
  .pl-60 {
    padding-left: 60px;
  }
  .p-61 {
    padding: 61px;
  }
  .pt-61 {
    padding-top: 61px;
  }
  .pr-61 {
    padding-right: 61px;
  }
  .pb-61 {
    padding-bottom: 61px;
  }
  .pl-61 {
    padding-left: 61px;
  }
  .p-62 {
    padding: 62px;
  }
  .pt-62 {
    padding-top: 62px;
  }
  .pr-62 {
    padding-right: 62px;
  }
  .pb-62 {
    padding-bottom: 62px;
  }
  .pl-62 {
    padding-left: 62px;
  }
  .p-63 {
    padding: 63px;
  }
  .pt-63 {
    padding-top: 63px;
  }
  .pr-63 {
    padding-right: 63px;
  }
  .pb-63 {
    padding-bottom: 63px;
  }
  .pl-63 {
    padding-left: 63px;
  }
  .p-64 {
    padding: 64px;
  }
  .pt-64 {
    padding-top: 64px;
  }
  .pr-64 {
    padding-right: 64px;
  }
  .pb-64 {
    padding-bottom: 64px;
  }
  .pl-64 {
    padding-left: 64px;
  }
  .p-65 {
    padding: 65px;
  }
  .pt-65 {
    padding-top: 65px;
  }
  .pr-65 {
    padding-right: 65px;
  }
  .pb-65 {
    padding-bottom: 65px;
  }
  .pl-65 {
    padding-left: 65px;
  }
  .p-66 {
    padding: 66px;
  }
  .pt-66 {
    padding-top: 66px;
  }
  .pr-66 {
    padding-right: 66px;
  }
  .pb-66 {
    padding-bottom: 66px;
  }
  .pl-66 {
    padding-left: 66px;
  }
  .p-67 {
    padding: 67px;
  }
  .pt-67 {
    padding-top: 67px;
  }
  .pr-67 {
    padding-right: 67px;
  }
  .pb-67 {
    padding-bottom: 67px;
  }
  .pl-67 {
    padding-left: 67px;
  }
  .p-68 {
    padding: 68px;
  }
  .pt-68 {
    padding-top: 68px;
  }
  .pr-68 {
    padding-right: 68px;
  }
  .pb-68 {
    padding-bottom: 68px;
  }
  .pl-68 {
    padding-left: 68px;
  }
  .p-69 {
    padding: 69px;
  }
  .pt-69 {
    padding-top: 69px;
  }
  .pr-69 {
    padding-right: 69px;
  }
  .pb-69 {
    padding-bottom: 69px;
  }
  .pl-69 {
    padding-left: 69px;
  }
  .p-70 {
    padding: 70px;
  }
  .pt-70 {
    padding-top: 70px;
  }
  .pr-70 {
    padding-right: 70px;
  }
  .pb-70 {
    padding-bottom: 70px;
  }
  .pl-70 {
    padding-left: 70px;
  }
  .p-71 {
    padding: 71px;
  }
  .pt-71 {
    padding-top: 71px;
  }
  .pr-71 {
    padding-right: 71px;
  }
  .pb-71 {
    padding-bottom: 71px;
  }
  .pl-71 {
    padding-left: 71px;
  }
  .p-72 {
    padding: 72px;
  }
  .pt-72 {
    padding-top: 72px;
  }
  .pr-72 {
    padding-right: 72px;
  }
  .pb-72 {
    padding-bottom: 72px;
  }
  .pl-72 {
    padding-left: 72px;
  }
  .p-73 {
    padding: 73px;
  }
  .pt-73 {
    padding-top: 73px;
  }
  .pr-73 {
    padding-right: 73px;
  }
  .pb-73 {
    padding-bottom: 73px;
  }
  .pl-73 {
    padding-left: 73px;
  }
  .p-74 {
    padding: 74px;
  }
  .pt-74 {
    padding-top: 74px;
  }
  .pr-74 {
    padding-right: 74px;
  }
  .pb-74 {
    padding-bottom: 74px;
  }
  .pl-74 {
    padding-left: 74px;
  }
  .p-75 {
    padding: 75px;
  }
  .pt-75 {
    padding-top: 75px;
  }
  .pr-75 {
    padding-right: 75px;
  }
  .pb-75 {
    padding-bottom: 75px;
  }
  .pl-75 {
    padding-left: 75px;
  }
  .p-76 {
    padding: 76px;
  }
  .pt-76 {
    padding-top: 76px;
  }
  .pr-76 {
    padding-right: 76px;
  }
  .pb-76 {
    padding-bottom: 76px;
  }
  .pl-76 {
    padding-left: 76px;
  }
  .p-77 {
    padding: 77px;
  }
  .pt-77 {
    padding-top: 77px;
  }
  .pr-77 {
    padding-right: 77px;
  }
  .pb-77 {
    padding-bottom: 77px;
  }
  .pl-77 {
    padding-left: 77px;
  }
  .p-78 {
    padding: 78px;
  }
  .pt-78 {
    padding-top: 78px;
  }
  .pr-78 {
    padding-right: 78px;
  }
  .pb-78 {
    padding-bottom: 78px;
  }
  .pl-78 {
    padding-left: 78px;
  }
  .p-79 {
    padding: 79px;
  }
  .pt-79 {
    padding-top: 79px;
  }
  .pr-79 {
    padding-right: 79px;
  }
  .pb-79 {
    padding-bottom: 79px;
  }
  .pl-79 {
    padding-left: 79px;
  }
  .p-80 {
    padding: 80px;
  }
  .pt-80 {
    padding-top: 80px;
  }
  .pr-80 {
    padding-right: 80px;
  }
  .pb-80 {
    padding-bottom: 80px;
  }
  .pl-80 {
    padding-left: 80px;
  }
  .mb--5 {
    margin-bottom: -5px;
  }
  .center-content-v {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gallery__call-to-show {
    background-image: linear-gradient(180deg, transparent, rgba(25, 25, 25, 0.3));
  }
  .gallery__call-to-show-btn {
    background: rgba(25, 25, 25, 0.7);
    border: 1px solid #000;
    border-radius: 4px;
    background: #4c759c;
    border-color: #2b4257;
  }
  .gallery__call-to-show-btn i {
    vertical-align: middle;
  }
  .gallery__call-to-show-btn:hover {
    background: #4c759c;
    border-color: #2b4257;
  }
  .gallery__close-btn {
    outline: 0;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  .gallery__close-btn + * .gallery__plug-btn,
  .gallery__close-btn-full + * .gallery__plug-btn {
    padding-right: 70px;
  }
  .bg-gray {
    background: #666;
  }
  .bg-gray-light {
    background: #d8d8d8;
  }
  .bg-gray-lighter {
    background: #fafafa;
  }
  .bg-gray-extra {
    background: #f7f7f7;
  }
  .internal-column .nav-fix {
    left: 0;
  }
  .internal-column__article-box {
    color: #191919;
    font-family: Merriweather, Georgia, Times New Roman, Times, serif;
    font-size: 1.2em;
    letter-spacing: normal;
    line-height: 1.58;
    opacity: 0.7;
  }
  .internal-column__article-box strong {
    font-weight: 700;
  }
  .internal-column__author-name {
    color: #666;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
  }
  .internal-column__author-name:hover {
    color: inherit;
    text-decoration: inherit;
  }
  .internal-column__article-title {
    font-size: 3em;
  }
  .internal-column__article-caption,
  .internal-column__article-title {
    text-align: center;
  }
  .internal-column img {
    height: auto;
    max-width: 100%;
  }
  .hidden-soft,
  html:not[class*="login-"] .hidden-guest {
    display: none;
  }
  html:not[class*="login-"] .show-guest {
    display: block;
  }
  html[class*="login-"]:not([class*="login-active"]) .hidden-subscriber {
    display: none;
  }
  html[class*="login-"]:not([class*="login-active"]) .show-subscriber {
    display: block;
  }
  html.login-active .hidden-registred {
    display: none;
  }
  html.login-active .show-registred {
    display: block;
  }
  html[class*="assinante.anual.completa"] .show-subscriber-complete,
  html[class*="assinante.anual.completa.3mesesoff"] .show-subscriber-complete,
  html[class*="assinante.anual.completa.50porcentooff"] .show-subscriber-complete,
  html[class*="assinante.anual.completa.estrangeiro"] .show-subscriber-complete,
  html[class*="assinante.mensal.completa"] .show-subscriber-complete,
  html[class*="assinante.mensal.completa.promocional"] .show-subscriber-complete,
  html[class*="assinante.mensal.completa.trial"] .show-subscriber-complete,
  html[class*="assinante.mensal.completa.trial.2meses"] .show-subscriber-complete,
  html[class*="login-assinante-mensal-v2"] .show-subscriber-complete {
    display: block !important;
  }
  html[class*="assinante.anual.completa"] .hidden-subscriber-complete,
  html[class*="assinante.anual.completa.3mesesoff"] .hidden-subscriber-complete,
  html[class*="assinante.anual.completa.50porcentooff"]
    .hidden-subscriber-complete,
  html[class*="assinante.anual.completa.estrangeiro"] .hidden-subscriber-complete,
  html[class*="assinante.mensal.completa"] .hidden-subscriber-complete,
  html[class*="assinante.mensal.completa.promocional"]
    .hidden-subscriber-complete,
  html[class*="assinante.mensal.completa.trial"] .hidden-subscriber-complete,
  html[class*="assinante.mensal.completa.trial.2meses"]
    .hidden-subscriber-complete,
  html[class*="login-assinante-mensal-v2"] .hidden-subscriber-complete {
    display: none !important;
  }
  .clear {
    clear: both;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    word-break: break-word;
  }
  .with-header-fix {
    padding-top: 0;
  }
  .text-theme-1 {
    color: #194a6e;
  }
  .text-theme-2 {
    color: #8faecc;
  }
  .text-theme-3 {
    color: #4c759c;
  }
  .text-theme-4 {
    color: #9c1f1f;
  }
  .text-theme-5 {
    color: #179080;
  }
  .text-theme-6 {
    color: #4bae4f;
  }
  .text-theme-7 {
    color: #e10109;
  }
  .text-theme-8 {
    color: #f7941d;
  }
  .text-theme-9 {
    color: #050;
  }
  .text-theme-10 {
    color: #980002;
  }
  .text-theme-11 {
    color: #8eab20;
  }
  .text-theme-12 {
    color: #2b6cce;
  }
  .text-theme-13 {
    color: #f8e81c;
  }
  .text-theme-14 {
    color: #50abf1;
  }
  .text-theme-15 {
    color: #385c8e;
  }
  .text-theme-16 {
    color: #34af23;
  }
  .txt-gray-lighter-search {
    border-color: #d8d8d8;
    background: #fafafa;
    font-size: 14px;
    min-height: 40px;
    box-shadow: inherit;
  }
  .txt-uppercase {
    text-transform: uppercase;
  }
  .txt-search {
    display: block;
    color: #666;
    background: #fafafa;
    background-image: none;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    outline: none;
    box-shadow: none;
  }
  .txt-search-border {
    border-radius: 4px;
    border: 1px solid hsla(0, 0%, 85%, 0.5);
  }
  .txt-search-less-border-right {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .btn-theme-1 {
    color: #fff;
    background-color: #194a6e;
    border-color: #194a6e;
  }
  .btn-theme-1.focus,
  .btn-theme-1:focus {
    color: #fff;
    background-color: #102e44;
    border-color: #010406;
  }
  .btn-theme-1.active,
  .btn-theme-1:active,
  .btn-theme-1:hover,
  .open > .btn-theme-1.dropdown-toggle {
    color: #fff;
    background-color: #102e44;
    border-color: #0e283c;
  }
  .btn-theme-1.active.focus,
  .btn-theme-1.active:focus,
  .btn-theme-1.active:hover,
  .btn-theme-1:active.focus,
  .btn-theme-1:active:focus,
  .btn-theme-1:active:hover,
  .open > .btn-theme-1.dropdown-toggle.focus,
  .open > .btn-theme-1.dropdown-toggle:focus,
  .open > .btn-theme-1.dropdown-toggle:hover {
    color: #fff;
    background-color: #091a27;
    border-color: #010406;
  }
  .btn-theme-1.active,
  .btn-theme-1:active,
  .open > .btn-theme-1.dropdown-toggle {
    background-image: none;
  }
  .btn-theme-1.disabled.focus,
  .btn-theme-1.disabled:focus,
  .btn-theme-1.disabled:hover,
  .btn-theme-1[disabled].focus,
  .btn-theme-1[disabled]:focus,
  .btn-theme-1[disabled]:hover,
  fieldset[disabled] .btn-theme-1.focus,
  fieldset[disabled] .btn-theme-1:focus,
  fieldset[disabled] .btn-theme-1:hover {
    background-color: #194a6e;
    border-color: #194a6e;
  }
  .btn-theme-1 .badge {
    color: #194a6e;
    background-color: #fff;
  }
  .btn-theme-2 {
    color: #fff;
    background-color: #8faecc;
    border-color: #8faecc;
  }
  .btn-theme-2.focus,
  .btn-theme-2:focus {
    color: #fff;
    background-color: #6c95bc;
    border-color: #456e97;
  }
  .btn-theme-2.active,
  .btn-theme-2:active,
  .btn-theme-2:hover,
  .open > .btn-theme-2.dropdown-toggle {
    color: #fff;
    background-color: #6c95bc;
    border-color: #6590b9;
  }
  .btn-theme-2.active.focus,
  .btn-theme-2.active:focus,
  .btn-theme-2.active:hover,
  .btn-theme-2:active.focus,
  .btn-theme-2:active:focus,
  .btn-theme-2:active:hover,
  .open > .btn-theme-2.dropdown-toggle.focus,
  .open > .btn-theme-2.dropdown-toggle:focus,
  .open > .btn-theme-2.dropdown-toggle:hover {
    color: #fff;
    background-color: #5383b1;
    border-color: #456e97;
  }
  .btn-theme-2.active,
  .btn-theme-2:active,
  .open > .btn-theme-2.dropdown-toggle {
    background-image: none;
  }
  .btn-theme-2.disabled.focus,
  .btn-theme-2.disabled:focus,
  .btn-theme-2.disabled:hover,
  .btn-theme-2[disabled].focus,
  .btn-theme-2[disabled]:focus,
  .btn-theme-2[disabled]:hover,
  fieldset[disabled] .btn-theme-2.focus,
  fieldset[disabled] .btn-theme-2:focus,
  fieldset[disabled] .btn-theme-2:hover {
    background-color: #8faecc;
    border-color: #8faecc;
  }
  .btn-theme-2 .badge {
    color: #8faecc;
    background-color: #fff;
  }
  .btn-theme-3 {
    color: #fff;
    background-color: #4c759c;
    border-color: #4c759c;
  }
  .btn-theme-3.focus,
  .btn-theme-3:focus {
    color: #fff;
    background-color: #3b5b7a;
    border-color: #223546;
  }
  .btn-theme-3.active,
  .btn-theme-3:active,
  .btn-theme-3:hover,
  .open > .btn-theme-3.dropdown-toggle {
    color: #fff;
    background-color: #3b5b7a;
    border-color: #385673;
  }
  .btn-theme-3.active.focus,
  .btn-theme-3.active:focus,
  .btn-theme-3.active:hover,
  .btn-theme-3:active.focus,
  .btn-theme-3:active:focus,
  .btn-theme-3:active:hover,
  .open > .btn-theme-3.dropdown-toggle.focus,
  .open > .btn-theme-3.dropdown-toggle:focus,
  .open > .btn-theme-3.dropdown-toggle:hover {
    color: #fff;
    background-color: #304962;
    border-color: #223546;
  }
  .btn-theme-3.active,
  .btn-theme-3:active,
  .open > .btn-theme-3.dropdown-toggle {
    background-image: none;
  }
  .btn-theme-3.disabled.focus,
  .btn-theme-3.disabled:focus,
  .btn-theme-3.disabled:hover,
  .btn-theme-3[disabled].focus,
  .btn-theme-3[disabled]:focus,
  .btn-theme-3[disabled]:hover,
  fieldset[disabled] .btn-theme-3.focus,
  fieldset[disabled] .btn-theme-3:focus,
  fieldset[disabled] .btn-theme-3:hover {
    background-color: #4c759c;
    border-color: #4c759c;
  }
  .btn-theme-3 .badge {
    color: #4c759c;
    background-color: #fff;
  }
  .btn-theme-4 {
    color: #fff;
    background-color: #9c1f1f;
    border-color: #9c1f1f;
  }
  .btn-theme-4.focus,
  .btn-theme-4:focus {
    color: #fff;
    background-color: #711717;
    border-color: #320a0a;
  }
  .btn-theme-4.active,
  .btn-theme-4:active,
  .btn-theme-4:hover,
  .open > .btn-theme-4.dropdown-toggle {
    color: #fff;
    background-color: #711717;
    border-color: #691515;
  }
  .btn-theme-4.active.focus,
  .btn-theme-4.active:focus,
  .btn-theme-4.active:hover,
  .btn-theme-4:active.focus,
  .btn-theme-4:active:focus,
  .btn-theme-4:active:hover,
  .open > .btn-theme-4.dropdown-toggle.focus,
  .open > .btn-theme-4.dropdown-toggle:focus,
  .open > .btn-theme-4.dropdown-toggle:hover {
    color: #fff;
    background-color: #541111;
    border-color: #320a0a;
  }
  .btn-theme-4.active,
  .btn-theme-4:active,
  .open > .btn-theme-4.dropdown-toggle {
    background-image: none;
  }
  .btn-theme-4.disabled.focus,
  .btn-theme-4.disabled:focus,
  .btn-theme-4.disabled:hover,
  .btn-theme-4[disabled].focus,
  .btn-theme-4[disabled]:focus,
  .btn-theme-4[disabled]:hover,
  fieldset[disabled] .btn-theme-4.focus,
  fieldset[disabled] .btn-theme-4:focus,
  fieldset[disabled] .btn-theme-4:hover {
    background-color: #9c1f1f;
    border-color: #9c1f1f;
  }
  .btn-theme-4 .badge {
    color: #9c1f1f;
    background-color: #fff;
  }
  .btn-theme-5 {
    color: #fff;
    background-color: #179080;
    border-color: #179080;
  }
  .btn-theme-5.focus,
  .btn-theme-5:focus {
    color: #fff;
    background-color: #106459;
    border-color: #05221e;
  }
  .btn-theme-5.active,
  .btn-theme-5:active,
  .btn-theme-5:hover,
  .open > .btn-theme-5.dropdown-toggle {
    color: #fff;
    background-color: #106459;
    border-color: #0f5b51;
  }
  .btn-theme-5.active.focus,
  .btn-theme-5.active:focus,
  .btn-theme-5.active:hover,
  .btn-theme-5:active.focus,
  .btn-theme-5:active:focus,
  .btn-theme-5:active:hover,
  .open > .btn-theme-5.dropdown-toggle.focus,
  .open > .btn-theme-5.dropdown-toggle:focus,
  .open > .btn-theme-5.dropdown-toggle:hover {
    color: #fff;
    background-color: #0b453e;
    border-color: #05221e;
  }
  .btn-theme-5.active,
  .btn-theme-5:active,
  .open > .btn-theme-5.dropdown-toggle {
    background-image: none;
  }
  .btn-theme-5.disabled.focus,
  .btn-theme-5.disabled:focus,
  .btn-theme-5.disabled:hover,
  .btn-theme-5[disabled].focus,
  .btn-theme-5[disabled]:focus,
  .btn-theme-5[disabled]:hover,
  fieldset[disabled] .btn-theme-5.focus,
  fieldset[disabled] .btn-theme-5:focus,
  fieldset[disabled] .btn-theme-5:hover {
    background-color: #179080;
    border-color: #179080;
  }
  .btn-theme-5 .badge {
    color: #179080;
    background-color: #fff;
  }
  .btn-theme-6 {
    color: #fff;
    background-color: #4bae4f;
    border-color: #4bae4f;
  }
  .btn-theme-6.focus,
  .btn-theme-6:focus {
    color: #fff;
    background-color: #3c8a3f;
    border-color: #255527;
  }
  .btn-theme-6.active,
  .btn-theme-6:active,
  .btn-theme-6:hover,
  .open > .btn-theme-6.dropdown-toggle {
    color: #fff;
    background-color: #3c8a3f;
    border-color: #39833c;
  }
  .btn-theme-6.active.focus,
  .btn-theme-6.active:focus,
  .btn-theme-6.active:hover,
  .btn-theme-6:active.focus,
  .btn-theme-6:active:focus,
  .btn-theme-6:active:hover,
  .open > .btn-theme-6.dropdown-toggle.focus,
  .open > .btn-theme-6.dropdown-toggle:focus,
  .open > .btn-theme-6.dropdown-toggle:hover {
    color: #fff;
    background-color: #317133;
    border-color: #255527;
  }
  .btn-theme-6.active,
  .btn-theme-6:active,
  .open > .btn-theme-6.dropdown-toggle {
    background-image: none;
  }
  .btn-theme-6.disabled.focus,
  .btn-theme-6.disabled:focus,
  .btn-theme-6.disabled:hover,
  .btn-theme-6[disabled].focus,
  .btn-theme-6[disabled]:focus,
  .btn-theme-6[disabled]:hover,
  fieldset[disabled] .btn-theme-6.focus,
  fieldset[disabled] .btn-theme-6:focus,
  fieldset[disabled] .btn-theme-6:hover {
    background-color: #4bae4f;
    border-color: #4bae4f;
  }
  .btn-theme-6 .badge {
    color: #4bae4f;
    background-color: #fff;
  }
  .btn-theme-7 {
    color: #fff;
    background-color: #e10109;
    border-color: #e10109;
  }
  .btn-theme-7.focus,
  .btn-theme-7:focus {
    color: #fff;
    background-color: #ae0107;
    border-color: #620004;
  }
  .btn-theme-7.active,
  .btn-theme-7:active,
  .btn-theme-7:hover,
  .open > .btn-theme-7.dropdown-toggle {
    color: #fff;
    background-color: #ae0107;
    border-color: #a40107;
  }
  .btn-theme-7.active.focus,
  .btn-theme-7.active:focus,
  .btn-theme-7.active:hover,
  .btn-theme-7:active.focus,
  .btn-theme-7:active:focus,
  .btn-theme-7:active:hover,
  .open > .btn-theme-7.dropdown-toggle.focus,
  .open > .btn-theme-7.dropdown-toggle:focus,
  .open > .btn-theme-7.dropdown-toggle:hover {
    color: #fff;
    background-color: #8b0106;
    border-color: #620004;
  }
  .btn-theme-7.active,
  .btn-theme-7:active,
  .open > .btn-theme-7.dropdown-toggle {
    background-image: none;
  }
  .btn-theme-7.disabled.focus,
  .btn-theme-7.disabled:focus,
  .btn-theme-7.disabled:hover,
  .btn-theme-7[disabled].focus,
  .btn-theme-7[disabled]:focus,
  .btn-theme-7[disabled]:hover,
  fieldset[disabled] .btn-theme-7.focus,
  fieldset[disabled] .btn-theme-7:focus,
  fieldset[disabled] .btn-theme-7:hover {
    background-color: #e10109;
    border-color: #e10109;
  }
  .btn-theme-7 .badge {
    color: #e10109;
    background-color: #fff;
  }
  .btn-theme-8 {
    color: #fff;
    background-color: #f7941d;
    border-color: #f7941d;
  }
  .btn-theme-8.focus,
  .btn-theme-8:focus {
    color: #fff;
    background-color: #d97a08;
    border-color: #8f5105;
  }
  .btn-theme-8.active,
  .btn-theme-8:active,
  .btn-theme-8:hover,
  .open > .btn-theme-8.dropdown-toggle {
    color: #fff;
    background-color: #d97a08;
    border-color: #cf7507;
  }
  .btn-theme-8.active.focus,
  .btn-theme-8.active:focus,
  .btn-theme-8.active:hover,
  .btn-theme-8:active.focus,
  .btn-theme-8:active:focus,
  .btn-theme-8:active:hover,
  .open > .btn-theme-8.dropdown-toggle.focus,
  .open > .btn-theme-8.dropdown-toggle:focus,
  .open > .btn-theme-8.dropdown-toggle:hover {
    color: #fff;
    background-color: #b76706;
    border-color: #8f5105;
  }
  .btn-theme-8.active,
  .btn-theme-8:active,
  .open > .btn-theme-8.dropdown-toggle {
    background-image: none;
  }
  .btn-theme-8.disabled.focus,
  .btn-theme-8.disabled:focus,
  .btn-theme-8.disabled:hover,
  .btn-theme-8[disabled].focus,
  .btn-theme-8[disabled]:focus,
  .btn-theme-8[disabled]:hover,
  fieldset[disabled] .btn-theme-8.focus,
  fieldset[disabled] .btn-theme-8:focus,
  fieldset[disabled] .btn-theme-8:hover {
    background-color: #f7941d;
    border-color: #f7941d;
  }
  .btn-theme-8 .badge {
    color: #f7941d;
    background-color: #fff;
  }
  .btn-theme-9 {
    color: #fff;
    background-color: #050;
    border-color: #050;
  }
  .btn-theme-9.focus,
  .btn-theme-9:focus {
    color: #fff;
    background-color: #020;
    border-color: #000;
  }
  .btn-theme-9.active,
  .btn-theme-9:active,
  .btn-theme-9:hover,
  .open > .btn-theme-9.dropdown-toggle {
    color: #fff;
    background-color: #020;
    border-color: #001800;
  }
  .btn-theme-9.active.focus,
  .btn-theme-9.active:focus,
  .btn-theme-9.active:hover,
  .btn-theme-9:active.focus,
  .btn-theme-9:active:focus,
  .btn-theme-9:active:hover,
  .open > .btn-theme-9.dropdown-toggle.focus,
  .open > .btn-theme-9.dropdown-toggle:focus,
  .open > .btn-theme-9.dropdown-toggle:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
  }
  .btn-theme-9.active,
  .btn-theme-9:active,
  .open > .btn-theme-9.dropdown-toggle {
    background-image: none;
  }
  .btn-theme-9.disabled.focus,
  .btn-theme-9.disabled:focus,
  .btn-theme-9.disabled:hover,
  .btn-theme-9[disabled].focus,
  .btn-theme-9[disabled]:focus,
  .btn-theme-9[disabled]:hover,
  fieldset[disabled] .btn-theme-9.focus,
  fieldset[disabled] .btn-theme-9:focus,
  fieldset[disabled] .btn-theme-9:hover {
    background-color: #050;
    border-color: #050;
  }
  .btn-theme-9 .badge {
    color: #050;
    background-color: #fff;
  }
  .btn-theme-10 {
    color: #fff;
    background-color: #980002;
    border-color: #980002;
  }
  .btn-theme-10.focus,
  .btn-theme-10:focus {
    color: #fff;
    background-color: #650001;
    border-color: #190000;
  }
  .btn-theme-10.active,
  .btn-theme-10:active,
  .btn-theme-10:hover,
  .open > .btn-theme-10.dropdown-toggle {
    color: #fff;
    background-color: #650001;
    border-color: #5b0001;
  }
  .btn-theme-10.active.focus,
  .btn-theme-10.active:focus,
  .btn-theme-10.active:hover,
  .btn-theme-10:active.focus,
  .btn-theme-10:active:focus,
  .btn-theme-10:active:hover,
  .open > .btn-theme-10.dropdown-toggle.focus,
  .open > .btn-theme-10.dropdown-toggle:focus,
  .open > .btn-theme-10.dropdown-toggle:hover {
    color: #fff;
    background-color: #410001;
    border-color: #190000;
  }
  .btn-theme-10.active,
  .btn-theme-10:active,
  .open > .btn-theme-10.dropdown-toggle {
    background-image: none;
  }
  .btn-theme-10.disabled.focus,
  .btn-theme-10.disabled:focus,
  .btn-theme-10.disabled:hover,
  .btn-theme-10[disabled].focus,
  .btn-theme-10[disabled]:focus,
  .btn-theme-10[disabled]:hover,
  fieldset[disabled] .btn-theme-10.focus,
  fieldset[disabled] .btn-theme-10:focus,
  fieldset[disabled] .btn-theme-10:hover {
    background-color: #980002;
    border-color: #980002;
  }
  .btn-theme-10 .badge {
    color: #980002;
    background-color: #fff;
  }
  .btn-theme-11 {
    color: #fff;
    background-color: #8eab20;
    border-color: #8eab20;
  }
  .btn-theme-11.focus,
  .btn-theme-11:focus {
    color: #fff;
    background-color: #6a8018;
    border-color: #35400c;
  }
  .btn-theme-11.active,
  .btn-theme-11:active,
  .btn-theme-11:hover,
  .open > .btn-theme-11.dropdown-toggle {
    color: #fff;
    background-color: #6a8018;
    border-color: #637716;
  }
  .btn-theme-11.active.focus,
  .btn-theme-11.active:focus,
  .btn-theme-11.active:hover,
  .btn-theme-11:active.focus,
  .btn-theme-11:active:focus,
  .btn-theme-11:active:hover,
  .open > .btn-theme-11.dropdown-toggle.focus,
  .open > .btn-theme-11.dropdown-toggle:focus,
  .open > .btn-theme-11.dropdown-toggle:hover {
    color: #fff;
    background-color: #516212;
    border-color: #35400c;
  }
  .btn-theme-11.active,
  .btn-theme-11:active,
  .open > .btn-theme-11.dropdown-toggle {
    background-image: none;
  }
  .btn-theme-11.disabled.focus,
  .btn-theme-11.disabled:focus,
  .btn-theme-11.disabled:hover,
  .btn-theme-11[disabled].focus,
  .btn-theme-11[disabled]:focus,
  .btn-theme-11[disabled]:hover,
  fieldset[disabled] .btn-theme-11.focus,
  fieldset[disabled] .btn-theme-11:focus,
  fieldset[disabled] .btn-theme-11:hover {
    background-color: #8eab20;
    border-color: #8eab20;
  }
  .btn-theme-11 .badge {
    color: #8eab20;
    background-color: #fff;
  }
  .btn-theme-12 {
    color: #fff;
    background-color: #2b6cce;
    border-color: #2b6cce;
  }
  .btn-theme-12.focus,
  .btn-theme-12:focus {
    color: #fff;
    background-color: #2256a4;
    border-color: #153565;
  }
  .btn-theme-12.active,
  .btn-theme-12:active,
  .btn-theme-12:hover,
  .open > .btn-theme-12.dropdown-toggle {
    color: #fff;
    background-color: #2256a4;
    border-color: #20519b;
  }
  .btn-theme-12.active.focus,
  .btn-theme-12.active:focus,
  .btn-theme-12.active:hover,
  .btn-theme-12:active.focus,
  .btn-theme-12:active:focus,
  .btn-theme-12:active:hover,
  .open > .btn-theme-12.dropdown-toggle.focus,
  .open > .btn-theme-12.dropdown-toggle:focus,
  .open > .btn-theme-12.dropdown-toggle:hover {
    color: #fff;
    background-color: #1c4686;
    border-color: #153565;
  }
  .btn-theme-12.active,
  .btn-theme-12:active,
  .open > .btn-theme-12.dropdown-toggle {
    background-image: none;
  }
  .btn-theme-12.disabled.focus,
  .btn-theme-12.disabled:focus,
  .btn-theme-12.disabled:hover,
  .btn-theme-12[disabled].focus,
  .btn-theme-12[disabled]:focus,
  .btn-theme-12[disabled]:hover,
  fieldset[disabled] .btn-theme-12.focus,
  fieldset[disabled] .btn-theme-12:focus,
  fieldset[disabled] .btn-theme-12:hover {
    background-color: #2b6cce;
    border-color: #2b6cce;
  }
  .btn-theme-12 .badge {
    color: #2b6cce;
    background-color: #fff;
  }
  .btn-theme-13 {
    color: #fff;
    background-color: #f8e81c;
    border-color: #f8e81c;
  }
  .btn-theme-13.focus,
  .btn-theme-13:focus {
    color: #fff;
    background-color: #dacb07;
    border-color: #908604;
  }
  .btn-theme-13.active,
  .btn-theme-13:active,
  .btn-theme-13:hover,
  .open > .btn-theme-13.dropdown-toggle {
    color: #fff;
    background-color: #dacb07;
    border-color: #d0c206;
  }
  .btn-theme-13.active.focus,
  .btn-theme-13.active:focus,
  .btn-theme-13.active:hover,
  .btn-theme-13:active.focus,
  .btn-theme-13:active:focus,
  .btn-theme-13:active:hover,
  .open > .btn-theme-13.dropdown-toggle.focus,
  .open > .btn-theme-13.dropdown-toggle:focus,
  .open > .btn-theme-13.dropdown-toggle:hover {
    color: #fff;
    background-color: #b8ab06;
    border-color: #908604;
  }
  .btn-theme-13.active,
  .btn-theme-13:active,
  .open > .btn-theme-13.dropdown-toggle {
    background-image: none;
  }
  .btn-theme-13.disabled.focus,
  .btn-theme-13.disabled:focus,
  .btn-theme-13.disabled:hover,
  .btn-theme-13[disabled].focus,
  .btn-theme-13[disabled]:focus,
  .btn-theme-13[disabled]:hover,
  fieldset[disabled] .btn-theme-13.focus,
  fieldset[disabled] .btn-theme-13:focus,
  fieldset[disabled] .btn-theme-13:hover {
    background-color: #f8e81c;
    border-color: #f8e81c;
  }
  .btn-theme-13 .badge {
    color: #f8e81c;
    background-color: #fff;
  }
  .btn-theme-14 {
    color: #fff;
    background-color: #50abf1;
    border-color: #50abf1;
  }
  .btn-theme-14.focus,
  .btn-theme-14:focus {
    color: #fff;
    background-color: #2194ed;
    border-color: #0e6cb3;
  }
  .btn-theme-14.active,
  .btn-theme-14:active,
  .btn-theme-14:hover,
  .open > .btn-theme-14.dropdown-toggle {
    color: #fff;
    background-color: #2194ed;
    border-color: #1790ec;
  }
  .btn-theme-14.active.focus,
  .btn-theme-14.active:focus,
  .btn-theme-14.active:hover,
  .btn-theme-14:active.focus,
  .btn-theme-14:active:focus,
  .btn-theme-14:active:hover,
  .open > .btn-theme-14.dropdown-toggle.focus,
  .open > .btn-theme-14.dropdown-toggle:focus,
  .open > .btn-theme-14.dropdown-toggle:hover {
    color: #fff;
    background-color: #1182d9;
    border-color: #0e6cb3;
  }
  .btn-theme-14.active,
  .btn-theme-14:active,
  .open > .btn-theme-14.dropdown-toggle {
    background-image: none;
  }
  .btn-theme-14.disabled.focus,
  .btn-theme-14.disabled:focus,
  .btn-theme-14.disabled:hover,
  .btn-theme-14[disabled].focus,
  .btn-theme-14[disabled]:focus,
  .btn-theme-14[disabled]:hover,
  fieldset[disabled] .btn-theme-14.focus,
  fieldset[disabled] .btn-theme-14:focus,
  fieldset[disabled] .btn-theme-14:hover {
    background-color: #50abf1;
    border-color: #50abf1;
  }
  .btn-theme-14 .badge {
    color: #50abf1;
    background-color: #fff;
  }
  .btn-theme-15 {
    color: #fff;
    background-color: #385c8e;
    border-color: #385c8e;
  }
  .btn-theme-15.focus,
  .btn-theme-15:focus {
    color: #fff;
    background-color: #2a4469;
    border-color: #142133;
  }
  .btn-theme-15.active,
  .btn-theme-15:active,
  .btn-theme-15:hover,
  .open > .btn-theme-15.dropdown-toggle {
    color: #fff;
    background-color: #2a4469;
    border-color: #274062;
  }
  .btn-theme-15.active.focus,
  .btn-theme-15.active:focus,
  .btn-theme-15.active:hover,
  .btn-theme-15:active.focus,
  .btn-theme-15:active:focus,
  .btn-theme-15:active:hover,
  .open > .btn-theme-15.dropdown-toggle.focus,
  .open > .btn-theme-15.dropdown-toggle:focus,
  .open > .btn-theme-15.dropdown-toggle:hover {
    color: #fff;
    background-color: #1f3450;
    border-color: #142133;
  }
  .btn-theme-15.active,
  .btn-theme-15:active,
  .open > .btn-theme-15.dropdown-toggle {
    background-image: none;
  }
  .btn-theme-15.disabled.focus,
  .btn-theme-15.disabled:focus,
  .btn-theme-15.disabled:hover,
  .btn-theme-15[disabled].focus,
  .btn-theme-15[disabled]:focus,
  .btn-theme-15[disabled]:hover,
  fieldset[disabled] .btn-theme-15.focus,
  fieldset[disabled] .btn-theme-15:focus,
  fieldset[disabled] .btn-theme-15:hover {
    background-color: #385c8e;
    border-color: #385c8e;
  }
  .btn-theme-15 .badge {
    color: #385c8e;
    background-color: #fff;
  }
  .btn-theme-16 {
    color: #fff;
    background-color: #34af23;
    border-color: #34af23;
  }
  .btn-theme-16.focus,
  .btn-theme-16:focus {
    color: #fff;
    background-color: #27851b;
    border-color: #14450e;
  }
  .btn-theme-16.active,
  .btn-theme-16:active,
  .btn-theme-16:hover,
  .open > .btn-theme-16.dropdown-toggle {
    color: #fff;
    background-color: #27851b;
    border-color: #257c19;
  }
  .btn-theme-16.active.focus,
  .btn-theme-16.active:focus,
  .btn-theme-16.active:hover,
  .btn-theme-16:active.focus,
  .btn-theme-16:active:focus,
  .btn-theme-16:active:hover,
  .open > .btn-theme-16.dropdown-toggle.focus,
  .open > .btn-theme-16.dropdown-toggle:focus,
  .open > .btn-theme-16.dropdown-toggle:hover {
    color: #fff;
    background-color: #1f6715;
    border-color: #14450e;
  }
  .btn-theme-16.active,
  .btn-theme-16:active,
  .open > .btn-theme-16.dropdown-toggle {
    background-image: none;
  }
  .btn-theme-16.disabled.focus,
  .btn-theme-16.disabled:focus,
  .btn-theme-16.disabled:hover,
  .btn-theme-16[disabled].focus,
  .btn-theme-16[disabled]:focus,
  .btn-theme-16[disabled]:hover,
  fieldset[disabled] .btn-theme-16.focus,
  fieldset[disabled] .btn-theme-16:focus,
  fieldset[disabled] .btn-theme-16:hover {
    background-color: #34af23;
    border-color: #34af23;
  }
  .btn-theme-16 .badge {
    color: #34af23;
    background-color: #fff;
  }
  .bg-theme-1 {
    background-color: #194a6e;
  }
  .b-theme-1.header-border-step:before,
  .header-border-underline.b-theme-1 {
    border-color: #194a6e;
  }
  .bg-theme-2 {
    background-color: #8faecc;
  }
  .b-theme-2.header-border-step:before,
  .header-border-underline.b-theme-2 {
    border-color: #8faecc;
  }
  .bg-theme-3 {
    background-color: #4c759c;
  }
  .b-theme-3.header-border-step:before,
  .header-border-underline.b-theme-3 {
    border-color: #4c759c;
  }
  .bg-theme-4 {
    background-color: #9c1f1f;
  }
  .b-theme-4.header-border-step:before,
  .header-border-underline.b-theme-4 {
    border-color: #9c1f1f;
  }
  .bg-theme-5 {
    background-color: #179080;
  }
  .b-theme-5.header-border-step:before,
  .header-border-underline.b-theme-5 {
    border-color: #179080;
  }
  .bg-theme-6 {
    background-color: #4bae4f;
  }
  .b-theme-6.header-border-step:before,
  .header-border-underline.b-theme-6 {
    border-color: #4bae4f;
  }
  .bg-theme-7 {
    background-color: #e10109;
  }
  .b-theme-7.header-border-step:before,
  .header-border-underline.b-theme-7 {
    border-color: #e10109;
  }
  .bg-theme-8 {
    background-color: #f7941d;
  }
  .b-theme-8.header-border-step:before,
  .header-border-underline.b-theme-8 {
    border-color: #f7941d;
  }
  .bg-theme-9 {
    background-color: #050;
  }
  .b-theme-9.header-border-step:before,
  .header-border-underline.b-theme-9 {
    border-color: #050;
  }
  .bg-theme-10 {
    background-color: #980002;
  }
  .b-theme-10.header-border-step:before,
  .header-border-underline.b-theme-10 {
    border-color: #980002;
  }
  .bg-theme-11 {
    background-color: #8eab20;
  }
  .b-theme-11.header-border-step:before,
  .header-border-underline.b-theme-11 {
    border-color: #8eab20;
  }
  .bg-theme-12 {
    background-color: #2b6cce;
  }
  .b-theme-12.header-border-step:before,
  .header-border-underline.b-theme-12 {
    border-color: #2b6cce;
  }
  .bg-theme-13 {
    background-color: #f8e81c;
  }
  .b-theme-13.header-border-step:before,
  .header-border-underline.b-theme-13 {
    border-color: #f8e81c;
  }
  .bg-theme-14 {
    background-color: #50abf1;
  }
  .b-theme-14.header-border-step:before,
  .header-border-underline.b-theme-14 {
    border-color: #50abf1;
  }
  .bg-theme-15 {
    background-color: #385c8e;
  }
  .b-theme-15.header-border-step:before,
  .header-border-underline.b-theme-15 {
    border-color: #385c8e;
  }
  .bg-theme-16 {
    background-color: #34af23;
  }
  .b-theme-16.header-border-step:before,
  .header-border-underline.b-theme-16 {
    border-color: #34af23;
  }
  .link-theme-1 {
    color: #194a6e;
  }
  .link-theme-1:focus,
  .link-theme-1:hover {
    color: #06121b;
    text-decoration: none;
  }
  .link-theme-2 {
    color: #8faecc;
  }
  .link-theme-2:focus,
  .link-theme-2:hover {
    color: #4d7ba8;
    text-decoration: none;
  }
  .link-theme-3 {
    color: #4c759c;
  }
  .link-theme-3:focus,
  .link-theme-3:hover {
    color: #2b4257;
    text-decoration: none;
  }
  .link-theme-4 {
    color: #9c1f1f;
  }
  .link-theme-4:focus,
  .link-theme-4:hover {
    color: #470e0e;
    text-decoration: none;
  }
  .link-theme-5 {
    color: #179080;
  }
  .link-theme-5:focus,
  .link-theme-5:hover {
    color: #093832;
    text-decoration: none;
  }
  .link-theme-6 {
    color: #4bae4f;
  }
  .link-theme-6:focus,
  .link-theme-6:hover {
    color: #2c672f;
    text-decoration: none;
  }
  .link-theme-7 {
    color: #e10109;
  }
  .link-theme-7:focus,
  .link-theme-7:hover {
    color: #7b0105;
    text-decoration: none;
  }
  .link-theme-8 {
    color: #f7941d;
  }
  .link-theme-8:focus,
  .link-theme-8:hover {
    color: #a85e06;
    text-decoration: none;
  }
  .link-theme-9 {
    color: #050;
  }
  .link-theme-9:focus,
  .link-theme-9:hover {
    color: #000;
    text-decoration: none;
  }
  .link-theme-10 {
    color: #980002;
  }
  .link-theme-10:focus,
  .link-theme-10:hover {
    color: #320001;
    text-decoration: none;
  }
  .link-theme-11 {
    color: #8eab20;
  }
  .link-theme-11:focus,
  .link-theme-11:hover {
    color: #475510;
    text-decoration: none;
  }
  .link-theme-12 {
    color: #2b6cce;
  }
  .link-theme-12:focus,
  .link-theme-12:hover {
    color: #19407a;
    text-decoration: none;
  }
  .link-theme-13 {
    color: #f8e81c;
  }
  .link-theme-13:focus,
  .link-theme-13:hover {
    color: #a99d05;
    text-decoration: none;
  }
  .link-theme-14 {
    color: #50abf1;
  }
  .link-theme-14:focus,
  .link-theme-14:hover {
    color: #107acb;
    text-decoration: none;
  }
  .link-theme-15 {
    color: #385c8e;
  }
  .link-theme-15:focus,
  .link-theme-15:hover {
    color: #1b2d45;
    text-decoration: none;
  }
  .link-theme-16 {
    color: #34af23;
  }
  .link-theme-16:focus,
  .link-theme-16:hover {
    color: #1b5a12;
    text-decoration: none;
  }
  .lds-theme-1 {
    border-color: #194a6e transparent transparent !important;
  }
  .lds-theme-2 {
    border-color: #8faecc transparent transparent !important;
  }
  .lds-theme-3 {
    border-color: #4c759c transparent transparent !important;
  }
  .lds-theme-4 {
    border-color: #9c1f1f transparent transparent !important;
  }
  .lds-theme-5 {
    border-color: #179080 transparent transparent !important;
  }
  .lds-theme-6 {
    border-color: #4bae4f transparent transparent !important;
  }
  .lds-theme-7 {
    border-color: #e10109 transparent transparent !important;
  }
  .lds-theme-8 {
    border-color: #f7941d transparent transparent !important;
  }
  .lds-theme-9 {
    border-color: #050 transparent transparent !important;
  }
  .lds-theme-10 {
    border-color: #980002 transparent transparent !important;
  }
  .lds-theme-11 {
    border-color: #8eab20 transparent transparent !important;
  }
  .lds-theme-12 {
    border-color: #2b6cce transparent transparent !important;
  }
  .lds-theme-13 {
    border-color: #f8e81c transparent transparent !important;
  }
  .lds-theme-14 {
    border-color: #50abf1 transparent transparent !important;
  }
  .lds-theme-15 {
    border-color: #385c8e transparent transparent !important;
  }
  .lds-theme-16 {
    border-color: #34af23 transparent transparent !important;
  }
  @media (max-width: 767px) {
    .ads {
      margin-left: -8px;
      margin-right: -8px;
    }
    .sprite-facebook-box-gray-small,
    .sprite-twitter-box-gray-small {
      width: 17px;
      height: 17px;
    }
    .txt-theme-1 {
      font-size: 14px !important;
    }
    a.txt-gray {
      font-size: 16px !important;
    }
    .txt-font-size-internal {
      font-size: 35px;
      font-size: 2.1875rem;
      line-height: 1.48;
    }
    .h1,
    h1 {
      font-size: 30px;
      font-size: 1.875rem;
    }
    .read-more-about h3 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.48;
    }
    .small,
    small {
      font-size: 13px;
      font-size: 0.8125rem;
    }
    .h6,
    h6 {
      font-size: 18px;
      font-size: 1.125rem;
    }
    .logo-absolute {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
    }
    .newsletters-form {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .newsletters-form__input {
      width: 100%;
      margin-left: 0;
      margin-bottom: 10px;
    }
    .news-box--no-photo {
      padding-bottom: 20px;
    }
    .news-box,
    .news-box--no-photo,
    .news-box-charge {
      height: auto;
    }
    .author-circle {
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 25px;
      width: 25px;
      height: 25px;
    }
    a.columnists > img,
    a.columnists > span {
      width: 80px !important;
      height: 80px !important;
    }
    a.columnists > div {
      margin-top: 10px;
    }
    a.columnists > div a.author-name,
    a.columnists > div span.author-name {
      font-size: 20px;
    }
    .columnist-desc {
      float: none;
      margin: 0 !important;
    }
    .columnist-share {
      float: none;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 10px auto 0;
    }
    .img-full--mobile {
      width: 100%;
    }
    .img-mobile-full {
      display: block;
      margin-left: -8px;
      margin-right: -8px;
    }
    .img-wrapper-img-responsive img {
      width: 100%;
    }
    .read-more-about {
      width: 300px;
      width: calc(100% - 20px);
    }
    .read-more-about,
    .read-more-about.closed {
      transform: translateX(100%);
    }
    .read-more-about.opened {
      width: 300px;
      width: calc(100% - 16px);
      margin-right: 8px;
      transform: translateX(0);
    }
    .blockquote-widget.left.left,
    .comment-header {
      margin-left: -8px;
      margin-right: -8px;
    }
    .jumbotron-default:not(.jumbotron-inverse) {
      padding: 0 !important;
      background: transparent;
      border: 0;
      border-radius: 0 !important;
      border-bottom: 1px solid #d8d8d8;
    }
    .jumbotron-inverse {
      padding: 8px !important;
      margin-left: -8px;
      margin-right: -8px;
      border-radius: 0 !important;
    }
    .fixed-btn-uai {
      display: none;
    }
    .js-show-share-scrolled .btn-search,
    .js-show-share-scrolled .btn-sessions {
      display: none !important;
    }
    .search-simple {
      display: none;
    }
    .sponcered-box {
      padding-top: 20px;
      padding-bottom: 35px;
    }
    .sponcered-box-image {
      height: 150px;
    }
    .sponcered-logo {
      height: 80px;
      width: 80px;
    }
    .sponcered-info h3 {
      margin-top: 0;
    }
    .sponcered-share {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -14px;
      width: 100%;
      max-width: 290px;
    }
    .sponcered-title-content {
      padding-bottom: 14%;
    }
    .sponcered-title-content h3 {
      font-size: 20px;
      margin-top: 0;
    }
    .sponcered-title-content h4 {
      font-size: 16px;
    }
    .sponcered-title-content span:nth-child(2) {
      display: block;
    }
    .news-blocked-content {
      padding: 15px 0 20px !important;
    }
    .news-blocked-content.paywall {
      padding: 15px 0 0 !important;
    }
    .news-blocked-content-title {
      font-size: 16px;
      margin: 5px 0 10px;
    }
    .news-blocked-content-subtitle {
      font-size: 14px;
      margin-bottom: 15px;
    }
    .news-blocked-content-subtitle-second {
      width: 96% !important;
      font-size: 12px;
      line-height: 1.58;
      text-align: center;
      color: #212121;
    }
    .news-blocked-content-subtitle-second.login-wall {
      font-size: 12px;
      margin: 10px auto 0;
    }
    .news-blocked-content-price.m-top {
      margin-top: 30px;
    }
    .news-blocked-content-price.paywall {
      margin-top: 20px;
    }
    .news-blocked-content-price img.to-right {
      margin-right: 0;
      width: 115px;
      float: none;
    }
    .news-blocked-content-price h4 {
      font-size: 12px !important;
    }
    .news-blocked-content-price p {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.83;
    }
    .news-blocked-content-price p.txt-price {
      font-size: 26px;
      line-height: 1.42;
      height: 30px;
      font-weight: 700;
    }
    .news-blocked-content-price.login-wall {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      margin: 20px auto 16px;
    }
    .news-blocked-content-price.login-wall img {
      width: 115px;
      margin-right: 0;
      float: none;
    }
    .news-blocked-content-price.login-wall h4 {
      font-size: 12px !important;
    }
    .news-blocked-content-price.login-wall p.blue {
      font-weight: 700;
      display: block;
    }
    .news-blocked-content-price.login-wall p.txt-price {
      font-size: 26px !important;
    }
    .news-blocked-content-price.login-wall p {
      font-size: 12px !important;
    }
    .news-blocked-content-cta {
      width: 77%;
      font-size: 14px;
      height: 44px;
    }
    .news-blocked-content-footer p {
      font-size: 12px;
      color: #191919;
      margin: 5px auto 10px;
      width: 70%;
    }
    .news-blocked-content-footer button {
      font-size: 12px;
    }
    .news-blocked-content-login {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 15px auto 25px;
    }
    .news-blocked-content-login p {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-bottom: 5px;
      font-size: 14px;
    }
    .news-blocked-content-access hr {
      -ms-flex: 0 0 33%;
      flex: 0 0 33%;
    }
    .news-blocked-content-access p {
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      font-size: 12px;
    }
    .comments {
      padding: 0 20px;
    }
    .comments__add {
      width: 100%;
    }
    .comments__add textarea {
      width: 82%;
    }
    .comments__login {
      margin-top: 15px;
      margin-left: 0;
      width: 100%;
      -ms-flex-align: center;
      align-items: center;
    }
    .comment__perfil {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: baseline;
      align-items: baseline;
    }
    .comment__perfil small {
      margin-left: 0;
    }
    .comment__perfil .comment-from,
    .comment__perfil .js-comment-from,
    .comment__perfil .reply-icon {
      display: none;
    }
    .comments {
      padding: 0 10px;
    }
    .comments .whatsapp {
      display: -ms-flexbox;
      display: flex;
    }
    .comments .reply-text {
      display: none;
    }
    .comments .children .comment {
      padding-left: 0;
    }
    .comments .comment__footer li {
      padding: 0 1px;
    }
    .comments .comment__footer li.share a {
      margin-right: 2px;
    }
    .comments .comment__footer li a {
      font-size: 11px;
    }
    .comments .comment__footer li a:before {
      margin-right: 0;
    }
    .clubea-dialog .cards .el-card {
      margin: auto;
    }
    .container-banner {
      padding-top: 15px;
      padding-bottom: 10px;
    }
    .container-banner__row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .container-banner__logo {
      margin-left: 0;
      text-align: center;
      margin-bottom: 10px;
      min-width: 350px;
    }
    .container-banner__offer {
      margin-right: 0;
    }
    .js-show-share-scrolled .header-share-scrolled {
      display: inline-block !important;
      -ms-flex-order: 2;
      order: 2;
    }
    .header-border-underline:not(.no-negative-xs) {
      margin-left: -8px;
      margin-right: -8px;
      padding-left: 8px;
      padding-right: 8px;
    }
    .footer-logo {
      background-size: 161.77685950413223%;
      background-position: 0 0;
      width: 484px;
      height: 57px;
    }
    .footer-toggle-container {
      display: none;
    }
    #footer-btn-toggle-mobile:checked + .footer-toggle-container {
      display: block;
    }
    .nav-fix {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: static;
      width: auto;
      height: 40px;
      margin-left: -8px;
      margin-right: -8px;
    }
    .nav-fix a {
      width: 40px;
      height: 40px;
    }
    .nav-fix a i {
      vertical-align: middle;
    }
    .nav-fix__comment-box-anchor {
      width: auto !important;
    }
    .nav-fix__highlight {
      display: -ms-flexbox;
      display: flex;
    }
    .article-box {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.5;
    }
    .d-xs-inline {
      display: inline !important;
    }
    .d-xs-inline-block {
      display: inline-block !important;
    }
    .d-xs-block {
      display: block !important;
    }
    .d-xs-none {
      display: none !important;
    }
    .pull-xs-none {
      float: none !important;
    }
    .pull-xs-left {
      float: left !important;
    }
    .pull-xs-right {
      float: right !important;
    }
    .text-xs-left {
      text-align: left;
    }
    .text-xs-right {
      text-align: right;
    }
    .text-xs-center {
      text-align: center;
    }
    .d-flex-xs {
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .m-xs-0 {
      margin: 0;
    }
    .mt-xs-0 {
      margin-top: 0;
    }
    .mr-xs-0 {
      margin-right: 0;
    }
    .mb-xs-0 {
      margin-bottom: 0;
    }
    .ml-xs-0 {
      margin-left: 0;
    }
    .m-xs-1 {
      margin: 1px;
    }
    .mt-xs-1 {
      margin-top: 1px;
    }
    .mr-xs-1 {
      margin-right: 1px;
    }
    .mb-xs-1 {
      margin-bottom: 1px;
    }
    .ml-xs-1 {
      margin-left: 1px;
    }
    .m-xs-2 {
      margin: 2px;
    }
    .mt-xs-2 {
      margin-top: 2px;
    }
    .mr-xs-2 {
      margin-right: 2px;
    }
    .mb-xs-2 {
      margin-bottom: 2px;
    }
    .ml-xs-2 {
      margin-left: 2px;
    }
    .m-xs-3 {
      margin: 3px;
    }
    .mt-xs-3 {
      margin-top: 3px;
    }
    .mr-xs-3 {
      margin-right: 3px;
    }
    .mb-xs-3 {
      margin-bottom: 3px;
    }
    .ml-xs-3 {
      margin-left: 3px;
    }
    .m-xs-4 {
      margin: 4px;
    }
    .mt-xs-4 {
      margin-top: 4px;
    }
    .mr-xs-4 {
      margin-right: 4px;
    }
    .mb-xs-4 {
      margin-bottom: 4px;
    }
    .ml-xs-4 {
      margin-left: 4px;
    }
    .m-xs-5 {
      margin: 5px;
    }
    .mt-xs-5 {
      margin-top: 5px;
    }
    .mr-xs-5 {
      margin-right: 5px;
    }
    .mb-xs-5 {
      margin-bottom: 5px;
    }
    .ml-xs-5 {
      margin-left: 5px;
    }
    .m-xs-6 {
      margin: 6px;
    }
    .mt-xs-6 {
      margin-top: 6px;
    }
    .mr-xs-6 {
      margin-right: 6px;
    }
    .mb-xs-6 {
      margin-bottom: 6px;
    }
    .ml-xs-6 {
      margin-left: 6px;
    }
    .m-xs-7 {
      margin: 7px;
    }
    .mt-xs-7 {
      margin-top: 7px;
    }
    .mr-xs-7 {
      margin-right: 7px;
    }
    .mb-xs-7 {
      margin-bottom: 7px;
    }
    .ml-xs-7 {
      margin-left: 7px;
    }
    .m-xs-8 {
      margin: 8px;
    }
    .mt-xs-8 {
      margin-top: 8px;
    }
    .mr-xs-8 {
      margin-right: 8px;
    }
    .mb-xs-8 {
      margin-bottom: 8px;
    }
    .ml-xs-8 {
      margin-left: 8px;
    }
    .m-xs-9 {
      margin: 9px;
    }
    .mt-xs-9 {
      margin-top: 9px;
    }
    .mr-xs-9 {
      margin-right: 9px;
    }
    .mb-xs-9 {
      margin-bottom: 9px;
    }
    .ml-xs-9 {
      margin-left: 9px;
    }
    .m-xs-10 {
      margin: 10px;
    }
    .mt-xs-10 {
      margin-top: 10px;
    }
    .mr-xs-10 {
      margin-right: 10px;
    }
    .mb-xs-10 {
      margin-bottom: 10px;
    }
    .ml-xs-10 {
      margin-left: 10px;
    }
    .m-xs-11 {
      margin: 11px;
    }
    .mt-xs-11 {
      margin-top: 11px;
    }
    .mr-xs-11 {
      margin-right: 11px;
    }
    .mb-xs-11 {
      margin-bottom: 11px;
    }
    .ml-xs-11 {
      margin-left: 11px;
    }
    .m-xs-12 {
      margin: 12px;
    }
    .mt-xs-12 {
      margin-top: 12px;
    }
    .mr-xs-12 {
      margin-right: 12px;
    }
    .mb-xs-12 {
      margin-bottom: 12px;
    }
    .ml-xs-12 {
      margin-left: 12px;
    }
    .m-xs-13 {
      margin: 13px;
    }
    .mt-xs-13 {
      margin-top: 13px;
    }
    .mr-xs-13 {
      margin-right: 13px;
    }
    .mb-xs-13 {
      margin-bottom: 13px;
    }
    .ml-xs-13 {
      margin-left: 13px;
    }
    .m-xs-14 {
      margin: 14px;
    }
    .mt-xs-14 {
      margin-top: 14px;
    }
    .mr-xs-14 {
      margin-right: 14px;
    }
    .mb-xs-14 {
      margin-bottom: 14px;
    }
    .ml-xs-14 {
      margin-left: 14px;
    }
    .m-xs-15 {
      margin: 15px;
    }
    .mt-xs-15 {
      margin-top: 15px;
    }
    .mr-xs-15 {
      margin-right: 15px;
    }
    .mb-xs-15 {
      margin-bottom: 15px;
    }
    .ml-xs-15 {
      margin-left: 15px;
    }
    .m-xs-16 {
      margin: 16px;
    }
    .mt-xs-16 {
      margin-top: 16px;
    }
    .mr-xs-16 {
      margin-right: 16px;
    }
    .mb-xs-16 {
      margin-bottom: 16px;
    }
    .ml-xs-16 {
      margin-left: 16px;
    }
    .m-xs-17 {
      margin: 17px;
    }
    .mt-xs-17 {
      margin-top: 17px;
    }
    .mr-xs-17 {
      margin-right: 17px;
    }
    .mb-xs-17 {
      margin-bottom: 17px;
    }
    .ml-xs-17 {
      margin-left: 17px;
    }
    .m-xs-18 {
      margin: 18px;
    }
    .mt-xs-18 {
      margin-top: 18px;
    }
    .mr-xs-18 {
      margin-right: 18px;
    }
    .mb-xs-18 {
      margin-bottom: 18px;
    }
    .ml-xs-18 {
      margin-left: 18px;
    }
    .m-xs-19 {
      margin: 19px;
    }
    .mt-xs-19 {
      margin-top: 19px;
    }
    .mr-xs-19 {
      margin-right: 19px;
    }
    .mb-xs-19 {
      margin-bottom: 19px;
    }
    .ml-xs-19 {
      margin-left: 19px;
    }
    .m-xs-20 {
      margin: 20px;
    }
    .mt-xs-20 {
      margin-top: 20px;
    }
    .mr-xs-20 {
      margin-right: 20px;
    }
    .mb-xs-20 {
      margin-bottom: 20px;
    }
    .ml-xs-20 {
      margin-left: 20px;
    }
    .m-xs-21 {
      margin: 21px;
    }
    .mt-xs-21 {
      margin-top: 21px;
    }
    .mr-xs-21 {
      margin-right: 21px;
    }
    .mb-xs-21 {
      margin-bottom: 21px;
    }
    .ml-xs-21 {
      margin-left: 21px;
    }
    .m-xs-22 {
      margin: 22px;
    }
    .mt-xs-22 {
      margin-top: 22px;
    }
    .mr-xs-22 {
      margin-right: 22px;
    }
    .mb-xs-22 {
      margin-bottom: 22px;
    }
    .ml-xs-22 {
      margin-left: 22px;
    }
    .m-xs-23 {
      margin: 23px;
    }
    .mt-xs-23 {
      margin-top: 23px;
    }
    .mr-xs-23 {
      margin-right: 23px;
    }
    .mb-xs-23 {
      margin-bottom: 23px;
    }
    .ml-xs-23 {
      margin-left: 23px;
    }
    .m-xs-24 {
      margin: 24px;
    }
    .mt-xs-24 {
      margin-top: 24px;
    }
    .mr-xs-24 {
      margin-right: 24px;
    }
    .mb-xs-24 {
      margin-bottom: 24px;
    }
    .ml-xs-24 {
      margin-left: 24px;
    }
    .m-xs-25 {
      margin: 25px;
    }
    .mt-xs-25 {
      margin-top: 25px;
    }
    .mr-xs-25 {
      margin-right: 25px;
    }
    .mb-xs-25 {
      margin-bottom: 25px;
    }
    .ml-xs-25 {
      margin-left: 25px;
    }
    .m-xs-26 {
      margin: 26px;
    }
    .mt-xs-26 {
      margin-top: 26px;
    }
    .mr-xs-26 {
      margin-right: 26px;
    }
    .mb-xs-26 {
      margin-bottom: 26px;
    }
    .ml-xs-26 {
      margin-left: 26px;
    }
    .m-xs-27 {
      margin: 27px;
    }
    .mt-xs-27 {
      margin-top: 27px;
    }
    .mr-xs-27 {
      margin-right: 27px;
    }
    .mb-xs-27 {
      margin-bottom: 27px;
    }
    .ml-xs-27 {
      margin-left: 27px;
    }
    .m-xs-28 {
      margin: 28px;
    }
    .mt-xs-28 {
      margin-top: 28px;
    }
    .mr-xs-28 {
      margin-right: 28px;
    }
    .mb-xs-28 {
      margin-bottom: 28px;
    }
    .ml-xs-28 {
      margin-left: 28px;
    }
    .m-xs-29 {
      margin: 29px;
    }
    .mt-xs-29 {
      margin-top: 29px;
    }
    .mr-xs-29 {
      margin-right: 29px;
    }
    .mb-xs-29 {
      margin-bottom: 29px;
    }
    .ml-xs-29 {
      margin-left: 29px;
    }
    .m-xs-30 {
      margin: 30px;
    }
    .mt-xs-30 {
      margin-top: 30px;
    }
    .mr-xs-30 {
      margin-right: 30px;
    }
    .mb-xs-30 {
      margin-bottom: 30px;
    }
    .ml-xs-30 {
      margin-left: 30px;
    }
    .m-xs-31 {
      margin: 31px;
    }
    .mt-xs-31 {
      margin-top: 31px;
    }
    .mr-xs-31 {
      margin-right: 31px;
    }
    .mb-xs-31 {
      margin-bottom: 31px;
    }
    .ml-xs-31 {
      margin-left: 31px;
    }
    .m-xs-32 {
      margin: 32px;
    }
    .mt-xs-32 {
      margin-top: 32px;
    }
    .mr-xs-32 {
      margin-right: 32px;
    }
    .mb-xs-32 {
      margin-bottom: 32px;
    }
    .ml-xs-32 {
      margin-left: 32px;
    }
    .m-xs-33 {
      margin: 33px;
    }
    .mt-xs-33 {
      margin-top: 33px;
    }
    .mr-xs-33 {
      margin-right: 33px;
    }
    .mb-xs-33 {
      margin-bottom: 33px;
    }
    .ml-xs-33 {
      margin-left: 33px;
    }
    .m-xs-34 {
      margin: 34px;
    }
    .mt-xs-34 {
      margin-top: 34px;
    }
    .mr-xs-34 {
      margin-right: 34px;
    }
    .mb-xs-34 {
      margin-bottom: 34px;
    }
    .ml-xs-34 {
      margin-left: 34px;
    }
    .m-xs-35 {
      margin: 35px;
    }
    .mt-xs-35 {
      margin-top: 35px;
    }
    .mr-xs-35 {
      margin-right: 35px;
    }
    .mb-xs-35 {
      margin-bottom: 35px;
    }
    .ml-xs-35 {
      margin-left: 35px;
    }
    .m-xs-36 {
      margin: 36px;
    }
    .mt-xs-36 {
      margin-top: 36px;
    }
    .mr-xs-36 {
      margin-right: 36px;
    }
    .mb-xs-36 {
      margin-bottom: 36px;
    }
    .ml-xs-36 {
      margin-left: 36px;
    }
    .m-xs-37 {
      margin: 37px;
    }
    .mt-xs-37 {
      margin-top: 37px;
    }
    .mr-xs-37 {
      margin-right: 37px;
    }
    .mb-xs-37 {
      margin-bottom: 37px;
    }
    .ml-xs-37 {
      margin-left: 37px;
    }
    .m-xs-38 {
      margin: 38px;
    }
    .mt-xs-38 {
      margin-top: 38px;
    }
    .mr-xs-38 {
      margin-right: 38px;
    }
    .mb-xs-38 {
      margin-bottom: 38px;
    }
    .ml-xs-38 {
      margin-left: 38px;
    }
    .m-xs-39 {
      margin: 39px;
    }
    .mt-xs-39 {
      margin-top: 39px;
    }
    .mr-xs-39 {
      margin-right: 39px;
    }
    .mb-xs-39 {
      margin-bottom: 39px;
    }
    .ml-xs-39 {
      margin-left: 39px;
    }
    .m-xs-40 {
      margin: 40px;
    }
    .mt-xs-40 {
      margin-top: 40px;
    }
    .mr-xs-40 {
      margin-right: 40px;
    }
    .mb-xs-40 {
      margin-bottom: 40px;
    }
    .ml-xs-40 {
      margin-left: 40px;
    }
    .m-xs-41 {
      margin: 41px;
    }
    .mt-xs-41 {
      margin-top: 41px;
    }
    .mr-xs-41 {
      margin-right: 41px;
    }
    .mb-xs-41 {
      margin-bottom: 41px;
    }
    .ml-xs-41 {
      margin-left: 41px;
    }
    .m-xs-42 {
      margin: 42px;
    }
    .mt-xs-42 {
      margin-top: 42px;
    }
    .mr-xs-42 {
      margin-right: 42px;
    }
    .mb-xs-42 {
      margin-bottom: 42px;
    }
    .ml-xs-42 {
      margin-left: 42px;
    }
    .m-xs-43 {
      margin: 43px;
    }
    .mt-xs-43 {
      margin-top: 43px;
    }
    .mr-xs-43 {
      margin-right: 43px;
    }
    .mb-xs-43 {
      margin-bottom: 43px;
    }
    .ml-xs-43 {
      margin-left: 43px;
    }
    .m-xs-44 {
      margin: 44px;
    }
    .mt-xs-44 {
      margin-top: 44px;
    }
    .mr-xs-44 {
      margin-right: 44px;
    }
    .mb-xs-44 {
      margin-bottom: 44px;
    }
    .ml-xs-44 {
      margin-left: 44px;
    }
    .m-xs-45 {
      margin: 45px;
    }
    .mt-xs-45 {
      margin-top: 45px;
    }
    .mr-xs-45 {
      margin-right: 45px;
    }
    .mb-xs-45 {
      margin-bottom: 45px;
    }
    .ml-xs-45 {
      margin-left: 45px;
    }
    .m-xs-46 {
      margin: 46px;
    }
    .mt-xs-46 {
      margin-top: 46px;
    }
    .mr-xs-46 {
      margin-right: 46px;
    }
    .mb-xs-46 {
      margin-bottom: 46px;
    }
    .ml-xs-46 {
      margin-left: 46px;
    }
    .m-xs-47 {
      margin: 47px;
    }
    .mt-xs-47 {
      margin-top: 47px;
    }
    .mr-xs-47 {
      margin-right: 47px;
    }
    .mb-xs-47 {
      margin-bottom: 47px;
    }
    .ml-xs-47 {
      margin-left: 47px;
    }
    .m-xs-48 {
      margin: 48px;
    }
    .mt-xs-48 {
      margin-top: 48px;
    }
    .mr-xs-48 {
      margin-right: 48px;
    }
    .mb-xs-48 {
      margin-bottom: 48px;
    }
    .ml-xs-48 {
      margin-left: 48px;
    }
    .m-xs-49 {
      margin: 49px;
    }
    .mt-xs-49 {
      margin-top: 49px;
    }
    .mr-xs-49 {
      margin-right: 49px;
    }
    .mb-xs-49 {
      margin-bottom: 49px;
    }
    .ml-xs-49 {
      margin-left: 49px;
    }
    .m-xs-50 {
      margin: 50px;
    }
    .mt-xs-50 {
      margin-top: 50px;
    }
    .mr-xs-50 {
      margin-right: 50px;
    }
    .mb-xs-50 {
      margin-bottom: 50px;
    }
    .ml-xs-50 {
      margin-left: 50px;
    }
    .m-xs-51 {
      margin: 51px;
    }
    .mt-xs-51 {
      margin-top: 51px;
    }
    .mr-xs-51 {
      margin-right: 51px;
    }
    .mb-xs-51 {
      margin-bottom: 51px;
    }
    .ml-xs-51 {
      margin-left: 51px;
    }
    .m-xs-52 {
      margin: 52px;
    }
    .mt-xs-52 {
      margin-top: 52px;
    }
    .mr-xs-52 {
      margin-right: 52px;
    }
    .mb-xs-52 {
      margin-bottom: 52px;
    }
    .ml-xs-52 {
      margin-left: 52px;
    }
    .m-xs-53 {
      margin: 53px;
    }
    .mt-xs-53 {
      margin-top: 53px;
    }
    .mr-xs-53 {
      margin-right: 53px;
    }
    .mb-xs-53 {
      margin-bottom: 53px;
    }
    .ml-xs-53 {
      margin-left: 53px;
    }
    .m-xs-54 {
      margin: 54px;
    }
    .mt-xs-54 {
      margin-top: 54px;
    }
    .mr-xs-54 {
      margin-right: 54px;
    }
    .mb-xs-54 {
      margin-bottom: 54px;
    }
    .ml-xs-54 {
      margin-left: 54px;
    }
    .m-xs-55 {
      margin: 55px;
    }
    .mt-xs-55 {
      margin-top: 55px;
    }
    .mr-xs-55 {
      margin-right: 55px;
    }
    .mb-xs-55 {
      margin-bottom: 55px;
    }
    .ml-xs-55 {
      margin-left: 55px;
    }
    .m-xs-56 {
      margin: 56px;
    }
    .mt-xs-56 {
      margin-top: 56px;
    }
    .mr-xs-56 {
      margin-right: 56px;
    }
    .mb-xs-56 {
      margin-bottom: 56px;
    }
    .ml-xs-56 {
      margin-left: 56px;
    }
    .m-xs-57 {
      margin: 57px;
    }
    .mt-xs-57 {
      margin-top: 57px;
    }
    .mr-xs-57 {
      margin-right: 57px;
    }
    .mb-xs-57 {
      margin-bottom: 57px;
    }
    .ml-xs-57 {
      margin-left: 57px;
    }
    .m-xs-58 {
      margin: 58px;
    }
    .mt-xs-58 {
      margin-top: 58px;
    }
    .mr-xs-58 {
      margin-right: 58px;
    }
    .mb-xs-58 {
      margin-bottom: 58px;
    }
    .ml-xs-58 {
      margin-left: 58px;
    }
    .m-xs-59 {
      margin: 59px;
    }
    .mt-xs-59 {
      margin-top: 59px;
    }
    .mr-xs-59 {
      margin-right: 59px;
    }
    .mb-xs-59 {
      margin-bottom: 59px;
    }
    .ml-xs-59 {
      margin-left: 59px;
    }
    .m-xs-60 {
      margin: 60px;
    }
    .mt-xs-60 {
      margin-top: 60px;
    }
    .mr-xs-60 {
      margin-right: 60px;
    }
    .mb-xs-60 {
      margin-bottom: 60px;
    }
    .ml-xs-60 {
      margin-left: 60px;
    }
    .m-xs-61 {
      margin: 61px;
    }
    .mt-xs-61 {
      margin-top: 61px;
    }
    .mr-xs-61 {
      margin-right: 61px;
    }
    .mb-xs-61 {
      margin-bottom: 61px;
    }
    .ml-xs-61 {
      margin-left: 61px;
    }
    .m-xs-62 {
      margin: 62px;
    }
    .mt-xs-62 {
      margin-top: 62px;
    }
    .mr-xs-62 {
      margin-right: 62px;
    }
    .mb-xs-62 {
      margin-bottom: 62px;
    }
    .ml-xs-62 {
      margin-left: 62px;
    }
    .m-xs-63 {
      margin: 63px;
    }
    .mt-xs-63 {
      margin-top: 63px;
    }
    .mr-xs-63 {
      margin-right: 63px;
    }
    .mb-xs-63 {
      margin-bottom: 63px;
    }
    .ml-xs-63 {
      margin-left: 63px;
    }
    .m-xs-64 {
      margin: 64px;
    }
    .mt-xs-64 {
      margin-top: 64px;
    }
    .mr-xs-64 {
      margin-right: 64px;
    }
    .mb-xs-64 {
      margin-bottom: 64px;
    }
    .ml-xs-64 {
      margin-left: 64px;
    }
    .m-xs-65 {
      margin: 65px;
    }
    .mt-xs-65 {
      margin-top: 65px;
    }
    .mr-xs-65 {
      margin-right: 65px;
    }
    .mb-xs-65 {
      margin-bottom: 65px;
    }
    .ml-xs-65 {
      margin-left: 65px;
    }
    .m-xs-66 {
      margin: 66px;
    }
    .mt-xs-66 {
      margin-top: 66px;
    }
    .mr-xs-66 {
      margin-right: 66px;
    }
    .mb-xs-66 {
      margin-bottom: 66px;
    }
    .ml-xs-66 {
      margin-left: 66px;
    }
    .m-xs-67 {
      margin: 67px;
    }
    .mt-xs-67 {
      margin-top: 67px;
    }
    .mr-xs-67 {
      margin-right: 67px;
    }
    .mb-xs-67 {
      margin-bottom: 67px;
    }
    .ml-xs-67 {
      margin-left: 67px;
    }
    .m-xs-68 {
      margin: 68px;
    }
    .mt-xs-68 {
      margin-top: 68px;
    }
    .mr-xs-68 {
      margin-right: 68px;
    }
    .mb-xs-68 {
      margin-bottom: 68px;
    }
    .ml-xs-68 {
      margin-left: 68px;
    }
    .m-xs-69 {
      margin: 69px;
    }
    .mt-xs-69 {
      margin-top: 69px;
    }
    .mr-xs-69 {
      margin-right: 69px;
    }
    .mb-xs-69 {
      margin-bottom: 69px;
    }
    .ml-xs-69 {
      margin-left: 69px;
    }
    .m-xs-70 {
      margin: 70px;
    }
    .mt-xs-70 {
      margin-top: 70px;
    }
    .mr-xs-70 {
      margin-right: 70px;
    }
    .mb-xs-70 {
      margin-bottom: 70px;
    }
    .ml-xs-70 {
      margin-left: 70px;
    }
    .m-xs-71 {
      margin: 71px;
    }
    .mt-xs-71 {
      margin-top: 71px;
    }
    .mr-xs-71 {
      margin-right: 71px;
    }
    .mb-xs-71 {
      margin-bottom: 71px;
    }
    .ml-xs-71 {
      margin-left: 71px;
    }
    .m-xs-72 {
      margin: 72px;
    }
    .mt-xs-72 {
      margin-top: 72px;
    }
    .mr-xs-72 {
      margin-right: 72px;
    }
    .mb-xs-72 {
      margin-bottom: 72px;
    }
    .ml-xs-72 {
      margin-left: 72px;
    }
    .m-xs-73 {
      margin: 73px;
    }
    .mt-xs-73 {
      margin-top: 73px;
    }
    .mr-xs-73 {
      margin-right: 73px;
    }
    .mb-xs-73 {
      margin-bottom: 73px;
    }
    .ml-xs-73 {
      margin-left: 73px;
    }
    .m-xs-74 {
      margin: 74px;
    }
    .mt-xs-74 {
      margin-top: 74px;
    }
    .mr-xs-74 {
      margin-right: 74px;
    }
    .mb-xs-74 {
      margin-bottom: 74px;
    }
    .ml-xs-74 {
      margin-left: 74px;
    }
    .m-xs-75 {
      margin: 75px;
    }
    .mt-xs-75 {
      margin-top: 75px;
    }
    .mr-xs-75 {
      margin-right: 75px;
    }
    .mb-xs-75 {
      margin-bottom: 75px;
    }
    .ml-xs-75 {
      margin-left: 75px;
    }
    .m-xs-76 {
      margin: 76px;
    }
    .mt-xs-76 {
      margin-top: 76px;
    }
    .mr-xs-76 {
      margin-right: 76px;
    }
    .mb-xs-76 {
      margin-bottom: 76px;
    }
    .ml-xs-76 {
      margin-left: 76px;
    }
    .m-xs-77 {
      margin: 77px;
    }
    .mt-xs-77 {
      margin-top: 77px;
    }
    .mr-xs-77 {
      margin-right: 77px;
    }
    .mb-xs-77 {
      margin-bottom: 77px;
    }
    .ml-xs-77 {
      margin-left: 77px;
    }
    .m-xs-78 {
      margin: 78px;
    }
    .mt-xs-78 {
      margin-top: 78px;
    }
    .mr-xs-78 {
      margin-right: 78px;
    }
    .mb-xs-78 {
      margin-bottom: 78px;
    }
    .ml-xs-78 {
      margin-left: 78px;
    }
    .m-xs-79 {
      margin: 79px;
    }
    .mt-xs-79 {
      margin-top: 79px;
    }
    .mr-xs-79 {
      margin-right: 79px;
    }
    .mb-xs-79 {
      margin-bottom: 79px;
    }
    .ml-xs-79 {
      margin-left: 79px;
    }
    .m-xs-80 {
      margin: 80px;
    }
    .mt-xs-80 {
      margin-top: 80px;
    }
    .mr-xs-80 {
      margin-right: 80px;
    }
    .mb-xs-80 {
      margin-bottom: 80px;
    }
    .ml-xs-80 {
      margin-left: 80px;
    }
    .p-xs-0 {
      padding: 0;
    }
    .pt-xs-0 {
      padding-top: 0;
    }
    .pr-xs-0 {
      padding-right: 0;
    }
    .pb-xs-0 {
      padding-bottom: 0;
    }
    .pl-xs-0 {
      padding-left: 0;
    }
    .p-xs-1 {
      padding: 1px;
    }
    .pt-xs-1 {
      padding-top: 1px;
    }
    .pr-xs-1 {
      padding-right: 1px;
    }
    .pb-xs-1 {
      padding-bottom: 1px;
    }
    .pl-xs-1 {
      padding-left: 1px;
    }
    .p-xs-2 {
      padding: 2px;
    }
    .pt-xs-2 {
      padding-top: 2px;
    }
    .pr-xs-2 {
      padding-right: 2px;
    }
    .pb-xs-2 {
      padding-bottom: 2px;
    }
    .pl-xs-2 {
      padding-left: 2px;
    }
    .p-xs-3 {
      padding: 3px;
    }
    .pt-xs-3 {
      padding-top: 3px;
    }
    .pr-xs-3 {
      padding-right: 3px;
    }
    .pb-xs-3 {
      padding-bottom: 3px;
    }
    .pl-xs-3 {
      padding-left: 3px;
    }
    .p-xs-4 {
      padding: 4px;
    }
    .pt-xs-4 {
      padding-top: 4px;
    }
    .pr-xs-4 {
      padding-right: 4px;
    }
    .pb-xs-4 {
      padding-bottom: 4px;
    }
    .pl-xs-4 {
      padding-left: 4px;
    }
    .p-xs-5 {
      padding: 5px;
    }
    .pt-xs-5 {
      padding-top: 5px;
    }
    .pr-xs-5 {
      padding-right: 5px;
    }
    .pb-xs-5 {
      padding-bottom: 5px;
    }
    .pl-xs-5 {
      padding-left: 5px;
    }
    .p-xs-6 {
      padding: 6px;
    }
    .pt-xs-6 {
      padding-top: 6px;
    }
    .pr-xs-6 {
      padding-right: 6px;
    }
    .pb-xs-6 {
      padding-bottom: 6px;
    }
    .pl-xs-6 {
      padding-left: 6px;
    }
    .p-xs-7 {
      padding: 7px;
    }
    .pt-xs-7 {
      padding-top: 7px;
    }
    .pr-xs-7 {
      padding-right: 7px;
    }
    .pb-xs-7 {
      padding-bottom: 7px;
    }
    .pl-xs-7 {
      padding-left: 7px;
    }
    .p-xs-8 {
      padding: 8px;
    }
    .pt-xs-8 {
      padding-top: 8px;
    }
    .pr-xs-8 {
      padding-right: 8px;
    }
    .pb-xs-8 {
      padding-bottom: 8px;
    }
    .pl-xs-8 {
      padding-left: 8px;
    }
    .p-xs-9 {
      padding: 9px;
    }
    .pt-xs-9 {
      padding-top: 9px;
    }
    .pr-xs-9 {
      padding-right: 9px;
    }
    .pb-xs-9 {
      padding-bottom: 9px;
    }
    .pl-xs-9 {
      padding-left: 9px;
    }
    .p-xs-10 {
      padding: 10px;
    }
    .pt-xs-10 {
      padding-top: 10px;
    }
    .pr-xs-10 {
      padding-right: 10px;
    }
    .pb-xs-10 {
      padding-bottom: 10px;
    }
    .pl-xs-10 {
      padding-left: 10px;
    }
    .p-xs-11 {
      padding: 11px;
    }
    .pt-xs-11 {
      padding-top: 11px;
    }
    .pr-xs-11 {
      padding-right: 11px;
    }
    .pb-xs-11 {
      padding-bottom: 11px;
    }
    .pl-xs-11 {
      padding-left: 11px;
    }
    .p-xs-12 {
      padding: 12px;
    }
    .pt-xs-12 {
      padding-top: 12px;
    }
    .pr-xs-12 {
      padding-right: 12px;
    }
    .pb-xs-12 {
      padding-bottom: 12px;
    }
    .pl-xs-12 {
      padding-left: 12px;
    }
    .p-xs-13 {
      padding: 13px;
    }
    .pt-xs-13 {
      padding-top: 13px;
    }
    .pr-xs-13 {
      padding-right: 13px;
    }
    .pb-xs-13 {
      padding-bottom: 13px;
    }
    .pl-xs-13 {
      padding-left: 13px;
    }
    .p-xs-14 {
      padding: 14px;
    }
    .pt-xs-14 {
      padding-top: 14px;
    }
    .pr-xs-14 {
      padding-right: 14px;
    }
    .pb-xs-14 {
      padding-bottom: 14px;
    }
    .pl-xs-14 {
      padding-left: 14px;
    }
    .p-xs-15 {
      padding: 15px;
    }
    .pt-xs-15 {
      padding-top: 15px;
    }
    .pr-xs-15 {
      padding-right: 15px;
    }
    .pb-xs-15 {
      padding-bottom: 15px;
    }
    .pl-xs-15 {
      padding-left: 15px;
    }
    .p-xs-16 {
      padding: 16px;
    }
    .pt-xs-16 {
      padding-top: 16px;
    }
    .pr-xs-16 {
      padding-right: 16px;
    }
    .pb-xs-16 {
      padding-bottom: 16px;
    }
    .pl-xs-16 {
      padding-left: 16px;
    }
    .p-xs-17 {
      padding: 17px;
    }
    .pt-xs-17 {
      padding-top: 17px;
    }
    .pr-xs-17 {
      padding-right: 17px;
    }
    .pb-xs-17 {
      padding-bottom: 17px;
    }
    .pl-xs-17 {
      padding-left: 17px;
    }
    .p-xs-18 {
      padding: 18px;
    }
    .pt-xs-18 {
      padding-top: 18px;
    }
    .pr-xs-18 {
      padding-right: 18px;
    }
    .pb-xs-18 {
      padding-bottom: 18px;
    }
    .pl-xs-18 {
      padding-left: 18px;
    }
    .p-xs-19 {
      padding: 19px;
    }
    .pt-xs-19 {
      padding-top: 19px;
    }
    .pr-xs-19 {
      padding-right: 19px;
    }
    .pb-xs-19 {
      padding-bottom: 19px;
    }
    .pl-xs-19 {
      padding-left: 19px;
    }
    .p-xs-20 {
      padding: 20px;
    }
    .pt-xs-20 {
      padding-top: 20px;
    }
    .pr-xs-20 {
      padding-right: 20px;
    }
    .pb-xs-20 {
      padding-bottom: 20px;
    }
    .pl-xs-20 {
      padding-left: 20px;
    }
    .p-xs-21 {
      padding: 21px;
    }
    .pt-xs-21 {
      padding-top: 21px;
    }
    .pr-xs-21 {
      padding-right: 21px;
    }
    .pb-xs-21 {
      padding-bottom: 21px;
    }
    .pl-xs-21 {
      padding-left: 21px;
    }
    .p-xs-22 {
      padding: 22px;
    }
    .pt-xs-22 {
      padding-top: 22px;
    }
    .pr-xs-22 {
      padding-right: 22px;
    }
    .pb-xs-22 {
      padding-bottom: 22px;
    }
    .pl-xs-22 {
      padding-left: 22px;
    }
    .p-xs-23 {
      padding: 23px;
    }
    .pt-xs-23 {
      padding-top: 23px;
    }
    .pr-xs-23 {
      padding-right: 23px;
    }
    .pb-xs-23 {
      padding-bottom: 23px;
    }
    .pl-xs-23 {
      padding-left: 23px;
    }
    .p-xs-24 {
      padding: 24px;
    }
    .pt-xs-24 {
      padding-top: 24px;
    }
    .pr-xs-24 {
      padding-right: 24px;
    }
    .pb-xs-24 {
      padding-bottom: 24px;
    }
    .pl-xs-24 {
      padding-left: 24px;
    }
    .p-xs-25 {
      padding: 25px;
    }
    .pt-xs-25 {
      padding-top: 25px;
    }
    .pr-xs-25 {
      padding-right: 25px;
    }
    .pb-xs-25 {
      padding-bottom: 25px;
    }
    .pl-xs-25 {
      padding-left: 25px;
    }
    .p-xs-26 {
      padding: 26px;
    }
    .pt-xs-26 {
      padding-top: 26px;
    }
    .pr-xs-26 {
      padding-right: 26px;
    }
    .pb-xs-26 {
      padding-bottom: 26px;
    }
    .pl-xs-26 {
      padding-left: 26px;
    }
    .p-xs-27 {
      padding: 27px;
    }
    .pt-xs-27 {
      padding-top: 27px;
    }
    .pr-xs-27 {
      padding-right: 27px;
    }
    .pb-xs-27 {
      padding-bottom: 27px;
    }
    .pl-xs-27 {
      padding-left: 27px;
    }
    .p-xs-28 {
      padding: 28px;
    }
    .pt-xs-28 {
      padding-top: 28px;
    }
    .pr-xs-28 {
      padding-right: 28px;
    }
    .pb-xs-28 {
      padding-bottom: 28px;
    }
    .pl-xs-28 {
      padding-left: 28px;
    }
    .p-xs-29 {
      padding: 29px;
    }
    .pt-xs-29 {
      padding-top: 29px;
    }
    .pr-xs-29 {
      padding-right: 29px;
    }
    .pb-xs-29 {
      padding-bottom: 29px;
    }
    .pl-xs-29 {
      padding-left: 29px;
    }
    .p-xs-30 {
      padding: 30px;
    }
    .pt-xs-30 {
      padding-top: 30px;
    }
    .pr-xs-30 {
      padding-right: 30px;
    }
    .pb-xs-30 {
      padding-bottom: 30px;
    }
    .pl-xs-30 {
      padding-left: 30px;
    }
    .p-xs-31 {
      padding: 31px;
    }
    .pt-xs-31 {
      padding-top: 31px;
    }
    .pr-xs-31 {
      padding-right: 31px;
    }
    .pb-xs-31 {
      padding-bottom: 31px;
    }
    .pl-xs-31 {
      padding-left: 31px;
    }
    .p-xs-32 {
      padding: 32px;
    }
    .pt-xs-32 {
      padding-top: 32px;
    }
    .pr-xs-32 {
      padding-right: 32px;
    }
    .pb-xs-32 {
      padding-bottom: 32px;
    }
    .pl-xs-32 {
      padding-left: 32px;
    }
    .p-xs-33 {
      padding: 33px;
    }
    .pt-xs-33 {
      padding-top: 33px;
    }
    .pr-xs-33 {
      padding-right: 33px;
    }
    .pb-xs-33 {
      padding-bottom: 33px;
    }
    .pl-xs-33 {
      padding-left: 33px;
    }
    .p-xs-34 {
      padding: 34px;
    }
    .pt-xs-34 {
      padding-top: 34px;
    }
    .pr-xs-34 {
      padding-right: 34px;
    }
    .pb-xs-34 {
      padding-bottom: 34px;
    }
    .pl-xs-34 {
      padding-left: 34px;
    }
    .p-xs-35 {
      padding: 35px;
    }
    .pt-xs-35 {
      padding-top: 35px;
    }
    .pr-xs-35 {
      padding-right: 35px;
    }
    .pb-xs-35 {
      padding-bottom: 35px;
    }
    .pl-xs-35 {
      padding-left: 35px;
    }
    .p-xs-36 {
      padding: 36px;
    }
    .pt-xs-36 {
      padding-top: 36px;
    }
    .pr-xs-36 {
      padding-right: 36px;
    }
    .pb-xs-36 {
      padding-bottom: 36px;
    }
    .pl-xs-36 {
      padding-left: 36px;
    }
    .p-xs-37 {
      padding: 37px;
    }
    .pt-xs-37 {
      padding-top: 37px;
    }
    .pr-xs-37 {
      padding-right: 37px;
    }
    .pb-xs-37 {
      padding-bottom: 37px;
    }
    .pl-xs-37 {
      padding-left: 37px;
    }
    .p-xs-38 {
      padding: 38px;
    }
    .pt-xs-38 {
      padding-top: 38px;
    }
    .pr-xs-38 {
      padding-right: 38px;
    }
    .pb-xs-38 {
      padding-bottom: 38px;
    }
    .pl-xs-38 {
      padding-left: 38px;
    }
    .p-xs-39 {
      padding: 39px;
    }
    .pt-xs-39 {
      padding-top: 39px;
    }
    .pr-xs-39 {
      padding-right: 39px;
    }
    .pb-xs-39 {
      padding-bottom: 39px;
    }
    .pl-xs-39 {
      padding-left: 39px;
    }
    .p-xs-40 {
      padding: 40px;
    }
    .pt-xs-40 {
      padding-top: 40px;
    }
    .pr-xs-40 {
      padding-right: 40px;
    }
    .pb-xs-40 {
      padding-bottom: 40px;
    }
    .pl-xs-40 {
      padding-left: 40px;
    }
    .p-xs-41 {
      padding: 41px;
    }
    .pt-xs-41 {
      padding-top: 41px;
    }
    .pr-xs-41 {
      padding-right: 41px;
    }
    .pb-xs-41 {
      padding-bottom: 41px;
    }
    .pl-xs-41 {
      padding-left: 41px;
    }
    .p-xs-42 {
      padding: 42px;
    }
    .pt-xs-42 {
      padding-top: 42px;
    }
    .pr-xs-42 {
      padding-right: 42px;
    }
    .pb-xs-42 {
      padding-bottom: 42px;
    }
    .pl-xs-42 {
      padding-left: 42px;
    }
    .p-xs-43 {
      padding: 43px;
    }
    .pt-xs-43 {
      padding-top: 43px;
    }
    .pr-xs-43 {
      padding-right: 43px;
    }
    .pb-xs-43 {
      padding-bottom: 43px;
    }
    .pl-xs-43 {
      padding-left: 43px;
    }
    .p-xs-44 {
      padding: 44px;
    }
    .pt-xs-44 {
      padding-top: 44px;
    }
    .pr-xs-44 {
      padding-right: 44px;
    }
    .pb-xs-44 {
      padding-bottom: 44px;
    }
    .pl-xs-44 {
      padding-left: 44px;
    }
    .p-xs-45 {
      padding: 45px;
    }
    .pt-xs-45 {
      padding-top: 45px;
    }
    .pr-xs-45 {
      padding-right: 45px;
    }
    .pb-xs-45 {
      padding-bottom: 45px;
    }
    .pl-xs-45 {
      padding-left: 45px;
    }
    .p-xs-46 {
      padding: 46px;
    }
    .pt-xs-46 {
      padding-top: 46px;
    }
    .pr-xs-46 {
      padding-right: 46px;
    }
    .pb-xs-46 {
      padding-bottom: 46px;
    }
    .pl-xs-46 {
      padding-left: 46px;
    }
    .p-xs-47 {
      padding: 47px;
    }
    .pt-xs-47 {
      padding-top: 47px;
    }
    .pr-xs-47 {
      padding-right: 47px;
    }
    .pb-xs-47 {
      padding-bottom: 47px;
    }
    .pl-xs-47 {
      padding-left: 47px;
    }
    .p-xs-48 {
      padding: 48px;
    }
    .pt-xs-48 {
      padding-top: 48px;
    }
    .pr-xs-48 {
      padding-right: 48px;
    }
    .pb-xs-48 {
      padding-bottom: 48px;
    }
    .pl-xs-48 {
      padding-left: 48px;
    }
    .p-xs-49 {
      padding: 49px;
    }
    .pt-xs-49 {
      padding-top: 49px;
    }
    .pr-xs-49 {
      padding-right: 49px;
    }
    .pb-xs-49 {
      padding-bottom: 49px;
    }
    .pl-xs-49 {
      padding-left: 49px;
    }
    .p-xs-50 {
      padding: 50px;
    }
    .pt-xs-50 {
      padding-top: 50px;
    }
    .pr-xs-50 {
      padding-right: 50px;
    }
    .pb-xs-50 {
      padding-bottom: 50px;
    }
    .pl-xs-50 {
      padding-left: 50px;
    }
    .p-xs-51 {
      padding: 51px;
    }
    .pt-xs-51 {
      padding-top: 51px;
    }
    .pr-xs-51 {
      padding-right: 51px;
    }
    .pb-xs-51 {
      padding-bottom: 51px;
    }
    .pl-xs-51 {
      padding-left: 51px;
    }
    .p-xs-52 {
      padding: 52px;
    }
    .pt-xs-52 {
      padding-top: 52px;
    }
    .pr-xs-52 {
      padding-right: 52px;
    }
    .pb-xs-52 {
      padding-bottom: 52px;
    }
    .pl-xs-52 {
      padding-left: 52px;
    }
    .p-xs-53 {
      padding: 53px;
    }
    .pt-xs-53 {
      padding-top: 53px;
    }
    .pr-xs-53 {
      padding-right: 53px;
    }
    .pb-xs-53 {
      padding-bottom: 53px;
    }
    .pl-xs-53 {
      padding-left: 53px;
    }
    .p-xs-54 {
      padding: 54px;
    }
    .pt-xs-54 {
      padding-top: 54px;
    }
    .pr-xs-54 {
      padding-right: 54px;
    }
    .pb-xs-54 {
      padding-bottom: 54px;
    }
    .pl-xs-54 {
      padding-left: 54px;
    }
    .p-xs-55 {
      padding: 55px;
    }
    .pt-xs-55 {
      padding-top: 55px;
    }
    .pr-xs-55 {
      padding-right: 55px;
    }
    .pb-xs-55 {
      padding-bottom: 55px;
    }
    .pl-xs-55 {
      padding-left: 55px;
    }
    .p-xs-56 {
      padding: 56px;
    }
    .pt-xs-56 {
      padding-top: 56px;
    }
    .pr-xs-56 {
      padding-right: 56px;
    }
    .pb-xs-56 {
      padding-bottom: 56px;
    }
    .pl-xs-56 {
      padding-left: 56px;
    }
    .p-xs-57 {
      padding: 57px;
    }
    .pt-xs-57 {
      padding-top: 57px;
    }
    .pr-xs-57 {
      padding-right: 57px;
    }
    .pb-xs-57 {
      padding-bottom: 57px;
    }
    .pl-xs-57 {
      padding-left: 57px;
    }
    .p-xs-58 {
      padding: 58px;
    }
    .pt-xs-58 {
      padding-top: 58px;
    }
    .pr-xs-58 {
      padding-right: 58px;
    }
    .pb-xs-58 {
      padding-bottom: 58px;
    }
    .pl-xs-58 {
      padding-left: 58px;
    }
    .p-xs-59 {
      padding: 59px;
    }
    .pt-xs-59 {
      padding-top: 59px;
    }
    .pr-xs-59 {
      padding-right: 59px;
    }
    .pb-xs-59 {
      padding-bottom: 59px;
    }
    .pl-xs-59 {
      padding-left: 59px;
    }
    .p-xs-60 {
      padding: 60px;
    }
    .pt-xs-60 {
      padding-top: 60px;
    }
    .pr-xs-60 {
      padding-right: 60px;
    }
    .pb-xs-60 {
      padding-bottom: 60px;
    }
    .pl-xs-60 {
      padding-left: 60px;
    }
    .p-xs-61 {
      padding: 61px;
    }
    .pt-xs-61 {
      padding-top: 61px;
    }
    .pr-xs-61 {
      padding-right: 61px;
    }
    .pb-xs-61 {
      padding-bottom: 61px;
    }
    .pl-xs-61 {
      padding-left: 61px;
    }
    .p-xs-62 {
      padding: 62px;
    }
    .pt-xs-62 {
      padding-top: 62px;
    }
    .pr-xs-62 {
      padding-right: 62px;
    }
    .pb-xs-62 {
      padding-bottom: 62px;
    }
    .pl-xs-62 {
      padding-left: 62px;
    }
    .p-xs-63 {
      padding: 63px;
    }
    .pt-xs-63 {
      padding-top: 63px;
    }
    .pr-xs-63 {
      padding-right: 63px;
    }
    .pb-xs-63 {
      padding-bottom: 63px;
    }
    .pl-xs-63 {
      padding-left: 63px;
    }
    .p-xs-64 {
      padding: 64px;
    }
    .pt-xs-64 {
      padding-top: 64px;
    }
    .pr-xs-64 {
      padding-right: 64px;
    }
    .pb-xs-64 {
      padding-bottom: 64px;
    }
    .pl-xs-64 {
      padding-left: 64px;
    }
    .p-xs-65 {
      padding: 65px;
    }
    .pt-xs-65 {
      padding-top: 65px;
    }
    .pr-xs-65 {
      padding-right: 65px;
    }
    .pb-xs-65 {
      padding-bottom: 65px;
    }
    .pl-xs-65 {
      padding-left: 65px;
    }
    .p-xs-66 {
      padding: 66px;
    }
    .pt-xs-66 {
      padding-top: 66px;
    }
    .pr-xs-66 {
      padding-right: 66px;
    }
    .pb-xs-66 {
      padding-bottom: 66px;
    }
    .pl-xs-66 {
      padding-left: 66px;
    }
    .p-xs-67 {
      padding: 67px;
    }
    .pt-xs-67 {
      padding-top: 67px;
    }
    .pr-xs-67 {
      padding-right: 67px;
    }
    .pb-xs-67 {
      padding-bottom: 67px;
    }
    .pl-xs-67 {
      padding-left: 67px;
    }
    .p-xs-68 {
      padding: 68px;
    }
    .pt-xs-68 {
      padding-top: 68px;
    }
    .pr-xs-68 {
      padding-right: 68px;
    }
    .pb-xs-68 {
      padding-bottom: 68px;
    }
    .pl-xs-68 {
      padding-left: 68px;
    }
    .p-xs-69 {
      padding: 69px;
    }
    .pt-xs-69 {
      padding-top: 69px;
    }
    .pr-xs-69 {
      padding-right: 69px;
    }
    .pb-xs-69 {
      padding-bottom: 69px;
    }
    .pl-xs-69 {
      padding-left: 69px;
    }
    .p-xs-70 {
      padding: 70px;
    }
    .pt-xs-70 {
      padding-top: 70px;
    }
    .pr-xs-70 {
      padding-right: 70px;
    }
    .pb-xs-70 {
      padding-bottom: 70px;
    }
    .pl-xs-70 {
      padding-left: 70px;
    }
    .p-xs-71 {
      padding: 71px;
    }
    .pt-xs-71 {
      padding-top: 71px;
    }
    .pr-xs-71 {
      padding-right: 71px;
    }
    .pb-xs-71 {
      padding-bottom: 71px;
    }
    .pl-xs-71 {
      padding-left: 71px;
    }
    .p-xs-72 {
      padding: 72px;
    }
    .pt-xs-72 {
      padding-top: 72px;
    }
    .pr-xs-72 {
      padding-right: 72px;
    }
    .pb-xs-72 {
      padding-bottom: 72px;
    }
    .pl-xs-72 {
      padding-left: 72px;
    }
    .p-xs-73 {
      padding: 73px;
    }
    .pt-xs-73 {
      padding-top: 73px;
    }
    .pr-xs-73 {
      padding-right: 73px;
    }
    .pb-xs-73 {
      padding-bottom: 73px;
    }
    .pl-xs-73 {
      padding-left: 73px;
    }
    .p-xs-74 {
      padding: 74px;
    }
    .pt-xs-74 {
      padding-top: 74px;
    }
    .pr-xs-74 {
      padding-right: 74px;
    }
    .pb-xs-74 {
      padding-bottom: 74px;
    }
    .pl-xs-74 {
      padding-left: 74px;
    }
    .p-xs-75 {
      padding: 75px;
    }
    .pt-xs-75 {
      padding-top: 75px;
    }
    .pr-xs-75 {
      padding-right: 75px;
    }
    .pb-xs-75 {
      padding-bottom: 75px;
    }
    .pl-xs-75 {
      padding-left: 75px;
    }
    .p-xs-76 {
      padding: 76px;
    }
    .pt-xs-76 {
      padding-top: 76px;
    }
    .pr-xs-76 {
      padding-right: 76px;
    }
    .pb-xs-76 {
      padding-bottom: 76px;
    }
    .pl-xs-76 {
      padding-left: 76px;
    }
    .p-xs-77 {
      padding: 77px;
    }
    .pt-xs-77 {
      padding-top: 77px;
    }
    .pr-xs-77 {
      padding-right: 77px;
    }
    .pb-xs-77 {
      padding-bottom: 77px;
    }
    .pl-xs-77 {
      padding-left: 77px;
    }
    .p-xs-78 {
      padding: 78px;
    }
    .pt-xs-78 {
      padding-top: 78px;
    }
    .pr-xs-78 {
      padding-right: 78px;
    }
    .pb-xs-78 {
      padding-bottom: 78px;
    }
    .pl-xs-78 {
      padding-left: 78px;
    }
    .p-xs-79 {
      padding: 79px;
    }
    .pt-xs-79 {
      padding-top: 79px;
    }
    .pr-xs-79 {
      padding-right: 79px;
    }
    .pb-xs-79 {
      padding-bottom: 79px;
    }
    .pl-xs-79 {
      padding-left: 79px;
    }
    .p-xs-80 {
      padding: 80px;
    }
    .pt-xs-80 {
      padding-top: 80px;
    }
    .pr-xs-80 {
      padding-right: 80px;
    }
    .pb-xs-80 {
      padding-bottom: 80px;
    }
    .pl-xs-80 {
      padding-left: 80px;
    }
    .center-content-xs-v {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .gallery__close-btn,
    .gallery__close-btn-full {
      border: 0;
      padding: 8px 10px 5px;
      border-radius: 10px;
      height: 45px;
      margin-right: 8px;
    }
    .gallery__close-btn-full {
      outline: 0;
      position: absolute;
      top: 63px;
      right: 0;
      bottom: 0;
      z-index: 10;
    }
    .txt-size-xs {
      font-size: 13px;
    }
  }
  @media (max-width: 345px) {
    .logo.mobile > i {
      height: 24px !important;
      width: 200px;
    }
    .assine-mobile {
      padding: 5px;
      height: auto;
    }
    .btn-sessions {
      height: auto;
      padding: 7px 5px;
      border: none;
    }
    .nav-main .container {
      padding: 0 2px;
    }
  }
  @media (max-width: 728px) {
    .logo.internal-mobile > i {
      width: 166px;
      height: 18px !important;
    }
  }
  @media (max-width: 991px) {
    .nav-main .logo {
      -ms-flex-order: 1;
      order: 1;
    }
    .nav-main .btn-sessions {
      margin-left: 0;
      margin-right: auto;
    }
    .nav-main .btn-search {
      margin-right: 0;
      -ms-flex-order: 2;
      order: 2;
      margin-left: auto;
    }
    .btn-share {
      margin-right: 0;
    }
    .search-simple {
      background: #f7f7f7;
    }
    #esquerda_8_12_1 {
      margin-top: 0;
    }
    .search-options-simple {
      width: 100%;
      height: 40px;
      line-height: 40px;
    }
    ul.dropdown-em-submenu-search-simple {
      max-height: 40px !important;
      width: 100%;
      background: transparent;
      border-bottom: 1px solid #d8d8d8;
    }
    ul.dropdown-em-submenu-search-simple > li:first-child {
      padding: 0;
    }
    ul.dropdown-em-submenu-search-simple > li {
      float: left;
      width: 20%;
      text-align: center;
    }
    ul.dropdown-em-submenu-search-simple > li a {
      font-size: 14px;
    }
    #search-show:checked ~ * a.logo,
    #search-show:checked ~ * button#js-btn-nav-side,
    #search-show:checked ~ a.logo,
    #search-show:checked ~ button#js-btn-nav-side {
      display: none !important;
    }
    header input.txt-search {
      width: 100% !important;
    }
    .js-recaptcha {
      margin-left: -10px;
    }
    .login-signature-no-subscriber,
    .login-signature-subscriber {
      padding: 10px 15px;
    }
    .login-signature-subscriber form {
      padding: 0;
    }
    .login-signature-no-subscriber {
      border-left: none;
      border-top: 1px solid #d8d8d8;
    }
    .login-signature-no-subscriber .btn-cta-white {
      width: 100%;
    }
    .login-signature .modal-dialog {
      width: 100%;
      border-radius: 0;
      top: 0 !important;
      transform: none !important;
    }
    .login-signature .modal-dialog .modal-content {
      border-radius: 0;
    }
    .login-signature .modal-dialog .modal-content .modal-body {
      background: #fff;
      padding: 20px 5px;
    }
    .news-blocked-content {
      width: 100%;
      padding: 20px 7px;
    }
    .news-blocked-content-subtitle-second {
      width: 80%;
      margin: auto;
    }
    .news-blocked-content-price {
      margin-bottom: 15px;
    }
    .news-blocked-content-price h4 {
      font-size: 16px;
    }
    .news-blocked-content-footer {
      margin-top: 15px;
      margin-bottom: 10px;
    }
    .news-article-content {
      padding: 0;
    }
    #esquerda_8_12_1 {
      padding-right: 8px;
    }
    #direita_4_12_1 {
      padding-left: 8px;
      border-left: none;
    }
    .resources__user {
      -ms-flex-order: 3;
      order: 3;
      width: 100%;
      border: none;
      padding-left: 0;
      margin-left: 0;
      display: block;
    }
    .resources__user--menu {
      opacity: 1;
      visibility: visible;
      position: relative;
      top: 0;
      right: 0;
      min-width: 100%;
      transform: none;
      border: none;
      border-bottom: 1px solid #d8d8d8;
      border-radius: 0;
      box-shadow: none;
      background: transparent;
      padding: 0;
    }
    .resources__user--menu:after,
    .resources__user--menu:before {
      display: none;
    }
    .resources__user--menu .user-menu__nav {
      display: inline-block;
    }
    .resources__user--menu .user-menu__header {
      padding-bottom: 0;
      border-bottom: none;
    }
    .resources__user--menu .user-menu__item.logout {
      padding: 15px 0 10px;
    }
    .header-share-no-scrolled {
      display: none;
    }
    .nav-main .container {
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }
  @media (max-width: 991px) and (max-width: 767px) {
    .js-show-share-scrolled .nav-main .logo {
      -ms-flex-order: -1;
      order: -1;
    }
  }
  @media (max-width: 1365px) {
    .news-card__content:after,
    .news-card__content:before {
      display: none;
    }
  }
  @media print {
    .news-box {
      display: none;
    }
  }
  @media screen and (max-width: 1024px) {
    .internal-last-news-title {
      font-size: 16px;
    }
  }
  @media (min-width: 768px) {
    .blockquote-widget.left,
    .read-more-widget {
      margin-right: 20px;
      margin-bottom: 20px;
    }
    .col-sm-push-negative-1 {
      margin-left: -8.33333%;
      clear: both;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1024px) {
    .em-poder-search-result {
      width: 58.33333%;
    }
    .em-poder-search-result-title {
      width: 33.33333%;
    }
    .em-poder-search-result-news {
      width: 100%;
    }
    .em-poder-sidebar {
      width: 33.33333%;
    }
  }
  @media (min-width: 1366px) {
    .jumbotron-full {
      height: 563px;
    }
    .jumbotron-full-4 {
      min-height: 275px;
    }
    .jumbotron-row > div > .jumbotron {
      height: 405px;
    }
    .jumbotron-row {
      max-height: 420px;
      overflow: hidden;
    }
    .container-full-width {
      width: 100%;
      max-width: 1680px;
      padding-left: 40px;
      padding-right: 40px;
      font-size: 18px;
      font-size: 1.125rem;
    }
    .narrow {
      border-left: 1px solid #d8d8d8;
      border-right: 1px solid #d8d8d8;
      padding-left: 50px;
      padding-right: 50px;
      float: left;
      width: 100%;
    }
    .d-lg-inline {
      display: inline !important;
    }
    .d-lg-inline-block {
      display: inline-block !important;
    }
    .d-lg-block {
      display: block !important;
    }
    .d-lg-none {
      display: none !important;
    }
    .pull-lg-none {
      float: none !important;
    }
    .pull-lg-left {
      float: left !important;
    }
    .pull-lg-right {
      float: right !important;
    }
    .text-lg-left {
      text-align: left;
    }
    .text-lg-right {
      text-align: right;
    }
    .text-lg-center {
      text-align: center;
    }
    .m-lg-0 {
      margin: 0;
    }
    .mt-lg-0 {
      margin-top: 0;
    }
    .mr-lg-0 {
      margin-right: 0;
    }
    .mb-lg-0 {
      margin-bottom: 0;
    }
    .ml-lg-0 {
      margin-left: 0;
    }
    .m-lg-1 {
      margin: 1px;
    }
    .mt-lg-1 {
      margin-top: 1px;
    }
    .mr-lg-1 {
      margin-right: 1px;
    }
    .mb-lg-1 {
      margin-bottom: 1px;
    }
    .ml-lg-1 {
      margin-left: 1px;
    }
    .m-lg-2 {
      margin: 2px;
    }
    .mt-lg-2 {
      margin-top: 2px;
    }
    .mr-lg-2 {
      margin-right: 2px;
    }
    .mb-lg-2 {
      margin-bottom: 2px;
    }
    .ml-lg-2 {
      margin-left: 2px;
    }
    .m-lg-3 {
      margin: 3px;
    }
    .mt-lg-3 {
      margin-top: 3px;
    }
    .mr-lg-3 {
      margin-right: 3px;
    }
    .mb-lg-3 {
      margin-bottom: 3px;
    }
    .ml-lg-3 {
      margin-left: 3px;
    }
    .m-lg-4 {
      margin: 4px;
    }
    .mt-lg-4 {
      margin-top: 4px;
    }
    .mr-lg-4 {
      margin-right: 4px;
    }
    .mb-lg-4 {
      margin-bottom: 4px;
    }
    .ml-lg-4 {
      margin-left: 4px;
    }
    .m-lg-5 {
      margin: 5px;
    }
    .mt-lg-5 {
      margin-top: 5px;
    }
    .mr-lg-5 {
      margin-right: 5px;
    }
    .mb-lg-5 {
      margin-bottom: 5px;
    }
    .ml-lg-5 {
      margin-left: 5px;
    }
    .m-lg-6 {
      margin: 6px;
    }
    .mt-lg-6 {
      margin-top: 6px;
    }
    .mr-lg-6 {
      margin-right: 6px;
    }
    .mb-lg-6 {
      margin-bottom: 6px;
    }
    .ml-lg-6 {
      margin-left: 6px;
    }
    .m-lg-7 {
      margin: 7px;
    }
    .mt-lg-7 {
      margin-top: 7px;
    }
    .mr-lg-7 {
      margin-right: 7px;
    }
    .mb-lg-7 {
      margin-bottom: 7px;
    }
    .ml-lg-7 {
      margin-left: 7px;
    }
    .m-lg-8 {
      margin: 8px;
    }
    .mt-lg-8 {
      margin-top: 8px;
    }
    .mr-lg-8 {
      margin-right: 8px;
    }
    .mb-lg-8 {
      margin-bottom: 8px;
    }
    .ml-lg-8 {
      margin-left: 8px;
    }
    .m-lg-9 {
      margin: 9px;
    }
    .mt-lg-9 {
      margin-top: 9px;
    }
    .mr-lg-9 {
      margin-right: 9px;
    }
    .mb-lg-9 {
      margin-bottom: 9px;
    }
    .ml-lg-9 {
      margin-left: 9px;
    }
    .m-lg-10 {
      margin: 10px;
    }
    .mt-lg-10 {
      margin-top: 10px;
    }
    .mr-lg-10 {
      margin-right: 10px;
    }
    .mb-lg-10 {
      margin-bottom: 10px;
    }
    .ml-lg-10 {
      margin-left: 10px;
    }
    .m-lg-11 {
      margin: 11px;
    }
    .mt-lg-11 {
      margin-top: 11px;
    }
    .mr-lg-11 {
      margin-right: 11px;
    }
    .mb-lg-11 {
      margin-bottom: 11px;
    }
    .ml-lg-11 {
      margin-left: 11px;
    }
    .m-lg-12 {
      margin: 12px;
    }
    .mt-lg-12 {
      margin-top: 12px;
    }
    .mr-lg-12 {
      margin-right: 12px;
    }
    .mb-lg-12 {
      margin-bottom: 12px;
    }
    .ml-lg-12 {
      margin-left: 12px;
    }
    .m-lg-13 {
      margin: 13px;
    }
    .mt-lg-13 {
      margin-top: 13px;
    }
    .mr-lg-13 {
      margin-right: 13px;
    }
    .mb-lg-13 {
      margin-bottom: 13px;
    }
    .ml-lg-13 {
      margin-left: 13px;
    }
    .m-lg-14 {
      margin: 14px;
    }
    .mt-lg-14 {
      margin-top: 14px;
    }
    .mr-lg-14 {
      margin-right: 14px;
    }
    .mb-lg-14 {
      margin-bottom: 14px;
    }
    .ml-lg-14 {
      margin-left: 14px;
    }
    .m-lg-15 {
      margin: 15px;
    }
    .mt-lg-15 {
      margin-top: 15px;
    }
    .mr-lg-15 {
      margin-right: 15px;
    }
    .mb-lg-15 {
      margin-bottom: 15px;
    }
    .ml-lg-15 {
      margin-left: 15px;
    }
    .m-lg-16 {
      margin: 16px;
    }
    .mt-lg-16 {
      margin-top: 16px;
    }
    .mr-lg-16 {
      margin-right: 16px;
    }
    .mb-lg-16 {
      margin-bottom: 16px;
    }
    .ml-lg-16 {
      margin-left: 16px;
    }
    .m-lg-17 {
      margin: 17px;
    }
    .mt-lg-17 {
      margin-top: 17px;
    }
    .mr-lg-17 {
      margin-right: 17px;
    }
    .mb-lg-17 {
      margin-bottom: 17px;
    }
    .ml-lg-17 {
      margin-left: 17px;
    }
    .m-lg-18 {
      margin: 18px;
    }
    .mt-lg-18 {
      margin-top: 18px;
    }
    .mr-lg-18 {
      margin-right: 18px;
    }
    .mb-lg-18 {
      margin-bottom: 18px;
    }
    .ml-lg-18 {
      margin-left: 18px;
    }
    .m-lg-19 {
      margin: 19px;
    }
    .mt-lg-19 {
      margin-top: 19px;
    }
    .mr-lg-19 {
      margin-right: 19px;
    }
    .mb-lg-19 {
      margin-bottom: 19px;
    }
    .ml-lg-19 {
      margin-left: 19px;
    }
    .m-lg-20 {
      margin: 20px;
    }
    .mt-lg-20 {
      margin-top: 20px;
    }
    .mr-lg-20 {
      margin-right: 20px;
    }
    .mb-lg-20 {
      margin-bottom: 20px;
    }
    .ml-lg-20 {
      margin-left: 20px;
    }
    .m-lg-21 {
      margin: 21px;
    }
    .mt-lg-21 {
      margin-top: 21px;
    }
    .mr-lg-21 {
      margin-right: 21px;
    }
    .mb-lg-21 {
      margin-bottom: 21px;
    }
    .ml-lg-21 {
      margin-left: 21px;
    }
    .m-lg-22 {
      margin: 22px;
    }
    .mt-lg-22 {
      margin-top: 22px;
    }
    .mr-lg-22 {
      margin-right: 22px;
    }
    .mb-lg-22 {
      margin-bottom: 22px;
    }
    .ml-lg-22 {
      margin-left: 22px;
    }
    .m-lg-23 {
      margin: 23px;
    }
    .mt-lg-23 {
      margin-top: 23px;
    }
    .mr-lg-23 {
      margin-right: 23px;
    }
    .mb-lg-23 {
      margin-bottom: 23px;
    }
    .ml-lg-23 {
      margin-left: 23px;
    }
    .m-lg-24 {
      margin: 24px;
    }
    .mt-lg-24 {
      margin-top: 24px;
    }
    .mr-lg-24 {
      margin-right: 24px;
    }
    .mb-lg-24 {
      margin-bottom: 24px;
    }
    .ml-lg-24 {
      margin-left: 24px;
    }
    .m-lg-25 {
      margin: 25px;
    }
    .mt-lg-25 {
      margin-top: 25px;
    }
    .mr-lg-25 {
      margin-right: 25px;
    }
    .mb-lg-25 {
      margin-bottom: 25px;
    }
    .ml-lg-25 {
      margin-left: 25px;
    }
    .m-lg-26 {
      margin: 26px;
    }
    .mt-lg-26 {
      margin-top: 26px;
    }
    .mr-lg-26 {
      margin-right: 26px;
    }
    .mb-lg-26 {
      margin-bottom: 26px;
    }
    .ml-lg-26 {
      margin-left: 26px;
    }
    .m-lg-27 {
      margin: 27px;
    }
    .mt-lg-27 {
      margin-top: 27px;
    }
    .mr-lg-27 {
      margin-right: 27px;
    }
    .mb-lg-27 {
      margin-bottom: 27px;
    }
    .ml-lg-27 {
      margin-left: 27px;
    }
    .m-lg-28 {
      margin: 28px;
    }
    .mt-lg-28 {
      margin-top: 28px;
    }
    .mr-lg-28 {
      margin-right: 28px;
    }
    .mb-lg-28 {
      margin-bottom: 28px;
    }
    .ml-lg-28 {
      margin-left: 28px;
    }
    .m-lg-29 {
      margin: 29px;
    }
    .mt-lg-29 {
      margin-top: 29px;
    }
    .mr-lg-29 {
      margin-right: 29px;
    }
    .mb-lg-29 {
      margin-bottom: 29px;
    }
    .ml-lg-29 {
      margin-left: 29px;
    }
    .m-lg-30 {
      margin: 30px;
    }
    .mt-lg-30 {
      margin-top: 30px;
    }
    .mr-lg-30 {
      margin-right: 30px;
    }
    .mb-lg-30 {
      margin-bottom: 30px;
    }
    .ml-lg-30 {
      margin-left: 30px;
    }
    .m-lg-31 {
      margin: 31px;
    }
    .mt-lg-31 {
      margin-top: 31px;
    }
    .mr-lg-31 {
      margin-right: 31px;
    }
    .mb-lg-31 {
      margin-bottom: 31px;
    }
    .ml-lg-31 {
      margin-left: 31px;
    }
    .m-lg-32 {
      margin: 32px;
    }
    .mt-lg-32 {
      margin-top: 32px;
    }
    .mr-lg-32 {
      margin-right: 32px;
    }
    .mb-lg-32 {
      margin-bottom: 32px;
    }
    .ml-lg-32 {
      margin-left: 32px;
    }
    .m-lg-33 {
      margin: 33px;
    }
    .mt-lg-33 {
      margin-top: 33px;
    }
    .mr-lg-33 {
      margin-right: 33px;
    }
    .mb-lg-33 {
      margin-bottom: 33px;
    }
    .ml-lg-33 {
      margin-left: 33px;
    }
    .m-lg-34 {
      margin: 34px;
    }
    .mt-lg-34 {
      margin-top: 34px;
    }
    .mr-lg-34 {
      margin-right: 34px;
    }
    .mb-lg-34 {
      margin-bottom: 34px;
    }
    .ml-lg-34 {
      margin-left: 34px;
    }
    .m-lg-35 {
      margin: 35px;
    }
    .mt-lg-35 {
      margin-top: 35px;
    }
    .mr-lg-35 {
      margin-right: 35px;
    }
    .mb-lg-35 {
      margin-bottom: 35px;
    }
    .ml-lg-35 {
      margin-left: 35px;
    }
    .m-lg-36 {
      margin: 36px;
    }
    .mt-lg-36 {
      margin-top: 36px;
    }
    .mr-lg-36 {
      margin-right: 36px;
    }
    .mb-lg-36 {
      margin-bottom: 36px;
    }
    .ml-lg-36 {
      margin-left: 36px;
    }
    .m-lg-37 {
      margin: 37px;
    }
    .mt-lg-37 {
      margin-top: 37px;
    }
    .mr-lg-37 {
      margin-right: 37px;
    }
    .mb-lg-37 {
      margin-bottom: 37px;
    }
    .ml-lg-37 {
      margin-left: 37px;
    }
    .m-lg-38 {
      margin: 38px;
    }
    .mt-lg-38 {
      margin-top: 38px;
    }
    .mr-lg-38 {
      margin-right: 38px;
    }
    .mb-lg-38 {
      margin-bottom: 38px;
    }
    .ml-lg-38 {
      margin-left: 38px;
    }
    .m-lg-39 {
      margin: 39px;
    }
    .mt-lg-39 {
      margin-top: 39px;
    }
    .mr-lg-39 {
      margin-right: 39px;
    }
    .mb-lg-39 {
      margin-bottom: 39px;
    }
    .ml-lg-39 {
      margin-left: 39px;
    }
    .m-lg-40 {
      margin: 40px;
    }
    .mt-lg-40 {
      margin-top: 40px;
    }
    .mr-lg-40 {
      margin-right: 40px;
    }
    .mb-lg-40 {
      margin-bottom: 40px;
    }
    .ml-lg-40 {
      margin-left: 40px;
    }
    .m-lg-41 {
      margin: 41px;
    }
    .mt-lg-41 {
      margin-top: 41px;
    }
    .mr-lg-41 {
      margin-right: 41px;
    }
    .mb-lg-41 {
      margin-bottom: 41px;
    }
    .ml-lg-41 {
      margin-left: 41px;
    }
    .m-lg-42 {
      margin: 42px;
    }
    .mt-lg-42 {
      margin-top: 42px;
    }
    .mr-lg-42 {
      margin-right: 42px;
    }
    .mb-lg-42 {
      margin-bottom: 42px;
    }
    .ml-lg-42 {
      margin-left: 42px;
    }
    .m-lg-43 {
      margin: 43px;
    }
    .mt-lg-43 {
      margin-top: 43px;
    }
    .mr-lg-43 {
      margin-right: 43px;
    }
    .mb-lg-43 {
      margin-bottom: 43px;
    }
    .ml-lg-43 {
      margin-left: 43px;
    }
    .m-lg-44 {
      margin: 44px;
    }
    .mt-lg-44 {
      margin-top: 44px;
    }
    .mr-lg-44 {
      margin-right: 44px;
    }
    .mb-lg-44 {
      margin-bottom: 44px;
    }
    .ml-lg-44 {
      margin-left: 44px;
    }
    .m-lg-45 {
      margin: 45px;
    }
    .mt-lg-45 {
      margin-top: 45px;
    }
    .mr-lg-45 {
      margin-right: 45px;
    }
    .mb-lg-45 {
      margin-bottom: 45px;
    }
    .ml-lg-45 {
      margin-left: 45px;
    }
    .m-lg-46 {
      margin: 46px;
    }
    .mt-lg-46 {
      margin-top: 46px;
    }
    .mr-lg-46 {
      margin-right: 46px;
    }
    .mb-lg-46 {
      margin-bottom: 46px;
    }
    .ml-lg-46 {
      margin-left: 46px;
    }
    .m-lg-47 {
      margin: 47px;
    }
    .mt-lg-47 {
      margin-top: 47px;
    }
    .mr-lg-47 {
      margin-right: 47px;
    }
    .mb-lg-47 {
      margin-bottom: 47px;
    }
    .ml-lg-47 {
      margin-left: 47px;
    }
    .m-lg-48 {
      margin: 48px;
    }
    .mt-lg-48 {
      margin-top: 48px;
    }
    .mr-lg-48 {
      margin-right: 48px;
    }
    .mb-lg-48 {
      margin-bottom: 48px;
    }
    .ml-lg-48 {
      margin-left: 48px;
    }
    .m-lg-49 {
      margin: 49px;
    }
    .mt-lg-49 {
      margin-top: 49px;
    }
    .mr-lg-49 {
      margin-right: 49px;
    }
    .mb-lg-49 {
      margin-bottom: 49px;
    }
    .ml-lg-49 {
      margin-left: 49px;
    }
    .m-lg-50 {
      margin: 50px;
    }
    .mt-lg-50 {
      margin-top: 50px;
    }
    .mr-lg-50 {
      margin-right: 50px;
    }
    .mb-lg-50 {
      margin-bottom: 50px;
    }
    .ml-lg-50 {
      margin-left: 50px;
    }
    .m-lg-51 {
      margin: 51px;
    }
    .mt-lg-51 {
      margin-top: 51px;
    }
    .mr-lg-51 {
      margin-right: 51px;
    }
    .mb-lg-51 {
      margin-bottom: 51px;
    }
    .ml-lg-51 {
      margin-left: 51px;
    }
    .m-lg-52 {
      margin: 52px;
    }
    .mt-lg-52 {
      margin-top: 52px;
    }
    .mr-lg-52 {
      margin-right: 52px;
    }
    .mb-lg-52 {
      margin-bottom: 52px;
    }
    .ml-lg-52 {
      margin-left: 52px;
    }
    .m-lg-53 {
      margin: 53px;
    }
    .mt-lg-53 {
      margin-top: 53px;
    }
    .mr-lg-53 {
      margin-right: 53px;
    }
    .mb-lg-53 {
      margin-bottom: 53px;
    }
    .ml-lg-53 {
      margin-left: 53px;
    }
    .m-lg-54 {
      margin: 54px;
    }
    .mt-lg-54 {
      margin-top: 54px;
    }
    .mr-lg-54 {
      margin-right: 54px;
    }
    .mb-lg-54 {
      margin-bottom: 54px;
    }
    .ml-lg-54 {
      margin-left: 54px;
    }
    .m-lg-55 {
      margin: 55px;
    }
    .mt-lg-55 {
      margin-top: 55px;
    }
    .mr-lg-55 {
      margin-right: 55px;
    }
    .mb-lg-55 {
      margin-bottom: 55px;
    }
    .ml-lg-55 {
      margin-left: 55px;
    }
    .m-lg-56 {
      margin: 56px;
    }
    .mt-lg-56 {
      margin-top: 56px;
    }
    .mr-lg-56 {
      margin-right: 56px;
    }
    .mb-lg-56 {
      margin-bottom: 56px;
    }
    .ml-lg-56 {
      margin-left: 56px;
    }
    .m-lg-57 {
      margin: 57px;
    }
    .mt-lg-57 {
      margin-top: 57px;
    }
    .mr-lg-57 {
      margin-right: 57px;
    }
    .mb-lg-57 {
      margin-bottom: 57px;
    }
    .ml-lg-57 {
      margin-left: 57px;
    }
    .m-lg-58 {
      margin: 58px;
    }
    .mt-lg-58 {
      margin-top: 58px;
    }
    .mr-lg-58 {
      margin-right: 58px;
    }
    .mb-lg-58 {
      margin-bottom: 58px;
    }
    .ml-lg-58 {
      margin-left: 58px;
    }
    .m-lg-59 {
      margin: 59px;
    }
    .mt-lg-59 {
      margin-top: 59px;
    }
    .mr-lg-59 {
      margin-right: 59px;
    }
    .mb-lg-59 {
      margin-bottom: 59px;
    }
    .ml-lg-59 {
      margin-left: 59px;
    }
    .m-lg-60 {
      margin: 60px;
    }
    .mt-lg-60 {
      margin-top: 60px;
    }
    .mr-lg-60 {
      margin-right: 60px;
    }
    .mb-lg-60 {
      margin-bottom: 60px;
    }
    .ml-lg-60 {
      margin-left: 60px;
    }
    .m-lg-61 {
      margin: 61px;
    }
    .mt-lg-61 {
      margin-top: 61px;
    }
    .mr-lg-61 {
      margin-right: 61px;
    }
    .mb-lg-61 {
      margin-bottom: 61px;
    }
    .ml-lg-61 {
      margin-left: 61px;
    }
    .m-lg-62 {
      margin: 62px;
    }
    .mt-lg-62 {
      margin-top: 62px;
    }
    .mr-lg-62 {
      margin-right: 62px;
    }
    .mb-lg-62 {
      margin-bottom: 62px;
    }
    .ml-lg-62 {
      margin-left: 62px;
    }
    .m-lg-63 {
      margin: 63px;
    }
    .mt-lg-63 {
      margin-top: 63px;
    }
    .mr-lg-63 {
      margin-right: 63px;
    }
    .mb-lg-63 {
      margin-bottom: 63px;
    }
    .ml-lg-63 {
      margin-left: 63px;
    }
    .m-lg-64 {
      margin: 64px;
    }
    .mt-lg-64 {
      margin-top: 64px;
    }
    .mr-lg-64 {
      margin-right: 64px;
    }
    .mb-lg-64 {
      margin-bottom: 64px;
    }
    .ml-lg-64 {
      margin-left: 64px;
    }
    .m-lg-65 {
      margin: 65px;
    }
    .mt-lg-65 {
      margin-top: 65px;
    }
    .mr-lg-65 {
      margin-right: 65px;
    }
    .mb-lg-65 {
      margin-bottom: 65px;
    }
    .ml-lg-65 {
      margin-left: 65px;
    }
    .m-lg-66 {
      margin: 66px;
    }
    .mt-lg-66 {
      margin-top: 66px;
    }
    .mr-lg-66 {
      margin-right: 66px;
    }
    .mb-lg-66 {
      margin-bottom: 66px;
    }
    .ml-lg-66 {
      margin-left: 66px;
    }
    .m-lg-67 {
      margin: 67px;
    }
    .mt-lg-67 {
      margin-top: 67px;
    }
    .mr-lg-67 {
      margin-right: 67px;
    }
    .mb-lg-67 {
      margin-bottom: 67px;
    }
    .ml-lg-67 {
      margin-left: 67px;
    }
    .m-lg-68 {
      margin: 68px;
    }
    .mt-lg-68 {
      margin-top: 68px;
    }
    .mr-lg-68 {
      margin-right: 68px;
    }
    .mb-lg-68 {
      margin-bottom: 68px;
    }
    .ml-lg-68 {
      margin-left: 68px;
    }
    .m-lg-69 {
      margin: 69px;
    }
    .mt-lg-69 {
      margin-top: 69px;
    }
    .mr-lg-69 {
      margin-right: 69px;
    }
    .mb-lg-69 {
      margin-bottom: 69px;
    }
    .ml-lg-69 {
      margin-left: 69px;
    }
    .m-lg-70 {
      margin: 70px;
    }
    .mt-lg-70 {
      margin-top: 70px;
    }
    .mr-lg-70 {
      margin-right: 70px;
    }
    .mb-lg-70 {
      margin-bottom: 70px;
    }
    .ml-lg-70 {
      margin-left: 70px;
    }
    .m-lg-71 {
      margin: 71px;
    }
    .mt-lg-71 {
      margin-top: 71px;
    }
    .mr-lg-71 {
      margin-right: 71px;
    }
    .mb-lg-71 {
      margin-bottom: 71px;
    }
    .ml-lg-71 {
      margin-left: 71px;
    }
    .m-lg-72 {
      margin: 72px;
    }
    .mt-lg-72 {
      margin-top: 72px;
    }
    .mr-lg-72 {
      margin-right: 72px;
    }
    .mb-lg-72 {
      margin-bottom: 72px;
    }
    .ml-lg-72 {
      margin-left: 72px;
    }
    .m-lg-73 {
      margin: 73px;
    }
    .mt-lg-73 {
      margin-top: 73px;
    }
    .mr-lg-73 {
      margin-right: 73px;
    }
    .mb-lg-73 {
      margin-bottom: 73px;
    }
    .ml-lg-73 {
      margin-left: 73px;
    }
    .m-lg-74 {
      margin: 74px;
    }
    .mt-lg-74 {
      margin-top: 74px;
    }
    .mr-lg-74 {
      margin-right: 74px;
    }
    .mb-lg-74 {
      margin-bottom: 74px;
    }
    .ml-lg-74 {
      margin-left: 74px;
    }
    .m-lg-75 {
      margin: 75px;
    }
    .mt-lg-75 {
      margin-top: 75px;
    }
    .mr-lg-75 {
      margin-right: 75px;
    }
    .mb-lg-75 {
      margin-bottom: 75px;
    }
    .ml-lg-75 {
      margin-left: 75px;
    }
    .m-lg-76 {
      margin: 76px;
    }
    .mt-lg-76 {
      margin-top: 76px;
    }
    .mr-lg-76 {
      margin-right: 76px;
    }
    .mb-lg-76 {
      margin-bottom: 76px;
    }
    .ml-lg-76 {
      margin-left: 76px;
    }
    .m-lg-77 {
      margin: 77px;
    }
    .mt-lg-77 {
      margin-top: 77px;
    }
    .mr-lg-77 {
      margin-right: 77px;
    }
    .mb-lg-77 {
      margin-bottom: 77px;
    }
    .ml-lg-77 {
      margin-left: 77px;
    }
    .m-lg-78 {
      margin: 78px;
    }
    .mt-lg-78 {
      margin-top: 78px;
    }
    .mr-lg-78 {
      margin-right: 78px;
    }
    .mb-lg-78 {
      margin-bottom: 78px;
    }
    .ml-lg-78 {
      margin-left: 78px;
    }
    .m-lg-79 {
      margin: 79px;
    }
    .mt-lg-79 {
      margin-top: 79px;
    }
    .mr-lg-79 {
      margin-right: 79px;
    }
    .mb-lg-79 {
      margin-bottom: 79px;
    }
    .ml-lg-79 {
      margin-left: 79px;
    }
    .m-lg-80 {
      margin: 80px;
    }
    .mt-lg-80 {
      margin-top: 80px;
    }
    .mr-lg-80 {
      margin-right: 80px;
    }
    .mb-lg-80 {
      margin-bottom: 80px;
    }
    .ml-lg-80 {
      margin-left: 80px;
    }
    .p-lg-0 {
      padding: 0;
    }
    .pt-lg-0 {
      padding-top: 0;
    }
    .pr-lg-0 {
      padding-right: 0;
    }
    .pb-lg-0 {
      padding-bottom: 0;
    }
    .pl-lg-0 {
      padding-left: 0;
    }
    .p-lg-1 {
      padding: 1px;
    }
    .pt-lg-1 {
      padding-top: 1px;
    }
    .pr-lg-1 {
      padding-right: 1px;
    }
    .pb-lg-1 {
      padding-bottom: 1px;
    }
    .pl-lg-1 {
      padding-left: 1px;
    }
    .p-lg-2 {
      padding: 2px;
    }
    .pt-lg-2 {
      padding-top: 2px;
    }
    .pr-lg-2 {
      padding-right: 2px;
    }
    .pb-lg-2 {
      padding-bottom: 2px;
    }
    .pl-lg-2 {
      padding-left: 2px;
    }
    .p-lg-3 {
      padding: 3px;
    }
    .pt-lg-3 {
      padding-top: 3px;
    }
    .pr-lg-3 {
      padding-right: 3px;
    }
    .pb-lg-3 {
      padding-bottom: 3px;
    }
    .pl-lg-3 {
      padding-left: 3px;
    }
    .p-lg-4 {
      padding: 4px;
    }
    .pt-lg-4 {
      padding-top: 4px;
    }
    .pr-lg-4 {
      padding-right: 4px;
    }
    .pb-lg-4 {
      padding-bottom: 4px;
    }
    .pl-lg-4 {
      padding-left: 4px;
    }
    .p-lg-5 {
      padding: 5px;
    }
    .pt-lg-5 {
      padding-top: 5px;
    }
    .pr-lg-5 {
      padding-right: 5px;
    }
    .pb-lg-5 {
      padding-bottom: 5px;
    }
    .pl-lg-5 {
      padding-left: 5px;
    }
    .p-lg-6 {
      padding: 6px;
    }
    .pt-lg-6 {
      padding-top: 6px;
    }
    .pr-lg-6 {
      padding-right: 6px;
    }
    .pb-lg-6 {
      padding-bottom: 6px;
    }
    .pl-lg-6 {
      padding-left: 6px;
    }
    .p-lg-7 {
      padding: 7px;
    }
    .pt-lg-7 {
      padding-top: 7px;
    }
    .pr-lg-7 {
      padding-right: 7px;
    }
    .pb-lg-7 {
      padding-bottom: 7px;
    }
    .pl-lg-7 {
      padding-left: 7px;
    }
    .p-lg-8 {
      padding: 8px;
    }
    .pt-lg-8 {
      padding-top: 8px;
    }
    .pr-lg-8 {
      padding-right: 8px;
    }
    .pb-lg-8 {
      padding-bottom: 8px;
    }
    .pl-lg-8 {
      padding-left: 8px;
    }
    .p-lg-9 {
      padding: 9px;
    }
    .pt-lg-9 {
      padding-top: 9px;
    }
    .pr-lg-9 {
      padding-right: 9px;
    }
    .pb-lg-9 {
      padding-bottom: 9px;
    }
    .pl-lg-9 {
      padding-left: 9px;
    }
    .p-lg-10 {
      padding: 10px;
    }
    .pt-lg-10 {
      padding-top: 10px;
    }
    .pr-lg-10 {
      padding-right: 10px;
    }
    .pb-lg-10 {
      padding-bottom: 10px;
    }
    .pl-lg-10 {
      padding-left: 10px;
    }
    .p-lg-11 {
      padding: 11px;
    }
    .pt-lg-11 {
      padding-top: 11px;
    }
    .pr-lg-11 {
      padding-right: 11px;
    }
    .pb-lg-11 {
      padding-bottom: 11px;
    }
    .pl-lg-11 {
      padding-left: 11px;
    }
    .p-lg-12 {
      padding: 12px;
    }
    .pt-lg-12 {
      padding-top: 12px;
    }
    .pr-lg-12 {
      padding-right: 12px;
    }
    .pb-lg-12 {
      padding-bottom: 12px;
    }
    .pl-lg-12 {
      padding-left: 12px;
    }
    .p-lg-13 {
      padding: 13px;
    }
    .pt-lg-13 {
      padding-top: 13px;
    }
    .pr-lg-13 {
      padding-right: 13px;
    }
    .pb-lg-13 {
      padding-bottom: 13px;
    }
    .pl-lg-13 {
      padding-left: 13px;
    }
    .p-lg-14 {
      padding: 14px;
    }
    .pt-lg-14 {
      padding-top: 14px;
    }
    .pr-lg-14 {
      padding-right: 14px;
    }
    .pb-lg-14 {
      padding-bottom: 14px;
    }
    .pl-lg-14 {
      padding-left: 14px;
    }
    .p-lg-15 {
      padding: 15px;
    }
    .pt-lg-15 {
      padding-top: 15px;
    }
    .pr-lg-15 {
      padding-right: 15px;
    }
    .pb-lg-15 {
      padding-bottom: 15px;
    }
    .pl-lg-15 {
      padding-left: 15px;
    }
    .p-lg-16 {
      padding: 16px;
    }
    .pt-lg-16 {
      padding-top: 16px;
    }
    .pr-lg-16 {
      padding-right: 16px;
    }
    .pb-lg-16 {
      padding-bottom: 16px;
    }
    .pl-lg-16 {
      padding-left: 16px;
    }
    .p-lg-17 {
      padding: 17px;
    }
    .pt-lg-17 {
      padding-top: 17px;
    }
    .pr-lg-17 {
      padding-right: 17px;
    }
    .pb-lg-17 {
      padding-bottom: 17px;
    }
    .pl-lg-17 {
      padding-left: 17px;
    }
    .p-lg-18 {
      padding: 18px;
    }
    .pt-lg-18 {
      padding-top: 18px;
    }
    .pr-lg-18 {
      padding-right: 18px;
    }
    .pb-lg-18 {
      padding-bottom: 18px;
    }
    .pl-lg-18 {
      padding-left: 18px;
    }
    .p-lg-19 {
      padding: 19px;
    }
    .pt-lg-19 {
      padding-top: 19px;
    }
    .pr-lg-19 {
      padding-right: 19px;
    }
    .pb-lg-19 {
      padding-bottom: 19px;
    }
    .pl-lg-19 {
      padding-left: 19px;
    }
    .p-lg-20 {
      padding: 20px;
    }
    .pt-lg-20 {
      padding-top: 20px;
    }
    .pr-lg-20 {
      padding-right: 20px;
    }
    .pb-lg-20 {
      padding-bottom: 20px;
    }
    .pl-lg-20 {
      padding-left: 20px;
    }
    .p-lg-21 {
      padding: 21px;
    }
    .pt-lg-21 {
      padding-top: 21px;
    }
    .pr-lg-21 {
      padding-right: 21px;
    }
    .pb-lg-21 {
      padding-bottom: 21px;
    }
    .pl-lg-21 {
      padding-left: 21px;
    }
    .p-lg-22 {
      padding: 22px;
    }
    .pt-lg-22 {
      padding-top: 22px;
    }
    .pr-lg-22 {
      padding-right: 22px;
    }
    .pb-lg-22 {
      padding-bottom: 22px;
    }
    .pl-lg-22 {
      padding-left: 22px;
    }
    .p-lg-23 {
      padding: 23px;
    }
    .pt-lg-23 {
      padding-top: 23px;
    }
    .pr-lg-23 {
      padding-right: 23px;
    }
    .pb-lg-23 {
      padding-bottom: 23px;
    }
    .pl-lg-23 {
      padding-left: 23px;
    }
    .p-lg-24 {
      padding: 24px;
    }
    .pt-lg-24 {
      padding-top: 24px;
    }
    .pr-lg-24 {
      padding-right: 24px;
    }
    .pb-lg-24 {
      padding-bottom: 24px;
    }
    .pl-lg-24 {
      padding-left: 24px;
    }
    .p-lg-25 {
      padding: 25px;
    }
    .pt-lg-25 {
      padding-top: 25px;
    }
    .pr-lg-25 {
      padding-right: 25px;
    }
    .pb-lg-25 {
      padding-bottom: 25px;
    }
    .pl-lg-25 {
      padding-left: 25px;
    }
    .p-lg-26 {
      padding: 26px;
    }
    .pt-lg-26 {
      padding-top: 26px;
    }
    .pr-lg-26 {
      padding-right: 26px;
    }
    .pb-lg-26 {
      padding-bottom: 26px;
    }
    .pl-lg-26 {
      padding-left: 26px;
    }
    .p-lg-27 {
      padding: 27px;
    }
    .pt-lg-27 {
      padding-top: 27px;
    }
    .pr-lg-27 {
      padding-right: 27px;
    }
    .pb-lg-27 {
      padding-bottom: 27px;
    }
    .pl-lg-27 {
      padding-left: 27px;
    }
    .p-lg-28 {
      padding: 28px;
    }
    .pt-lg-28 {
      padding-top: 28px;
    }
    .pr-lg-28 {
      padding-right: 28px;
    }
    .pb-lg-28 {
      padding-bottom: 28px;
    }
    .pl-lg-28 {
      padding-left: 28px;
    }
    .p-lg-29 {
      padding: 29px;
    }
    .pt-lg-29 {
      padding-top: 29px;
    }
    .pr-lg-29 {
      padding-right: 29px;
    }
    .pb-lg-29 {
      padding-bottom: 29px;
    }
    .pl-lg-29 {
      padding-left: 29px;
    }
    .p-lg-30 {
      padding: 30px;
    }
    .pt-lg-30 {
      padding-top: 30px;
    }
    .pr-lg-30 {
      padding-right: 30px;
    }
    .pb-lg-30 {
      padding-bottom: 30px;
    }
    .pl-lg-30 {
      padding-left: 30px;
    }
    .p-lg-31 {
      padding: 31px;
    }
    .pt-lg-31 {
      padding-top: 31px;
    }
    .pr-lg-31 {
      padding-right: 31px;
    }
    .pb-lg-31 {
      padding-bottom: 31px;
    }
    .pl-lg-31 {
      padding-left: 31px;
    }
    .p-lg-32 {
      padding: 32px;
    }
    .pt-lg-32 {
      padding-top: 32px;
    }
    .pr-lg-32 {
      padding-right: 32px;
    }
    .pb-lg-32 {
      padding-bottom: 32px;
    }
    .pl-lg-32 {
      padding-left: 32px;
    }
    .p-lg-33 {
      padding: 33px;
    }
    .pt-lg-33 {
      padding-top: 33px;
    }
    .pr-lg-33 {
      padding-right: 33px;
    }
    .pb-lg-33 {
      padding-bottom: 33px;
    }
    .pl-lg-33 {
      padding-left: 33px;
    }
    .p-lg-34 {
      padding: 34px;
    }
    .pt-lg-34 {
      padding-top: 34px;
    }
    .pr-lg-34 {
      padding-right: 34px;
    }
    .pb-lg-34 {
      padding-bottom: 34px;
    }
    .pl-lg-34 {
      padding-left: 34px;
    }
    .p-lg-35 {
      padding: 35px;
    }
    .pt-lg-35 {
      padding-top: 35px;
    }
    .pr-lg-35 {
      padding-right: 35px;
    }
    .pb-lg-35 {
      padding-bottom: 35px;
    }
    .pl-lg-35 {
      padding-left: 35px;
    }
    .p-lg-36 {
      padding: 36px;
    }
    .pt-lg-36 {
      padding-top: 36px;
    }
    .pr-lg-36 {
      padding-right: 36px;
    }
    .pb-lg-36 {
      padding-bottom: 36px;
    }
    .pl-lg-36 {
      padding-left: 36px;
    }
    .p-lg-37 {
      padding: 37px;
    }
    .pt-lg-37 {
      padding-top: 37px;
    }
    .pr-lg-37 {
      padding-right: 37px;
    }
    .pb-lg-37 {
      padding-bottom: 37px;
    }
    .pl-lg-37 {
      padding-left: 37px;
    }
    .p-lg-38 {
      padding: 38px;
    }
    .pt-lg-38 {
      padding-top: 38px;
    }
    .pr-lg-38 {
      padding-right: 38px;
    }
    .pb-lg-38 {
      padding-bottom: 38px;
    }
    .pl-lg-38 {
      padding-left: 38px;
    }
    .p-lg-39 {
      padding: 39px;
    }
    .pt-lg-39 {
      padding-top: 39px;
    }
    .pr-lg-39 {
      padding-right: 39px;
    }
    .pb-lg-39 {
      padding-bottom: 39px;
    }
    .pl-lg-39 {
      padding-left: 39px;
    }
    .p-lg-40 {
      padding: 40px;
    }
    .pt-lg-40 {
      padding-top: 40px;
    }
    .pr-lg-40 {
      padding-right: 40px;
    }
    .pb-lg-40 {
      padding-bottom: 40px;
    }
    .pl-lg-40 {
      padding-left: 40px;
    }
    .p-lg-41 {
      padding: 41px;
    }
    .pt-lg-41 {
      padding-top: 41px;
    }
    .pr-lg-41 {
      padding-right: 41px;
    }
    .pb-lg-41 {
      padding-bottom: 41px;
    }
    .pl-lg-41 {
      padding-left: 41px;
    }
    .p-lg-42 {
      padding: 42px;
    }
    .pt-lg-42 {
      padding-top: 42px;
    }
    .pr-lg-42 {
      padding-right: 42px;
    }
    .pb-lg-42 {
      padding-bottom: 42px;
    }
    .pl-lg-42 {
      padding-left: 42px;
    }
    .p-lg-43 {
      padding: 43px;
    }
    .pt-lg-43 {
      padding-top: 43px;
    }
    .pr-lg-43 {
      padding-right: 43px;
    }
    .pb-lg-43 {
      padding-bottom: 43px;
    }
    .pl-lg-43 {
      padding-left: 43px;
    }
    .p-lg-44 {
      padding: 44px;
    }
    .pt-lg-44 {
      padding-top: 44px;
    }
    .pr-lg-44 {
      padding-right: 44px;
    }
    .pb-lg-44 {
      padding-bottom: 44px;
    }
    .pl-lg-44 {
      padding-left: 44px;
    }
    .p-lg-45 {
      padding: 45px;
    }
    .pt-lg-45 {
      padding-top: 45px;
    }
    .pr-lg-45 {
      padding-right: 45px;
    }
    .pb-lg-45 {
      padding-bottom: 45px;
    }
    .pl-lg-45 {
      padding-left: 45px;
    }
    .p-lg-46 {
      padding: 46px;
    }
    .pt-lg-46 {
      padding-top: 46px;
    }
    .pr-lg-46 {
      padding-right: 46px;
    }
    .pb-lg-46 {
      padding-bottom: 46px;
    }
    .pl-lg-46 {
      padding-left: 46px;
    }
    .p-lg-47 {
      padding: 47px;
    }
    .pt-lg-47 {
      padding-top: 47px;
    }
    .pr-lg-47 {
      padding-right: 47px;
    }
    .pb-lg-47 {
      padding-bottom: 47px;
    }
    .pl-lg-47 {
      padding-left: 47px;
    }
    .p-lg-48 {
      padding: 48px;
    }
    .pt-lg-48 {
      padding-top: 48px;
    }
    .pr-lg-48 {
      padding-right: 48px;
    }
    .pb-lg-48 {
      padding-bottom: 48px;
    }
    .pl-lg-48 {
      padding-left: 48px;
    }
    .p-lg-49 {
      padding: 49px;
    }
    .pt-lg-49 {
      padding-top: 49px;
    }
    .pr-lg-49 {
      padding-right: 49px;
    }
    .pb-lg-49 {
      padding-bottom: 49px;
    }
    .pl-lg-49 {
      padding-left: 49px;
    }
    .p-lg-50 {
      padding: 50px;
    }
    .pt-lg-50 {
      padding-top: 50px;
    }
    .pr-lg-50 {
      padding-right: 50px;
    }
    .pb-lg-50 {
      padding-bottom: 50px;
    }
    .pl-lg-50 {
      padding-left: 50px;
    }
    .p-lg-51 {
      padding: 51px;
    }
    .pt-lg-51 {
      padding-top: 51px;
    }
    .pr-lg-51 {
      padding-right: 51px;
    }
    .pb-lg-51 {
      padding-bottom: 51px;
    }
    .pl-lg-51 {
      padding-left: 51px;
    }
    .p-lg-52 {
      padding: 52px;
    }
    .pt-lg-52 {
      padding-top: 52px;
    }
    .pr-lg-52 {
      padding-right: 52px;
    }
    .pb-lg-52 {
      padding-bottom: 52px;
    }
    .pl-lg-52 {
      padding-left: 52px;
    }
    .p-lg-53 {
      padding: 53px;
    }
    .pt-lg-53 {
      padding-top: 53px;
    }
    .pr-lg-53 {
      padding-right: 53px;
    }
    .pb-lg-53 {
      padding-bottom: 53px;
    }
    .pl-lg-53 {
      padding-left: 53px;
    }
    .p-lg-54 {
      padding: 54px;
    }
    .pt-lg-54 {
      padding-top: 54px;
    }
    .pr-lg-54 {
      padding-right: 54px;
    }
    .pb-lg-54 {
      padding-bottom: 54px;
    }
    .pl-lg-54 {
      padding-left: 54px;
    }
    .p-lg-55 {
      padding: 55px;
    }
    .pt-lg-55 {
      padding-top: 55px;
    }
    .pr-lg-55 {
      padding-right: 55px;
    }
    .pb-lg-55 {
      padding-bottom: 55px;
    }
    .pl-lg-55 {
      padding-left: 55px;
    }
    .p-lg-56 {
      padding: 56px;
    }
    .pt-lg-56 {
      padding-top: 56px;
    }
    .pr-lg-56 {
      padding-right: 56px;
    }
    .pb-lg-56 {
      padding-bottom: 56px;
    }
    .pl-lg-56 {
      padding-left: 56px;
    }
    .p-lg-57 {
      padding: 57px;
    }
    .pt-lg-57 {
      padding-top: 57px;
    }
    .pr-lg-57 {
      padding-right: 57px;
    }
    .pb-lg-57 {
      padding-bottom: 57px;
    }
    .pl-lg-57 {
      padding-left: 57px;
    }
    .p-lg-58 {
      padding: 58px;
    }
    .pt-lg-58 {
      padding-top: 58px;
    }
    .pr-lg-58 {
      padding-right: 58px;
    }
    .pb-lg-58 {
      padding-bottom: 58px;
    }
    .pl-lg-58 {
      padding-left: 58px;
    }
    .p-lg-59 {
      padding: 59px;
    }
    .pt-lg-59 {
      padding-top: 59px;
    }
    .pr-lg-59 {
      padding-right: 59px;
    }
    .pb-lg-59 {
      padding-bottom: 59px;
    }
    .pl-lg-59 {
      padding-left: 59px;
    }
    .p-lg-60 {
      padding: 60px;
    }
    .pt-lg-60 {
      padding-top: 60px;
    }
    .pr-lg-60 {
      padding-right: 60px;
    }
    .pb-lg-60 {
      padding-bottom: 60px;
    }
    .pl-lg-60 {
      padding-left: 60px;
    }
    .p-lg-61 {
      padding: 61px;
    }
    .pt-lg-61 {
      padding-top: 61px;
    }
    .pr-lg-61 {
      padding-right: 61px;
    }
    .pb-lg-61 {
      padding-bottom: 61px;
    }
    .pl-lg-61 {
      padding-left: 61px;
    }
    .p-lg-62 {
      padding: 62px;
    }
    .pt-lg-62 {
      padding-top: 62px;
    }
    .pr-lg-62 {
      padding-right: 62px;
    }
    .pb-lg-62 {
      padding-bottom: 62px;
    }
    .pl-lg-62 {
      padding-left: 62px;
    }
    .p-lg-63 {
      padding: 63px;
    }
    .pt-lg-63 {
      padding-top: 63px;
    }
    .pr-lg-63 {
      padding-right: 63px;
    }
    .pb-lg-63 {
      padding-bottom: 63px;
    }
    .pl-lg-63 {
      padding-left: 63px;
    }
    .p-lg-64 {
      padding: 64px;
    }
    .pt-lg-64 {
      padding-top: 64px;
    }
    .pr-lg-64 {
      padding-right: 64px;
    }
    .pb-lg-64 {
      padding-bottom: 64px;
    }
    .pl-lg-64 {
      padding-left: 64px;
    }
    .p-lg-65 {
      padding: 65px;
    }
    .pt-lg-65 {
      padding-top: 65px;
    }
    .pr-lg-65 {
      padding-right: 65px;
    }
    .pb-lg-65 {
      padding-bottom: 65px;
    }
    .pl-lg-65 {
      padding-left: 65px;
    }
    .p-lg-66 {
      padding: 66px;
    }
    .pt-lg-66 {
      padding-top: 66px;
    }
    .pr-lg-66 {
      padding-right: 66px;
    }
    .pb-lg-66 {
      padding-bottom: 66px;
    }
    .pl-lg-66 {
      padding-left: 66px;
    }
    .p-lg-67 {
      padding: 67px;
    }
    .pt-lg-67 {
      padding-top: 67px;
    }
    .pr-lg-67 {
      padding-right: 67px;
    }
    .pb-lg-67 {
      padding-bottom: 67px;
    }
    .pl-lg-67 {
      padding-left: 67px;
    }
    .p-lg-68 {
      padding: 68px;
    }
    .pt-lg-68 {
      padding-top: 68px;
    }
    .pr-lg-68 {
      padding-right: 68px;
    }
    .pb-lg-68 {
      padding-bottom: 68px;
    }
    .pl-lg-68 {
      padding-left: 68px;
    }
    .p-lg-69 {
      padding: 69px;
    }
    .pt-lg-69 {
      padding-top: 69px;
    }
    .pr-lg-69 {
      padding-right: 69px;
    }
    .pb-lg-69 {
      padding-bottom: 69px;
    }
    .pl-lg-69 {
      padding-left: 69px;
    }
    .p-lg-70 {
      padding: 70px;
    }
    .pt-lg-70 {
      padding-top: 70px;
    }
    .pr-lg-70 {
      padding-right: 70px;
    }
    .pb-lg-70 {
      padding-bottom: 70px;
    }
    .pl-lg-70 {
      padding-left: 70px;
    }
    .p-lg-71 {
      padding: 71px;
    }
    .pt-lg-71 {
      padding-top: 71px;
    }
    .pr-lg-71 {
      padding-right: 71px;
    }
    .pb-lg-71 {
      padding-bottom: 71px;
    }
    .pl-lg-71 {
      padding-left: 71px;
    }
    .p-lg-72 {
      padding: 72px;
    }
    .pt-lg-72 {
      padding-top: 72px;
    }
    .pr-lg-72 {
      padding-right: 72px;
    }
    .pb-lg-72 {
      padding-bottom: 72px;
    }
    .pl-lg-72 {
      padding-left: 72px;
    }
    .p-lg-73 {
      padding: 73px;
    }
    .pt-lg-73 {
      padding-top: 73px;
    }
    .pr-lg-73 {
      padding-right: 73px;
    }
    .pb-lg-73 {
      padding-bottom: 73px;
    }
    .pl-lg-73 {
      padding-left: 73px;
    }
    .p-lg-74 {
      padding: 74px;
    }
    .pt-lg-74 {
      padding-top: 74px;
    }
    .pr-lg-74 {
      padding-right: 74px;
    }
    .pb-lg-74 {
      padding-bottom: 74px;
    }
    .pl-lg-74 {
      padding-left: 74px;
    }
    .p-lg-75 {
      padding: 75px;
    }
    .pt-lg-75 {
      padding-top: 75px;
    }
    .pr-lg-75 {
      padding-right: 75px;
    }
    .pb-lg-75 {
      padding-bottom: 75px;
    }
    .pl-lg-75 {
      padding-left: 75px;
    }
    .p-lg-76 {
      padding: 76px;
    }
    .pt-lg-76 {
      padding-top: 76px;
    }
    .pr-lg-76 {
      padding-right: 76px;
    }
    .pb-lg-76 {
      padding-bottom: 76px;
    }
    .pl-lg-76 {
      padding-left: 76px;
    }
    .p-lg-77 {
      padding: 77px;
    }
    .pt-lg-77 {
      padding-top: 77px;
    }
    .pr-lg-77 {
      padding-right: 77px;
    }
    .pb-lg-77 {
      padding-bottom: 77px;
    }
    .pl-lg-77 {
      padding-left: 77px;
    }
    .p-lg-78 {
      padding: 78px;
    }
    .pt-lg-78 {
      padding-top: 78px;
    }
    .pr-lg-78 {
      padding-right: 78px;
    }
    .pb-lg-78 {
      padding-bottom: 78px;
    }
    .pl-lg-78 {
      padding-left: 78px;
    }
    .p-lg-79 {
      padding: 79px;
    }
    .pt-lg-79 {
      padding-top: 79px;
    }
    .pr-lg-79 {
      padding-right: 79px;
    }
    .pb-lg-79 {
      padding-bottom: 79px;
    }
    .pl-lg-79 {
      padding-left: 79px;
    }
    .p-lg-80 {
      padding: 80px;
    }
    .pt-lg-80 {
      padding-top: 80px;
    }
    .pr-lg-80 {
      padding-right: 80px;
    }
    .pb-lg-80 {
      padding-bottom: 80px;
    }
    .pl-lg-80 {
      padding-left: 80px;
    }
    .center-content-lg-v {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  @media (min-width: 1px) {
    .uai-opening-list-fix .fixed-btn-uai__overlay {
      display: block !important;
    }
    .uai-opening-list-fix .fixed-btn-uai__btn-close {
      visibility: hidden !important;
      transform: scale(0.5) !important;
      transition: all 0.1s linear !important;
      opacity: 0 !important;
    }
    .uai-hidde-all-btnfixed .fixed-btn-uai__btn-close {
      transition: all 0.1s linear !important;
      transform: scale(1.2) !important;
      opacity: 0 !important;
      visibility: hidden !important;
    }
    .uai-opening-list-fix .fixed-btn-uai__btn {
      border-radius: 50% !important;
      transition: all 0.1s linear !important;
    }
    .uai-hidde-all-btnfixed .fixed-btn-uai__btn {
      transition: all 0.1s linear !important;
      transform: scale(1.2) !important;
      opacity: 0 !important;
      visibility: hidden !important;
    }
    .uai-opening-list-fix .fixed-btn-uai__list {
      transform: translate(0) !important;
      transition: all 0.1s linear !important;
      opacity: 1 !important;
      visibility: initial !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1365px) {
    .see-more-comment {
      width: 250px;
      height: 50px;
    }
    .container {
      width: 100%;
    }
    .d-md-inline {
      display: inline !important;
    }
    .d-md-inline-block {
      display: inline-block !important;
    }
    .d-md-block {
      display: block !important;
    }
    .d-md-none {
      display: none !important;
    }
    .pull-md-none {
      float: none !important;
    }
    .pull-md-left {
      float: left !important;
    }
    .pull-md-right {
      float: right !important;
    }
    .text-md-left {
      text-align: left;
    }
    .text-md-right {
      text-align: right;
    }
    .text-md-center {
      text-align: center;
    }
    .m-md-0 {
      margin: 0;
    }
    .mt-md-0 {
      margin-top: 0;
    }
    .mr-md-0 {
      margin-right: 0;
    }
    .mb-md-0 {
      margin-bottom: 0;
    }
    .ml-md-0 {
      margin-left: 0;
    }
    .m-md-1 {
      margin: 1px;
    }
    .mt-md-1 {
      margin-top: 1px;
    }
    .mr-md-1 {
      margin-right: 1px;
    }
    .mb-md-1 {
      margin-bottom: 1px;
    }
    .ml-md-1 {
      margin-left: 1px;
    }
    .m-md-2 {
      margin: 2px;
    }
    .mt-md-2 {
      margin-top: 2px;
    }
    .mr-md-2 {
      margin-right: 2px;
    }
    .mb-md-2 {
      margin-bottom: 2px;
    }
    .ml-md-2 {
      margin-left: 2px;
    }
    .m-md-3 {
      margin: 3px;
    }
    .mt-md-3 {
      margin-top: 3px;
    }
    .mr-md-3 {
      margin-right: 3px;
    }
    .mb-md-3 {
      margin-bottom: 3px;
    }
    .ml-md-3 {
      margin-left: 3px;
    }
    .m-md-4 {
      margin: 4px;
    }
    .mt-md-4 {
      margin-top: 4px;
    }
    .mr-md-4 {
      margin-right: 4px;
    }
    .mb-md-4 {
      margin-bottom: 4px;
    }
    .ml-md-4 {
      margin-left: 4px;
    }
    .m-md-5 {
      margin: 5px;
    }
    .mt-md-5 {
      margin-top: 5px;
    }
    .mr-md-5 {
      margin-right: 5px;
    }
    .mb-md-5 {
      margin-bottom: 5px;
    }
    .ml-md-5 {
      margin-left: 5px;
    }
    .m-md-6 {
      margin: 6px;
    }
    .mt-md-6 {
      margin-top: 6px;
    }
    .mr-md-6 {
      margin-right: 6px;
    }
    .mb-md-6 {
      margin-bottom: 6px;
    }
    .ml-md-6 {
      margin-left: 6px;
    }
    .m-md-7 {
      margin: 7px;
    }
    .mt-md-7 {
      margin-top: 7px;
    }
    .mr-md-7 {
      margin-right: 7px;
    }
    .mb-md-7 {
      margin-bottom: 7px;
    }
    .ml-md-7 {
      margin-left: 7px;
    }
    .m-md-8 {
      margin: 8px;
    }
    .mt-md-8 {
      margin-top: 8px;
    }
    .mr-md-8 {
      margin-right: 8px;
    }
    .mb-md-8 {
      margin-bottom: 8px;
    }
    .ml-md-8 {
      margin-left: 8px;
    }
    .m-md-9 {
      margin: 9px;
    }
    .mt-md-9 {
      margin-top: 9px;
    }
    .mr-md-9 {
      margin-right: 9px;
    }
    .mb-md-9 {
      margin-bottom: 9px;
    }
    .ml-md-9 {
      margin-left: 9px;
    }
    .m-md-10 {
      margin: 10px;
    }
    .mt-md-10 {
      margin-top: 10px;
    }
    .mr-md-10 {
      margin-right: 10px;
    }
    .mb-md-10 {
      margin-bottom: 10px;
    }
    .ml-md-10 {
      margin-left: 10px;
    }
    .m-md-11 {
      margin: 11px;
    }
    .mt-md-11 {
      margin-top: 11px;
    }
    .mr-md-11 {
      margin-right: 11px;
    }
    .mb-md-11 {
      margin-bottom: 11px;
    }
    .ml-md-11 {
      margin-left: 11px;
    }
    .m-md-12 {
      margin: 12px;
    }
    .mt-md-12 {
      margin-top: 12px;
    }
    .mr-md-12 {
      margin-right: 12px;
    }
    .mb-md-12 {
      margin-bottom: 12px;
    }
    .ml-md-12 {
      margin-left: 12px;
    }
    .m-md-13 {
      margin: 13px;
    }
    .mt-md-13 {
      margin-top: 13px;
    }
    .mr-md-13 {
      margin-right: 13px;
    }
    .mb-md-13 {
      margin-bottom: 13px;
    }
    .ml-md-13 {
      margin-left: 13px;
    }
    .m-md-14 {
      margin: 14px;
    }
    .mt-md-14 {
      margin-top: 14px;
    }
    .mr-md-14 {
      margin-right: 14px;
    }
    .mb-md-14 {
      margin-bottom: 14px;
    }
    .ml-md-14 {
      margin-left: 14px;
    }
    .m-md-15 {
      margin: 15px;
    }
    .mt-md-15 {
      margin-top: 15px;
    }
    .mr-md-15 {
      margin-right: 15px;
    }
    .mb-md-15 {
      margin-bottom: 15px;
    }
    .ml-md-15 {
      margin-left: 15px;
    }
    .m-md-16 {
      margin: 16px;
    }
    .mt-md-16 {
      margin-top: 16px;
    }
    .mr-md-16 {
      margin-right: 16px;
    }
    .mb-md-16 {
      margin-bottom: 16px;
    }
    .ml-md-16 {
      margin-left: 16px;
    }
    .m-md-17 {
      margin: 17px;
    }
    .mt-md-17 {
      margin-top: 17px;
    }
    .mr-md-17 {
      margin-right: 17px;
    }
    .mb-md-17 {
      margin-bottom: 17px;
    }
    .ml-md-17 {
      margin-left: 17px;
    }
    .m-md-18 {
      margin: 18px;
    }
    .mt-md-18 {
      margin-top: 18px;
    }
    .mr-md-18 {
      margin-right: 18px;
    }
    .mb-md-18 {
      margin-bottom: 18px;
    }
    .ml-md-18 {
      margin-left: 18px;
    }
    .m-md-19 {
      margin: 19px;
    }
    .mt-md-19 {
      margin-top: 19px;
    }
    .mr-md-19 {
      margin-right: 19px;
    }
    .mb-md-19 {
      margin-bottom: 19px;
    }
    .ml-md-19 {
      margin-left: 19px;
    }
    .m-md-20 {
      margin: 20px;
    }
    .mt-md-20 {
      margin-top: 20px;
    }
    .mr-md-20 {
      margin-right: 20px;
    }
    .mb-md-20 {
      margin-bottom: 20px;
    }
    .ml-md-20 {
      margin-left: 20px;
    }
    .m-md-21 {
      margin: 21px;
    }
    .mt-md-21 {
      margin-top: 21px;
    }
    .mr-md-21 {
      margin-right: 21px;
    }
    .mb-md-21 {
      margin-bottom: 21px;
    }
    .ml-md-21 {
      margin-left: 21px;
    }
    .m-md-22 {
      margin: 22px;
    }
    .mt-md-22 {
      margin-top: 22px;
    }
    .mr-md-22 {
      margin-right: 22px;
    }
    .mb-md-22 {
      margin-bottom: 22px;
    }
    .ml-md-22 {
      margin-left: 22px;
    }
    .m-md-23 {
      margin: 23px;
    }
    .mt-md-23 {
      margin-top: 23px;
    }
    .mr-md-23 {
      margin-right: 23px;
    }
    .mb-md-23 {
      margin-bottom: 23px;
    }
    .ml-md-23 {
      margin-left: 23px;
    }
    .m-md-24 {
      margin: 24px;
    }
    .mt-md-24 {
      margin-top: 24px;
    }
    .mr-md-24 {
      margin-right: 24px;
    }
    .mb-md-24 {
      margin-bottom: 24px;
    }
    .ml-md-24 {
      margin-left: 24px;
    }
    .m-md-25 {
      margin: 25px;
    }
    .mt-md-25 {
      margin-top: 25px;
    }
    .mr-md-25 {
      margin-right: 25px;
    }
    .mb-md-25 {
      margin-bottom: 25px;
    }
    .ml-md-25 {
      margin-left: 25px;
    }
    .m-md-26 {
      margin: 26px;
    }
    .mt-md-26 {
      margin-top: 26px;
    }
    .mr-md-26 {
      margin-right: 26px;
    }
    .mb-md-26 {
      margin-bottom: 26px;
    }
    .ml-md-26 {
      margin-left: 26px;
    }
    .m-md-27 {
      margin: 27px;
    }
    .mt-md-27 {
      margin-top: 27px;
    }
    .mr-md-27 {
      margin-right: 27px;
    }
    .mb-md-27 {
      margin-bottom: 27px;
    }
    .ml-md-27 {
      margin-left: 27px;
    }
    .m-md-28 {
      margin: 28px;
    }
    .mt-md-28 {
      margin-top: 28px;
    }
    .mr-md-28 {
      margin-right: 28px;
    }
    .mb-md-28 {
      margin-bottom: 28px;
    }
    .ml-md-28 {
      margin-left: 28px;
    }
    .m-md-29 {
      margin: 29px;
    }
    .mt-md-29 {
      margin-top: 29px;
    }
    .mr-md-29 {
      margin-right: 29px;
    }
    .mb-md-29 {
      margin-bottom: 29px;
    }
    .ml-md-29 {
      margin-left: 29px;
    }
    .m-md-30 {
      margin: 30px;
    }
    .mt-md-30 {
      margin-top: 30px;
    }
    .mr-md-30 {
      margin-right: 30px;
    }
    .mb-md-30 {
      margin-bottom: 30px;
    }
    .ml-md-30 {
      margin-left: 30px;
    }
    .m-md-31 {
      margin: 31px;
    }
    .mt-md-31 {
      margin-top: 31px;
    }
    .mr-md-31 {
      margin-right: 31px;
    }
    .mb-md-31 {
      margin-bottom: 31px;
    }
    .ml-md-31 {
      margin-left: 31px;
    }
    .m-md-32 {
      margin: 32px;
    }
    .mt-md-32 {
      margin-top: 32px;
    }
    .mr-md-32 {
      margin-right: 32px;
    }
    .mb-md-32 {
      margin-bottom: 32px;
    }
    .ml-md-32 {
      margin-left: 32px;
    }
    .m-md-33 {
      margin: 33px;
    }
    .mt-md-33 {
      margin-top: 33px;
    }
    .mr-md-33 {
      margin-right: 33px;
    }
    .mb-md-33 {
      margin-bottom: 33px;
    }
    .ml-md-33 {
      margin-left: 33px;
    }
    .m-md-34 {
      margin: 34px;
    }
    .mt-md-34 {
      margin-top: 34px;
    }
    .mr-md-34 {
      margin-right: 34px;
    }
    .mb-md-34 {
      margin-bottom: 34px;
    }
    .ml-md-34 {
      margin-left: 34px;
    }
    .m-md-35 {
      margin: 35px;
    }
    .mt-md-35 {
      margin-top: 35px;
    }
    .mr-md-35 {
      margin-right: 35px;
    }
    .mb-md-35 {
      margin-bottom: 35px;
    }
    .ml-md-35 {
      margin-left: 35px;
    }
    .m-md-36 {
      margin: 36px;
    }
    .mt-md-36 {
      margin-top: 36px;
    }
    .mr-md-36 {
      margin-right: 36px;
    }
    .mb-md-36 {
      margin-bottom: 36px;
    }
    .ml-md-36 {
      margin-left: 36px;
    }
    .m-md-37 {
      margin: 37px;
    }
    .mt-md-37 {
      margin-top: 37px;
    }
    .mr-md-37 {
      margin-right: 37px;
    }
    .mb-md-37 {
      margin-bottom: 37px;
    }
    .ml-md-37 {
      margin-left: 37px;
    }
    .m-md-38 {
      margin: 38px;
    }
    .mt-md-38 {
      margin-top: 38px;
    }
    .mr-md-38 {
      margin-right: 38px;
    }
    .mb-md-38 {
      margin-bottom: 38px;
    }
    .ml-md-38 {
      margin-left: 38px;
    }
    .m-md-39 {
      margin: 39px;
    }
    .mt-md-39 {
      margin-top: 39px;
    }
    .mr-md-39 {
      margin-right: 39px;
    }
    .mb-md-39 {
      margin-bottom: 39px;
    }
    .ml-md-39 {
      margin-left: 39px;
    }
    .m-md-40 {
      margin: 40px;
    }
    .mt-md-40 {
      margin-top: 40px;
    }
    .mr-md-40 {
      margin-right: 40px;
    }
    .mb-md-40 {
      margin-bottom: 40px;
    }
    .ml-md-40 {
      margin-left: 40px;
    }
    .m-md-41 {
      margin: 41px;
    }
    .mt-md-41 {
      margin-top: 41px;
    }
    .mr-md-41 {
      margin-right: 41px;
    }
    .mb-md-41 {
      margin-bottom: 41px;
    }
    .ml-md-41 {
      margin-left: 41px;
    }
    .m-md-42 {
      margin: 42px;
    }
    .mt-md-42 {
      margin-top: 42px;
    }
    .mr-md-42 {
      margin-right: 42px;
    }
    .mb-md-42 {
      margin-bottom: 42px;
    }
    .ml-md-42 {
      margin-left: 42px;
    }
    .m-md-43 {
      margin: 43px;
    }
    .mt-md-43 {
      margin-top: 43px;
    }
    .mr-md-43 {
      margin-right: 43px;
    }
    .mb-md-43 {
      margin-bottom: 43px;
    }
    .ml-md-43 {
      margin-left: 43px;
    }
    .m-md-44 {
      margin: 44px;
    }
    .mt-md-44 {
      margin-top: 44px;
    }
    .mr-md-44 {
      margin-right: 44px;
    }
    .mb-md-44 {
      margin-bottom: 44px;
    }
    .ml-md-44 {
      margin-left: 44px;
    }
    .m-md-45 {
      margin: 45px;
    }
    .mt-md-45 {
      margin-top: 45px;
    }
    .mr-md-45 {
      margin-right: 45px;
    }
    .mb-md-45 {
      margin-bottom: 45px;
    }
    .ml-md-45 {
      margin-left: 45px;
    }
    .m-md-46 {
      margin: 46px;
    }
    .mt-md-46 {
      margin-top: 46px;
    }
    .mr-md-46 {
      margin-right: 46px;
    }
    .mb-md-46 {
      margin-bottom: 46px;
    }
    .ml-md-46 {
      margin-left: 46px;
    }
    .m-md-47 {
      margin: 47px;
    }
    .mt-md-47 {
      margin-top: 47px;
    }
    .mr-md-47 {
      margin-right: 47px;
    }
    .mb-md-47 {
      margin-bottom: 47px;
    }
    .ml-md-47 {
      margin-left: 47px;
    }
    .m-md-48 {
      margin: 48px;
    }
    .mt-md-48 {
      margin-top: 48px;
    }
    .mr-md-48 {
      margin-right: 48px;
    }
    .mb-md-48 {
      margin-bottom: 48px;
    }
    .ml-md-48 {
      margin-left: 48px;
    }
    .m-md-49 {
      margin: 49px;
    }
    .mt-md-49 {
      margin-top: 49px;
    }
    .mr-md-49 {
      margin-right: 49px;
    }
    .mb-md-49 {
      margin-bottom: 49px;
    }
    .ml-md-49 {
      margin-left: 49px;
    }
    .m-md-50 {
      margin: 50px;
    }
    .mt-md-50 {
      margin-top: 50px;
    }
    .mr-md-50 {
      margin-right: 50px;
    }
    .mb-md-50 {
      margin-bottom: 50px;
    }
    .ml-md-50 {
      margin-left: 50px;
    }
    .m-md-51 {
      margin: 51px;
    }
    .mt-md-51 {
      margin-top: 51px;
    }
    .mr-md-51 {
      margin-right: 51px;
    }
    .mb-md-51 {
      margin-bottom: 51px;
    }
    .ml-md-51 {
      margin-left: 51px;
    }
    .m-md-52 {
      margin: 52px;
    }
    .mt-md-52 {
      margin-top: 52px;
    }
    .mr-md-52 {
      margin-right: 52px;
    }
    .mb-md-52 {
      margin-bottom: 52px;
    }
    .ml-md-52 {
      margin-left: 52px;
    }
    .m-md-53 {
      margin: 53px;
    }
    .mt-md-53 {
      margin-top: 53px;
    }
    .mr-md-53 {
      margin-right: 53px;
    }
    .mb-md-53 {
      margin-bottom: 53px;
    }
    .ml-md-53 {
      margin-left: 53px;
    }
    .m-md-54 {
      margin: 54px;
    }
    .mt-md-54 {
      margin-top: 54px;
    }
    .mr-md-54 {
      margin-right: 54px;
    }
    .mb-md-54 {
      margin-bottom: 54px;
    }
    .ml-md-54 {
      margin-left: 54px;
    }
    .m-md-55 {
      margin: 55px;
    }
    .mt-md-55 {
      margin-top: 55px;
    }
    .mr-md-55 {
      margin-right: 55px;
    }
    .mb-md-55 {
      margin-bottom: 55px;
    }
    .ml-md-55 {
      margin-left: 55px;
    }
    .m-md-56 {
      margin: 56px;
    }
    .mt-md-56 {
      margin-top: 56px;
    }
    .mr-md-56 {
      margin-right: 56px;
    }
    .mb-md-56 {
      margin-bottom: 56px;
    }
    .ml-md-56 {
      margin-left: 56px;
    }
    .m-md-57 {
      margin: 57px;
    }
    .mt-md-57 {
      margin-top: 57px;
    }
    .mr-md-57 {
      margin-right: 57px;
    }
    .mb-md-57 {
      margin-bottom: 57px;
    }
    .ml-md-57 {
      margin-left: 57px;
    }
    .m-md-58 {
      margin: 58px;
    }
    .mt-md-58 {
      margin-top: 58px;
    }
    .mr-md-58 {
      margin-right: 58px;
    }
    .mb-md-58 {
      margin-bottom: 58px;
    }
    .ml-md-58 {
      margin-left: 58px;
    }
    .m-md-59 {
      margin: 59px;
    }
    .mt-md-59 {
      margin-top: 59px;
    }
    .mr-md-59 {
      margin-right: 59px;
    }
    .mb-md-59 {
      margin-bottom: 59px;
    }
    .ml-md-59 {
      margin-left: 59px;
    }
    .m-md-60 {
      margin: 60px;
    }
    .mt-md-60 {
      margin-top: 60px;
    }
    .mr-md-60 {
      margin-right: 60px;
    }
    .mb-md-60 {
      margin-bottom: 60px;
    }
    .ml-md-60 {
      margin-left: 60px;
    }
    .m-md-61 {
      margin: 61px;
    }
    .mt-md-61 {
      margin-top: 61px;
    }
    .mr-md-61 {
      margin-right: 61px;
    }
    .mb-md-61 {
      margin-bottom: 61px;
    }
    .ml-md-61 {
      margin-left: 61px;
    }
    .m-md-62 {
      margin: 62px;
    }
    .mt-md-62 {
      margin-top: 62px;
    }
    .mr-md-62 {
      margin-right: 62px;
    }
    .mb-md-62 {
      margin-bottom: 62px;
    }
    .ml-md-62 {
      margin-left: 62px;
    }
    .m-md-63 {
      margin: 63px;
    }
    .mt-md-63 {
      margin-top: 63px;
    }
    .mr-md-63 {
      margin-right: 63px;
    }
    .mb-md-63 {
      margin-bottom: 63px;
    }
    .ml-md-63 {
      margin-left: 63px;
    }
    .m-md-64 {
      margin: 64px;
    }
    .mt-md-64 {
      margin-top: 64px;
    }
    .mr-md-64 {
      margin-right: 64px;
    }
    .mb-md-64 {
      margin-bottom: 64px;
    }
    .ml-md-64 {
      margin-left: 64px;
    }
    .m-md-65 {
      margin: 65px;
    }
    .mt-md-65 {
      margin-top: 65px;
    }
    .mr-md-65 {
      margin-right: 65px;
    }
    .mb-md-65 {
      margin-bottom: 65px;
    }
    .ml-md-65 {
      margin-left: 65px;
    }
    .m-md-66 {
      margin: 66px;
    }
    .mt-md-66 {
      margin-top: 66px;
    }
    .mr-md-66 {
      margin-right: 66px;
    }
    .mb-md-66 {
      margin-bottom: 66px;
    }
    .ml-md-66 {
      margin-left: 66px;
    }
    .m-md-67 {
      margin: 67px;
    }
    .mt-md-67 {
      margin-top: 67px;
    }
    .mr-md-67 {
      margin-right: 67px;
    }
    .mb-md-67 {
      margin-bottom: 67px;
    }
    .ml-md-67 {
      margin-left: 67px;
    }
    .m-md-68 {
      margin: 68px;
    }
    .mt-md-68 {
      margin-top: 68px;
    }
    .mr-md-68 {
      margin-right: 68px;
    }
    .mb-md-68 {
      margin-bottom: 68px;
    }
    .ml-md-68 {
      margin-left: 68px;
    }
    .m-md-69 {
      margin: 69px;
    }
    .mt-md-69 {
      margin-top: 69px;
    }
    .mr-md-69 {
      margin-right: 69px;
    }
    .mb-md-69 {
      margin-bottom: 69px;
    }
    .ml-md-69 {
      margin-left: 69px;
    }
    .m-md-70 {
      margin: 70px;
    }
    .mt-md-70 {
      margin-top: 70px;
    }
    .mr-md-70 {
      margin-right: 70px;
    }
    .mb-md-70 {
      margin-bottom: 70px;
    }
    .ml-md-70 {
      margin-left: 70px;
    }
    .m-md-71 {
      margin: 71px;
    }
    .mt-md-71 {
      margin-top: 71px;
    }
    .mr-md-71 {
      margin-right: 71px;
    }
    .mb-md-71 {
      margin-bottom: 71px;
    }
    .ml-md-71 {
      margin-left: 71px;
    }
    .m-md-72 {
      margin: 72px;
    }
    .mt-md-72 {
      margin-top: 72px;
    }
    .mr-md-72 {
      margin-right: 72px;
    }
    .mb-md-72 {
      margin-bottom: 72px;
    }
    .ml-md-72 {
      margin-left: 72px;
    }
    .m-md-73 {
      margin: 73px;
    }
    .mt-md-73 {
      margin-top: 73px;
    }
    .mr-md-73 {
      margin-right: 73px;
    }
    .mb-md-73 {
      margin-bottom: 73px;
    }
    .ml-md-73 {
      margin-left: 73px;
    }
    .m-md-74 {
      margin: 74px;
    }
    .mt-md-74 {
      margin-top: 74px;
    }
    .mr-md-74 {
      margin-right: 74px;
    }
    .mb-md-74 {
      margin-bottom: 74px;
    }
    .ml-md-74 {
      margin-left: 74px;
    }
    .m-md-75 {
      margin: 75px;
    }
    .mt-md-75 {
      margin-top: 75px;
    }
    .mr-md-75 {
      margin-right: 75px;
    }
    .mb-md-75 {
      margin-bottom: 75px;
    }
    .ml-md-75 {
      margin-left: 75px;
    }
    .m-md-76 {
      margin: 76px;
    }
    .mt-md-76 {
      margin-top: 76px;
    }
    .mr-md-76 {
      margin-right: 76px;
    }
    .mb-md-76 {
      margin-bottom: 76px;
    }
    .ml-md-76 {
      margin-left: 76px;
    }
    .m-md-77 {
      margin: 77px;
    }
    .mt-md-77 {
      margin-top: 77px;
    }
    .mr-md-77 {
      margin-right: 77px;
    }
    .mb-md-77 {
      margin-bottom: 77px;
    }
    .ml-md-77 {
      margin-left: 77px;
    }
    .m-md-78 {
      margin: 78px;
    }
    .mt-md-78 {
      margin-top: 78px;
    }
    .mr-md-78 {
      margin-right: 78px;
    }
    .mb-md-78 {
      margin-bottom: 78px;
    }
    .ml-md-78 {
      margin-left: 78px;
    }
    .m-md-79 {
      margin: 79px;
    }
    .mt-md-79 {
      margin-top: 79px;
    }
    .mr-md-79 {
      margin-right: 79px;
    }
    .mb-md-79 {
      margin-bottom: 79px;
    }
    .ml-md-79 {
      margin-left: 79px;
    }
    .m-md-80 {
      margin: 80px;
    }
    .mt-md-80 {
      margin-top: 80px;
    }
    .mr-md-80 {
      margin-right: 80px;
    }
    .mb-md-80 {
      margin-bottom: 80px;
    }
    .ml-md-80 {
      margin-left: 80px;
    }
    .p-md-0 {
      padding: 0;
    }
    .pt-md-0 {
      padding-top: 0;
    }
    .pr-md-0 {
      padding-right: 0;
    }
    .pb-md-0 {
      padding-bottom: 0;
    }
    .pl-md-0 {
      padding-left: 0;
    }
    .p-md-1 {
      padding: 1px;
    }
    .pt-md-1 {
      padding-top: 1px;
    }
    .pr-md-1 {
      padding-right: 1px;
    }
    .pb-md-1 {
      padding-bottom: 1px;
    }
    .pl-md-1 {
      padding-left: 1px;
    }
    .p-md-2 {
      padding: 2px;
    }
    .pt-md-2 {
      padding-top: 2px;
    }
    .pr-md-2 {
      padding-right: 2px;
    }
    .pb-md-2 {
      padding-bottom: 2px;
    }
    .pl-md-2 {
      padding-left: 2px;
    }
    .p-md-3 {
      padding: 3px;
    }
    .pt-md-3 {
      padding-top: 3px;
    }
    .pr-md-3 {
      padding-right: 3px;
    }
    .pb-md-3 {
      padding-bottom: 3px;
    }
    .pl-md-3 {
      padding-left: 3px;
    }
    .p-md-4 {
      padding: 4px;
    }
    .pt-md-4 {
      padding-top: 4px;
    }
    .pr-md-4 {
      padding-right: 4px;
    }
    .pb-md-4 {
      padding-bottom: 4px;
    }
    .pl-md-4 {
      padding-left: 4px;
    }
    .p-md-5 {
      padding: 5px;
    }
    .pt-md-5 {
      padding-top: 5px;
    }
    .pr-md-5 {
      padding-right: 5px;
    }
    .pb-md-5 {
      padding-bottom: 5px;
    }
    .pl-md-5 {
      padding-left: 5px;
    }
    .p-md-6 {
      padding: 6px;
    }
    .pt-md-6 {
      padding-top: 6px;
    }
    .pr-md-6 {
      padding-right: 6px;
    }
    .pb-md-6 {
      padding-bottom: 6px;
    }
    .pl-md-6 {
      padding-left: 6px;
    }
    .p-md-7 {
      padding: 7px;
    }
    .pt-md-7 {
      padding-top: 7px;
    }
    .pr-md-7 {
      padding-right: 7px;
    }
    .pb-md-7 {
      padding-bottom: 7px;
    }
    .pl-md-7 {
      padding-left: 7px;
    }
    .p-md-8 {
      padding: 8px;
    }
    .pt-md-8 {
      padding-top: 8px;
    }
    .pr-md-8 {
      padding-right: 8px;
    }
    .pb-md-8 {
      padding-bottom: 8px;
    }
    .pl-md-8 {
      padding-left: 8px;
    }
    .p-md-9 {
      padding: 9px;
    }
    .pt-md-9 {
      padding-top: 9px;
    }
    .pr-md-9 {
      padding-right: 9px;
    }
    .pb-md-9 {
      padding-bottom: 9px;
    }
    .pl-md-9 {
      padding-left: 9px;
    }
    .p-md-10 {
      padding: 10px;
    }
    .pt-md-10 {
      padding-top: 10px;
    }
    .pr-md-10 {
      padding-right: 10px;
    }
    .pb-md-10 {
      padding-bottom: 10px;
    }
    .pl-md-10 {
      padding-left: 10px;
    }
    .p-md-11 {
      padding: 11px;
    }
    .pt-md-11 {
      padding-top: 11px;
    }
    .pr-md-11 {
      padding-right: 11px;
    }
    .pb-md-11 {
      padding-bottom: 11px;
    }
    .pl-md-11 {
      padding-left: 11px;
    }
    .p-md-12 {
      padding: 12px;
    }
    .pt-md-12 {
      padding-top: 12px;
    }
    .pr-md-12 {
      padding-right: 12px;
    }
    .pb-md-12 {
      padding-bottom: 12px;
    }
    .pl-md-12 {
      padding-left: 12px;
    }
    .p-md-13 {
      padding: 13px;
    }
    .pt-md-13 {
      padding-top: 13px;
    }
    .pr-md-13 {
      padding-right: 13px;
    }
    .pb-md-13 {
      padding-bottom: 13px;
    }
    .pl-md-13 {
      padding-left: 13px;
    }
    .p-md-14 {
      padding: 14px;
    }
    .pt-md-14 {
      padding-top: 14px;
    }
    .pr-md-14 {
      padding-right: 14px;
    }
    .pb-md-14 {
      padding-bottom: 14px;
    }
    .pl-md-14 {
      padding-left: 14px;
    }
    .p-md-15 {
      padding: 15px;
    }
    .pt-md-15 {
      padding-top: 15px;
    }
    .pr-md-15 {
      padding-right: 15px;
    }
    .pb-md-15 {
      padding-bottom: 15px;
    }
    .pl-md-15 {
      padding-left: 15px;
    }
    .p-md-16 {
      padding: 16px;
    }
    .pt-md-16 {
      padding-top: 16px;
    }
    .pr-md-16 {
      padding-right: 16px;
    }
    .pb-md-16 {
      padding-bottom: 16px;
    }
    .pl-md-16 {
      padding-left: 16px;
    }
    .p-md-17 {
      padding: 17px;
    }
    .pt-md-17 {
      padding-top: 17px;
    }
    .pr-md-17 {
      padding-right: 17px;
    }
    .pb-md-17 {
      padding-bottom: 17px;
    }
    .pl-md-17 {
      padding-left: 17px;
    }
    .p-md-18 {
      padding: 18px;
    }
    .pt-md-18 {
      padding-top: 18px;
    }
    .pr-md-18 {
      padding-right: 18px;
    }
    .pb-md-18 {
      padding-bottom: 18px;
    }
    .pl-md-18 {
      padding-left: 18px;
    }
    .p-md-19 {
      padding: 19px;
    }
    .pt-md-19 {
      padding-top: 19px;
    }
    .pr-md-19 {
      padding-right: 19px;
    }
    .pb-md-19 {
      padding-bottom: 19px;
    }
    .pl-md-19 {
      padding-left: 19px;
    }
    .p-md-20 {
      padding: 20px;
    }
    .pt-md-20 {
      padding-top: 20px;
    }
    .pr-md-20 {
      padding-right: 20px;
    }
    .pb-md-20 {
      padding-bottom: 20px;
    }
    .pl-md-20 {
      padding-left: 20px;
    }
    .p-md-21 {
      padding: 21px;
    }
    .pt-md-21 {
      padding-top: 21px;
    }
    .pr-md-21 {
      padding-right: 21px;
    }
    .pb-md-21 {
      padding-bottom: 21px;
    }
    .pl-md-21 {
      padding-left: 21px;
    }
    .p-md-22 {
      padding: 22px;
    }
    .pt-md-22 {
      padding-top: 22px;
    }
    .pr-md-22 {
      padding-right: 22px;
    }
    .pb-md-22 {
      padding-bottom: 22px;
    }
    .pl-md-22 {
      padding-left: 22px;
    }
    .p-md-23 {
      padding: 23px;
    }
    .pt-md-23 {
      padding-top: 23px;
    }
    .pr-md-23 {
      padding-right: 23px;
    }
    .pb-md-23 {
      padding-bottom: 23px;
    }
    .pl-md-23 {
      padding-left: 23px;
    }
    .p-md-24 {
      padding: 24px;
    }
    .pt-md-24 {
      padding-top: 24px;
    }
    .pr-md-24 {
      padding-right: 24px;
    }
    .pb-md-24 {
      padding-bottom: 24px;
    }
    .pl-md-24 {
      padding-left: 24px;
    }
    .p-md-25 {
      padding: 25px;
    }
    .pt-md-25 {
      padding-top: 25px;
    }
    .pr-md-25 {
      padding-right: 25px;
    }
    .pb-md-25 {
      padding-bottom: 25px;
    }
    .pl-md-25 {
      padding-left: 25px;
    }
    .p-md-26 {
      padding: 26px;
    }
    .pt-md-26 {
      padding-top: 26px;
    }
    .pr-md-26 {
      padding-right: 26px;
    }
    .pb-md-26 {
      padding-bottom: 26px;
    }
    .pl-md-26 {
      padding-left: 26px;
    }
    .p-md-27 {
      padding: 27px;
    }
    .pt-md-27 {
      padding-top: 27px;
    }
    .pr-md-27 {
      padding-right: 27px;
    }
    .pb-md-27 {
      padding-bottom: 27px;
    }
    .pl-md-27 {
      padding-left: 27px;
    }
    .p-md-28 {
      padding: 28px;
    }
    .pt-md-28 {
      padding-top: 28px;
    }
    .pr-md-28 {
      padding-right: 28px;
    }
    .pb-md-28 {
      padding-bottom: 28px;
    }
    .pl-md-28 {
      padding-left: 28px;
    }
    .p-md-29 {
      padding: 29px;
    }
    .pt-md-29 {
      padding-top: 29px;
    }
    .pr-md-29 {
      padding-right: 29px;
    }
    .pb-md-29 {
      padding-bottom: 29px;
    }
    .pl-md-29 {
      padding-left: 29px;
    }
    .p-md-30 {
      padding: 30px;
    }
    .pt-md-30 {
      padding-top: 30px;
    }
    .pr-md-30 {
      padding-right: 30px;
    }
    .pb-md-30 {
      padding-bottom: 30px;
    }
    .pl-md-30 {
      padding-left: 30px;
    }
    .p-md-31 {
      padding: 31px;
    }
    .pt-md-31 {
      padding-top: 31px;
    }
    .pr-md-31 {
      padding-right: 31px;
    }
    .pb-md-31 {
      padding-bottom: 31px;
    }
    .pl-md-31 {
      padding-left: 31px;
    }
    .p-md-32 {
      padding: 32px;
    }
    .pt-md-32 {
      padding-top: 32px;
    }
    .pr-md-32 {
      padding-right: 32px;
    }
    .pb-md-32 {
      padding-bottom: 32px;
    }
    .pl-md-32 {
      padding-left: 32px;
    }
    .p-md-33 {
      padding: 33px;
    }
    .pt-md-33 {
      padding-top: 33px;
    }
    .pr-md-33 {
      padding-right: 33px;
    }
    .pb-md-33 {
      padding-bottom: 33px;
    }
    .pl-md-33 {
      padding-left: 33px;
    }
    .p-md-34 {
      padding: 34px;
    }
    .pt-md-34 {
      padding-top: 34px;
    }
    .pr-md-34 {
      padding-right: 34px;
    }
    .pb-md-34 {
      padding-bottom: 34px;
    }
    .pl-md-34 {
      padding-left: 34px;
    }
    .p-md-35 {
      padding: 35px;
    }
    .pt-md-35 {
      padding-top: 35px;
    }
    .pr-md-35 {
      padding-right: 35px;
    }
    .pb-md-35 {
      padding-bottom: 35px;
    }
    .pl-md-35 {
      padding-left: 35px;
    }
    .p-md-36 {
      padding: 36px;
    }
    .pt-md-36 {
      padding-top: 36px;
    }
    .pr-md-36 {
      padding-right: 36px;
    }
    .pb-md-36 {
      padding-bottom: 36px;
    }
    .pl-md-36 {
      padding-left: 36px;
    }
    .p-md-37 {
      padding: 37px;
    }
    .pt-md-37 {
      padding-top: 37px;
    }
    .pr-md-37 {
      padding-right: 37px;
    }
    .pb-md-37 {
      padding-bottom: 37px;
    }
    .pl-md-37 {
      padding-left: 37px;
    }
    .p-md-38 {
      padding: 38px;
    }
    .pt-md-38 {
      padding-top: 38px;
    }
    .pr-md-38 {
      padding-right: 38px;
    }
    .pb-md-38 {
      padding-bottom: 38px;
    }
    .pl-md-38 {
      padding-left: 38px;
    }
    .p-md-39 {
      padding: 39px;
    }
    .pt-md-39 {
      padding-top: 39px;
    }
    .pr-md-39 {
      padding-right: 39px;
    }
    .pb-md-39 {
      padding-bottom: 39px;
    }
    .pl-md-39 {
      padding-left: 39px;
    }
    .p-md-40 {
      padding: 40px;
    }
    .pt-md-40 {
      padding-top: 40px;
    }
    .pr-md-40 {
      padding-right: 40px;
    }
    .pb-md-40 {
      padding-bottom: 40px;
    }
    .pl-md-40 {
      padding-left: 40px;
    }
    .p-md-41 {
      padding: 41px;
    }
    .pt-md-41 {
      padding-top: 41px;
    }
    .pr-md-41 {
      padding-right: 41px;
    }
    .pb-md-41 {
      padding-bottom: 41px;
    }
    .pl-md-41 {
      padding-left: 41px;
    }
    .p-md-42 {
      padding: 42px;
    }
    .pt-md-42 {
      padding-top: 42px;
    }
    .pr-md-42 {
      padding-right: 42px;
    }
    .pb-md-42 {
      padding-bottom: 42px;
    }
    .pl-md-42 {
      padding-left: 42px;
    }
    .p-md-43 {
      padding: 43px;
    }
    .pt-md-43 {
      padding-top: 43px;
    }
    .pr-md-43 {
      padding-right: 43px;
    }
    .pb-md-43 {
      padding-bottom: 43px;
    }
    .pl-md-43 {
      padding-left: 43px;
    }
    .p-md-44 {
      padding: 44px;
    }
    .pt-md-44 {
      padding-top: 44px;
    }
    .pr-md-44 {
      padding-right: 44px;
    }
    .pb-md-44 {
      padding-bottom: 44px;
    }
    .pl-md-44 {
      padding-left: 44px;
    }
    .p-md-45 {
      padding: 45px;
    }
    .pt-md-45 {
      padding-top: 45px;
    }
    .pr-md-45 {
      padding-right: 45px;
    }
    .pb-md-45 {
      padding-bottom: 45px;
    }
    .pl-md-45 {
      padding-left: 45px;
    }
    .p-md-46 {
      padding: 46px;
    }
    .pt-md-46 {
      padding-top: 46px;
    }
    .pr-md-46 {
      padding-right: 46px;
    }
    .pb-md-46 {
      padding-bottom: 46px;
    }
    .pl-md-46 {
      padding-left: 46px;
    }
    .p-md-47 {
      padding: 47px;
    }
    .pt-md-47 {
      padding-top: 47px;
    }
    .pr-md-47 {
      padding-right: 47px;
    }
    .pb-md-47 {
      padding-bottom: 47px;
    }
    .pl-md-47 {
      padding-left: 47px;
    }
    .p-md-48 {
      padding: 48px;
    }
    .pt-md-48 {
      padding-top: 48px;
    }
    .pr-md-48 {
      padding-right: 48px;
    }
    .pb-md-48 {
      padding-bottom: 48px;
    }
    .pl-md-48 {
      padding-left: 48px;
    }
    .p-md-49 {
      padding: 49px;
    }
    .pt-md-49 {
      padding-top: 49px;
    }
    .pr-md-49 {
      padding-right: 49px;
    }
    .pb-md-49 {
      padding-bottom: 49px;
    }
    .pl-md-49 {
      padding-left: 49px;
    }
    .p-md-50 {
      padding: 50px;
    }
    .pt-md-50 {
      padding-top: 50px;
    }
    .pr-md-50 {
      padding-right: 50px;
    }
    .pb-md-50 {
      padding-bottom: 50px;
    }
    .pl-md-50 {
      padding-left: 50px;
    }
    .p-md-51 {
      padding: 51px;
    }
    .pt-md-51 {
      padding-top: 51px;
    }
    .pr-md-51 {
      padding-right: 51px;
    }
    .pb-md-51 {
      padding-bottom: 51px;
    }
    .pl-md-51 {
      padding-left: 51px;
    }
    .p-md-52 {
      padding: 52px;
    }
    .pt-md-52 {
      padding-top: 52px;
    }
    .pr-md-52 {
      padding-right: 52px;
    }
    .pb-md-52 {
      padding-bottom: 52px;
    }
    .pl-md-52 {
      padding-left: 52px;
    }
    .p-md-53 {
      padding: 53px;
    }
    .pt-md-53 {
      padding-top: 53px;
    }
    .pr-md-53 {
      padding-right: 53px;
    }
    .pb-md-53 {
      padding-bottom: 53px;
    }
    .pl-md-53 {
      padding-left: 53px;
    }
    .p-md-54 {
      padding: 54px;
    }
    .pt-md-54 {
      padding-top: 54px;
    }
    .pr-md-54 {
      padding-right: 54px;
    }
    .pb-md-54 {
      padding-bottom: 54px;
    }
    .pl-md-54 {
      padding-left: 54px;
    }
    .p-md-55 {
      padding: 55px;
    }
    .pt-md-55 {
      padding-top: 55px;
    }
    .pr-md-55 {
      padding-right: 55px;
    }
    .pb-md-55 {
      padding-bottom: 55px;
    }
    .pl-md-55 {
      padding-left: 55px;
    }
    .p-md-56 {
      padding: 56px;
    }
    .pt-md-56 {
      padding-top: 56px;
    }
    .pr-md-56 {
      padding-right: 56px;
    }
    .pb-md-56 {
      padding-bottom: 56px;
    }
    .pl-md-56 {
      padding-left: 56px;
    }
    .p-md-57 {
      padding: 57px;
    }
    .pt-md-57 {
      padding-top: 57px;
    }
    .pr-md-57 {
      padding-right: 57px;
    }
    .pb-md-57 {
      padding-bottom: 57px;
    }
    .pl-md-57 {
      padding-left: 57px;
    }
    .p-md-58 {
      padding: 58px;
    }
    .pt-md-58 {
      padding-top: 58px;
    }
    .pr-md-58 {
      padding-right: 58px;
    }
    .pb-md-58 {
      padding-bottom: 58px;
    }
    .pl-md-58 {
      padding-left: 58px;
    }
    .p-md-59 {
      padding: 59px;
    }
    .pt-md-59 {
      padding-top: 59px;
    }
    .pr-md-59 {
      padding-right: 59px;
    }
    .pb-md-59 {
      padding-bottom: 59px;
    }
    .pl-md-59 {
      padding-left: 59px;
    }
    .p-md-60 {
      padding: 60px;
    }
    .pt-md-60 {
      padding-top: 60px;
    }
    .pr-md-60 {
      padding-right: 60px;
    }
    .pb-md-60 {
      padding-bottom: 60px;
    }
    .pl-md-60 {
      padding-left: 60px;
    }
    .p-md-61 {
      padding: 61px;
    }
    .pt-md-61 {
      padding-top: 61px;
    }
    .pr-md-61 {
      padding-right: 61px;
    }
    .pb-md-61 {
      padding-bottom: 61px;
    }
    .pl-md-61 {
      padding-left: 61px;
    }
    .p-md-62 {
      padding: 62px;
    }
    .pt-md-62 {
      padding-top: 62px;
    }
    .pr-md-62 {
      padding-right: 62px;
    }
    .pb-md-62 {
      padding-bottom: 62px;
    }
    .pl-md-62 {
      padding-left: 62px;
    }
    .p-md-63 {
      padding: 63px;
    }
    .pt-md-63 {
      padding-top: 63px;
    }
    .pr-md-63 {
      padding-right: 63px;
    }
    .pb-md-63 {
      padding-bottom: 63px;
    }
    .pl-md-63 {
      padding-left: 63px;
    }
    .p-md-64 {
      padding: 64px;
    }
    .pt-md-64 {
      padding-top: 64px;
    }
    .pr-md-64 {
      padding-right: 64px;
    }
    .pb-md-64 {
      padding-bottom: 64px;
    }
    .pl-md-64 {
      padding-left: 64px;
    }
    .p-md-65 {
      padding: 65px;
    }
    .pt-md-65 {
      padding-top: 65px;
    }
    .pr-md-65 {
      padding-right: 65px;
    }
    .pb-md-65 {
      padding-bottom: 65px;
    }
    .pl-md-65 {
      padding-left: 65px;
    }
    .p-md-66 {
      padding: 66px;
    }
    .pt-md-66 {
      padding-top: 66px;
    }
    .pr-md-66 {
      padding-right: 66px;
    }
    .pb-md-66 {
      padding-bottom: 66px;
    }
    .pl-md-66 {
      padding-left: 66px;
    }
    .p-md-67 {
      padding: 67px;
    }
    .pt-md-67 {
      padding-top: 67px;
    }
    .pr-md-67 {
      padding-right: 67px;
    }
    .pb-md-67 {
      padding-bottom: 67px;
    }
    .pl-md-67 {
      padding-left: 67px;
    }
    .p-md-68 {
      padding: 68px;
    }
    .pt-md-68 {
      padding-top: 68px;
    }
    .pr-md-68 {
      padding-right: 68px;
    }
    .pb-md-68 {
      padding-bottom: 68px;
    }
    .pl-md-68 {
      padding-left: 68px;
    }
    .p-md-69 {
      padding: 69px;
    }
    .pt-md-69 {
      padding-top: 69px;
    }
    .pr-md-69 {
      padding-right: 69px;
    }
    .pb-md-69 {
      padding-bottom: 69px;
    }
    .pl-md-69 {
      padding-left: 69px;
    }
    .p-md-70 {
      padding: 70px;
    }
    .pt-md-70 {
      padding-top: 70px;
    }
    .pr-md-70 {
      padding-right: 70px;
    }
    .pb-md-70 {
      padding-bottom: 70px;
    }
    .pl-md-70 {
      padding-left: 70px;
    }
    .p-md-71 {
      padding: 71px;
    }
    .pt-md-71 {
      padding-top: 71px;
    }
    .pr-md-71 {
      padding-right: 71px;
    }
    .pb-md-71 {
      padding-bottom: 71px;
    }
    .pl-md-71 {
      padding-left: 71px;
    }
    .p-md-72 {
      padding: 72px;
    }
    .pt-md-72 {
      padding-top: 72px;
    }
    .pr-md-72 {
      padding-right: 72px;
    }
    .pb-md-72 {
      padding-bottom: 72px;
    }
    .pl-md-72 {
      padding-left: 72px;
    }
    .p-md-73 {
      padding: 73px;
    }
    .pt-md-73 {
      padding-top: 73px;
    }
    .pr-md-73 {
      padding-right: 73px;
    }
    .pb-md-73 {
      padding-bottom: 73px;
    }
    .pl-md-73 {
      padding-left: 73px;
    }
    .p-md-74 {
      padding: 74px;
    }
    .pt-md-74 {
      padding-top: 74px;
    }
    .pr-md-74 {
      padding-right: 74px;
    }
    .pb-md-74 {
      padding-bottom: 74px;
    }
    .pl-md-74 {
      padding-left: 74px;
    }
    .p-md-75 {
      padding: 75px;
    }
    .pt-md-75 {
      padding-top: 75px;
    }
    .pr-md-75 {
      padding-right: 75px;
    }
    .pb-md-75 {
      padding-bottom: 75px;
    }
    .pl-md-75 {
      padding-left: 75px;
    }
    .p-md-76 {
      padding: 76px;
    }
    .pt-md-76 {
      padding-top: 76px;
    }
    .pr-md-76 {
      padding-right: 76px;
    }
    .pb-md-76 {
      padding-bottom: 76px;
    }
    .pl-md-76 {
      padding-left: 76px;
    }
    .p-md-77 {
      padding: 77px;
    }
    .pt-md-77 {
      padding-top: 77px;
    }
    .pr-md-77 {
      padding-right: 77px;
    }
    .pb-md-77 {
      padding-bottom: 77px;
    }
    .pl-md-77 {
      padding-left: 77px;
    }
    .p-md-78 {
      padding: 78px;
    }
    .pt-md-78 {
      padding-top: 78px;
    }
    .pr-md-78 {
      padding-right: 78px;
    }
    .pb-md-78 {
      padding-bottom: 78px;
    }
    .pl-md-78 {
      padding-left: 78px;
    }
    .p-md-79 {
      padding: 79px;
    }
    .pt-md-79 {
      padding-top: 79px;
    }
    .pr-md-79 {
      padding-right: 79px;
    }
    .pb-md-79 {
      padding-bottom: 79px;
    }
    .pl-md-79 {
      padding-left: 79px;
    }
    .p-md-80 {
      padding: 80px;
    }
    .pt-md-80 {
      padding-top: 80px;
    }
    .pr-md-80 {
      padding-right: 80px;
    }
    .pb-md-80 {
      padding-bottom: 80px;
    }
    .pl-md-80 {
      padding-left: 80px;
    }
    .center-content-md-v {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  @media (max-width: 1024px) {
    .container-banner__logo {
      max-width: 320px;
    }
    .container-banner__price {
      max-width: 235px;
    }
  }
  @media (max-width: 992px) {
    .container-banner__logo {
      margin-left: 10px;
    }
    .container-banner__text {
      font-size: 16px;
    }
    .container-banner__offer {
      margin-right: 10px;
    }
    .container-banner__value {
      font-size: 30px;
    }
    .container-banner__desc {
      font-size: 16px;
    }
  }
  @media (min-width: 992px) {
    .js-show-title-scrolled .header-share-scrolled {
      display: block;
    }
    .footer-list + .footer-list {
      border-left: 1px solid #d8d8d8;
    }
    .col-md-push-negative-2 {
      margin-left: -16.66667%;
      clear: both;
    }
    ._5 {
      width: 39.58333%;
    }
    ._3,
    ._5 {
      float: left;
    }
    ._3 {
      width: 30.20833%;
    }
  }
  @media (max-width: 768px) {
    .nav-main-especial-90-anos .container .box_partiner,
    .nav-main-especial-90-anos .container .logo {
      -ms-grid-column: span 5;
      grid-column: span 5;
      justify-self: center;
    }
    .nav-main-especial-90-anos .container .box_partiner {
      margin-right: 0;
    }
    .nav-main-especial-90-anos .container span.partiner__title {
      display: block;
      padding-right: 0;
      text-align: center;
      font-size: 14px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .d-sm-inline {
      display: inline !important;
    }
    .d-sm-inline-block {
      display: inline-block !important;
    }
    .d-sm-block {
      display: block !important;
    }
    .d-sm-none {
      display: none !important;
    }
    .pull-sm-none {
      float: none !important;
    }
    .pull-sm-left {
      float: left !important;
    }
    .pull-sm-right {
      float: right !important;
    }
    .text-sm-left {
      text-align: left;
    }
    .text-sm-right {
      text-align: right;
    }
    .text-sm-center {
      text-align: center;
    }
    .m-sm-0 {
      margin: 0;
    }
    .mt-sm-0 {
      margin-top: 0;
    }
    .mr-sm-0 {
      margin-right: 0;
    }
    .mb-sm-0 {
      margin-bottom: 0;
    }
    .ml-sm-0 {
      margin-left: 0;
    }
    .m-sm-1 {
      margin: 1px;
    }
    .mt-sm-1 {
      margin-top: 1px;
    }
    .mr-sm-1 {
      margin-right: 1px;
    }
    .mb-sm-1 {
      margin-bottom: 1px;
    }
    .ml-sm-1 {
      margin-left: 1px;
    }
    .m-sm-2 {
      margin: 2px;
    }
    .mt-sm-2 {
      margin-top: 2px;
    }
    .mr-sm-2 {
      margin-right: 2px;
    }
    .mb-sm-2 {
      margin-bottom: 2px;
    }
    .ml-sm-2 {
      margin-left: 2px;
    }
    .m-sm-3 {
      margin: 3px;
    }
    .mt-sm-3 {
      margin-top: 3px;
    }
    .mr-sm-3 {
      margin-right: 3px;
    }
    .mb-sm-3 {
      margin-bottom: 3px;
    }
    .ml-sm-3 {
      margin-left: 3px;
    }
    .m-sm-4 {
      margin: 4px;
    }
    .mt-sm-4 {
      margin-top: 4px;
    }
    .mr-sm-4 {
      margin-right: 4px;
    }
    .mb-sm-4 {
      margin-bottom: 4px;
    }
    .ml-sm-4 {
      margin-left: 4px;
    }
    .m-sm-5 {
      margin: 5px;
    }
    .mt-sm-5 {
      margin-top: 5px;
    }
    .mr-sm-5 {
      margin-right: 5px;
    }
    .mb-sm-5 {
      margin-bottom: 5px;
    }
    .ml-sm-5 {
      margin-left: 5px;
    }
    .m-sm-6 {
      margin: 6px;
    }
    .mt-sm-6 {
      margin-top: 6px;
    }
    .mr-sm-6 {
      margin-right: 6px;
    }
    .mb-sm-6 {
      margin-bottom: 6px;
    }
    .ml-sm-6 {
      margin-left: 6px;
    }
    .m-sm-7 {
      margin: 7px;
    }
    .mt-sm-7 {
      margin-top: 7px;
    }
    .mr-sm-7 {
      margin-right: 7px;
    }
    .mb-sm-7 {
      margin-bottom: 7px;
    }
    .ml-sm-7 {
      margin-left: 7px;
    }
    .m-sm-8 {
      margin: 8px;
    }
    .mt-sm-8 {
      margin-top: 8px;
    }
    .mr-sm-8 {
      margin-right: 8px;
    }
    .mb-sm-8 {
      margin-bottom: 8px;
    }
    .ml-sm-8 {
      margin-left: 8px;
    }
    .m-sm-9 {
      margin: 9px;
    }
    .mt-sm-9 {
      margin-top: 9px;
    }
    .mr-sm-9 {
      margin-right: 9px;
    }
    .mb-sm-9 {
      margin-bottom: 9px;
    }
    .ml-sm-9 {
      margin-left: 9px;
    }
    .m-sm-10 {
      margin: 10px;
    }
    .mt-sm-10 {
      margin-top: 10px;
    }
    .mr-sm-10 {
      margin-right: 10px;
    }
    .mb-sm-10 {
      margin-bottom: 10px;
    }
    .ml-sm-10 {
      margin-left: 10px;
    }
    .m-sm-11 {
      margin: 11px;
    }
    .mt-sm-11 {
      margin-top: 11px;
    }
    .mr-sm-11 {
      margin-right: 11px;
    }
    .mb-sm-11 {
      margin-bottom: 11px;
    }
    .ml-sm-11 {
      margin-left: 11px;
    }
    .m-sm-12 {
      margin: 12px;
    }
    .mt-sm-12 {
      margin-top: 12px;
    }
    .mr-sm-12 {
      margin-right: 12px;
    }
    .mb-sm-12 {
      margin-bottom: 12px;
    }
    .ml-sm-12 {
      margin-left: 12px;
    }
    .m-sm-13 {
      margin: 13px;
    }
    .mt-sm-13 {
      margin-top: 13px;
    }
    .mr-sm-13 {
      margin-right: 13px;
    }
    .mb-sm-13 {
      margin-bottom: 13px;
    }
    .ml-sm-13 {
      margin-left: 13px;
    }
    .m-sm-14 {
      margin: 14px;
    }
    .mt-sm-14 {
      margin-top: 14px;
    }
    .mr-sm-14 {
      margin-right: 14px;
    }
    .mb-sm-14 {
      margin-bottom: 14px;
    }
    .ml-sm-14 {
      margin-left: 14px;
    }
    .m-sm-15 {
      margin: 15px;
    }
    .mt-sm-15 {
      margin-top: 15px;
    }
    .mr-sm-15 {
      margin-right: 15px;
    }
    .mb-sm-15 {
      margin-bottom: 15px;
    }
    .ml-sm-15 {
      margin-left: 15px;
    }
    .m-sm-16 {
      margin: 16px;
    }
    .mt-sm-16 {
      margin-top: 16px;
    }
    .mr-sm-16 {
      margin-right: 16px;
    }
    .mb-sm-16 {
      margin-bottom: 16px;
    }
    .ml-sm-16 {
      margin-left: 16px;
    }
    .m-sm-17 {
      margin: 17px;
    }
    .mt-sm-17 {
      margin-top: 17px;
    }
    .mr-sm-17 {
      margin-right: 17px;
    }
    .mb-sm-17 {
      margin-bottom: 17px;
    }
    .ml-sm-17 {
      margin-left: 17px;
    }
    .m-sm-18 {
      margin: 18px;
    }
    .mt-sm-18 {
      margin-top: 18px;
    }
    .mr-sm-18 {
      margin-right: 18px;
    }
    .mb-sm-18 {
      margin-bottom: 18px;
    }
    .ml-sm-18 {
      margin-left: 18px;
    }
    .m-sm-19 {
      margin: 19px;
    }
    .mt-sm-19 {
      margin-top: 19px;
    }
    .mr-sm-19 {
      margin-right: 19px;
    }
    .mb-sm-19 {
      margin-bottom: 19px;
    }
    .ml-sm-19 {
      margin-left: 19px;
    }
    .m-sm-20 {
      margin: 20px;
    }
    .mt-sm-20 {
      margin-top: 20px;
    }
    .mr-sm-20 {
      margin-right: 20px;
    }
    .mb-sm-20 {
      margin-bottom: 20px;
    }
    .ml-sm-20 {
      margin-left: 20px;
    }
    .m-sm-21 {
      margin: 21px;
    }
    .mt-sm-21 {
      margin-top: 21px;
    }
    .mr-sm-21 {
      margin-right: 21px;
    }
    .mb-sm-21 {
      margin-bottom: 21px;
    }
    .ml-sm-21 {
      margin-left: 21px;
    }
    .m-sm-22 {
      margin: 22px;
    }
    .mt-sm-22 {
      margin-top: 22px;
    }
    .mr-sm-22 {
      margin-right: 22px;
    }
    .mb-sm-22 {
      margin-bottom: 22px;
    }
    .ml-sm-22 {
      margin-left: 22px;
    }
    .m-sm-23 {
      margin: 23px;
    }
    .mt-sm-23 {
      margin-top: 23px;
    }
    .mr-sm-23 {
      margin-right: 23px;
    }
    .mb-sm-23 {
      margin-bottom: 23px;
    }
    .ml-sm-23 {
      margin-left: 23px;
    }
    .m-sm-24 {
      margin: 24px;
    }
    .mt-sm-24 {
      margin-top: 24px;
    }
    .mr-sm-24 {
      margin-right: 24px;
    }
    .mb-sm-24 {
      margin-bottom: 24px;
    }
    .ml-sm-24 {
      margin-left: 24px;
    }
    .m-sm-25 {
      margin: 25px;
    }
    .mt-sm-25 {
      margin-top: 25px;
    }
    .mr-sm-25 {
      margin-right: 25px;
    }
    .mb-sm-25 {
      margin-bottom: 25px;
    }
    .ml-sm-25 {
      margin-left: 25px;
    }
    .m-sm-26 {
      margin: 26px;
    }
    .mt-sm-26 {
      margin-top: 26px;
    }
    .mr-sm-26 {
      margin-right: 26px;
    }
    .mb-sm-26 {
      margin-bottom: 26px;
    }
    .ml-sm-26 {
      margin-left: 26px;
    }
    .m-sm-27 {
      margin: 27px;
    }
    .mt-sm-27 {
      margin-top: 27px;
    }
    .mr-sm-27 {
      margin-right: 27px;
    }
    .mb-sm-27 {
      margin-bottom: 27px;
    }
    .ml-sm-27 {
      margin-left: 27px;
    }
    .m-sm-28 {
      margin: 28px;
    }
    .mt-sm-28 {
      margin-top: 28px;
    }
    .mr-sm-28 {
      margin-right: 28px;
    }
    .mb-sm-28 {
      margin-bottom: 28px;
    }
    .ml-sm-28 {
      margin-left: 28px;
    }
    .m-sm-29 {
      margin: 29px;
    }
    .mt-sm-29 {
      margin-top: 29px;
    }
    .mr-sm-29 {
      margin-right: 29px;
    }
    .mb-sm-29 {
      margin-bottom: 29px;
    }
    .ml-sm-29 {
      margin-left: 29px;
    }
    .m-sm-30 {
      margin: 30px;
    }
    .mt-sm-30 {
      margin-top: 30px;
    }
    .mr-sm-30 {
      margin-right: 30px;
    }
    .mb-sm-30 {
      margin-bottom: 30px;
    }
    .ml-sm-30 {
      margin-left: 30px;
    }
    .m-sm-31 {
      margin: 31px;
    }
    .mt-sm-31 {
      margin-top: 31px;
    }
    .mr-sm-31 {
      margin-right: 31px;
    }
    .mb-sm-31 {
      margin-bottom: 31px;
    }
    .ml-sm-31 {
      margin-left: 31px;
    }
    .m-sm-32 {
      margin: 32px;
    }
    .mt-sm-32 {
      margin-top: 32px;
    }
    .mr-sm-32 {
      margin-right: 32px;
    }
    .mb-sm-32 {
      margin-bottom: 32px;
    }
    .ml-sm-32 {
      margin-left: 32px;
    }
    .m-sm-33 {
      margin: 33px;
    }
    .mt-sm-33 {
      margin-top: 33px;
    }
    .mr-sm-33 {
      margin-right: 33px;
    }
    .mb-sm-33 {
      margin-bottom: 33px;
    }
    .ml-sm-33 {
      margin-left: 33px;
    }
    .m-sm-34 {
      margin: 34px;
    }
    .mt-sm-34 {
      margin-top: 34px;
    }
    .mr-sm-34 {
      margin-right: 34px;
    }
    .mb-sm-34 {
      margin-bottom: 34px;
    }
    .ml-sm-34 {
      margin-left: 34px;
    }
    .m-sm-35 {
      margin: 35px;
    }
    .mt-sm-35 {
      margin-top: 35px;
    }
    .mr-sm-35 {
      margin-right: 35px;
    }
    .mb-sm-35 {
      margin-bottom: 35px;
    }
    .ml-sm-35 {
      margin-left: 35px;
    }
    .m-sm-36 {
      margin: 36px;
    }
    .mt-sm-36 {
      margin-top: 36px;
    }
    .mr-sm-36 {
      margin-right: 36px;
    }
    .mb-sm-36 {
      margin-bottom: 36px;
    }
    .ml-sm-36 {
      margin-left: 36px;
    }
    .m-sm-37 {
      margin: 37px;
    }
    .mt-sm-37 {
      margin-top: 37px;
    }
    .mr-sm-37 {
      margin-right: 37px;
    }
    .mb-sm-37 {
      margin-bottom: 37px;
    }
    .ml-sm-37 {
      margin-left: 37px;
    }
    .m-sm-38 {
      margin: 38px;
    }
    .mt-sm-38 {
      margin-top: 38px;
    }
    .mr-sm-38 {
      margin-right: 38px;
    }
    .mb-sm-38 {
      margin-bottom: 38px;
    }
    .ml-sm-38 {
      margin-left: 38px;
    }
    .m-sm-39 {
      margin: 39px;
    }
    .mt-sm-39 {
      margin-top: 39px;
    }
    .mr-sm-39 {
      margin-right: 39px;
    }
    .mb-sm-39 {
      margin-bottom: 39px;
    }
    .ml-sm-39 {
      margin-left: 39px;
    }
    .m-sm-40 {
      margin: 40px;
    }
    .mt-sm-40 {
      margin-top: 40px;
    }
    .mr-sm-40 {
      margin-right: 40px;
    }
    .mb-sm-40 {
      margin-bottom: 40px;
    }
    .ml-sm-40 {
      margin-left: 40px;
    }
    .m-sm-41 {
      margin: 41px;
    }
    .mt-sm-41 {
      margin-top: 41px;
    }
    .mr-sm-41 {
      margin-right: 41px;
    }
    .mb-sm-41 {
      margin-bottom: 41px;
    }
    .ml-sm-41 {
      margin-left: 41px;
    }
    .m-sm-42 {
      margin: 42px;
    }
    .mt-sm-42 {
      margin-top: 42px;
    }
    .mr-sm-42 {
      margin-right: 42px;
    }
    .mb-sm-42 {
      margin-bottom: 42px;
    }
    .ml-sm-42 {
      margin-left: 42px;
    }
    .m-sm-43 {
      margin: 43px;
    }
    .mt-sm-43 {
      margin-top: 43px;
    }
    .mr-sm-43 {
      margin-right: 43px;
    }
    .mb-sm-43 {
      margin-bottom: 43px;
    }
    .ml-sm-43 {
      margin-left: 43px;
    }
    .m-sm-44 {
      margin: 44px;
    }
    .mt-sm-44 {
      margin-top: 44px;
    }
    .mr-sm-44 {
      margin-right: 44px;
    }
    .mb-sm-44 {
      margin-bottom: 44px;
    }
    .ml-sm-44 {
      margin-left: 44px;
    }
    .m-sm-45 {
      margin: 45px;
    }
    .mt-sm-45 {
      margin-top: 45px;
    }
    .mr-sm-45 {
      margin-right: 45px;
    }
    .mb-sm-45 {
      margin-bottom: 45px;
    }
    .ml-sm-45 {
      margin-left: 45px;
    }
    .m-sm-46 {
      margin: 46px;
    }
    .mt-sm-46 {
      margin-top: 46px;
    }
    .mr-sm-46 {
      margin-right: 46px;
    }
    .mb-sm-46 {
      margin-bottom: 46px;
    }
    .ml-sm-46 {
      margin-left: 46px;
    }
    .m-sm-47 {
      margin: 47px;
    }
    .mt-sm-47 {
      margin-top: 47px;
    }
    .mr-sm-47 {
      margin-right: 47px;
    }
    .mb-sm-47 {
      margin-bottom: 47px;
    }
    .ml-sm-47 {
      margin-left: 47px;
    }
    .m-sm-48 {
      margin: 48px;
    }
    .mt-sm-48 {
      margin-top: 48px;
    }
    .mr-sm-48 {
      margin-right: 48px;
    }
    .mb-sm-48 {
      margin-bottom: 48px;
    }
    .ml-sm-48 {
      margin-left: 48px;
    }
    .m-sm-49 {
      margin: 49px;
    }
    .mt-sm-49 {
      margin-top: 49px;
    }
    .mr-sm-49 {
      margin-right: 49px;
    }
    .mb-sm-49 {
      margin-bottom: 49px;
    }
    .ml-sm-49 {
      margin-left: 49px;
    }
    .m-sm-50 {
      margin: 50px;
    }
    .mt-sm-50 {
      margin-top: 50px;
    }
    .mr-sm-50 {
      margin-right: 50px;
    }
    .mb-sm-50 {
      margin-bottom: 50px;
    }
    .ml-sm-50 {
      margin-left: 50px;
    }
    .m-sm-51 {
      margin: 51px;
    }
    .mt-sm-51 {
      margin-top: 51px;
    }
    .mr-sm-51 {
      margin-right: 51px;
    }
    .mb-sm-51 {
      margin-bottom: 51px;
    }
    .ml-sm-51 {
      margin-left: 51px;
    }
    .m-sm-52 {
      margin: 52px;
    }
    .mt-sm-52 {
      margin-top: 52px;
    }
    .mr-sm-52 {
      margin-right: 52px;
    }
    .mb-sm-52 {
      margin-bottom: 52px;
    }
    .ml-sm-52 {
      margin-left: 52px;
    }
    .m-sm-53 {
      margin: 53px;
    }
    .mt-sm-53 {
      margin-top: 53px;
    }
    .mr-sm-53 {
      margin-right: 53px;
    }
    .mb-sm-53 {
      margin-bottom: 53px;
    }
    .ml-sm-53 {
      margin-left: 53px;
    }
    .m-sm-54 {
      margin: 54px;
    }
    .mt-sm-54 {
      margin-top: 54px;
    }
    .mr-sm-54 {
      margin-right: 54px;
    }
    .mb-sm-54 {
      margin-bottom: 54px;
    }
    .ml-sm-54 {
      margin-left: 54px;
    }
    .m-sm-55 {
      margin: 55px;
    }
    .mt-sm-55 {
      margin-top: 55px;
    }
    .mr-sm-55 {
      margin-right: 55px;
    }
    .mb-sm-55 {
      margin-bottom: 55px;
    }
    .ml-sm-55 {
      margin-left: 55px;
    }
    .m-sm-56 {
      margin: 56px;
    }
    .mt-sm-56 {
      margin-top: 56px;
    }
    .mr-sm-56 {
      margin-right: 56px;
    }
    .mb-sm-56 {
      margin-bottom: 56px;
    }
    .ml-sm-56 {
      margin-left: 56px;
    }
    .m-sm-57 {
      margin: 57px;
    }
    .mt-sm-57 {
      margin-top: 57px;
    }
    .mr-sm-57 {
      margin-right: 57px;
    }
    .mb-sm-57 {
      margin-bottom: 57px;
    }
    .ml-sm-57 {
      margin-left: 57px;
    }
    .m-sm-58 {
      margin: 58px;
    }
    .mt-sm-58 {
      margin-top: 58px;
    }
    .mr-sm-58 {
      margin-right: 58px;
    }
    .mb-sm-58 {
      margin-bottom: 58px;
    }
    .ml-sm-58 {
      margin-left: 58px;
    }
    .m-sm-59 {
      margin: 59px;
    }
    .mt-sm-59 {
      margin-top: 59px;
    }
    .mr-sm-59 {
      margin-right: 59px;
    }
    .mb-sm-59 {
      margin-bottom: 59px;
    }
    .ml-sm-59 {
      margin-left: 59px;
    }
    .m-sm-60 {
      margin: 60px;
    }
    .mt-sm-60 {
      margin-top: 60px;
    }
    .mr-sm-60 {
      margin-right: 60px;
    }
    .mb-sm-60 {
      margin-bottom: 60px;
    }
    .ml-sm-60 {
      margin-left: 60px;
    }
    .m-sm-61 {
      margin: 61px;
    }
    .mt-sm-61 {
      margin-top: 61px;
    }
    .mr-sm-61 {
      margin-right: 61px;
    }
    .mb-sm-61 {
      margin-bottom: 61px;
    }
    .ml-sm-61 {
      margin-left: 61px;
    }
    .m-sm-62 {
      margin: 62px;
    }
    .mt-sm-62 {
      margin-top: 62px;
    }
    .mr-sm-62 {
      margin-right: 62px;
    }
    .mb-sm-62 {
      margin-bottom: 62px;
    }
    .ml-sm-62 {
      margin-left: 62px;
    }
    .m-sm-63 {
      margin: 63px;
    }
    .mt-sm-63 {
      margin-top: 63px;
    }
    .mr-sm-63 {
      margin-right: 63px;
    }
    .mb-sm-63 {
      margin-bottom: 63px;
    }
    .ml-sm-63 {
      margin-left: 63px;
    }
    .m-sm-64 {
      margin: 64px;
    }
    .mt-sm-64 {
      margin-top: 64px;
    }
    .mr-sm-64 {
      margin-right: 64px;
    }
    .mb-sm-64 {
      margin-bottom: 64px;
    }
    .ml-sm-64 {
      margin-left: 64px;
    }
    .m-sm-65 {
      margin: 65px;
    }
    .mt-sm-65 {
      margin-top: 65px;
    }
    .mr-sm-65 {
      margin-right: 65px;
    }
    .mb-sm-65 {
      margin-bottom: 65px;
    }
    .ml-sm-65 {
      margin-left: 65px;
    }
    .m-sm-66 {
      margin: 66px;
    }
    .mt-sm-66 {
      margin-top: 66px;
    }
    .mr-sm-66 {
      margin-right: 66px;
    }
    .mb-sm-66 {
      margin-bottom: 66px;
    }
    .ml-sm-66 {
      margin-left: 66px;
    }
    .m-sm-67 {
      margin: 67px;
    }
    .mt-sm-67 {
      margin-top: 67px;
    }
    .mr-sm-67 {
      margin-right: 67px;
    }
    .mb-sm-67 {
      margin-bottom: 67px;
    }
    .ml-sm-67 {
      margin-left: 67px;
    }
    .m-sm-68 {
      margin: 68px;
    }
    .mt-sm-68 {
      margin-top: 68px;
    }
    .mr-sm-68 {
      margin-right: 68px;
    }
    .mb-sm-68 {
      margin-bottom: 68px;
    }
    .ml-sm-68 {
      margin-left: 68px;
    }
    .m-sm-69 {
      margin: 69px;
    }
    .mt-sm-69 {
      margin-top: 69px;
    }
    .mr-sm-69 {
      margin-right: 69px;
    }
    .mb-sm-69 {
      margin-bottom: 69px;
    }
    .ml-sm-69 {
      margin-left: 69px;
    }
    .m-sm-70 {
      margin: 70px;
    }
    .mt-sm-70 {
      margin-top: 70px;
    }
    .mr-sm-70 {
      margin-right: 70px;
    }
    .mb-sm-70 {
      margin-bottom: 70px;
    }
    .ml-sm-70 {
      margin-left: 70px;
    }
    .m-sm-71 {
      margin: 71px;
    }
    .mt-sm-71 {
      margin-top: 71px;
    }
    .mr-sm-71 {
      margin-right: 71px;
    }
    .mb-sm-71 {
      margin-bottom: 71px;
    }
    .ml-sm-71 {
      margin-left: 71px;
    }
    .m-sm-72 {
      margin: 72px;
    }
    .mt-sm-72 {
      margin-top: 72px;
    }
    .mr-sm-72 {
      margin-right: 72px;
    }
    .mb-sm-72 {
      margin-bottom: 72px;
    }
    .ml-sm-72 {
      margin-left: 72px;
    }
    .m-sm-73 {
      margin: 73px;
    }
    .mt-sm-73 {
      margin-top: 73px;
    }
    .mr-sm-73 {
      margin-right: 73px;
    }
    .mb-sm-73 {
      margin-bottom: 73px;
    }
    .ml-sm-73 {
      margin-left: 73px;
    }
    .m-sm-74 {
      margin: 74px;
    }
    .mt-sm-74 {
      margin-top: 74px;
    }
    .mr-sm-74 {
      margin-right: 74px;
    }
    .mb-sm-74 {
      margin-bottom: 74px;
    }
    .ml-sm-74 {
      margin-left: 74px;
    }
    .m-sm-75 {
      margin: 75px;
    }
    .mt-sm-75 {
      margin-top: 75px;
    }
    .mr-sm-75 {
      margin-right: 75px;
    }
    .mb-sm-75 {
      margin-bottom: 75px;
    }
    .ml-sm-75 {
      margin-left: 75px;
    }
    .m-sm-76 {
      margin: 76px;
    }
    .mt-sm-76 {
      margin-top: 76px;
    }
    .mr-sm-76 {
      margin-right: 76px;
    }
    .mb-sm-76 {
      margin-bottom: 76px;
    }
    .ml-sm-76 {
      margin-left: 76px;
    }
    .m-sm-77 {
      margin: 77px;
    }
    .mt-sm-77 {
      margin-top: 77px;
    }
    .mr-sm-77 {
      margin-right: 77px;
    }
    .mb-sm-77 {
      margin-bottom: 77px;
    }
    .ml-sm-77 {
      margin-left: 77px;
    }
    .m-sm-78 {
      margin: 78px;
    }
    .mt-sm-78 {
      margin-top: 78px;
    }
    .mr-sm-78 {
      margin-right: 78px;
    }
    .mb-sm-78 {
      margin-bottom: 78px;
    }
    .ml-sm-78 {
      margin-left: 78px;
    }
    .m-sm-79 {
      margin: 79px;
    }
    .mt-sm-79 {
      margin-top: 79px;
    }
    .mr-sm-79 {
      margin-right: 79px;
    }
    .mb-sm-79 {
      margin-bottom: 79px;
    }
    .ml-sm-79 {
      margin-left: 79px;
    }
    .m-sm-80 {
      margin: 80px;
    }
    .mt-sm-80 {
      margin-top: 80px;
    }
    .mr-sm-80 {
      margin-right: 80px;
    }
    .mb-sm-80 {
      margin-bottom: 80px;
    }
    .ml-sm-80 {
      margin-left: 80px;
    }
    .p-sm-0 {
      padding: 0;
    }
    .pt-sm-0 {
      padding-top: 0;
    }
    .pr-sm-0 {
      padding-right: 0;
    }
    .pb-sm-0 {
      padding-bottom: 0;
    }
    .pl-sm-0 {
      padding-left: 0;
    }
    .p-sm-1 {
      padding: 1px;
    }
    .pt-sm-1 {
      padding-top: 1px;
    }
    .pr-sm-1 {
      padding-right: 1px;
    }
    .pb-sm-1 {
      padding-bottom: 1px;
    }
    .pl-sm-1 {
      padding-left: 1px;
    }
    .p-sm-2 {
      padding: 2px;
    }
    .pt-sm-2 {
      padding-top: 2px;
    }
    .pr-sm-2 {
      padding-right: 2px;
    }
    .pb-sm-2 {
      padding-bottom: 2px;
    }
    .pl-sm-2 {
      padding-left: 2px;
    }
    .p-sm-3 {
      padding: 3px;
    }
    .pt-sm-3 {
      padding-top: 3px;
    }
    .pr-sm-3 {
      padding-right: 3px;
    }
    .pb-sm-3 {
      padding-bottom: 3px;
    }
    .pl-sm-3 {
      padding-left: 3px;
    }
    .p-sm-4 {
      padding: 4px;
    }
    .pt-sm-4 {
      padding-top: 4px;
    }
    .pr-sm-4 {
      padding-right: 4px;
    }
    .pb-sm-4 {
      padding-bottom: 4px;
    }
    .pl-sm-4 {
      padding-left: 4px;
    }
    .p-sm-5 {
      padding: 5px;
    }
    .pt-sm-5 {
      padding-top: 5px;
    }
    .pr-sm-5 {
      padding-right: 5px;
    }
    .pb-sm-5 {
      padding-bottom: 5px;
    }
    .pl-sm-5 {
      padding-left: 5px;
    }
    .p-sm-6 {
      padding: 6px;
    }
    .pt-sm-6 {
      padding-top: 6px;
    }
    .pr-sm-6 {
      padding-right: 6px;
    }
    .pb-sm-6 {
      padding-bottom: 6px;
    }
    .pl-sm-6 {
      padding-left: 6px;
    }
    .p-sm-7 {
      padding: 7px;
    }
    .pt-sm-7 {
      padding-top: 7px;
    }
    .pr-sm-7 {
      padding-right: 7px;
    }
    .pb-sm-7 {
      padding-bottom: 7px;
    }
    .pl-sm-7 {
      padding-left: 7px;
    }
    .p-sm-8 {
      padding: 8px;
    }
    .pt-sm-8 {
      padding-top: 8px;
    }
    .pr-sm-8 {
      padding-right: 8px;
    }
    .pb-sm-8 {
      padding-bottom: 8px;
    }
    .pl-sm-8 {
      padding-left: 8px;
    }
    .p-sm-9 {
      padding: 9px;
    }
    .pt-sm-9 {
      padding-top: 9px;
    }
    .pr-sm-9 {
      padding-right: 9px;
    }
    .pb-sm-9 {
      padding-bottom: 9px;
    }
    .pl-sm-9 {
      padding-left: 9px;
    }
    .p-sm-10 {
      padding: 10px;
    }
    .pt-sm-10 {
      padding-top: 10px;
    }
    .pr-sm-10 {
      padding-right: 10px;
    }
    .pb-sm-10 {
      padding-bottom: 10px;
    }
    .pl-sm-10 {
      padding-left: 10px;
    }
    .p-sm-11 {
      padding: 11px;
    }
    .pt-sm-11 {
      padding-top: 11px;
    }
    .pr-sm-11 {
      padding-right: 11px;
    }
    .pb-sm-11 {
      padding-bottom: 11px;
    }
    .pl-sm-11 {
      padding-left: 11px;
    }
    .p-sm-12 {
      padding: 12px;
    }
    .pt-sm-12 {
      padding-top: 12px;
    }
    .pr-sm-12 {
      padding-right: 12px;
    }
    .pb-sm-12 {
      padding-bottom: 12px;
    }
    .pl-sm-12 {
      padding-left: 12px;
    }
    .p-sm-13 {
      padding: 13px;
    }
    .pt-sm-13 {
      padding-top: 13px;
    }
    .pr-sm-13 {
      padding-right: 13px;
    }
    .pb-sm-13 {
      padding-bottom: 13px;
    }
    .pl-sm-13 {
      padding-left: 13px;
    }
    .p-sm-14 {
      padding: 14px;
    }
    .pt-sm-14 {
      padding-top: 14px;
    }
    .pr-sm-14 {
      padding-right: 14px;
    }
    .pb-sm-14 {
      padding-bottom: 14px;
    }
    .pl-sm-14 {
      padding-left: 14px;
    }
    .p-sm-15 {
      padding: 15px;
    }
    .pt-sm-15 {
      padding-top: 15px;
    }
    .pr-sm-15 {
      padding-right: 15px;
    }
    .pb-sm-15 {
      padding-bottom: 15px;
    }
    .pl-sm-15 {
      padding-left: 15px;
    }
    .p-sm-16 {
      padding: 16px;
    }
    .pt-sm-16 {
      padding-top: 16px;
    }
    .pr-sm-16 {
      padding-right: 16px;
    }
    .pb-sm-16 {
      padding-bottom: 16px;
    }
    .pl-sm-16 {
      padding-left: 16px;
    }
    .p-sm-17 {
      padding: 17px;
    }
    .pt-sm-17 {
      padding-top: 17px;
    }
    .pr-sm-17 {
      padding-right: 17px;
    }
    .pb-sm-17 {
      padding-bottom: 17px;
    }
    .pl-sm-17 {
      padding-left: 17px;
    }
    .p-sm-18 {
      padding: 18px;
    }
    .pt-sm-18 {
      padding-top: 18px;
    }
    .pr-sm-18 {
      padding-right: 18px;
    }
    .pb-sm-18 {
      padding-bottom: 18px;
    }
    .pl-sm-18 {
      padding-left: 18px;
    }
    .p-sm-19 {
      padding: 19px;
    }
    .pt-sm-19 {
      padding-top: 19px;
    }
    .pr-sm-19 {
      padding-right: 19px;
    }
    .pb-sm-19 {
      padding-bottom: 19px;
    }
    .pl-sm-19 {
      padding-left: 19px;
    }
    .p-sm-20 {
      padding: 20px;
    }
    .pt-sm-20 {
      padding-top: 20px;
    }
    .pr-sm-20 {
      padding-right: 20px;
    }
    .pb-sm-20 {
      padding-bottom: 20px;
    }
    .pl-sm-20 {
      padding-left: 20px;
    }
    .p-sm-21 {
      padding: 21px;
    }
    .pt-sm-21 {
      padding-top: 21px;
    }
    .pr-sm-21 {
      padding-right: 21px;
    }
    .pb-sm-21 {
      padding-bottom: 21px;
    }
    .pl-sm-21 {
      padding-left: 21px;
    }
    .p-sm-22 {
      padding: 22px;
    }
    .pt-sm-22 {
      padding-top: 22px;
    }
    .pr-sm-22 {
      padding-right: 22px;
    }
    .pb-sm-22 {
      padding-bottom: 22px;
    }
    .pl-sm-22 {
      padding-left: 22px;
    }
    .p-sm-23 {
      padding: 23px;
    }
    .pt-sm-23 {
      padding-top: 23px;
    }
    .pr-sm-23 {
      padding-right: 23px;
    }
    .pb-sm-23 {
      padding-bottom: 23px;
    }
    .pl-sm-23 {
      padding-left: 23px;
    }
    .p-sm-24 {
      padding: 24px;
    }
    .pt-sm-24 {
      padding-top: 24px;
    }
    .pr-sm-24 {
      padding-right: 24px;
    }
    .pb-sm-24 {
      padding-bottom: 24px;
    }
    .pl-sm-24 {
      padding-left: 24px;
    }
    .p-sm-25 {
      padding: 25px;
    }
    .pt-sm-25 {
      padding-top: 25px;
    }
    .pr-sm-25 {
      padding-right: 25px;
    }
    .pb-sm-25 {
      padding-bottom: 25px;
    }
    .pl-sm-25 {
      padding-left: 25px;
    }
    .p-sm-26 {
      padding: 26px;
    }
    .pt-sm-26 {
      padding-top: 26px;
    }
    .pr-sm-26 {
      padding-right: 26px;
    }
    .pb-sm-26 {
      padding-bottom: 26px;
    }
    .pl-sm-26 {
      padding-left: 26px;
    }
    .p-sm-27 {
      padding: 27px;
    }
    .pt-sm-27 {
      padding-top: 27px;
    }
    .pr-sm-27 {
      padding-right: 27px;
    }
    .pb-sm-27 {
      padding-bottom: 27px;
    }
    .pl-sm-27 {
      padding-left: 27px;
    }
    .p-sm-28 {
      padding: 28px;
    }
    .pt-sm-28 {
      padding-top: 28px;
    }
    .pr-sm-28 {
      padding-right: 28px;
    }
    .pb-sm-28 {
      padding-bottom: 28px;
    }
    .pl-sm-28 {
      padding-left: 28px;
    }
    .p-sm-29 {
      padding: 29px;
    }
    .pt-sm-29 {
      padding-top: 29px;
    }
    .pr-sm-29 {
      padding-right: 29px;
    }
    .pb-sm-29 {
      padding-bottom: 29px;
    }
    .pl-sm-29 {
      padding-left: 29px;
    }
    .p-sm-30 {
      padding: 30px;
    }
    .pt-sm-30 {
      padding-top: 30px;
    }
    .pr-sm-30 {
      padding-right: 30px;
    }
    .pb-sm-30 {
      padding-bottom: 30px;
    }
    .pl-sm-30 {
      padding-left: 30px;
    }
    .p-sm-31 {
      padding: 31px;
    }
    .pt-sm-31 {
      padding-top: 31px;
    }
    .pr-sm-31 {
      padding-right: 31px;
    }
    .pb-sm-31 {
      padding-bottom: 31px;
    }
    .pl-sm-31 {
      padding-left: 31px;
    }
    .p-sm-32 {
      padding: 32px;
    }
    .pt-sm-32 {
      padding-top: 32px;
    }
    .pr-sm-32 {
      padding-right: 32px;
    }
    .pb-sm-32 {
      padding-bottom: 32px;
    }
    .pl-sm-32 {
      padding-left: 32px;
    }
    .p-sm-33 {
      padding: 33px;
    }
    .pt-sm-33 {
      padding-top: 33px;
    }
    .pr-sm-33 {
      padding-right: 33px;
    }
    .pb-sm-33 {
      padding-bottom: 33px;
    }
    .pl-sm-33 {
      padding-left: 33px;
    }
    .p-sm-34 {
      padding: 34px;
    }
    .pt-sm-34 {
      padding-top: 34px;
    }
    .pr-sm-34 {
      padding-right: 34px;
    }
    .pb-sm-34 {
      padding-bottom: 34px;
    }
    .pl-sm-34 {
      padding-left: 34px;
    }
    .p-sm-35 {
      padding: 35px;
    }
    .pt-sm-35 {
      padding-top: 35px;
    }
    .pr-sm-35 {
      padding-right: 35px;
    }
    .pb-sm-35 {
      padding-bottom: 35px;
    }
    .pl-sm-35 {
      padding-left: 35px;
    }
    .p-sm-36 {
      padding: 36px;
    }
    .pt-sm-36 {
      padding-top: 36px;
    }
    .pr-sm-36 {
      padding-right: 36px;
    }
    .pb-sm-36 {
      padding-bottom: 36px;
    }
    .pl-sm-36 {
      padding-left: 36px;
    }
    .p-sm-37 {
      padding: 37px;
    }
    .pt-sm-37 {
      padding-top: 37px;
    }
    .pr-sm-37 {
      padding-right: 37px;
    }
    .pb-sm-37 {
      padding-bottom: 37px;
    }
    .pl-sm-37 {
      padding-left: 37px;
    }
    .p-sm-38 {
      padding: 38px;
    }
    .pt-sm-38 {
      padding-top: 38px;
    }
    .pr-sm-38 {
      padding-right: 38px;
    }
    .pb-sm-38 {
      padding-bottom: 38px;
    }
    .pl-sm-38 {
      padding-left: 38px;
    }
    .p-sm-39 {
      padding: 39px;
    }
    .pt-sm-39 {
      padding-top: 39px;
    }
    .pr-sm-39 {
      padding-right: 39px;
    }
    .pb-sm-39 {
      padding-bottom: 39px;
    }
    .pl-sm-39 {
      padding-left: 39px;
    }
    .p-sm-40 {
      padding: 40px;
    }
    .pt-sm-40 {
      padding-top: 40px;
    }
    .pr-sm-40 {
      padding-right: 40px;
    }
    .pb-sm-40 {
      padding-bottom: 40px;
    }
    .pl-sm-40 {
      padding-left: 40px;
    }
    .p-sm-41 {
      padding: 41px;
    }
    .pt-sm-41 {
      padding-top: 41px;
    }
    .pr-sm-41 {
      padding-right: 41px;
    }
    .pb-sm-41 {
      padding-bottom: 41px;
    }
    .pl-sm-41 {
      padding-left: 41px;
    }
    .p-sm-42 {
      padding: 42px;
    }
    .pt-sm-42 {
      padding-top: 42px;
    }
    .pr-sm-42 {
      padding-right: 42px;
    }
    .pb-sm-42 {
      padding-bottom: 42px;
    }
    .pl-sm-42 {
      padding-left: 42px;
    }
    .p-sm-43 {
      padding: 43px;
    }
    .pt-sm-43 {
      padding-top: 43px;
    }
    .pr-sm-43 {
      padding-right: 43px;
    }
    .pb-sm-43 {
      padding-bottom: 43px;
    }
    .pl-sm-43 {
      padding-left: 43px;
    }
    .p-sm-44 {
      padding: 44px;
    }
    .pt-sm-44 {
      padding-top: 44px;
    }
    .pr-sm-44 {
      padding-right: 44px;
    }
    .pb-sm-44 {
      padding-bottom: 44px;
    }
    .pl-sm-44 {
      padding-left: 44px;
    }
    .p-sm-45 {
      padding: 45px;
    }
    .pt-sm-45 {
      padding-top: 45px;
    }
    .pr-sm-45 {
      padding-right: 45px;
    }
    .pb-sm-45 {
      padding-bottom: 45px;
    }
    .pl-sm-45 {
      padding-left: 45px;
    }
    .p-sm-46 {
      padding: 46px;
    }
    .pt-sm-46 {
      padding-top: 46px;
    }
    .pr-sm-46 {
      padding-right: 46px;
    }
    .pb-sm-46 {
      padding-bottom: 46px;
    }
    .pl-sm-46 {
      padding-left: 46px;
    }
    .p-sm-47 {
      padding: 47px;
    }
    .pt-sm-47 {
      padding-top: 47px;
    }
    .pr-sm-47 {
      padding-right: 47px;
    }
    .pb-sm-47 {
      padding-bottom: 47px;
    }
    .pl-sm-47 {
      padding-left: 47px;
    }
    .p-sm-48 {
      padding: 48px;
    }
    .pt-sm-48 {
      padding-top: 48px;
    }
    .pr-sm-48 {
      padding-right: 48px;
    }
    .pb-sm-48 {
      padding-bottom: 48px;
    }
    .pl-sm-48 {
      padding-left: 48px;
    }
    .p-sm-49 {
      padding: 49px;
    }
    .pt-sm-49 {
      padding-top: 49px;
    }
    .pr-sm-49 {
      padding-right: 49px;
    }
    .pb-sm-49 {
      padding-bottom: 49px;
    }
    .pl-sm-49 {
      padding-left: 49px;
    }
    .p-sm-50 {
      padding: 50px;
    }
    .pt-sm-50 {
      padding-top: 50px;
    }
    .pr-sm-50 {
      padding-right: 50px;
    }
    .pb-sm-50 {
      padding-bottom: 50px;
    }
    .pl-sm-50 {
      padding-left: 50px;
    }
    .p-sm-51 {
      padding: 51px;
    }
    .pt-sm-51 {
      padding-top: 51px;
    }
    .pr-sm-51 {
      padding-right: 51px;
    }
    .pb-sm-51 {
      padding-bottom: 51px;
    }
    .pl-sm-51 {
      padding-left: 51px;
    }
    .p-sm-52 {
      padding: 52px;
    }
    .pt-sm-52 {
      padding-top: 52px;
    }
    .pr-sm-52 {
      padding-right: 52px;
    }
    .pb-sm-52 {
      padding-bottom: 52px;
    }
    .pl-sm-52 {
      padding-left: 52px;
    }
    .p-sm-53 {
      padding: 53px;
    }
    .pt-sm-53 {
      padding-top: 53px;
    }
    .pr-sm-53 {
      padding-right: 53px;
    }
    .pb-sm-53 {
      padding-bottom: 53px;
    }
    .pl-sm-53 {
      padding-left: 53px;
    }
    .p-sm-54 {
      padding: 54px;
    }
    .pt-sm-54 {
      padding-top: 54px;
    }
    .pr-sm-54 {
      padding-right: 54px;
    }
    .pb-sm-54 {
      padding-bottom: 54px;
    }
    .pl-sm-54 {
      padding-left: 54px;
    }
    .p-sm-55 {
      padding: 55px;
    }
    .pt-sm-55 {
      padding-top: 55px;
    }
    .pr-sm-55 {
      padding-right: 55px;
    }
    .pb-sm-55 {
      padding-bottom: 55px;
    }
    .pl-sm-55 {
      padding-left: 55px;
    }
    .p-sm-56 {
      padding: 56px;
    }
    .pt-sm-56 {
      padding-top: 56px;
    }
    .pr-sm-56 {
      padding-right: 56px;
    }
    .pb-sm-56 {
      padding-bottom: 56px;
    }
    .pl-sm-56 {
      padding-left: 56px;
    }
    .p-sm-57 {
      padding: 57px;
    }
    .pt-sm-57 {
      padding-top: 57px;
    }
    .pr-sm-57 {
      padding-right: 57px;
    }
    .pb-sm-57 {
      padding-bottom: 57px;
    }
    .pl-sm-57 {
      padding-left: 57px;
    }
    .p-sm-58 {
      padding: 58px;
    }
    .pt-sm-58 {
      padding-top: 58px;
    }
    .pr-sm-58 {
      padding-right: 58px;
    }
    .pb-sm-58 {
      padding-bottom: 58px;
    }
    .pl-sm-58 {
      padding-left: 58px;
    }
    .p-sm-59 {
      padding: 59px;
    }
    .pt-sm-59 {
      padding-top: 59px;
    }
    .pr-sm-59 {
      padding-right: 59px;
    }
    .pb-sm-59 {
      padding-bottom: 59px;
    }
    .pl-sm-59 {
      padding-left: 59px;
    }
    .p-sm-60 {
      padding: 60px;
    }
    .pt-sm-60 {
      padding-top: 60px;
    }
    .pr-sm-60 {
      padding-right: 60px;
    }
    .pb-sm-60 {
      padding-bottom: 60px;
    }
    .pl-sm-60 {
      padding-left: 60px;
    }
    .p-sm-61 {
      padding: 61px;
    }
    .pt-sm-61 {
      padding-top: 61px;
    }
    .pr-sm-61 {
      padding-right: 61px;
    }
    .pb-sm-61 {
      padding-bottom: 61px;
    }
    .pl-sm-61 {
      padding-left: 61px;
    }
    .p-sm-62 {
      padding: 62px;
    }
    .pt-sm-62 {
      padding-top: 62px;
    }
    .pr-sm-62 {
      padding-right: 62px;
    }
    .pb-sm-62 {
      padding-bottom: 62px;
    }
    .pl-sm-62 {
      padding-left: 62px;
    }
    .p-sm-63 {
      padding: 63px;
    }
    .pt-sm-63 {
      padding-top: 63px;
    }
    .pr-sm-63 {
      padding-right: 63px;
    }
    .pb-sm-63 {
      padding-bottom: 63px;
    }
    .pl-sm-63 {
      padding-left: 63px;
    }
    .p-sm-64 {
      padding: 64px;
    }
    .pt-sm-64 {
      padding-top: 64px;
    }
    .pr-sm-64 {
      padding-right: 64px;
    }
    .pb-sm-64 {
      padding-bottom: 64px;
    }
    .pl-sm-64 {
      padding-left: 64px;
    }
    .p-sm-65 {
      padding: 65px;
    }
    .pt-sm-65 {
      padding-top: 65px;
    }
    .pr-sm-65 {
      padding-right: 65px;
    }
    .pb-sm-65 {
      padding-bottom: 65px;
    }
    .pl-sm-65 {
      padding-left: 65px;
    }
    .p-sm-66 {
      padding: 66px;
    }
    .pt-sm-66 {
      padding-top: 66px;
    }
    .pr-sm-66 {
      padding-right: 66px;
    }
    .pb-sm-66 {
      padding-bottom: 66px;
    }
    .pl-sm-66 {
      padding-left: 66px;
    }
    .p-sm-67 {
      padding: 67px;
    }
    .pt-sm-67 {
      padding-top: 67px;
    }
    .pr-sm-67 {
      padding-right: 67px;
    }
    .pb-sm-67 {
      padding-bottom: 67px;
    }
    .pl-sm-67 {
      padding-left: 67px;
    }
    .p-sm-68 {
      padding: 68px;
    }
    .pt-sm-68 {
      padding-top: 68px;
    }
    .pr-sm-68 {
      padding-right: 68px;
    }
    .pb-sm-68 {
      padding-bottom: 68px;
    }
    .pl-sm-68 {
      padding-left: 68px;
    }
    .p-sm-69 {
      padding: 69px;
    }
    .pt-sm-69 {
      padding-top: 69px;
    }
    .pr-sm-69 {
      padding-right: 69px;
    }
    .pb-sm-69 {
      padding-bottom: 69px;
    }
    .pl-sm-69 {
      padding-left: 69px;
    }
    .p-sm-70 {
      padding: 70px;
    }
    .pt-sm-70 {
      padding-top: 70px;
    }
    .pr-sm-70 {
      padding-right: 70px;
    }
    .pb-sm-70 {
      padding-bottom: 70px;
    }
    .pl-sm-70 {
      padding-left: 70px;
    }
    .p-sm-71 {
      padding: 71px;
    }
    .pt-sm-71 {
      padding-top: 71px;
    }
    .pr-sm-71 {
      padding-right: 71px;
    }
    .pb-sm-71 {
      padding-bottom: 71px;
    }
    .pl-sm-71 {
      padding-left: 71px;
    }
    .p-sm-72 {
      padding: 72px;
    }
    .pt-sm-72 {
      padding-top: 72px;
    }
    .pr-sm-72 {
      padding-right: 72px;
    }
    .pb-sm-72 {
      padding-bottom: 72px;
    }
    .pl-sm-72 {
      padding-left: 72px;
    }
    .p-sm-73 {
      padding: 73px;
    }
    .pt-sm-73 {
      padding-top: 73px;
    }
    .pr-sm-73 {
      padding-right: 73px;
    }
    .pb-sm-73 {
      padding-bottom: 73px;
    }
    .pl-sm-73 {
      padding-left: 73px;
    }
    .p-sm-74 {
      padding: 74px;
    }
    .pt-sm-74 {
      padding-top: 74px;
    }
    .pr-sm-74 {
      padding-right: 74px;
    }
    .pb-sm-74 {
      padding-bottom: 74px;
    }
    .pl-sm-74 {
      padding-left: 74px;
    }
    .p-sm-75 {
      padding: 75px;
    }
    .pt-sm-75 {
      padding-top: 75px;
    }
    .pr-sm-75 {
      padding-right: 75px;
    }
    .pb-sm-75 {
      padding-bottom: 75px;
    }
    .pl-sm-75 {
      padding-left: 75px;
    }
    .p-sm-76 {
      padding: 76px;
    }
    .pt-sm-76 {
      padding-top: 76px;
    }
    .pr-sm-76 {
      padding-right: 76px;
    }
    .pb-sm-76 {
      padding-bottom: 76px;
    }
    .pl-sm-76 {
      padding-left: 76px;
    }
    .p-sm-77 {
      padding: 77px;
    }
    .pt-sm-77 {
      padding-top: 77px;
    }
    .pr-sm-77 {
      padding-right: 77px;
    }
    .pb-sm-77 {
      padding-bottom: 77px;
    }
    .pl-sm-77 {
      padding-left: 77px;
    }
    .p-sm-78 {
      padding: 78px;
    }
    .pt-sm-78 {
      padding-top: 78px;
    }
    .pr-sm-78 {
      padding-right: 78px;
    }
    .pb-sm-78 {
      padding-bottom: 78px;
    }
    .pl-sm-78 {
      padding-left: 78px;
    }
    .p-sm-79 {
      padding: 79px;
    }
    .pt-sm-79 {
      padding-top: 79px;
    }
    .pr-sm-79 {
      padding-right: 79px;
    }
    .pb-sm-79 {
      padding-bottom: 79px;
    }
    .pl-sm-79 {
      padding-left: 79px;
    }
    .p-sm-80 {
      padding: 80px;
    }
    .pt-sm-80 {
      padding-top: 80px;
    }
    .pr-sm-80 {
      padding-right: 80px;
    }
    .pb-sm-80 {
      padding-bottom: 80px;
    }
    .pl-sm-80 {
      padding-left: 80px;
    }
    .center-content-sm-v {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  @media (max-width: 1366px) and (min-width: 992px) {
    .container {
      width: 100% !important;
    }
  }
  