@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../../../scss/bootstrap/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../../scss/bootstrap/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../../../scss/bootstrap/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../../../scss/bootstrap/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../../../scss/bootstrap/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../../../scss/bootstrap/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../../../scss/bootstrap/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../../../scss/bootstrap/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../../../scss/bootstrap/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../../../scss/bootstrap/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../../../scss/bootstrap/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../../../scss/bootstrap/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../../../scss/bootstrap/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../../../scss/bootstrap/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../../../scss/bootstrap/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../../../scss/bootstrap/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../../../scss/bootstrap/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../../../scss/bootstrap/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../../../scss/bootstrap/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../../../scss/bootstrap/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../../../scss/bootstrap/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../../../scss/bootstrap/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../../../scss/bootstrap/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../../../scss/bootstrap/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../../../scss/bootstrap/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../../../scss/bootstrap/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../../../scss/bootstrap/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../../../scss/bootstrap/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../../../scss/bootstrap/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../../../scss/bootstrap/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../../../scss/bootstrap/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../../../scss/bootstrap/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ../../../scss/bootstrap/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../../../scss/bootstrap/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ../../../scss/bootstrap/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../../../scss/bootstrap/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../../../scss/bootstrap/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../../../scss/bootstrap/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../../../scss/bootstrap/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../../../scss/bootstrap/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 11, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
a {
  color: #183665;
  text-decoration: none;
}
/* line 52, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #091527;
}
/* line 57, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 68, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 75, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 80, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 85, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 92, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
.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;
}

/* line 105, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 109, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
p {
  padding: 0;
  margin: 0;
}

/* line 117, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 129, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 145, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 163, ../../../scss/bootstrap/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 10, ../../../scss/bootstrap/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../../../scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../../../scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../../../scss/bootstrap/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../../../scss/bootstrap/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../../../scss/bootstrap/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../../../scss/bootstrap/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../../../scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../../../scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../../scss/bootstrap/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../../scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../../../scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-right-0 {
  margin-right: 0%;
}

/* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-right-1 {
  margin-right: 8.33333%;
}

/* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-right-2 {
  margin-right: 16.66667%;
}

/* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-right-3 {
  margin-right: 25%;
}

/* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-right-4 {
  margin-right: 33.33333%;
}

/* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-right-5 {
  margin-right: 41.66667%;
}

/* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-right-6 {
  margin-right: 50%;
}

/* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-right-7 {
  margin-right: 58.33333%;
}

/* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-right-8 {
  margin-right: 66.66667%;
}

/* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-right-9 {
  margin-right: 75%;
}

/* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-right-10 {
  margin-right: 83.33333%;
}

/* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-right-11 {
  margin-right: 91.66667%;
}

/* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-right-12 {
  margin-right: 100%;
}

/* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-0 {
  padding-left: 0%;
}

/* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-1 {
  padding-left: 8.33333%;
}

/* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-2 {
  padding-left: 16.66667%;
}

/* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-3 {
  padding-left: 25%;
}

/* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-4 {
  padding-left: 33.33333%;
}

/* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-5 {
  padding-left: 41.66667%;
}

/* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-6 {
  padding-left: 50%;
}

/* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-7 {
  padding-left: 58.33333%;
}

/* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-8 {
  padding-left: 66.66667%;
}

/* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-9 {
  padding-left: 75%;
}

/* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-10 {
  padding-left: 83.33333%;
}

/* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-11 {
  padding-left: 91.66667%;
}

/* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-12 {
  padding-left: 100%;
}

/* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-right-0 {
  padding-right: 0%;
}

/* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-right-1 {
  padding-right: 8.33333%;
}

/* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-right-2 {
  padding-right: 16.66667%;
}

/* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-right-3 {
  padding-right: 25%;
}

/* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-right-4 {
  padding-right: 33.33333%;
}

/* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-right-5 {
  padding-right: 41.66667%;
}

/* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-right-6 {
  padding-right: 50%;
}

/* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-right-7 {
  padding-right: 58.33333%;
}

/* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-right-8 {
  padding-right: 66.66667%;
}

/* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-right-9 {
  padding-right: 75%;
}

/* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-right-10 {
  padding-right: 83.33333%;
}

/* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-right-11 {
  padding-right: 91.66667%;
}

/* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-padding-right-12 {
  padding-right: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-right-0 {
    margin-right: 0%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-right-1 {
    margin-right: 8.33333%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-right-2 {
    margin-right: 16.66667%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-right-4 {
    margin-right: 33.33333%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-right-5 {
    margin-right: 41.66667%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-right-7 {
    margin-right: 58.33333%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-right-8 {
    margin-right: 66.66667%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-right-10 {
    margin-right: 83.33333%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-right-11 {
    margin-right: 91.66667%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-0 {
    padding-left: 0%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-1 {
    padding-left: 8.33333%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-2 {
    padding-left: 16.66667%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-3 {
    padding-left: 25%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-4 {
    padding-left: 33.33333%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-5 {
    padding-left: 41.66667%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-6 {
    padding-left: 50%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-7 {
    padding-left: 58.33333%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-8 {
    padding-left: 66.66667%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-9 {
    padding-left: 75%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-10 {
    padding-left: 83.33333%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-11 {
    padding-left: 91.66667%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-12 {
    padding-left: 100%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-right-0 {
    padding-right: 0%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-right-1 {
    padding-right: 8.33333%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-right-2 {
    padding-right: 16.66667%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-right-3 {
    padding-right: 25%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-right-4 {
    padding-right: 33.33333%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-right-5 {
    padding-right: 41.66667%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-right-6 {
    padding-right: 50%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-right-7 {
    padding-right: 58.33333%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-right-8 {
    padding-right: 66.66667%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-right-9 {
    padding-right: 75%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-right-10 {
    padding-right: 83.33333%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-right-11 {
    padding-right: 91.66667%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-padding-right-12 {
    padding-right: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-right-0 {
    margin-right: 0%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-right-1 {
    margin-right: 8.33333%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-right-2 {
    margin-right: 16.66667%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-right-3 {
    margin-right: 25%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-right-4 {
    margin-right: 33.33333%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-right-5 {
    margin-right: 41.66667%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-right-6 {
    margin-right: 50%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-right-7 {
    margin-right: 58.33333%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-right-8 {
    margin-right: 66.66667%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-right-9 {
    margin-right: 75%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-right-10 {
    margin-right: 83.33333%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-right-11 {
    margin-right: 91.66667%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-right-12 {
    margin-right: 100%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-0 {
    padding-left: 0%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-1 {
    padding-left: 8.33333%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-2 {
    padding-left: 16.66667%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-3 {
    padding-left: 25%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-4 {
    padding-left: 33.33333%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-5 {
    padding-left: 41.66667%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-6 {
    padding-left: 50%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-7 {
    padding-left: 58.33333%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-8 {
    padding-left: 66.66667%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-9 {
    padding-left: 75%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-10 {
    padding-left: 83.33333%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-11 {
    padding-left: 91.66667%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-12 {
    padding-left: 100%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-right-0 {
    padding-right: 0%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-right-1 {
    padding-right: 8.33333%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-right-2 {
    padding-right: 16.66667%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-right-3 {
    padding-right: 25%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-right-4 {
    padding-right: 33.33333%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-right-5 {
    padding-right: 41.66667%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-right-6 {
    padding-right: 50%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-right-7 {
    padding-right: 58.33333%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-right-8 {
    padding-right: 66.66667%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-right-9 {
    padding-right: 75%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-right-10 {
    padding-right: 83.33333%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-right-11 {
    padding-right: 91.66667%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-padding-right-12 {
    padding-right: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-right-0 {
    margin-right: 0%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-right-1 {
    margin-right: 8.33333%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-right-2 {
    margin-right: 16.66667%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-right-4 {
    margin-right: 33.33333%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-right-5 {
    margin-right: 41.66667%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-right-7 {
    margin-right: 58.33333%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-right-8 {
    margin-right: 66.66667%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-right-10 {
    margin-right: 83.33333%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-right-11 {
    margin-right: 91.66667%;
  }

  /* line 65, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-0 {
    padding-left: 0%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-1 {
    padding-left: 8.33333%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-2 {
    padding-left: 16.66667%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-3 {
    padding-left: 25%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-4 {
    padding-left: 33.33333%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-5 {
    padding-left: 41.66667%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-6 {
    padding-left: 50%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-7 {
    padding-left: 58.33333%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-8 {
    padding-left: 66.66667%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-9 {
    padding-left: 75%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-10 {
    padding-left: 83.33333%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-11 {
    padding-left: 91.66667%;
  }

  /* line 70, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-12 {
    padding-left: 100%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-right-0 {
    padding-right: 0%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-right-1 {
    padding-right: 8.33333%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-right-2 {
    padding-right: 16.66667%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-right-3 {
    padding-right: 25%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-right-4 {
    padding-right: 33.33333%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-right-5 {
    padding-right: 41.66667%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-right-6 {
    padding-right: 50%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-right-7 {
    padding-right: 58.33333%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-right-8 {
    padding-right: 66.66667%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-right-9 {
    padding-right: 75%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-right-10 {
    padding-right: 83.33333%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-right-11 {
    padding-right: 91.66667%;
  }

  /* line 75, ../../../scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-padding-right-12 {
    padding-right: 100%;
  }
}
/* line 6, ../../../scss/bootstrap/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../../../scss/bootstrap/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../../../scss/bootstrap/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../../../scss/bootstrap/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
/* line 31, ../../../scss/bootstrap/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../../../scss/bootstrap/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../../../scss/bootstrap/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../../../scss/bootstrap/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../../../scss/bootstrap/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../../../scss/bootstrap/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../../../scss/bootstrap/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../../../scss/bootstrap/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../../../scss/bootstrap/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../../../scss/bootstrap/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../../../scss/bootstrap/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../../../scss/bootstrap/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../../../scss/bootstrap/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../../../scss/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../../../scss/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../../../scss/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../../../scss/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../../../scss/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../../../scss/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../../../scss/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../../../scss/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../../../scss/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../../../scss/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../../../scss/bootstrap/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../../../scss/bootstrap/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../../../scss/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../../../scss/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../../../scss/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../../../scss/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../../../scss/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../../../scss/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 14, ../../../scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../../../scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../../scss/bootstrap/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../../scss/bootstrap/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../../scss/bootstrap/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../../scss/bootstrap/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../../scss/bootstrap/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../../scss/bootstrap/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../../scss/bootstrap/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../../scss/bootstrap/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../../scss/bootstrap/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../../../scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../../../scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 2, ../../../scss/layout/_modal.scss */
.site-modal {
  display: none;
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
/* line 12, ../../../scss/layout/_modal.scss */
.site-modal .modal-close-area {
  position: absolute;
  z-index: 1;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
}
/* line 21, ../../../scss/layout/_modal.scss */
.site-modal .mCSB_scrollTools_vertical {
  margin-top: 20px;
  margin-right: -5px;
}
/* line 28, ../../../scss/layout/_modal.scss */
.site-modal .modal-termos .title {
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'dinmediumalternate', sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 41, ../../../scss/layout/_modal.scss */
  .site-modal .modal-termos .title {
    font-size: 18px;
  }
}

/* line 49, ../../../scss/layout/_modal.scss */
.modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
  width: 800px;
  height: 600px;
  padding: 35px 25px 35px 30px;
  background: #495972;
  border-radius: 10px;
}
/* line 59, ../../../scss/layout/_modal.scss */
.modal-wrapper .btn-modal-close {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  position: absolute;
  top: 20px;
  right: 20px;
  text-indent: -9999px;
  -moz-transition: all, 225ms;
  -o-transition: all, 225ms;
  -webkit-transition: all, 225ms;
  transition: all, 225ms;
}
/* line 67, ../../../scss/layout/_modal.scss */
.modal-wrapper .btn-modal-close:hover {
  -moz-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}
/* line 73, ../../../scss/layout/_modal.scss */
.modal-wrapper .scroll-pane {
  overflow: hidden;
  height: 500px;
}
/* line 78, ../../../scss/layout/_modal.scss */
.modal-wrapper .titulo {
  text-transform: uppercase;
  font-family: 'dinbold', sans-serif;
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}
/* line 86, ../../../scss/layout/_modal.scss */
.modal-wrapper .faq-q {
  margin-bottom: 30px;
  line-height: 1.25em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
}
/* line 94, ../../../scss/layout/_modal.scss */
.modal-wrapper .mCSB_container {
  padding-right: 20px;
}
/* line 100, ../../../scss/layout/_modal.scss */
.modal-wrapper .editor-content, .modal-wrapper .editor-content p {
  color: #fff;
  line-height: 1.35em;
}
/* line 105, ../../../scss/layout/_modal.scss */
.modal-wrapper .editor-content p {
  margin-bottom: 15px;
}
/* line 109, ../../../scss/layout/_modal.scss */
.modal-wrapper .editor-content ul, .modal-wrapper .editor-content ol {
  padding: 0;
  margin: 0 0 20px 20px;
}
/* line 113, ../../../scss/layout/_modal.scss */
.modal-wrapper .editor-content ul li, .modal-wrapper .editor-content ol li {
  margin: 0 0 5px;
  padding: 0;
}
/* line 120, ../../../scss/layout/_modal.scss */
.modal-wrapper .editor-content a {
  color: #00C8C6;
}
/* line 123, ../../../scss/layout/_modal.scss */
.modal-wrapper .editor-content a:hover {
  color: #ededed;
}
@media screen and (max-width: 990px) {
  /* line 49, ../../../scss/layout/_modal.scss */
  .modal-wrapper {
    height: 450px;
  }
  /* line 134, ../../../scss/layout/_modal.scss */
  .modal-wrapper .scroll-pane {
    height: 380px;
  }
}
@media screen and (max-width: 820px) {
  /* line 49, ../../../scss/layout/_modal.scss */
  .modal-wrapper {
    width: 600px;
  }
  /* line 143, ../../../scss/layout/_modal.scss */
  .modal-wrapper .mCSB_container {
    padding-right: 10px;
  }
  /* line 147, ../../../scss/layout/_modal.scss */
  .modal-wrapper .faq-q {
    margin-bottom: 30px;
    line-height: 1.25em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  /* line 49, ../../../scss/layout/_modal.scss */
  .modal-wrapper {
    width: 500px;
  }
  /* line 161, ../../../scss/layout/_modal.scss */
  .modal-wrapper .editor-content, .modal-wrapper .editor-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  /* line 49, ../../../scss/layout/_modal.scss */
  .modal-wrapper {
    padding: 25px 15px 25px 20px;
    width: 400px;
  }
  /* line 172, ../../../scss/layout/_modal.scss */
  .modal-wrapper .btn-modal-close {
    right: 10px;
  }
}
@media screen and (max-width: 440px) {
  /* line 49, ../../../scss/layout/_modal.scss */
  .modal-wrapper {
    width: 300px;
  }
}
@media screen and (max-height: 700px) {
  /* line 49, ../../../scss/layout/_modal.scss */
  .modal-wrapper {
    height: 450px;
  }
  /* line 185, ../../../scss/layout/_modal.scss */
  .modal-wrapper .scroll-pane {
    height: 380px;
  }
}
@media screen and (max-height: 500px) {
  /* line 49, ../../../scss/layout/_modal.scss */
  .modal-wrapper {
    height: 370px;
  }
  /* line 193, ../../../scss/layout/_modal.scss */
  .modal-wrapper .scroll-pane {
    height: 300px;
  }
}
@media screen and (max-height: 400px) {
  /* line 49, ../../../scss/layout/_modal.scss */
  .modal-wrapper {
    height: 300px;
  }
  /* line 201, ../../../scss/layout/_modal.scss */
  .modal-wrapper .scroll-pane {
    height: 230px;
  }
}

/* line 212, ../../../scss/layout/_modal.scss */
.modal-dialog .modal-title {
  font-family: 'dinmediumalternate', sans-serif;
  font-size: 18px;
  color: #183665;
}
/* line 220, ../../../scss/layout/_modal.scss */
.modal-dialog .frm_forms input, .modal-dialog .frm_forms textarea, .modal-dialog .frm_forms select {
  width: 100%;
}

/*
 * HELPERS
 */
/* line 9, ../../../scss/pages/global.scss */
.hide-txt {
  position: absolute;
  top: 0;
  left: -9999px;
}

/*
 * BUTTONS
 */
/* line 17, ../../../scss/pages/global.scss */
.btn {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
}

/* line 21, ../../../scss/pages/global.scss */
.btn-more {
  position: relative;
  display: inline-block;
  width: 125px;
  height: 40px;
  background: none;
  text-transform: uppercase;
  border: none;
  padding: 0;
  color: #495972;
  font-size: 14px;
  font-family: 'dinbold', sans-serif;
  outline: none;
}
/* line 24, ../../../scss/layout/_mixins-buttons.scss */
.btn-more svg {
  position: relative;
  z-index: 1;
  width: 125px;
  height: 40px;
  fill: none;
  stroke: #495972;
  stroke-width: 5;
  stroke-dasharray: 0, 0, 330px, 330px;
  transition: all .3s;
}
/* line 36, ../../../scss/layout/_mixins-buttons.scss */
.btn-more span {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  letter-spacing: 0.03em;
  transition: all .2s;
}
/* line 50, ../../../scss/layout/_mixins-buttons.scss */
.btn-more:hover span {
  letter-spacing: 0.08em;
}
/* line 54, ../../../scss/layout/_mixins-buttons.scss */
.btn-more:hover svg {
  stroke-dasharray: 125px, 205px;
}
/* line 60, ../../../scss/layout/_mixins-buttons.scss */
.btn-more:focus span {
  color: #00C8C6;
}
/* line 64, ../../../scss/layout/_mixins-buttons.scss */
.btn-more:focus svg {
  stroke: #00C8C6;
}

/* line 25, ../../../scss/pages/global.scss */
.btn-blog {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  font-family: 'dinregular', sans-serif;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 2px 0 0 35px;
  text-transform: uppercase;
  font-family: 'dinbold', sans-serif;
  line-height: 0.7em;
}
/* line 236, ../../../scss/layout/_mixins-buttons.scss */
.btn-blog, .btn-blog a {
  text-decoration: none !important;
}
/* line 240, ../../../scss/layout/_mixins-buttons.scss */
.btn-blog .icon {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center center;
  -moz-transition: background, 200ms;
  -o-transition: background, 200ms;
  -webkit-transition: background, 200ms;
  transition: background, 200ms;
  background-size: auto 47%;
}
/* line 248, ../../../scss/layout/_mixins-buttons.scss */
.btn-blog:hover .icon {
  background-color: #00C8C6;
}
/* line 251, ../../../scss/layout/_mixins-buttons.scss */
.btn-blog .txt {
  display: inline-block;
  vertical-align: top;
}
/* line 256, ../../../scss/layout/_mixins-buttons.scss */
.btn-blog .txt1 {
  font-size: 14px;
  line-height: 1em;
  color: #495972;
}
/* line 262, ../../../scss/layout/_mixins-buttons.scss */
.btn-blog .txt2 {
  display: block;
  font-size: 20px;
  line-height: 0.85em;
  color: #1D76B8;
}

/* line 29, ../../../scss/pages/global.scss */
.btn-blog-more {
  position: relative;
  display: inline-block;
  width: 238px;
  height: 40px;
  background: none;
  text-transform: uppercase;
  border: none;
  padding: 0;
  color: #495972;
  font-size: 14px;
  text-align: center;
  font-family: 'dinbold', sans-serif;
  outline: none;
}
/* line 90, ../../../scss/layout/_mixins-buttons.scss */
.btn-blog-more svg {
  position: relative;
  z-index: 1;
  width: 238px;
  height: 40px;
  fill: none;
  stroke: #495972;
  stroke-width: 5;
  stroke-dasharray: 0, 0, 556px, 556px;
  transition: all .3s;
}
/* line 102, ../../../scss/layout/_mixins-buttons.scss */
.btn-blog-more span {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  letter-spacing: 0.03em;
  transition: all .2s;
}
/* line 114, ../../../scss/layout/_mixins-buttons.scss */
.btn-blog-more:hover, .btn-blog-more:focus {
  color: #495972;
}
/* line 118, ../../../scss/layout/_mixins-buttons.scss */
.btn-blog-more:hover span, .btn-blog-more:focus span {
  letter-spacing: 0.08em;
}
/* line 122, ../../../scss/layout/_mixins-buttons.scss */
.btn-blog-more:hover svg, .btn-blog-more:focus svg {
  stroke-dasharray: 238px, 318px;
}
/* line 128, ../../../scss/layout/_mixins-buttons.scss */
.btn-blog-more:focus span {
  color: #1D76B8;
}
/* line 132, ../../../scss/layout/_mixins-buttons.scss */
.btn-blog-more:focus svg {
  stroke: #1D76B8;
}

/* line 33, ../../../scss/pages/global.scss */
.btn-modal-close {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  font-family: 'dinregular', sans-serif;
  cursor: pointer;
}

/* line 37, ../../../scss/pages/global.scss */
.btn-action-small {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 40px;
  background: none;
  text-transform: uppercase;
  border: none;
  padding: 0;
  color: #495972;
  font-size: 14px;
  text-align: center;
  font-family: 'dinbold', sans-serif;
  outline: none;
}
/* line 158, ../../../scss/layout/_mixins-buttons.scss */
.btn-action-small svg {
  position: relative;
  z-index: 1;
  width: 110px;
  height: 40px;
  fill: none;
  stroke: #495972;
  stroke-width: 5;
  stroke-dasharray: 0, 0, 300px, 300px;
  transition: all .3s;
}
/* line 170, ../../../scss/layout/_mixins-buttons.scss */
.btn-action-small span {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  letter-spacing: 0.03em;
  transition: all .2s;
}
/* line 182, ../../../scss/layout/_mixins-buttons.scss */
.btn-action-small:hover, .btn-action-small:focus {
  color: #495972;
}
/* line 186, ../../../scss/layout/_mixins-buttons.scss */
.btn-action-small:hover span, .btn-action-small:focus span {
  letter-spacing: 0.08em;
}
/* line 190, ../../../scss/layout/_mixins-buttons.scss */
.btn-action-small:hover svg, .btn-action-small:focus svg {
  stroke-dasharray: 110px, 190px;
}
/* line 196, ../../../scss/layout/_mixins-buttons.scss */
.btn-action-small:focus span {
  color: #1D76B8;
}
/* line 200, ../../../scss/layout/_mixins-buttons.scss */
.btn-action-small:focus svg {
  stroke: #1D76B8;
}

/* line 41, ../../../scss/pages/global.scss */
.btn-read-more {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  vertical-align: middle;
  padding-right: 16px;
  text-transform: uppercase;
  color: #495972;
  letter-spacing: 0.05em;
  font-size: 13px;
  line-height: 16px;
  font-family: 'dinbold', sans-serif;
}
/* line 282, ../../../scss/layout/_mixins-buttons.scss */
.btn-read-more:after {
  content: '';
  position: relative;
  left: 0;
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  line-height: 16px;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #065DC6;
  -moz-transition: left, 175ms;
  -o-transition: left, 175ms;
  -webkit-transition: left, 175ms;
  transition: left, 175ms;
}
/* line 297, ../../../scss/layout/_mixins-buttons.scss */
.btn-read-more:hover {
  color: #065DC6;
}
/* line 300, ../../../scss/layout/_mixins-buttons.scss */
.btn-read-more:hover:after {
  left: 4px;
  border-color: transparent transparent transparent #065DC6;
}

/* line 45, ../../../scss/pages/global.scss */
.btn-read-more-bg {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  display: inline-block;
  min-width: 115px;
  height: 38px;
  padding: 0 5px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'dinmediumalternate', sans-serif;
  font-size: 14px;
  background-color: #495972;
}
/* line 323, ../../../scss/layout/_mixins-buttons.scss */
.btn-read-more-bg:after {
  border-color: transparent transparent transparent #fff;
}
/* line 327, ../../../scss/layout/_mixins-buttons.scss */
.btn-read-more-bg:hover {
  background-color: #00C8C6;
}
/* line 330, ../../../scss/layout/_mixins-buttons.scss */
.btn-read-more-bg:hover:after {
  left: 4px;
}

/* line 49, ../../../scss/pages/global.scss */
.btn-search {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  font-family: 'dinregular', sans-serif;
  cursor: pointer;
  width: 20px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
/* line 347, ../../../scss/layout/_mixins-buttons.scss */
.btn-search .icon-svg_search, .btn-search .icon-svg_search svg {
  width: 20px;
}
/* line 353, ../../../scss/layout/_mixins-buttons.scss */
.btn-search:hover svg, .btn-search:hover path, .btn-search.active svg, .btn-search.active path {
  fill: #00C8C6 !important;
  stroke: #00C8C6 !important;
}

/* line 53, ../../../scss/pages/global.scss */
.btn-font-big {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  color: #7A7A7A;
  font-family: 'dinbold', sans-serif;
  font-size: 26px;
}

/* line 57, ../../../scss/pages/global.scss */
.btn-font-small {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  color: #7A7A7A;
  font-family: 'dinbold', sans-serif;
  font-size: 16px;
}

/* line 61, ../../../scss/pages/global.scss */
.btn-submit-sign {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  font-family: 'dinregular', sans-serif;
  cursor: pointer;
  color: #fff;
  height: 38px;
  min-width: 180px;
  padding: 0 5px;
  text-align: center;
  line-height: 38px;
  text-transform: uppercase;
  font-family: 'dinmediumalternate', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  background-color: #364249;
  -moz-transition: all, 225ms;
  -o-transition: all, 225ms;
  -webkit-transition: all, 225ms;
  transition: all, 225ms;
}
/* line 393, ../../../scss/layout/_mixins-buttons.scss */
.btn-submit-sign:hover {
  letter-spacing: 0.2em;
  background-color: #95BAF4;
}
/* line 398, ../../../scss/layout/_mixins-buttons.scss */
.btn-submit-sign:focus {
  background-color: #95BAF4;
}

/* line 65, ../../../scss/pages/global.scss */
.btn-nav-next {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-color: #495972;
}
/* line 412, ../../../scss/layout/_mixins-buttons.scss */
.btn-nav-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 16px;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #fff;
  -moz-transition: left, 175ms;
  -o-transition: left, 175ms;
  -webkit-transition: left, 175ms;
  transition: left, 175ms;
}
/* line 425, ../../../scss/layout/_mixins-buttons.scss */
.btn-nav-next:hover {
  background-color: #1D76B8;
}

/* line 69, ../../../scss/pages/global.scss */
.btn-nav-prev {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-color: #495972;
}
/* line 412, ../../../scss/layout/_mixins-buttons.scss */
.btn-nav-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 16px;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #fff;
  -moz-transition: left, 175ms;
  -o-transition: left, 175ms;
  -webkit-transition: left, 175ms;
  transition: left, 175ms;
}
/* line 425, ../../../scss/layout/_mixins-buttons.scss */
.btn-nav-prev:hover {
  background-color: #1D76B8;
}
/* line 438, ../../../scss/layout/_mixins-buttons.scss */
.btn-nav-prev:after {
  border-width: 10px 12px 10px 0;
  border-color: transparent #fff transparent transparent;
}

/* line 73, ../../../scss/pages/global.scss */
.btn-back-to-top {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  position: fixed;
  bottom: -150px;
  left: 50%;
  z-index: 990;
  width: 45px;
  height: 45px;
  margin-left: 525px;
  opacity: 0;
  background-color: rgba(24, 54, 101, 0.3);
}
/* line 455, ../../../scss/layout/_mixins-buttons.scss */
.btn-back-to-top, .btn-back-to-top *, .btn-back-to-top *:after {
  -moz-transition: all, 500ms;
  -o-transition: all, 500ms;
  -webkit-transition: all, 500ms;
  transition: all, 500ms;
}
/* line 459, ../../../scss/layout/_mixins-buttons.scss */
.btn-back-to-top.show {
  opacity: 1;
  bottom: 100px;
}
/* line 464, ../../../scss/layout/_mixins-buttons.scss */
.btn-back-to-top .txt {
  position: relative;
  display: block;
  height: 100%;
  text-indent: -9999px;
}
/* line 470, ../../../scss/layout/_mixins-buttons.scss */
.btn-back-to-top .txt:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  opacity: .5;
  border-width: 0 12.5px 15px 12.5px;
  border-color: transparent transparent #ffffff transparent;
}
/* line 483, ../../../scss/layout/_mixins-buttons.scss */
.btn-back-to-top:hover {
  background-color: #0d8bbc;
}
/* line 486, ../../../scss/layout/_mixins-buttons.scss */
.btn-back-to-top:hover .txt:after {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  /* line 73, ../../../scss/pages/global.scss */
  .btn-back-to-top {
    left: auto;
    right: 20px;
    margin-left: 0;
  }
}

/* line 77, ../../../scss/pages/global.scss */
.btn-banner {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  position: relative;
  width: 200px;
  padding: 6px 0 6px 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-family: 'dinregular', sans-serif;
  letter-spacing: 0.03em;
  background-color: #495972;
}
/* line 566, ../../../scss/layout/_mixins-buttons.scss */
.btn-banner .txt {
  position: relative;
  display: inline-block;
  padding-right: 35px;
}
/* line 572, ../../../scss/layout/_mixins-buttons.scss */
.btn-banner .txt:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 11px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
}
/* line 583, ../../../scss/layout/_mixins-buttons.scss */
.btn-banner:hover {
  background-color: #1D76B8;
}

/* line 81, ../../../scss/pages/global.scss */
.btn-banner-more {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  height: 38px;
  text-align: center;
  font-family: 'dinmediumalternate', sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
/* line 602, ../../../scss/layout/_mixins-buttons.scss */
.btn-banner-more .txt {
  display: inline-block;
  line-height: 33px;
  padding: 0 17px;
  opacity: 1;
}
/* line 609, ../../../scss/layout/_mixins-buttons.scss */
.btn-banner-more .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
/* line 616, ../../../scss/layout/_mixins-buttons.scss */
.btn-banner-more:hover {
  background-color: #fff;
}
/* line 619, ../../../scss/layout/_mixins-buttons.scss */
.btn-banner-more:hover .txt {
  opacity: 0;
}
/* line 623, ../../../scss/layout/_mixins-buttons.scss */
.btn-banner-more:hover .hover {
  opacity: 1;
}

/* line 85, ../../../scss/pages/global.scss */
.btn-cta {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  vertical-align: middle;
  padding-right: 16px;
  text-transform: uppercase;
  color: #495972;
  letter-spacing: 0.05em;
  font-size: 13px;
  line-height: 16px;
  font-family: 'dinbold', sans-serif;
  display: inline-block;
  padding: 10px 8px;
  border: 2px solid #495972;
}
/* line 282, ../../../scss/layout/_mixins-buttons.scss */
.btn-cta:after {
  content: '';
  position: relative;
  left: 0;
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  line-height: 16px;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #065DC6;
  -moz-transition: left, 175ms;
  -o-transition: left, 175ms;
  -webkit-transition: left, 175ms;
  transition: left, 175ms;
}
/* line 297, ../../../scss/layout/_mixins-buttons.scss */
.btn-cta:hover {
  color: #065DC6;
}
/* line 300, ../../../scss/layout/_mixins-buttons.scss */
.btn-cta:hover:after {
  left: 4px;
  border-color: transparent transparent transparent #065DC6;
}

/*
 * FONTS
 */
@font-face {
  font-family: 'dinmediumalternate';
  src: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/fonts/din/din_mediumalternate-webfont.eot?1745503235');
  src: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/fonts/din/din_mediumalternate-webfont.eot?&1745503235#iefix') format("embedded-opentype"), url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/fonts/din/din_mediumalternate-webfont.woff?1745503235') format("woff"), url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/fonts/din/din_mediumalternate-webfont.ttf?1745503235') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'dinregular';
  src: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/fonts/din/din-webfont.eot?1745503235');
  src: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/fonts/din/din-webfont.eot?&1745503235#iefix') format("embedded-opentype"), url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/fonts/din/din-webfont.woff?1745503235') format("woff"), url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/fonts/din/din-webfont.ttf?1745503235') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'dinbold';
  src: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/fonts/din/din_bold-webfont.eot?1745503235');
  src: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/fonts/din/din_bold-webfont.eot?&1745503235#iefix') format("embedded-opentype"), url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/fonts/din/din_bold-webfont.woff?1745503235') format("woff"), url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/fonts/din/din_bold-webfont.ttf?1745503235') format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 123, ../../../scss/pages/global.scss */
.font-1-regular {
  font-family: 'dinregular', sans-serif;
}

/* line 127, ../../../scss/pages/global.scss */
.font-1-bold {
  font-family: 'dinbold', sans-serif;
}

/* line 131, ../../../scss/pages/global.scss */
.font-2-regular {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/*
 * TITLES
 */
/* line 138, ../../../scss/pages/global.scss */
.title1 {
  color: #083C84;
  font-size: 36px;
  font-family: 'dinbold', sans-serif;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
}
/* line 9, ../../../scss/layout/_mixins-titles.scss */
.title1 .txt {
  position: relative;
  display: inline-block;
  padding-bottom: 35px;
}
/* line 14, ../../../scss/layout/_mixins-titles.scss */
.title1 .txt:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  height: 3px;
  width: 33%;
  background-color: #00C8C6;
}
@media screen and (max-width: 990px) {
  /* line 138, ../../../scss/pages/global.scss */
  .title1 {
    font-size: 30px;
  }
}

/* line 141, ../../../scss/pages/global.scss */
.title2 {
  font-family: 'dinbold', sans-serif;
  text-transform: uppercase;
  color: #183665;
  font-size: 20px;
  line-height: 1.2em;
}
@media screen and (max-width: 990px) {
  /* line 141, ../../../scss/pages/global.scss */
  .title2 {
    font-size: 18px;
  }
}

/* line 144, ../../../scss/pages/global.scss */
.title3 {
  margin: 0;
  font-family: 'dinmediumalternate', sans-serif;
  font-size: 18px;
  line-height: 1.15em;
}
/* line 53, ../../../scss/layout/_mixins-titles.scss */
.title3, .title3 a {
  color: #002C60;
}

/* line 147, ../../../scss/pages/global.scss */
.title4 {
  font-size: 20px;
  font-family: 'dinbold', sans-serif;
  line-height: 1.2em;
  text-transform: uppercase;
}
/* line 65, ../../../scss/layout/_mixins-titles.scss */
.title4 .txt {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
/* line 70, ../../../scss/layout/_mixins-titles.scss */
.title4 .txt:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 3px;
  width: 70%;
  background-color: #95BAF4;
}
/* line 83, ../../../scss/layout/_mixins-titles.scss */
.title4, .title4 a {
  color: #002C60;
}

/* line 150, ../../../scss/pages/global.scss */
.title5 {
  color: #7A7A7A;
  font-size: 30px;
  font-family: 'dinbold', sans-serif;
  line-height: 1.1em;
}
/* line 95, ../../../scss/layout/_mixins-titles.scss */
.title5, .title5 a {
  color: #7A7A7A;
}

/* line 153, ../../../scss/pages/global.scss */
.title6 {
  text-transform: uppercase;
  color: #083C84;
  font-family: 'dinmediumalternate', sans-serif;
  font-size: 36px;
}
@media screen and (max-width: 990px) {
  /* line 153, ../../../scss/pages/global.scss */
  .title6 {
    font-size: 28px;
  }
}

/* line 156, ../../../scss/pages/global.scss */
.title7 {
  display: inline;
  line-height: 1.5em;
  font-size: 24px;
  font-family: 'dinregular', sans-serif;
}
/* line 121, ../../../scss/layout/_mixins-titles.scss */
.title7 > a, .title7 > span {
  padding: 0.2em;
  color: #fff;
  box-shadow: 0.2em 0 0 #748AA3, -0.2em 0 0 #748AA3;
  background-color: #748AA3;
}

/* line 159, ../../../scss/pages/global.scss */
.title8 {
  line-height: 1.2em;
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'dinmediumalternate', sans-serif;
  letter-spacing: 0.04em;
  margin: 0;
}
/* line 140, ../../../scss/layout/_mixins-titles.scss */
.title8, .title8 a {
  color: #fff;
}
/* line 144, ../../../scss/layout/_mixins-titles.scss */
.title8 .txt {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
}
/* line 149, ../../../scss/layout/_mixins-titles.scss */
.title8 .txt:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 3px;
  width: 70%;
  background-color: #95BAF4;
}
@media screen and (max-width: 768px) {
  /* line 159, ../../../scss/pages/global.scss */
  .title8 {
    font-size: 30px;
    line-height: 1.1em;
  }
}

/* line 162, ../../../scss/pages/global.scss */
.title9 {
  text-transform: uppercase;
  font-size: 140px;
  font-family: 'dinmediumalternate', sans-serif;
  color: #065DC6;
  line-height: 1em;
}
/* line 176, ../../../scss/layout/_mixins-titles.scss */
.title9 .txt {
  position: relative;
  display: inline-block;
  padding-bottom: 28px;
}
/* line 181, ../../../scss/layout/_mixins-titles.scss */
.title9 .txt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
  height: 3px;
  display: block;
  background-color: #95BAF4;
  -moz-transition: all, 225ms;
  -o-transition: all, 225ms;
  -webkit-transition: all, 225ms;
  transition: all, 225ms;
}
@media screen and (max-width: 990px) {
  /* line 162, ../../../scss/pages/global.scss */
  .title9 {
    font-size: 100px;
  }
}

/* line 1, ../../../scss/layout/_icons.scss */
.icon {
  display: inline-block;
  text-indent: -9999px;
}

/* line 6, ../../../scss/layout/_icons.scss */
.icon-png {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
}

/* line 12, ../../../scss/layout/_icons.scss */
.icon-social {
  background-position: center center;
  -moz-transition: background, 200ms;
  -o-transition: background, 200ms;
  -webkit-transition: background, 200ms;
  transition: background, 200ms;
}

/* line 16, ../../../scss/layout/_icons.scss */
.icon.icon-brand {
  width: 80px;
  height: 50px;
  background-size: 100% auto;
}

/* line 22, ../../../scss/layout/_icons.scss */
.icon-svg_logo {
  display: inline-block;
  width: 121px;
  height: 66px;
}

/* line 26, ../../../scss/layout/_icons.scss */
.icon-svg_social-blog {
  display: inline-block;
  width: 21px;
  height: 21px;
}

/* line 30, ../../../scss/layout/_icons.scss */
.icon-svg_social-facebook {
  display: inline-block;
  width: 8px;
  height: 17px;
}

/* line 34, ../../../scss/layout/_icons.scss */
.icon-svg_social-linkedin {
  display: inline-block;
  width: 15px;
  height: 15px;
}

/* line 38, ../../../scss/layout/_icons.scss */
.icon-svg_social-youtube {
  display: inline-block;
  width: 18px;
  height: 12px;
}

/* line 42, ../../../scss/layout/_icons.scss */
.icon-svg_btn-search {
  display: inline-block;
  width: 16px;
  height: 16px;
}

/* line 46, ../../../scss/layout/_icons.scss */
.icon-svg_search {
  display: inline-block;
  width: 18px;
  height: 18px;
}

/* line 50, ../../../scss/layout/_icons.scss */
.icon-svg_logo-escola {
  display: inline-block;
  width: 77px;
  height: 45px;
}

/* line 54, ../../../scss/layout/_icons.scss */
.icon-svg_logo-coaching {
  display: inline-block;
  width: 77px;
  height: 44px;
}

/* line 58, ../../../scss/layout/_icons.scss */
.icon-svg_universo-real {
  display: inline-block;
  width: 22px;
  height: 22px;
}

/* line 62, ../../../scss/layout/_icons.scss */
.icon-svg_print {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  display: inline-block;
  width: 32px;
  height: 28px;
  text-indent: -9999px;
}

/* line 68, ../../../scss/layout/_icons.scss */
.icon-svg_download {
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* line 72, ../../../scss/layout/_icons.scss */
.icon-svg_glossario {
  display: inline-block;
  width: 55px;
  height: 43px;
}

/* line 76, ../../../scss/layout/_icons.scss */
.icon-svg_check {
  display: inline-block;
  width: 25px;
  height: 23px;
}

/* line 80, ../../../scss/layout/_icons.scss */
.icon-svg_quotes {
  display: inline-block;
  width: 18px;
  height: 15px;
}

/* line 84, ../../../scss/layout/_icons.scss */
.icon-svg_simbolo-blb {
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* line 88, ../../../scss/layout/_icons.scss */
.icon-svg_swipe-left-right {
  display: inline-block;
  width: 37px;
  height: 41px;
}

/* line 92, ../../../scss/layout/_icons.scss */
.icon-svg_calendar {
  display: inline-block;
  width: 25px;
  height: 25px;
}

/* line 96, ../../../scss/layout/_icons.scss */
.icon-svg_close {
  display: inline-block;
  width: 14px;
  height: 14px;
}

/* line 100, ../../../scss/layout/_icons.scss */
.icon-svg_timeline {
  display: inline-block;
  width: 54px;
  height: 48px;
}

/* line 104, ../../../scss/layout/_icons.scss */
.icon-svg_sent-mail {
  display: inline-block;
  width: 114px;
  height: 88px;
}

/* line 108, ../../../scss/layout/_icons.scss */
.icon-svg_search-result {
  display: inline-block;
  width: 96px;
  height: 89px;
}

/* line 5, ../../../scss/layout/_forms.scss */
.frm_forms ::-webkit-input-placeholder,
.form-wrapper ::-webkit-input-placeholder,
.widget form ::-webkit-input-placeholder {
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
/* line 11, ../../../scss/layout/_forms.scss */
.frm_forms ::-moz-placeholder,
.form-wrapper ::-moz-placeholder,
.widget form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
/* line 17, ../../../scss/layout/_forms.scss */
.frm_forms :-ms-input-placeholder,
.form-wrapper :-ms-input-placeholder,
.widget form :-ms-input-placeholder {
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
/* line 23, ../../../scss/layout/_forms.scss */
.frm_forms .frm_form_field:not(.field-w-label) > label,
.form-wrapper .frm_form_field:not(.field-w-label) > label,
.widget form .frm_form_field:not(.field-w-label) > label {
  position: absolute;
  left: -9999px;
}
/* line 27, ../../../scss/layout/_forms.scss */
.frm_forms .field-w-label > label,
.form-wrapper .field-w-label > label,
.widget form .field-w-label > label {
  display: block;
  margin: 10px 0;
}
/* line 32, ../../../scss/layout/_forms.scss */
.frm_forms small,
.form-wrapper small,
.widget form small {
  font-size: 14px;
}
/* line 40, ../../../scss/layout/_forms.scss */
.frm_forms fieldset,
.form-wrapper fieldset,
.widget form fieldset {
  border: none;
  padding: 0;
}
/* line 45, ../../../scss/layout/_forms.scss */
.frm_forms label .screen-reader-text,
.form-wrapper label .screen-reader-text,
.widget form label .screen-reader-text {
  display: block;
  margin-bottom: 10px;
}
/* line 50, ../../../scss/layout/_forms.scss */
.frm_forms input[type="text"],
.frm_forms input[type="search"],
.frm_forms input[type="email"],
.frm_forms textarea,
.form-wrapper input[type="text"],
.form-wrapper input[type="search"],
.form-wrapper input[type="email"],
.form-wrapper textarea,
.widget form input[type="text"],
.widget form input[type="search"],
.widget form input[type="email"],
.widget form textarea {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: 2px solid #495972;
  background-color: #fff;
  -moz-transition: border, 250ms;
  -o-transition: border, 250ms;
  -webkit-transition: border, 250ms;
  transition: border, 250ms;
}
/* line 69, ../../../scss/layout/_forms.scss */
.frm_forms input[type="text"]:hover,
.frm_forms input[type="search"]:hover,
.frm_forms input[type="email"]:hover,
.frm_forms textarea:hover,
.frm_forms select:hover,
.form-wrapper input[type="text"]:hover,
.form-wrapper input[type="search"]:hover,
.form-wrapper input[type="email"]:hover,
.form-wrapper textarea:hover,
.form-wrapper select:hover,
.widget form input[type="text"]:hover,
.widget form input[type="search"]:hover,
.widget form input[type="email"]:hover,
.widget form textarea:hover,
.widget form select:hover {
  border-color: #1D76B8;
}
/* line 73, ../../../scss/layout/_forms.scss */
.frm_forms input[type="text"]:focus,
.frm_forms input[type="search"]:focus,
.frm_forms input[type="email"]:focus,
.frm_forms textarea:focus,
.frm_forms select:focus,
.form-wrapper input[type="text"]:focus,
.form-wrapper input[type="search"]:focus,
.form-wrapper input[type="email"]:focus,
.form-wrapper textarea:focus,
.form-wrapper select:focus,
.widget form input[type="text"]:focus,
.widget form input[type="search"]:focus,
.widget form input[type="email"]:focus,
.widget form textarea:focus,
.widget form select:focus {
  border-color: #00C8C6;
}
/* line 79, ../../../scss/layout/_forms.scss */
.frm_forms input[type="text"],
.frm_forms input[type="search"],
.frm_forms input[type="email"],
.form-wrapper input[type="text"],
.form-wrapper input[type="search"],
.form-wrapper input[type="email"],
.widget form input[type="text"],
.widget form input[type="search"],
.widget form input[type="email"] {
  padding: 0 13px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.02em;
}
/* line 88, ../../../scss/layout/_forms.scss */
.frm_forms .form-field,
.form-wrapper .form-field,
.widget form .form-field {
  margin-bottom: 15px;
}
/* line 94, ../../../scss/layout/_forms.scss */
.frm_forms .field-size-full input[type="text"],
.frm_forms .field-size-full input[type="search"],
.frm_forms .field-size-full input[type="email"],
.frm_forms .field-size-full textarea,
.form-wrapper .field-size-full input[type="text"],
.form-wrapper .field-size-full input[type="search"],
.form-wrapper .field-size-full input[type="email"],
.form-wrapper .field-size-full textarea,
.widget form .field-size-full input[type="text"],
.widget form .field-size-full input[type="search"],
.widget form .field-size-full input[type="email"],
.widget form .field-size-full textarea {
  width: 100%;
}
/* line 103, ../../../scss/layout/_forms.scss */
.frm_forms textarea,
.form-wrapper textarea,
.widget form textarea {
  resize: none;
  padding: 10px;
  height: 200px;
}
/* line 109, ../../../scss/layout/_forms.scss */
.frm_forms .msg-envio,
.form-wrapper .msg-envio,
.widget form .msg-envio {
  display: none;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  margin: 15px 0;
  color: #002C60;
}
/* line 117, ../../../scss/layout/_forms.scss */
.frm_forms .msg-envio.msg-erro,
.form-wrapper .msg-envio.msg-erro,
.widget form .msg-envio.msg-erro {
  color: #183665;
}
/* line 125, ../../../scss/layout/_forms.scss */
.frm_forms .campo.error input,
.frm_forms .campo.error textarea,
.form-wrapper .campo.error input,
.form-wrapper .campo.error textarea,
.widget form .campo.error input,
.widget form .campo.error textarea {
  color: #183665;
  border: 2px solid #183665;
}
/* line 132, ../../../scss/layout/_forms.scss */
.frm_forms .campo.error ::-webkit-input-placeholder,
.form-wrapper .campo.error ::-webkit-input-placeholder,
.widget form .campo.error ::-webkit-input-placeholder {
  color: #183665;
}
/* line 136, ../../../scss/layout/_forms.scss */
.frm_forms .campo.error ::-moz-placeholder,
.form-wrapper .campo.error ::-moz-placeholder,
.widget form .campo.error ::-moz-placeholder {
  /* Firefox 19+ */
  color: #183665;
}
/* line 140, ../../../scss/layout/_forms.scss */
.frm_forms .campo.error :-ms-input-placeholder,
.form-wrapper .campo.error :-ms-input-placeholder,
.widget form .campo.error :-ms-input-placeholder {
  color: #183665;
}
/* line 146, ../../../scss/layout/_forms.scss */
.frm_forms .frm_error,
.form-wrapper .frm_error,
.widget form .frm_error {
  padding: 5px 0;
  color: #BC0D00;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
/* line 155, ../../../scss/layout/_forms.scss */
.frm_forms .frm_blank_field input[type="text"],
.frm_forms .frm_blank_field input[type="search"],
.frm_forms .frm_blank_field input[type="email"],
.frm_forms .frm_blank_field textarea,
.frm_forms .frm_blank_field select,
.form-wrapper .frm_blank_field input[type="text"],
.form-wrapper .frm_blank_field input[type="search"],
.form-wrapper .frm_blank_field input[type="email"],
.form-wrapper .frm_blank_field textarea,
.form-wrapper .frm_blank_field select,
.widget form .frm_blank_field input[type="text"],
.widget form .frm_blank_field input[type="search"],
.widget form .frm_blank_field input[type="email"],
.widget form .frm_blank_field textarea,
.widget form .frm_blank_field select {
  border: 2px solid #BC0D00;
}
/* line 165, ../../../scss/layout/_forms.scss */
.frm_forms .frm_message,
.form-wrapper .frm_message,
.widget form .frm_message {
  color: #1D76B8;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
/* line 170, ../../../scss/layout/_forms.scss */
.frm_forms .frm_error_style,
.form-wrapper .frm_error_style,
.widget form .frm_error_style {
  display: none;
}
/* line 174, ../../../scss/layout/_forms.scss */
.frm_forms div.frm_ajax_loading,
.frm_forms span.frm_ajax_loading,
.form-wrapper div.frm_ajax_loading,
.form-wrapper span.frm_ajax_loading,
.widget form div.frm_ajax_loading,
.widget form span.frm_ajax_loading {
  text-indent: -9999px;
  display: inline-block;
  margin: 12px 0 0 10px;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/global/ajax-loader-footer.gif?1745503235');
}
/* line 187, ../../../scss/layout/_forms.scss */
.frm_forms .frm_section_heading + .frm_section_heading,
.form-wrapper .frm_section_heading + .frm_section_heading,
.widget form .frm_section_heading + .frm_section_heading {
  padding-top: 35px;
}
/* line 191, ../../../scss/layout/_forms.scss */
.frm_forms .frm_section_heading h3,
.form-wrapper .frm_section_heading h3,
.widget form .frm_section_heading h3 {
  margin: 0 0 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
}
/* line 199, ../../../scss/layout/_forms.scss */
.frm_forms select,
.form-wrapper select,
.widget form select {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 40px 0 10px;
  border: 2px solid #495972;
  background-color: #fff;
}
/* line 209, ../../../scss/layout/_forms.scss */
.frm_forms select, .frm_forms select option,
.form-wrapper select,
.form-wrapper select option,
.widget form select,
.widget form select option {
  color: #7A7A7A;
}
/* line 215, ../../../scss/layout/_forms.scss */
.frm_forms .form-field-select,
.form-wrapper .form-field-select,
.widget form .form-field-select {
  position: relative;
}
/* line 218, ../../../scss/layout/_forms.scss */
.frm_forms .form-field-select:before,
.form-wrapper .form-field-select:before,
.widget form .form-field-select:before {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #495972 transparent transparent transparent;
}
/* line 230, ../../../scss/layout/_forms.scss */
.frm_forms .form-field-select select,
.form-wrapper .form-field-select select,
.widget form .form-field-select select {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: transparent;
}
/* line 239, ../../../scss/layout/_forms.scss */
.frm_forms input[type="submit"]:not(.btn-submit-custom),
.frm_forms button[type="submit"]:not(.btn-submit-custom),
.form-wrapper input[type="submit"]:not(.btn-submit-custom),
.form-wrapper button[type="submit"]:not(.btn-submit-custom),
.widget form input[type="submit"]:not(.btn-submit-custom),
.widget form button[type="submit"]:not(.btn-submit-custom) {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  font-family: 'dinregular', sans-serif;
  cursor: pointer;
  color: #fff;
  height: 38px;
  min-width: 180px;
  padding: 0 5px;
  text-align: center;
  line-height: 38px;
  text-transform: uppercase;
  font-family: 'dinmediumalternate', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  background-color: #364249;
  -moz-transition: all, 225ms;
  -o-transition: all, 225ms;
  -webkit-transition: all, 225ms;
  transition: all, 225ms;
}
/* line 393, ../../../scss/layout/_mixins-buttons.scss */
.frm_forms input[type="submit"]:not(.btn-submit-custom):hover,
.frm_forms button[type="submit"]:not(.btn-submit-custom):hover,
.form-wrapper input[type="submit"]:not(.btn-submit-custom):hover,
.form-wrapper button[type="submit"]:not(.btn-submit-custom):hover,
.widget form input[type="submit"]:not(.btn-submit-custom):hover,
.widget form button[type="submit"]:not(.btn-submit-custom):hover {
  letter-spacing: 0.2em;
  background-color: #95BAF4;
}
/* line 398, ../../../scss/layout/_mixins-buttons.scss */
.frm_forms input[type="submit"]:not(.btn-submit-custom):focus,
.frm_forms button[type="submit"]:not(.btn-submit-custom):focus,
.form-wrapper input[type="submit"]:not(.btn-submit-custom):focus,
.form-wrapper button[type="submit"]:not(.btn-submit-custom):focus,
.widget form input[type="submit"]:not(.btn-submit-custom):focus,
.widget form button[type="submit"]:not(.btn-submit-custom):focus {
  background-color: #95BAF4;
}

/* line 248, ../../../scss/layout/_forms.scss */
.widget form [type="submit"] {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  font-family: 'dinregular', sans-serif;
  cursor: pointer;
  color: #fff;
  height: 38px;
  min-width: 180px;
  padding: 0 5px;
  text-align: center;
  line-height: 38px;
  text-transform: uppercase;
  font-family: 'dinmediumalternate', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  background-color: #364249;
  -moz-transition: all, 225ms;
  -o-transition: all, 225ms;
  -webkit-transition: all, 225ms;
  transition: all, 225ms;
  margin: 20px 0;
}
/* line 393, ../../../scss/layout/_mixins-buttons.scss */
.widget form [type="submit"]:hover {
  letter-spacing: 0.2em;
  background-color: #95BAF4;
}
/* line 398, ../../../scss/layout/_mixins-buttons.scss */
.widget form [type="submit"]:focus {
  background-color: #95BAF4;
}

/* line 254, ../../../scss/layout/_forms.scss */
select {
  color: #7A7A7A;
}

/* line 259, ../../../scss/layout/_forms.scss */
.form-wrapper.form-search-box {
  position: relative;
  height: 40px;
}
/* line 263, ../../../scss/layout/_forms.scss */
.form-wrapper.form-search-box, .form-wrapper.form-search-box form {
  width: 100%;
}
/* line 265, ../../../scss/layout/_forms.scss */
.form-wrapper.form-search-box ::-webkit-input-placeholder {
  color: #748AA3;
}
/* line 269, ../../../scss/layout/_forms.scss */
.form-wrapper.form-search-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #748AA3;
}
/* line 273, ../../../scss/layout/_forms.scss */
.form-wrapper.form-search-box :-ms-input-placeholder {
  color: #748AA3;
}
/* line 277, ../../../scss/layout/_forms.scss */
.form-wrapper.form-search-box .icon-svg_search {
  position: absolute;
  top: 13px;
  left: 15px;
  z-index: 10;
}
/* line 281, ../../../scss/layout/_forms.scss */
.form-wrapper.form-search-box .icon-svg_search svg path {
  fill: #1D76B8;
}
/* line 287, ../../../scss/layout/_forms.scss */
.form-wrapper.form-search-box label {
  position: absolute;
  left: -9999px;
}
/* line 291, ../../../scss/layout/_forms.scss */
.form-wrapper.form-search-box input[type="search"] {
  position: relative;
  z-index: 1;
  border-color: #8A98A8;
  padding-left: 45px;
}
/* line 297, ../../../scss/layout/_forms.scss */
.form-wrapper.form-search-box input[type="search"]:hover {
  border-color: #1D76B8;
}
/* line 301, ../../../scss/layout/_forms.scss */
.form-wrapper.form-search-box input[type="search"]:focus {
  border-color: #00C8C6;
}
/* line 307, ../../../scss/layout/_forms.scss */
.form-wrapper.form-search-box input[type="submit"],
.form-wrapper.form-search-box button[type="submit"] {
  position: absolute;
  left: -9999px;
}

/* line 317, ../../../scss/layout/_forms.scss */
.form-wrapper.form-box-news .header {
  float: left;
  width: 45%;
}
/* line 322, ../../../scss/layout/_forms.scss */
.form-wrapper.form-box-news .frm_forms {
  float: right;
  width: 45%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  /* line 330, ../../../scss/layout/_forms.scss */
  .form-wrapper.form-box-news .header,
  .form-wrapper.form-box-news .frm_forms {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 342, ../../../scss/layout/_forms.scss */
.form-services-help {
  margin-top: 20px;
}
/* line 345, ../../../scss/layout/_forms.scss */
.form-services-help .form-field {
  margin-bottom: 5px;
}
/* line 349, ../../../scss/layout/_forms.scss */
.form-services-help .frm_error {
  padding: 2px 0;
  font-size: 12px;
}
/* line 354, ../../../scss/layout/_forms.scss */
.form-services-help textarea {
  height: 90px;
}

/* line 363, ../../../scss/layout/_forms.scss */
.form-send-friend input[type="text"],
.form-send-friend input[type="email"] {
  width: 90%;
}

/* line 371, ../../../scss/layout/_forms.scss */
.form-site-search {
  height: 36px;
}
/* line 374, ../../../scss/layout/_forms.scss */
.form-site-search ::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  line-height: 36px;
}
/* line 381, ../../../scss/layout/_forms.scss */
.form-site-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  line-height: 36px;
}
/* line 388, ../../../scss/layout/_forms.scss */
.form-site-search :-ms-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  line-height: 36px;
}
/* line 395, ../../../scss/layout/_forms.scss */
.form-site-search form {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.form-site-search form:after {
  content: "";
  display: table;
  clear: both;
}
/* line 399, ../../../scss/layout/_forms.scss */
.form-site-search form, .form-site-search label, .form-site-search input[type="search"] {
  height: 36px;
}
/* line 403, ../../../scss/layout/_forms.scss */
.form-site-search label {
  width: calc(95% - 175px);
  float: left;
}
/* line 408, ../../../scss/layout/_forms.scss */
.form-site-search label .screen-reader-text {
  position: absolute;
  left: -9999px;
}
/* line 412, ../../../scss/layout/_forms.scss */
.form-site-search input[type="search"] {
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  border: none;
  background-color: transparent;
}
/* line 421, ../../../scss/layout/_forms.scss */
.form-site-search .search-submit {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  width: 110px;
  height: 36px;
  line-height: 34px;
  font-family: 'dinbold', sans-serif;
  text-align: center;
  color: #00C8C6;
  text-transform: uppercase;
  border: 2px solid #00C8C6;
  margin-left: 4%;
  height: 36px;
  float: right;
}
/* line 642, ../../../scss/layout/_mixins-buttons.scss */
.form-site-search .search-submit:focus {
  background-color: #fff;
  border-color: #fff;
}
/* line 647, ../../../scss/layout/_mixins-buttons.scss */
.form-site-search .search-submit:hover {
  color: #fff;
  background-color: #00C8C6;
  border-color: #00C8C6;
}
@media screen and (max-width: 768px) {
  /* line 430, ../../../scss/layout/_forms.scss */
  .form-site-search ::-webkit-input-placeholder {
    font-size: 18px;
  }
  /* line 434, ../../../scss/layout/_forms.scss */
  .form-site-search ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 18px;
  }
  /* line 438, ../../../scss/layout/_forms.scss */
  .form-site-search :-ms-input-placeholder {
    font-size: 18px;
  }
  /* line 442, ../../../scss/layout/_forms.scss */
  .form-site-search input[type="search"] {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 448, ../../../scss/layout/_forms.scss */
  .form-site-search .search-submit {
    width: 80px;
    font-size: 14px;
    min-width: 160px !important;
  }
}

/* line 68, ../../../scss/layout/_header.scss */
.site-header,
.menu-mobile-wrapper {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 72, ../../../scss/layout/_header.scss */
.site-header .icon-brand,
.menu-mobile-wrapper .icon-brand {
  width: 80px;
  height: 49px;
  margin-left: 22px;
}
/* line 78, ../../../scss/layout/_header.scss */
.site-header .icon-social,
.menu-mobile-wrapper .icon-social {
  margin-left: 10px;
  min-width: 20px;
}
/* line 83, ../../../scss/layout/_header.scss */
.site-header .icon-social,
.menu-mobile-wrapper .icon-social {
  position: relative;
  top: 5px;
}
/* line 88, ../../../scss/layout/_header.scss */
.site-header .btn-blog,
.menu-mobile-wrapper .btn-blog {
  top: 3px;
}
/* line 91, ../../../scss/layout/_header.scss */
.site-header .btn-blog .txt,
.menu-mobile-wrapper .btn-blog .txt {
  position: absolute;
  left: -9999px;
}
/* line 97, ../../../scss/layout/_header.scss */
.site-header .icon,
.menu-mobile-wrapper .icon {
  vertical-align: top;
}
/* line 101, ../../../scss/layout/_header.scss */
.site-header .icon-svg_facebook,
.menu-mobile-wrapper .icon-svg_facebook {
  background-size: auto 60%;
}
/* line 105, ../../../scss/layout/_header.scss */
.site-header .icon-svg_youtube,
.menu-mobile-wrapper .icon-svg_youtube {
  background-size: 60% auto;
}
/* line 109, ../../../scss/layout/_header.scss */
.site-header .escola,
.menu-mobile-wrapper .escola {
  background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/global/logo-escola.png?1745503235');
}
/* line 113, ../../../scss/layout/_header.scss */
.site-header .coaching,
.menu-mobile-wrapper .coaching {
  background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/global/logo-coaching.png?1745503235');
}

/* line 119, ../../../scss/layout/_header.scss */
.site-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  -moz-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 1010;
  width: 100%;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 130, ../../../scss/layout/_header.scss */
.site-header.site-header-original, .site-header.site-header-cloned {
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
/* line 135, ../../../scss/layout/_header.scss */
.site-header.site-header-cloned {
  position: fixed;
  top: -110px;
  z-index: 1010;
  width: 100%;
  height: 110px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
/* line 145, ../../../scss/layout/_header.scss */
.site-header > .container {
  position: relative;
  height: 100%;
}
/* line 150, ../../../scss/layout/_header.scss */
.site-header .site-logo {
  margin: 22px 0 0;
  float: left;
}
/* line 155, ../../../scss/layout/_header.scss */
.site-header .btn-search {
  position: absolute;
  top: 78px;
  right: 10px;
  z-index: 30;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 165, ../../../scss/layout/_header.scss */
.site-header .btn-search > div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-left: 22px;
  background-size: auto 98%;
  background-position: left center;
}
/* line 175, ../../../scss/layout/_header.scss */
.site-header .btn-search.active {
  color: #00C8C6;
}
/* line 178, ../../../scss/layout/_header.scss */
.site-header .btn-search.active > div {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.947%22%20height%3D%2217.947%22%20viewBox%3D%220%200%2017.947%2017.947%22%3E%3Cstyle%3E.st0%7Bfill%3A%23003e7e%7D.st1%7Bfill%3A%23fff%7D.st2%7Bfill%3A%23f27024%7D.st3%7Bfill%3A%23f37021%7D.st4%7Bfill%3A%233a7b3c%7D.st5%7Bfill%3A%2331bec0%7D.st6%7Bfill%3A%237b7b7b%7D.st7%7Bfill%3A%231f76bb%7D.st8%7Bfill%3A%23fee235%7D.st9%7Bfill%3A%231e76ba%7D.st10%7Bfill%3A%234a5972%7D.st11%7Bfill%3A%231f77b7%7D.st12%7Bfill%3A%231a3865%7D.st13%7Bfill%3A%231c315e%7D.st14%7Bdisplay%3Anone%7D.st15%7Bdisplay%3Ainline%3Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st5%22%20d%3D%22M17.597%2015.905l-4.57-4.57a7.136%207.136%200%200%200%201.331-4.156C14.358%203.22%2011.137%200%207.179%200S0%203.22%200%207.179s3.22%207.179%207.179%207.179a7.136%207.136%200%200%200%204.156-1.331l4.57%204.57a1.194%201.194%200%200%200%201.692.001%201.198%201.198%200%200%200%200-1.693zm-10.418-3.94a4.786%204.786%200%201%201%200-9.573%204.786%204.786%200%200%201%200%209.573z%22%2F%3E%3C%2Fsvg%3E");
}
/* line 184, ../../../scss/layout/_header.scss */
.site-header .social-icons-wrapper {
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 1;
  height: 65px;
  padding-top: 9px;
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.site-header .social-icons-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 192, ../../../scss/layout/_header.scss */
.site-header .social-icons-wrapper {
  top: 15px;
  bottom: auto;
  right: 15px;
  padding-top: 0;
  height: 35px;
  z-index: 20;
}
/* line 201, ../../../scss/layout/_header.scss */
.site-header .social {
  float: none;
  line-height: 28px;
}
/* line 205, ../../../scss/layout/_header.scss */
.site-header .social > a {
  vertical-align: middle;
}
/* line 207, ../../../scss/layout/_header.scss */
.site-header .social .icon {
  top: auto;
}
/* line 210, ../../../scss/layout/_header.scss */
.site-header .btn-blog {
  padding: 0;
  top: auto;
}
/* line 214, ../../../scss/layout/_header.scss */
.site-header .btn-blog:hover .icon {
  background-color: transparent;
}
/* line 218, ../../../scss/layout/_header.scss */
.site-header .btn-blog .icon {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  background-size: auto;
}
@media screen and (min-width: 1200px) {
  /* line 230, ../../../scss/layout/_header.scss */
  .site-header .btn-search {
    width: 22px;
    text-indent: -9999px;
  }
  /* line 236, ../../../scss/layout/_header.scss */
  body:not(.home) .site-header .btn-search > div {
    background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.947%22%20height%3D%2217.947%22%20viewBox%3D%220%200%2017.947%2017.947%22%3E%3Cstyle%3E.st0%7Bfill%3A%23003e7e%7D.st1%7Bfill%3A%23fff%7D.st2%7Bfill%3A%23f27024%7D.st3%7Bfill%3A%23f37021%7D.st4%7Bfill%3A%233a7b3c%7D.st5%7Bfill%3A%237b7b7b%7D.st6%7Bfill%3A%231f76bb%7D.st7%7Bfill%3A%23fee235%7D.st8%7Bfill%3A%231e76ba%7D.st9%7Bfill%3A%234a5972%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M17.597%2015.905l-4.57-4.57a7.136%207.136%200%200%200%201.331-4.156C14.358%203.22%2011.137%200%207.179%200S0%203.22%200%207.179s3.22%207.179%207.179%207.179a7.136%207.136%200%200%200%204.156-1.331l4.57%204.57a1.194%201.194%200%200%200%201.692.001%201.198%201.198%200%200%200%200-1.693zm-10.418-3.94a4.786%204.786%200%201%201%200-9.573%204.786%204.786%200%200%201%200%209.573z%22%2F%3E%3C%2Fsvg%3E");
  }
  /* line 244, ../../../scss/layout/_header.scss */
  .site-header .social-icons-wrapper .icon-svg-social {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1199px) {
  /* line 119, ../../../scss/layout/_header.scss */
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  }
  /* line 260, ../../../scss/layout/_header.scss */
  .site-header, .site-header.site-header-cloned {
    height: 75px;
  }
  /* line 264, ../../../scss/layout/_header.scss */
  .site-header ~ .site-search, .site-header.site-header-cloned ~ .site-search {
    top: 75px;
  }
  /* line 267, ../../../scss/layout/_header.scss */
  body.home .site-header ~ .site-search, body.home .site-header.site-header-cloned ~ .site-search {
    top: 45px;
  }
  /* line 274, ../../../scss/layout/_header.scss */
  .site-header > .container {
    width: 100%;
  }
  /* line 278, ../../../scss/layout/_header.scss */
  .site-header .site-logo {
    position: relative;
    z-index: 10;
    display: block;
    width: 190px;
    height: 60px;
    margin: 9px auto 0;
    float: none;
  }
  /* line 287, ../../../scss/layout/_header.scss */
  .site-header .site-logo .logo {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    background-position: center center;
    background-size: 100% auto;
  }
  /* line 298, ../../../scss/layout/_header.scss */
  .site-header .main-navigation-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    float: right;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  /* line 308, ../../../scss/layout/_header.scss */
  .site-header .main-navigation-wrapper .toggle-menu {
    top: 50%;
    left: 15px;
    display: block;
    transform: translate3d(0, -50%, 0);
  }
  /* line 314, ../../../scss/layout/_header.scss */
  .site-header .main-navigation-wrapper .toggle-menu span,
  .site-header .main-navigation-wrapper .toggle-menu span:before,
  .site-header .main-navigation-wrapper .toggle-menu span:after {
    background-color: #065DC6;
  }
  /* line 320, ../../../scss/layout/_header.scss */
  .site-header .main-navigation-wrapper .toggle-menu .text {
    color: #065DC6;
  }
  /* line 325, ../../../scss/layout/_header.scss */
  .site-header .main-navigation-wrapper .toggle-menu.is-active span {
    background-color: transparent;
  }
  /* line 329, ../../../scss/layout/_header.scss */
  .site-header .main-navigation-wrapper .btn-search {
    top: 33px;
    right: 15px;
    color: #1B3765;
  }
  /* line 334, ../../../scss/layout/_header.scss */
  .site-header .main-navigation-wrapper .btn-search > div {
    text-indent: -9999px;
  }
  /* line 339, ../../../scss/layout/_header.scss */
  .site-header .main-navigation-wrapper .main-navigation,
  .site-header .main-navigation-wrapper .secondary-navigation {
    display: none;
  }
  /* line 346, ../../../scss/layout/_header.scss */
  .site-header .social-icons-wrapper {
    display: none;
  }
}

/* line 354, ../../../scss/layout/_header.scss */
.site-logo .icon {
  width: 249px;
  height: 43px;
  background-size: auto 98%;
  background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/2023/logo-2023-horizontal.svg?1745503235');
}

/* line 361, ../../../scss/layout/_header.scss */
.main-navigation-wrapper {
  float: left;
  height: 115px;
  margin-left: 40px;
}
/* line 366, ../../../scss/layout/_header.scss */
.main-navigation-wrapper .toggle-menu {
  position: absolute;
  top: 9px;
  left: 200px;
  z-index: 20;
  display: none;
}
@media screen and (max-width: 1099px) {
  /* line 374, ../../../scss/layout/_header.scss */
  .main-navigation-wrapper .toggle-menu {
    display: block;
  }
}

/* line 14, ../../../scss/layout/_hamburger-menu.scss */
.c-hamburger {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 32px;
  font-size: 0;
  text-indent: 0;
  cursor: pointer;
  transition: background 0.25s;
}

/* line 28, ../../../scss/layout/_hamburger-menu.scss */
.c-hamburger:focus {
  outline: none;
}

/* line 32, ../../../scss/layout/_hamburger-menu.scss */
.c-hamburger .text {
  position: absolute;
  bottom: -2px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'dinmediumalternate', sans-serif;
  -moz-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
}
@media screen and (max-width: 768px) {
  /* line 32, ../../../scss/layout/_hamburger-menu.scss */
  .c-hamburger .text {
    bottom: -5px;
  }
}

/* line 49, ../../../scss/layout/_hamburger-menu.scss */
.c-hamburger span {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  height: 2px;
  background: white;
}

/* line 59, ../../../scss/layout/_hamburger-menu.scss */
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  -moz-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
}

/* line 71, ../../../scss/layout/_hamburger-menu.scss */
.c-hamburger span::before {
  top: -5px;
}

/* line 75, ../../../scss/layout/_hamburger-menu.scss */
.c-hamburger span::after {
  bottom: -5px;
}

/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
/* line 86, ../../../scss/layout/_hamburger-menu.scss */
.c-hamburger--htx.is-active .text {
  color: #00C8C6;
}

/* line 90, ../../../scss/layout/_hamburger-menu.scss */
.c-hamburger--htx span {
  transition: background 0s 0.25s;
}

/* line 94, ../../../scss/layout/_hamburger-menu.scss */
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.25s, 0.25s;
  transition-delay: 0.25s, 0s;
}

/* line 100, ../../../scss/layout/_hamburger-menu.scss */
.c-hamburger--htx span::before {
  transition-property: top, transform;
}

/* line 104, ../../../scss/layout/_hamburger-menu.scss */
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
/* line 114, ../../../scss/layout/_hamburger-menu.scss */
.c-hamburger--htx.is-active span {
  background: none;
}

/* line 118, ../../../scss/layout/_hamburger-menu.scss */
.c-hamburger--htx.is-active span::before {
  top: 0;
  -moz-transform: scale(0.9) rotate(45deg);
  -ms-transform: scale(0.9) rotate(45deg);
  -webkit-transform: scale(0.9) rotate(45deg);
  transform: scale(0.9) rotate(45deg);
}

/* line 123, ../../../scss/layout/_hamburger-menu.scss */
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -moz-transform: scale(0.9) rotate(-45deg);
  -ms-transform: scale(0.9) rotate(-45deg);
  -webkit-transform: scale(0.9) rotate(-45deg);
  transform: scale(0.9) rotate(-45deg);
}

/* line 128, ../../../scss/layout/_hamburger-menu.scss */
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.25s;
  background-color: #00C8C6;
}

/* line 384, ../../../scss/layout/_header.scss */
.main-navigation {
  position: relative;
  z-index: 20;
  min-height: 60px;
  padding-top: 15px;
  padding-left: 15px;
}
/* line 391, ../../../scss/layout/_header.scss */
.main-navigation ul {
  margin: 0;
  padding: 0;
}
/* line 396, ../../../scss/layout/_header.scss */
.main-navigation li {
  list-style: none;
}
/* line 398, ../../../scss/layout/_header.scss */
.main-navigation li, .main-navigation a {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 402, ../../../scss/layout/_header.scss */
.main-navigation .menu-item, .main-navigation .menu-item a {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 406, ../../../scss/layout/_header.scss */
.main-navigation .main-menu > .menu-item {
  display: inline-block;
  font-family: 'dinregular', sans-serif;
  font-size: 14px;
  letter-spacing: 0.035em;
  line-height: 35px;
}
/* line 413, ../../../scss/layout/_header.scss */
.main-navigation .main-menu > .menu-item:not(:first-child) {
  margin-left: 20px;
}
/* line 417, ../../../scss/layout/_header.scss */
.main-navigation .main-menu > .menu-item a {
  padding: 0 5px;
  color: #3d3d3d;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 424, ../../../scss/layout/_header.scss */
.main-navigation .main-menu > .menu-item a:hover {
  color: #95BAF4;
}
/* line 430, ../../../scss/layout/_header.scss */
.main-navigation .menu-item-has-children {
  position: relative;
  padding-right: 12px;
}
/* line 434, ../../../scss/layout/_header.scss */
.main-navigation .menu-item-has-children:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 0;
  display: block;
  width: 7px;
  height: 5px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNy45cHgiIGhlaWdodD0iNC45cHgiIHZpZXdCb3g9IjAgMCA3LjkgNC45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3LjkgNC45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzFDMzc2NTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC41LDAuNWwzLjQsMy45IE03LjQsMC41TDQsNC40Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* line 447, ../../../scss/layout/_header.scss */
.main-navigation .menu-item-has-children:hover > a {
  color: #065DC6;
}
/* line 455, ../../../scss/layout/_header.scss */
.main-navigation .current-menu-parent.menu-item a,
.main-navigation .menu-item.current-menu-item a,
.main-navigation .menu-item.current_page_item > a, .main-navigation .sub-menu .current-menu-parent.menu-item a,
.main-navigation .sub-menu .menu-item.current-menu-item a,
.main-navigation .sub-menu .menu-item.current_page_item > a {
  color: #95BAF4;
}
/* line 461, ../../../scss/layout/_header.scss */
.main-navigation .sub-menu {
  position: absolute;
  top: 35px;
  width: 175px;
  overflow: hidden;
  padding: 0 15px 12px;
  background-color: #fff;
  border-radius: 0 0 9px 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
/* line 471, ../../../scss/layout/_header.scss */
.main-navigation .sub-menu:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  background-color: #95BAF4;
  border-radius: 0 0 9px 9px;
}
/* line 481, ../../../scss/layout/_header.scss */
.main-navigation .sub-menu .menu-item {
  display: block;
  padding: 7px 0 2px;
  line-height: 1.1em;
  font-family: 'dinregular', sans-serif;
  letter-spacing: 0.05em;
  border-top: 2px solid #95BAF4;
}
/* line 489, ../../../scss/layout/_header.scss */
.main-navigation .sub-menu .menu-item:first-child {
  border-top: none;
}
/* line 493, ../../../scss/layout/_header.scss */
.main-navigation .sub-menu .menu-item a {
  display: block;
  padding: 6px 0;
  color: #002C60;
}
/* line 503, ../../../scss/layout/_header.scss */
.main-navigation .main-menu > .menu-item.header-top-menu-dst {
  background-color: #065DC6;
}
/* line 508, ../../../scss/layout/_header.scss */
body .site-header .main-navigation .main-menu > .menu-item.header-top-menu-dst > a {
  color: #95BAF4;
}
@media screen and (max-width: 1099px) {
  /* line 384, ../../../scss/layout/_header.scss */
  .main-navigation {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  /* line 522, ../../../scss/layout/_header.scss */
  .main-navigation .sub-menu {
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease-in-out;
    transform: translate3d(0, 0, 0);
  }
  /* line 531, ../../../scss/layout/_header.scss */
  .main-navigation .menu-item-has-children:hover > a {
    opacity: 1;
    pointer-events: auto;
  }
  /* line 536, ../../../scss/layout/_header.scss */
  .main-navigation .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
  /* line 543, ../../../scss/layout/_header.scss */
  .main-navigation .main-menu > .menu-item.header-top-menu-dst {
    height: 45px !important;
  }
}

/* line 551, ../../../scss/layout/_header.scss */
.secondary-navigation {
  position: relative;
}
/* line 554, ../../../scss/layout/_header.scss */
.secondary-navigation .secondary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 560, ../../../scss/layout/_header.scss */
.secondary-navigation .menu-item {
  display: inline-block;
  text-transform: uppercase;
}
/* line 565, ../../../scss/layout/_header.scss */
.secondary-navigation .menu-item-has-children {
  position: relative;
  padding-right: 12px;
}
/* line 569, ../../../scss/layout/_header.scss */
.secondary-navigation .menu-item-has-children:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 0;
  display: block;
  width: 7px;
  height: 5px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNy45cHgiIGhlaWdodD0iNC45cHgiIHZpZXdCb3g9IjAgMCA3LjkgNC45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3LjkgNC45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzFDMzc2NTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC41LDAuNWwzLjQsMy45IE03LjQsMC41TDQsNC40Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* line 582, ../../../scss/layout/_header.scss */
.secondary-navigation .menu-item-has-children:hover > a {
  color: #95BAF4;
}
/* line 586, ../../../scss/layout/_header.scss */
.secondary-navigation .menu-item-has-children a {
  display: inline-block;
  padding-bottom: 10px;
}
/* line 595, ../../../scss/layout/_header.scss */
.secondary-navigation .current-menu-parent.menu-item a,
.secondary-navigation .menu-item.current-menu-item a, .secondary-navigation .sub-menu .current-menu-parent.menu-item a,
.secondary-navigation .sub-menu .menu-item.current-menu-item a {
  color: #95BAF4;
}
/* line 600, ../../../scss/layout/_header.scss */
.secondary-navigation .sub-menu {
  position: absolute;
  top: 30px;
  width: 230px;
  overflow: hidden;
  padding: 0 15px 12px;
  background-color: #fff;
  border-radius: 0 0 9px 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
/* line 610, ../../../scss/layout/_header.scss */
.secondary-navigation .sub-menu:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  background-color: #95BAF4;
  border-radius: 0 0 9px 9px;
}
/* line 620, ../../../scss/layout/_header.scss */
.secondary-navigation .sub-menu .menu-item {
  display: block;
  padding: 7px 0 2px;
  line-height: 1.1em;
  font-family: 'dinregular', sans-serif;
  letter-spacing: 0.05em;
  border-top: 2px solid #95BAF4;
}
/* line 628, ../../../scss/layout/_header.scss */
.secondary-navigation .sub-menu .menu-item:first-child {
  border-top: none;
}
/* line 632, ../../../scss/layout/_header.scss */
.secondary-navigation .sub-menu .menu-item a {
  display: block;
  padding: 6px 0;
  color: #002C60;
  font-size: 14px;
}
/* line 639, ../../../scss/layout/_header.scss */
.secondary-navigation .sub-menu .menu-item.current_page_item a {
  color: #95BAF4;
}
@media screen and (min-width: 1100px) {
  /* line 551, ../../../scss/layout/_header.scss */
  .secondary-navigation {
    height: 47px;
    padding: 10px 15px;
    margin-top: 3px;
    z-index: 10;
  }
  /* line 653, ../../../scss/layout/_header.scss */
  .secondary-navigation:before {
    content: '';
    width: 300vw;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #065DC6;
  }
  /* line 664, ../../../scss/layout/_header.scss */
  .secondary-navigation > div {
    position: relative;
    z-index: 10;
  }
  /* line 669, ../../../scss/layout/_header.scss */
  .secondary-navigation .menu-item {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  /* line 674, ../../../scss/layout/_header.scss */
  .secondary-navigation .menu-item a {
    color: #fff;
  }
  /* line 678, ../../../scss/layout/_header.scss */
  .secondary-navigation .menu-item.current-menu-ancestor > .menu-item a, .secondary-navigation .menu-item.current-menu-item > a,
  .secondary-navigation .menu-item a:hover {
    color: #95BAF4;
  }
  /* line 686, ../../../scss/layout/_header.scss */
  .secondary-navigation .secondary-menu > .menu-item:not(:last-child) {
    margin-right: 20px;
  }
  /* line 690, ../../../scss/layout/_header.scss */
  .secondary-navigation .sub-menu {
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease-in-out;
    transform: translate3d(0, 0, 0);
  }
  /* line 699, ../../../scss/layout/_header.scss */
  .secondary-navigation .menu-item-has-children:hover > a {
    opacity: 1;
    pointer-events: auto;
  }
  /* line 704, ../../../scss/layout/_header.scss */
  .secondary-navigation .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (max-width: 1089px) {
  /* line 719, ../../../scss/layout/_header.scss */
  html body .page-header {
    margin-top: 0;
  }
}

/* line 729, ../../../scss/layout/_header.scss */
html.menu-mobile, html.menu-mobile body {
  height: 100%;
}
/* line 733, ../../../scss/layout/_header.scss */
html.menu-mobile .menu-mobile-wrapper {
  right: 0;
}

/* line 739, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper {
  position: fixed;
  top: 75px;
  right: -110%;
  z-index: 1200;
  width: 80%;
  height: 100%;
  padding: 15px 15px 130px;
  background-color: rgba(255, 255, 255, 0.95);
  overflow-y: scroll;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
/* line 750, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu,
.menu-mobile-wrapper .secondary-menu {
  width: 250px;
  padding: 20px 20px 10px 15px;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 7, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu, .menu-mobile-wrapper .main-menu li,
.menu-mobile-wrapper .secondary-menu,
.menu-mobile-wrapper .secondary-menu li {
  list-style: none;
}
/* line 11, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu > .menu-item,
.menu-mobile-wrapper .secondary-menu > .menu-item {
  display: block;
  margin: 0 0 10px;
  padding-left: 17px;
  line-height: 1.35em;
}
/* line 20, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .menu-item-has-children:after,
.menu-mobile-wrapper .secondary-menu .menu-item-has-children:after {
  right: auto;
  left: 0;
  top: 10px;
}
/* line 28, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .sub-menu,
.menu-mobile-wrapper .secondary-menu .sub-menu {
  position: static;
  width: auto;
  padding: 0 0 0 10px;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
/* line 36, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .sub-menu:after,
.menu-mobile-wrapper .secondary-menu .sub-menu:after {
  display: none;
}
/* line 40, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .sub-menu .menu-item,
.menu-mobile-wrapper .secondary-menu .sub-menu .menu-item {
  font-family: 'dinregular', sans-serif;
  padding: 2px 0;
  line-height: 1.15em;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}
/* line 46, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .sub-menu .menu-item:first-child,
.menu-mobile-wrapper .secondary-menu .sub-menu .menu-item:first-child {
  border: none;
}
/* line 50, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .sub-menu .menu-item a,
.menu-mobile-wrapper .secondary-menu .sub-menu .menu-item a {
  color: #fff;
}
/* line 54, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .sub-menu .menu-item a:hover,
.menu-mobile-wrapper .secondary-menu .sub-menu .menu-item a:hover {
  color: #95BAF4;
}
/* line 58, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .sub-menu .menu-item.current_page_item a,
.menu-mobile-wrapper .secondary-menu .sub-menu .menu-item.current_page_item a {
  color: #065DC6;
}
/* line 757, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .menu-item,
.menu-mobile-wrapper .secondary-menu .menu-item {
  padding-left: 0;
  letter-spacing: 0.02em;
  font-size: 20px;
  text-transform: uppercase;
}
/* line 763, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .menu-item > a,
.menu-mobile-wrapper .secondary-menu .menu-item > a {
  display: inline-block;
  margin-bottom: 5px;
  color: #065DC6;
  font-family: 'dinmediumalternate', sans-serif;
}
/* line 770, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .menu-item .sub-menu,
.menu-mobile-wrapper .secondary-menu .menu-item .sub-menu {
  padding-left: 0;
  display: none;
}
/* line 774, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .menu-item .sub-menu .menu-item,
.menu-mobile-wrapper .secondary-menu .menu-item .sub-menu .menu-item {
  border-color: #95BAF4;
}
/* line 778, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .menu-item .sub-menu a,
.menu-mobile-wrapper .secondary-menu .menu-item .sub-menu a {
  display: inline-block;
  padding: 5px 0;
  line-height: 1.3em;
  font-size: 18px;
  letter-spacing: 0;
  color: #065DC6;
  font-family: 'dinregular', sans-serif;
}
/* line 792, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .menu-item-has-children,
.menu-mobile-wrapper .secondary-menu .menu-item-has-children {
  position: relative;
}
/* line 795, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .menu-item-has-children > a,
.menu-mobile-wrapper .secondary-menu .menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
/* line 799, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .menu-item-has-children > a:after,
.menu-mobile-wrapper .secondary-menu .menu-item-has-children > a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #065DC6 transparent transparent transparent;
}
/* line 814, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .current-menu-parent > a,
.menu-mobile-wrapper .secondary-menu .current-menu-parent > a {
  color: #95BAF4;
}
/* line 818, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .main-menu .current-menu-item > a,
.menu-mobile-wrapper .main-menu .sub-menu .current-menu-item > a,
.menu-mobile-wrapper .secondary-menu .current-menu-item > a,
.menu-mobile-wrapper .secondary-menu .sub-menu .current-menu-item > a {
  color: #95BAF4;
}
/* line 825, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .social {
  display: flex;
  padding: 10px 0 15px 0;
  display: flex;
  align-items: center;
}
/* line 831, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .social .icon-svg-social {
  margin-right: 10px;
}
/* line 835, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .social .btn-blog,
.menu-mobile-wrapper .social .icon-social {
  position: static;
  left: auto;
  top: auto;
  display: inline-block;
  padding: 0;
  min-width: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  vertical-align: middle;
  background-size: auto;
}
/* line 849, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .social .btn-blog {
  height: auto;
  margin-bottom: 0;
}
/* line 853, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .social .btn-blog .icon {
  position: static;
  left: auto;
  top: auto;
  vertical-align: middle;
  background-size: auto;
  transform: none;
}
/* line 865, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .sites {
  padding-top: 25px;
}
/* line 868, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .sites .icon {
  width: 94px;
  height: 57px;
  margin-left: 0;
  margin-right: 9%;
}
/* line 874, ../../../scss/layout/_header.scss */
.menu-mobile-wrapper .sites .icon:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1100px) {
  /* line 739, ../../../scss/layout/_header.scss */
  .menu-mobile-wrapper {
    display: none;
  }
}

/* line 891, ../../../scss/layout/_header.scss */
body.menu-fixed .site-header.site-header-original,
body.menu-fixed-full .site-header.site-header-original {
  top: -115px;
}
/* line 895, ../../../scss/layout/_header.scss */
body.menu-fixed .site-header.site-header-cloned,
body.menu-fixed-full .site-header.site-header-cloned {
  top: 0;
}
/* line 899, ../../../scss/layout/_header.scss */
body.menu-fixed .site-search,
body.menu-fixed-full .site-search {
  position: fixed;
  top: 110px;
}
/* line 903, ../../../scss/layout/_header.scss */
body.home body.menu-fixed .site-search, body.home
body.menu-fixed-full .site-search {
  top: 45px;
}

/* line 914, ../../../scss/layout/_header.scss */
body.menu-fixed.home .site-search,
body.menu-fixed-full.home .site-search {
  top: 45px;
}

/* line 922, ../../../scss/layout/_header.scss */
body.menu-fixed-full .site-header.site-header-original {
  display: block;
  top: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
/* line 928, ../../../scss/layout/_header.scss */
body.menu-fixed-full .site-header.site-header-cloned {
  top: -110px;
}
/* line 932, ../../../scss/layout/_header.scss */
body.menu-fixed-full .site-search {
  top: 110px;
}

/* line 938, ../../../scss/layout/_header.scss */
.site-search {
  display: none;
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 66px;
  padding: 12px 0 5px;
  background-color: #1D1D21;
  -moz-transition: top 225ms ease-in-out;
  -o-transition: top 225ms ease-in-out;
  -webkit-transition: top 225ms ease-in-out;
  transition: top 225ms ease-in-out;
}
@media screen and (max-width: 1089px) {
  /* line 938, ../../../scss/layout/_header.scss */
  .site-search {
    position: fixed;
    top: 75px;
  }
}

/* line 955, ../../../scss/layout/_header.scss */
.home .site-header {
  height: 45px;
  background-color: #fff;
}
/* line 959, ../../../scss/layout/_header.scss */
.home .site-header .secondary-navigation {
  position: absolute;
  left: -9999px;
}
/* line 964, ../../../scss/layout/_header.scss */
.home .site-header .site-logo {
  display: none;
  position: absolute;
  top: 60px;
  float: none;
  width: 235px;
  height: 85px;
  margin: 0;
}
/* line 973, ../../../scss/layout/_header.scss */
.home .site-header .site-logo .logo {
  width: 100%;
  height: 100%;
  background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/global/logo-grupo-bco-r.png?1745503235');
  background-size: 100% auto;
}
/* line 981, ../../../scss/layout/_header.scss */
.home .site-header .main-navigation-wrapper {
  float: none;
  height: 100%;
  margin-left: 0;
}
/* line 987, ../../../scss/layout/_header.scss */
.home .site-header .main-navigation {
  padding: 0;
  height: 100%;
}
/* line 992, ../../../scss/layout/_header.scss */
.home .site-header .main-menu > .menu-item:first-child {
  margin-left: 0;
}
/* line 996, ../../../scss/layout/_header.scss */
.home .site-header .main-menu > .menu-item {
  height: 100%;
  line-height: 35px;
}
/* line 1000, ../../../scss/layout/_header.scss */
.home .site-header .main-menu > .menu-item > a {
  color: #3d3d3d;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-size: 14px;
  line-height: 35px;
}
/* line 1008, ../../../scss/layout/_header.scss */
.home .site-header .main-menu > .menu-item > a:hover, .home .site-header .main-menu > .menu-item:hover > a {
  color: #065DC6;
}
/* line 1015, ../../../scss/layout/_header.scss */
.home .site-header .icon-social {
  top: auto;
  margin-right: 0;
  min-width: 20px;
}
/* line 1020, ../../../scss/layout/_header.scss */
.home .site-header .icon-social:not(:first-child) {
  margin-left: 10px;
}
/* line 1025, ../../../scss/layout/_header.scss */
.home .site-header .btn-search {
  top: 50%;
  z-index: 30;
  width: 16px;
  height: 16px;
  transform: translate3d(0, -50%, 0);
}
/* line 1032, ../../../scss/layout/_header.scss */
.home .site-header .btn-search > div {
  padding: 0;
  text-indent: -9999px;
}
/* line 1038, ../../../scss/layout/_header.scss */
.home .site-header .social-icons-wrapper {
  top: 3px;
}
@media screen and (min-width: 1100px) {
  /* line 1044, ../../../scss/layout/_header.scss */
  .home .site-header .main-navigation {
    position: relative;
    right: 305px;
    text-align: right;
  }
  /* line 1049, ../../../scss/layout/_header.scss */
  .home .site-header .main-navigation > div {
    display: inline-block;
    height: 100%;
  }
  /* line 1054, ../../../scss/layout/_header.scss */
  .home .site-header .main-navigation .main-menu {
    text-align: left;
    height: 100%;
  }
  /* line 1060, ../../../scss/layout/_header.scss */
  .home .site-header .social-icons-wrapper {
    right: 140px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1279px) {
  /* line 1068, ../../../scss/layout/_header.scss */
  .home .site-header .main-navigation {
    right: 285px;
  }
  /* line 1074, ../../../scss/layout/_header.scss */
  .home .site-header .main-menu > .menu-item:not(:first-child) {
    margin-left: 20px;
  }
  /* line 1076, ../../../scss/layout/_header.scss */
  .home .site-header .main-menu > .menu-item > a {
    letter-spacing: 0.015em;
    font-size: 13px;
  }
  /* line 1083, ../../../scss/layout/_header.scss */
  .home .site-header .social-icons-wrapper {
    right: 110px;
  }
}
@media screen and (max-width: 1099px) {
  /* line 1091, ../../../scss/layout/_header.scss */
  .home .site-header .toggle-menu {
    display: block;
    height: 15px;
  }
  /* line 1095, ../../../scss/layout/_header.scss */
  .home .site-header .toggle-menu span,
  .home .site-header .toggle-menu span:before,
  .home .site-header .toggle-menu span:after {
    background-color: #065DC6;
  }
  /* line 1101, ../../../scss/layout/_header.scss */
  .home .site-header .toggle-menu.is-active span {
    background-color: transparent;
  }
  /* line 1105, ../../../scss/layout/_header.scss */
  .home .site-header .toggle-menu .text {
    position: absolute;
    left: 33px;
    bottom: auto;
    top: 40%;
    transform: translate3d(0, -50%, 0);
    color: #065DC6;
  }
}

/* line 1120, ../../../scss/layout/_header.scss */
.home .site-search {
  top: 45px;
  z-index: 1000;
}
@media screen and (max-width: 1089px) {
  /* line 1120, ../../../scss/layout/_header.scss */
  .home .site-search {
    top: 35px;
  }
}

/* line 1130, ../../../scss/layout/_header.scss */
.home .menu-mobile-wrapper {
  top: 45px;
}

/* line 1134, ../../../scss/layout/_header.scss */
.icon-social-blog {
  display: inline-block;
  text-indent: -9999px;
  width: 21px;
  height: 21px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/2023/icon-social-blog.svg?1745503235');
}

/* line 1145, ../../../scss/layout/_header.scss */
.icon-social-fb {
  display: inline-block;
  text-indent: -9999px;
  width: 20px;
  height: 17px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/2023/icon-social-fb.svg?1745503235');
}

/* line 1156, ../../../scss/layout/_header.scss */
.icon-social-linkedin {
  display: inline-block;
  text-indent: -9999px;
  width: 20px;
  height: 15px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/2023/icon-social-linkedin.svg?1745503235');
}

/* line 1167, ../../../scss/layout/_header.scss */
.icon-social-youtube {
  display: inline-block;
  text-indent: -9999px;
  width: 18px;
  height: 12px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/2023/icon-social-youtube.svg?1745503235');
}

/* line 3, ../../../scss/layout/_footer.scss */
.site-footer {
  margin-top: 60px;
  font-size: 14px;
  color: #5B5B5B;
}
/* line 9, ../../../scss/layout/_footer.scss */
.site-footer .site-logo a {
  width: 220px;
  height: 40px;
  background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/2023/logo-2023-horizontal.svg?1745503235');
  background-size: 99% auto;
}
/* line 17, ../../../scss/layout/_footer.scss */
.site-footer .logo-grupo {
  display: block;
  margin-top: 30px;
}
/* line 22, ../../../scss/layout/_footer.scss */
.site-footer .bg1 {
  padding: 35px 0;
  background-color: #ECECEC;
}
/* line 27, ../../../scss/layout/_footer.scss */
.site-footer .bg2 {
  height: 52px;
  padding: 13px 0 5px;
  background-color: #002C60;
}
/* line 33, ../../../scss/layout/_footer.scss */
.site-footer .bg3 {
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #364249;
}
/* line 42, ../../../scss/layout/_footer.scss */
.site-footer .bg3 .txt1 {
  float: left;
  margin: 0;
}
/* line 46, ../../../scss/layout/_footer.scss */
.site-footer .bg3 .txt1:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-position: center center;
  background-size: auto 96%;
  background-repeat: no-repeat;
  background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/2023/brick.svg?1745503235');
}
/* line 61, ../../../scss/layout/_footer.scss */
.site-footer .bg3 .icon {
  float: right;
  line-height: 32px;
  margin-top: 4px;
  vertical-align: middle;
}
/* line 70, ../../../scss/layout/_footer.scss */
.site-footer .title4 {
  margin-bottom: 25px;
}
/* line 74, ../../../scss/layout/_footer.scss */
.site-footer .footer-text {
  padding: 0 19%;
  margin: 25px auto 0;
  font-size: 12px;
  text-align: center;
}
/* line 83, ../../../scss/layout/_footer.scss */
.site-footer .social-icons-wrapper > a {
  display: block;
  margin: 0 0 20px;
}
/* line 88, ../../../scss/layout/_footer.scss */
.site-footer .social-icons-wrapper .btn-blog {
  padding: 0;
}
/* line 92, ../../../scss/layout/_footer.scss */
.site-footer .social-icons-wrapper .icon-social-blog {
  width: 27px;
  height: 27px;
}
/* line 97, ../../../scss/layout/_footer.scss */
.site-footer .social-icons-wrapper .icon-social-fb {
  width: 22px;
  height: 22px;
}
/* line 102, ../../../scss/layout/_footer.scss */
.site-footer .social-icons-wrapper .icon-social-linkedin {
  width: 21px;
  height: 21px;
}
/* line 107, ../../../scss/layout/_footer.scss */
.site-footer .social-icons-wrapper .icon-social-youtube {
  width: 24px;
  height: 24px;
}
/* line 114, ../../../scss/layout/_footer.scss */
.site-footer .footer-menu .menu-item {
  text-transform: uppercase;
  font-family: 'dinregular', sans-serif;
  letter-spacing: 0.015em;
  line-height: 1.15em;
  margin-bottom: 10px;
}
/* line 121, ../../../scss/layout/_footer.scss */
.site-footer .footer-menu .menu-item a {
  color: #1c305e;
}
/* line 127, ../../../scss/layout/_footer.scss */
.site-footer .footer-menu-col {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 990px) {
  /* line 135, ../../../scss/layout/_footer.scss */
  .site-footer .footer-top-menus {
    display: flex;
  }
  /* line 139, ../../../scss/layout/_footer.scss */
  .site-footer .footer-menu {
    padding: 3px 20px 3px 8px;
    border-left: 2px solid #95BAF4;
    flex: 1 1 calc(100% / 3);
  }
  /* line 144, ../../../scss/layout/_footer.scss */
  .site-footer .footer-menu a:hover,
  .site-footer .footer-menu .current-menu-item a,
  .site-footer .footer-menu .current-page-ancestor a {
    color: #95BAF4;
  }
  /* line 152, ../../../scss/layout/_footer.scss */
  .site-footer .row-20 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 989px) {
  /* line 161, ../../../scss/layout/_footer.scss */
  .site-footer .logo-grupo {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 166, ../../../scss/layout/_footer.scss */
  .site-footer .bg2 {
    padding: 15px 0;
    height: auto;
    min-height: 45px;
    line-height: 1.3em;
  }
  /* line 173, ../../../scss/layout/_footer.scss */
  .site-footer .bg3 {
    text-align: center;
    padding: 10px 0 5px;
    height: auto;
    min-height: 32px;
    line-height: 1.3em;
    font-size: 12px;
  }
  /* line 181, ../../../scss/layout/_footer.scss */
  .site-footer .bg3 .txt1, .site-footer .bg3 .icon {
    margin: 0 auto 20px;
    float: none;
    display: block;
  }
  /* line 189, ../../../scss/layout/_footer.scss */
  .site-footer .footer-top-col {
    margin-bottom: 30px;
  }
  /* line 193, ../../../scss/layout/_footer.scss */
  .site-footer .footer-text {
    padding: 0;
  }
  /* line 199, ../../../scss/layout/_footer.scss */
  .site-footer .social-icons-wrapper > a {
    display: inline-block;
    margin-right: 4%;
    vertical-align: top;
  }
  /* line 204, ../../../scss/layout/_footer.scss */
  .site-footer .social-icons-wrapper > a:last-child {
    margin-right: 0;
  }
  /* line 212, ../../../scss/layout/_footer.scss */
  .site-footer .site-logo {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
  }
  /* line 218, ../../../scss/layout/_footer.scss */
  .site-footer .footer-menu-col {
    text-align: center;
  }
  /* line 221, ../../../scss/layout/_footer.scss */
  .site-footer .footer-menu-col .menu-item {
    border-bottom: 1px solid #1c305e;
  }
  /* line 224, ../../../scss/layout/_footer.scss */
  .site-footer .footer-menu-col .menu-item a {
    display: block;
    padding: 0 0 10px;
  }
  /* line 232, ../../../scss/layout/_footer.scss */
  .site-footer .social-icons-wrapper {
    margin-top: 30px;
    text-align: center;
  }
  /* line 236, ../../../scss/layout/_footer.scss */
  .site-footer .social-icons-wrapper a {
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  /* line 3, ../../../scss/layout/_footer.scss */
  .site-footer {
    margin-top: 25px;
  }
}

/* line 253, ../../../scss/layout/_footer.scss */
#site-navigation-footer .footer-menu {
  margin: 0;
  padding: 0;
}
/* line 258, ../../../scss/layout/_footer.scss */
#site-navigation-footer .menu-item {
  margin: 0 1px;
  list-style: none;
  display: inline-block;
  font-family: 'dinmediumalternate', sans-serif;
  font-size: 16px;
  letter-spacing: 0.015em;
}
/* line 266, ../../../scss/layout/_footer.scss */
#site-navigation-footer .menu-item:after {
  content: '|';
  display: inline-block;
  margin: 0 1px;
  color: #fff;
}
/* line 273, ../../../scss/layout/_footer.scss */
#site-navigation-footer .menu-item:first-child {
  margin-left: 0;
}
/* line 276, ../../../scss/layout/_footer.scss */
#site-navigation-footer .menu-item:first-child a {
  padding-left: 0;
}
/* line 282, ../../../scss/layout/_footer.scss */
#site-navigation-footer .menu-item:last-child {
  margin-right: 0;
}
/* line 285, ../../../scss/layout/_footer.scss */
#site-navigation-footer .menu-item:last-child a {
  padding-right: 0;
}
/* line 289, ../../../scss/layout/_footer.scss */
#site-navigation-footer .menu-item:last-child:after {
  display: none;
}
/* line 295, ../../../scss/layout/_footer.scss */
#site-navigation-footer .menu-item a {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  text-decoration: none;
}
/* line 301, ../../../scss/layout/_footer.scss */
#site-navigation-footer .menu-item a:hover {
  color: #00C8C6;
}
/* line 306, ../../../scss/layout/_footer.scss */
#site-navigation-footer .menu-item.current-menu-item a {
  color: #00C8C6;
}
@media screen and (max-width: 1200px) {
  /* line 312, ../../../scss/layout/_footer.scss */
  #site-navigation-footer .menu-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 990px) {
  /* line 320, ../../../scss/layout/_footer.scss */
  #site-navigation-footer .menu-item {
    display: block;
    margin: 0 0 10px 0;
    font-size: 16px;
  }
  /* line 325, ../../../scss/layout/_footer.scss */
  #site-navigation-footer .menu-item:before, #site-navigation-footer .menu-item:after {
    display: none;
  }
  /* line 329, ../../../scss/layout/_footer.scss */
  #site-navigation-footer .menu-item a {
    padding-left: 0;
  }
}

/* line 339, ../../../scss/layout/_footer.scss */
footer .footer-address-wrapper {
  font-size: 14px;
}
/* line 342, ../../../scss/layout/_footer.scss */
footer .footer-address-wrapper strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #065DC6;
  line-height: 16px;
}
/* line 349, ../../../scss/layout/_footer.scss */
footer .footer-address-wrapper p {
  margin-bottom: 0;
}
/* line 355, ../../../scss/layout/_footer.scss */
footer .footer-address-wrapper .dst, footer .footer-address-wrapper .dst p, footer .footer-address-wrapper .dst a {
  color: #065DC6;
}
/* line 359, ../../../scss/layout/_footer.scss */
footer .footer-address-wrapper .dst a {
  text-decoration: underline;
}

/* line 1, ../../../scss/layout/_page.scss */
.page-header {
  position: relative;
  z-index: 1;
  height: 595px;
  margin-bottom: 35px;
}
/* line 7, ../../../scss/layout/_page.scss */
.page-header .page-banner-wrapper {
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 110px);
  overflow: hidden;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
}
/* line 21, ../../../scss/layout/_page.scss */
.page-header .page-banner-wrapper img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
/* line 32, ../../../scss/layout/_page.scss */
body.page-template-page-servicos-divsao .page-header .page-banner-wrapper {
  top: 0;
  height: 100%;
}
/* line 39, ../../../scss/layout/_page.scss */
.page-header .subtitle {
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'dinregular', sans-serif;
}
/* line 45, ../../../scss/layout/_page.scss */
.page-header > .container {
  padding: 0;
}
/* line 49, ../../../scss/layout/_page.scss */
.page-header .icon-wrapper {
  position: relative;
  float: left;
  display: inline-block;
  height: 100%;
  width: 10%;
  text-align: center;
  background-color: #495972;
}
/* line 58, ../../../scss/layout/_page.scss */
.page-header .icon-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 70%;
  width: auto;
  height: auto;
}
/* line 68, ../../../scss/layout/_page.scss */
.page-header .page-title {
  position: absolute;
  bottom: -36px;
  z-index: 10;
  margin: 0 auto;
  min-height: 145px;
  padding: 25px 0 35px;
  color: #fff;
  background: #065DC6;
}
/* line 81, ../../../scss/layout/_page.scss */
body.slug-auditoria-independente .page-header .page-title, body.slug-auditoria-independente .page-header .page-title:after, body.slug-auditoria-independente .page-header .page-title:before, body.term-auditoria .page-header .page-title, body.term-auditoria .page-header .page-title:after, body.term-auditoria .page-header .page-title:before {
  background-color: #065DC6;
}
/* line 87, ../../../scss/layout/_page.scss */
body.slug-auditoria-independente .page-header .page-title:after, body.term-auditoria .page-header .page-title:after {
  background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/2023/page-title-auditoria-bricks.svg?1745503235');
  background-repeat: no-repeat;
}
/* line 92, ../../../scss/layout/_page.scss */
body.slug-auditoria-independente .page-header .page-title .icon-wrapper.icon-wrapper, body.term-auditoria .page-header .page-title .icon-wrapper.icon-wrapper {
  background-color: #065DC6;
}
/* line 106, ../../../scss/layout/_page.scss */
body.slug-consultoria .page-header .page-title, body.slug-consultoria .page-header .page-title:after, body.slug-consultoria .page-header .page-title:before, body.slug-consultoria-tributaria .page-header .page-title, body.slug-consultoria-tributaria .page-header .page-title:after, body.slug-consultoria-tributaria .page-header .page-title:before, body.slug-consultoria-patrimonial-e-societaria .page-header .page-title, body.slug-consultoria-patrimonial-e-societaria .page-header .page-title:after, body.slug-consultoria-patrimonial-e-societaria .page-header .page-title:before, body.slug-consultoria-em-gestao-e-financas .page-header .page-title, body.slug-consultoria-em-gestao-e-financas .page-header .page-title:after, body.slug-consultoria-em-gestao-e-financas .page-header .page-title:before, body.term-consultoria-em-gestao-e-financas .page-header .page-title, body.term-consultoria-em-gestao-e-financas .page-header .page-title:after, body.term-consultoria-em-gestao-e-financas .page-header .page-title:before, body.term-consultoria-societaria-e-patrimonial .page-header .page-title, body.term-consultoria-societaria-e-patrimonial .page-header .page-title:after, body.term-consultoria-societaria-e-patrimonial .page-header .page-title:before, body.term-consultoria-tributaria .page-header .page-title, body.term-consultoria-tributaria .page-header .page-title:after, body.term-consultoria-tributaria .page-header .page-title:before {
  background-color: #065DC6;
}
/* line 112, ../../../scss/layout/_page.scss */
body.slug-consultoria .page-header .page-title:after, body.slug-consultoria-tributaria .page-header .page-title:after, body.slug-consultoria-patrimonial-e-societaria .page-header .page-title:after, body.slug-consultoria-em-gestao-e-financas .page-header .page-title:after, body.term-consultoria-em-gestao-e-financas .page-header .page-title:after, body.term-consultoria-societaria-e-patrimonial .page-header .page-title:after, body.term-consultoria-tributaria .page-header .page-title:after {
  background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/2023/page-title-auditoria-bricks.svg?1745503235');
  background-repeat: no-repeat;
}
/* line 117, ../../../scss/layout/_page.scss */
body.slug-consultoria .page-header .page-title .icon-wrapper.icon-wrapper, body.slug-consultoria-tributaria .page-header .page-title .icon-wrapper.icon-wrapper, body.slug-consultoria-patrimonial-e-societaria .page-header .page-title .icon-wrapper.icon-wrapper, body.slug-consultoria-em-gestao-e-financas .page-header .page-title .icon-wrapper.icon-wrapper, body.term-consultoria-em-gestao-e-financas .page-header .page-title .icon-wrapper.icon-wrapper, body.term-consultoria-societaria-e-patrimonial .page-header .page-title .icon-wrapper.icon-wrapper, body.term-consultoria-tributaria .page-header .page-title .icon-wrapper.icon-wrapper {
  background-color: #065DC6;
}
/* line 125, ../../../scss/layout/_page.scss */
body.page-id-455 .page-header .page-title:after {
  right: -10%;
  background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/2023/page-title-consultoria-tributaria-bricks.svg?1745503235') !important;
  background-repeat: no-repeat;
}
/* line 135, ../../../scss/layout/_page.scss */
body.page-id-5719 .page-header .page-title:after {
  right: -10%;
  background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/2023/page-title-consultoria-home-bricks.svg?1745503235');
  background-repeat: no-repeat;
}
/* line 143, ../../../scss/layout/_page.scss */
.page-header .page-title:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: -15px;
  display: block;
  width: 15px;
  height: 100%;
  background: #065DC6;
}
/* line 155, ../../../scss/layout/_page.scss */
.page-header .page-title:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: -20%;
  display: block;
  width: 930px;
  height: 100%;
  overflow: hidden;
  background: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/2023/home-auditoria-bricks.svg?1745503235') center left no-repeat #065DC6;
  background-size: auto 100%;
}
/* line 169, ../../../scss/layout/_page.scss */
body.page-id-2872 .page-header .page-title:after {
  right: -30%;
  background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/2023/page-title-ublb-bricks.svg?1745503235');
}
/* line 177, ../../../scss/layout/_page.scss */
.page-header .page-title > .container {
  position: relative;
  z-index: 10;
}
/* line 185, ../../../scss/layout/_page.scss */
.page-header.page-header-services .page-title {
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 165px;
}
@media screen and (max-width: 1440px) {
  /* line 1, ../../../scss/layout/_page.scss */
  .page-header {
    padding-top: 355px;
    height: 500px;
  }
}
@media screen and (max-width: 1199px) {
  /* line 201, ../../../scss/layout/_page.scss */
  .page-header .page-banner-wrapper {
    top: 75px;
  }
}
@media screen and (max-width: 1100px) {
  /* line 211, ../../../scss/layout/_page.scss */
  .page-header .page-title:after {
    background-image: none !important;
  }
}
@media screen and (max-width: 990px) {
  /* line 1, ../../../scss/layout/_page.scss */
  .page-header {
    padding-top: 305px;
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1, ../../../scss/layout/_page.scss */
  .page-header {
    padding-top: 75px;
    height: auto;
    margin-bottom: 15px;
  }
  /* line 231, ../../../scss/layout/_page.scss */
  .page-header .page-banner-wrapper {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    background-image: none !important;
  }
  /* line 239, ../../../scss/layout/_page.scss */
  .page-header .page-banner-wrapper img {
    visibility: visible;
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
  }
  /* line 254, ../../../scss/layout/_page.scss */
  .page-header > .container {
    padding: 0;
    margin: 0;
  }
  /* line 259, ../../../scss/layout/_page.scss */
  .page-header.page-header-services .page-title,
  .page-header .page-title {
    min-height: 100px;
    padding-bottom: 25px;
    bottom: -26px;
    position: relative;
    bottom: auto;
  }
  /* line 267, ../../../scss/layout/_page.scss */
  .page-header.page-header-services .page-title .title,
  .page-header .page-title .title {
    font-size: 24px;
  }
  /* line 271, ../../../scss/layout/_page.scss */
  .page-header.page-header-services .page-title .title .txt:after,
  .page-header .page-title .title .txt:after {
    width: 50%;
  }
  /* line 275, ../../../scss/layout/_page.scss */
  .page-header.page-header-services .page-title .subtitle,
  .page-header .page-title .subtitle {
    font-size: 18px;
  }
  /* line 279, ../../../scss/layout/_page.scss */
  .page-header.page-header-services .page-title:after,
  .page-header .page-title:after {
    background-image: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 289, ../../../scss/layout/_page.scss */
  .page-header .page-banner-wrapper {
    width: 100%;
    height: 180px;
  }
  /* line 293, ../../../scss/layout/_page.scss */
  .page-header .page-banner-wrapper img {
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    min-width: 0;
    min-height: 0;
  }
  /* line 304, ../../../scss/layout/_page.scss */
  .page-header.page-header-services .page-title,
  .page-header .page-title {
    padding-top: 12px;
    padding-bottom: 15px;
    min-height: 0;
  }
  /* line 310, ../../../scss/layout/_page.scss */
  .page-header.page-header-services .page-title .title .txt,
  .page-header .page-title .title .txt {
    padding-bottom: 10px;
  }
}

/* line 322, ../../../scss/layout/_page.scss */
body.page.page-template-page-mensagem-enviada .page-header.page-header-services .container .page-title > .container {
  padding-left: 15px;
}

/* line 328, ../../../scss/layout/_page.scss */
.page-breadcrumb {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  /* line 328, ../../../scss/layout/_page.scss */
  .page-breadcrumb {
    margin-bottom: 0;
  }
}

/* line 337, ../../../scss/layout/_page.scss */
.page-menu-header {
  position: relative;
  min-height: 40px;
  padding: 10px 0;
  background-color: #ECECEC;
}
/* line 343, ../../../scss/layout/_page.scss */
.page-menu-header:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 1px;
  left: -30px;
  display: block;
  width: 30px;
  height: 97%;
  overflow: hidden;
  background: #ECECEC;
}
/* line 356, ../../../scss/layout/_page.scss */
.page-menu-header:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 60%;
  display: block;
  width: 1920px;
  height: 100%;
  overflow: hidden;
  background: #ECECEC;
}
/* line 369, ../../../scss/layout/_page.scss */
.page-menu-header .menu-nav {
  position: relative;
  z-index: 10;
}
/* line 374, ../../../scss/layout/_page.scss */
.page-menu-header ul {
  margin: 0;
  padding: 0;
}
/* line 379, ../../../scss/layout/_page.scss */
.page-menu-header .menu-item {
  display: inline-block;
  font-family: 'dinbold', sans-serif;
  font-size: 15px;
  list-style: none;
}
/* line 385, ../../../scss/layout/_page.scss */
.page-menu-header .menu-item:before {
  content: '|';
  display: inline-block;
}
/* line 390, ../../../scss/layout/_page.scss */
.page-menu-header .menu-item,
.page-menu-header .menu-item a {
  color: #495972;
}
/* line 395, ../../../scss/layout/_page.scss */
.page-menu-header .menu-item a {
  display: inline-block;
  padding: 0 10px;
}
/* line 399, ../../../scss/layout/_page.scss */
.page-menu-header .menu-item a:hover {
  color: #1D76B8;
}
/* line 405, ../../../scss/layout/_page.scss */
.page-menu-header .menu-item.current-menu-item a {
  color: #1D76B8;
}
/* line 411, ../../../scss/layout/_page.scss */
.page-menu-header .menu-item:first-child:before {
  display: none;
}
/* line 415, ../../../scss/layout/_page.scss */
.page-menu-header .menu-item:first-child a {
  padding-left: 0;
}
/* line 423, ../../../scss/layout/_page.scss */
.page-menu-header .menu-item:last-child a {
  padding-right: 0;
}
@media screen and (max-width: 1170px) {
  /* line 337, ../../../scss/layout/_page.scss */
  .page-menu-header {
    display: none;
  }
}

/* line 437, ../../../scss/layout/_page.scss */
.page-text-sidebar {
  position: relative;
  margin: 20px 0;
  padding: 22px 0;
  color: #065DC6;
  font-family: 'dinmediumalternate', sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.page-text-sidebar:after {
  content: "";
  display: table;
  clear: both;
}
/* line 447, ../../../scss/layout/_page.scss */
.page-text-sidebar:before, .page-text-sidebar:after {
  content: '';
  position: absolute;
  left: 0;
  width: 40%;
  height: 3px;
  display: block;
  background-color: #95BAF4;
}
/* line 458, ../../../scss/layout/_page.scss */
.page-text-sidebar:before {
  top: 0;
}
/* line 462, ../../../scss/layout/_page.scss */
.page-text-sidebar:after {
  bottom: 0;
}
/* line 466, ../../../scss/layout/_page.scss */
.page-text-sidebar + .btn-cta {
  margin-top: 15px;
}

/* line 472, ../../../scss/layout/_page.scss */
.page-links-sidebar {
  position: relative;
  margin: 20px 0;
  padding: 22px 0;
  line-height: 1.5em;
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.page-links-sidebar:after {
  content: "";
  display: table;
  clear: both;
}
/* line 479, ../../../scss/layout/_page.scss */
.page-links-sidebar .title {
  color: #065DC6;
  font-family: 'dinmediumalternate', sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}
/* line 486, ../../../scss/layout/_page.scss */
.page-links-sidebar .link {
  margin: 10px 0;
  padding: 5px 0;
  font-size: 16px;
}
/* line 492, ../../../scss/layout/_page.scss */
.page-links-sidebar .link + .link {
  border-top: 1px solid #ccc;
}

/* line 1, ../../../scss/layout/_page-glossary.scss */
.glossary-menu {
  display: inline-block;
  height: 40px;
  padding: 0 1.5%;
  margin-left: 25px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: 'dinregular', sans-serif;
  font-size: 18px;
  text-align: justify;
  background-color: #748AA3;
}
/* line 13, ../../../scss/layout/_page-glossary.scss */
.glossary-menu, .glossary-menu a {
  color: #fff;
}
/* line 17, ../../../scss/layout/_page-glossary.scss */
.glossary-menu .glossary-item {
  display: inline-block;
  margin-right: 10px;
}
/* line 21, ../../../scss/layout/_page-glossary.scss */
.glossary-menu .glossary-item:last-child {
  margin-left: 0;
}
/* line 25, ../../../scss/layout/_page-glossary.scss */
.glossary-menu .glossary-item:hover {
  color: #95BAF4;
}
@media screen and (max-width: 1100px) {
  /* line 33, ../../../scss/layout/_page-glossary.scss */
  .glossary-menu .glossary-item {
    margin-right: 7px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1, ../../../scss/layout/_page-glossary.scss */
  .glossary-menu {
    height: auto;
    min-height: 40px;
    padding-top: 10px;
    line-height: 1.2em;
    margin-left: 0;
  }
  /* line 46, ../../../scss/layout/_page-glossary.scss */
  .glossary-menu .glossary-item {
    width: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
}

/* line 56, ../../../scss/layout/_page-glossary.scss */
.row-live-search {
  position: relative;
  z-index: 100;
}
/* line 60, ../../../scss/layout/_page-glossary.scss */
.row-live-search .search-live-menu {
  position: absolute;
  margin-top: -12px;
  padding-top: 10px;
  min-width: 165px;
  font-size: 16px;
  font-family: 'dinregular', sans-serif;
  background-color: #fff;
  border: 1px solid #666666;
}
/* line 70, ../../../scss/layout/_page-glossary.scss */
.row-live-search .search-live-menu .live-search-item {
  display: none;
  margin: 10px 0;
  padding: 0 10px;
  color: #495972;
}
/* line 77, ../../../scss/layout/_page-glossary.scss */
.row-live-search .search-live-menu .live-search-term {
  display: block;
  color: #1D76B8;
  font-family: 'dinmediumalternate', sans-serif;
}
/* line 83, ../../../scss/layout/_page-glossary.scss */
.row-live-search .search-live-menu .found {
  display: block;
}
/* line 87, ../../../scss/layout/_page-glossary.scss */
.row-live-search .search-live-menu .found .live-search-term {
  color: #495972;
}
/* line 91, ../../../scss/layout/_page-glossary.scss */
.row-live-search .search-live-menu .live-search-term:hover {
  color: #065DC6;
}

/* line 99, ../../../scss/layout/_page-glossary.scss */
.terms-wrapper {
  position: relative;
  z-index: 10;
  margin: 60px 0 90px;
}
/* line 104, ../../../scss/layout/_page-glossary.scss */
.terms-wrapper .row-letter:last-child {
  margin-bottom: 30px;
}

/* line 110, ../../../scss/layout/_page-glossary.scss */
.row-terms {
  overflow: hidden;
  *zoom: 1;
}

/* line 115, ../../../scss/layout/_page-glossary.scss */
.row-letter {
  position: relative;
  min-height: 160px;
  margin-bottom: 75px;
  padding: 20px 0 0 15%;
}
/* line 121, ../../../scss/layout/_page-glossary.scss */
.row-letter .col-letter {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 13%;
  float: left;
}
/* line 127, ../../../scss/layout/_page-glossary.scss */
.row-letter .col-letter .letter {
  -moz-transition: all, 225ms;
  -o-transition: all, 225ms;
  -webkit-transition: all, 225ms;
  transition: all, 225ms;
}
/* line 133, ../../../scss/layout/_page-glossary.scss */
.row-letter:hover .letter {
  color: #95BAF4;
}
/* line 136, ../../../scss/layout/_page-glossary.scss */
.row-letter:hover .letter .txt:after {
  width: 85%;
}
/* line 142, ../../../scss/layout/_page-glossary.scss */
.row-letter .glossary-item {
  height: 100%;
  margin-bottom: 25px;
}
/* line 146, ../../../scss/layout/_page-glossary.scss */
.row-letter .glossary-item .glossary-name {
  position: relative;
  height: 100%;
  padding: 5px 35px 5px 0;
  font-family: 'dinregular', sans-serif;
  font-size: 20px;
  color: #748AA3;
  border-bottom: dotted 1px #748AA3;
  cursor: pointer;
  -moz-transition: all, 225ms;
  -o-transition: all, 225ms;
  -webkit-transition: all, 225ms;
  transition: all, 225ms;
}
/* line 157, ../../../scss/layout/_page-glossary.scss */
.row-letter .glossary-item .glossary-name:before, .row-letter .glossary-item .glossary-name:after {
  -moz-transition: all, 225ms;
  -o-transition: all, 225ms;
  -webkit-transition: all, 225ms;
  transition: all, 225ms;
}
/* line 161, ../../../scss/layout/_page-glossary.scss */
.row-letter .glossary-item .glossary-name:before {
  content: '';
  position: absolute;
  top: -5%;
  left: -3%;
  z-index: 1;
  display: block;
  width: 106%;
  height: 108%;
  background-color: transparent;
}
/* line 171, ../../../scss/layout/_page-glossary.scss */
.row-letter .glossary-item .glossary-name:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #fff transparent;
}
/* line 184, ../../../scss/layout/_page-glossary.scss */
.row-letter .glossary-item .glossary-name .txt {
  position: relative;
  z-index: 10;
}
/* line 189, ../../../scss/layout/_page-glossary.scss */
.row-letter .glossary-item .glossary-name:hover {
  color: #95BAF4;
  border-bottom: solid 1px #95BAF4;
}
/* line 193, ../../../scss/layout/_page-glossary.scss */
.row-letter .glossary-item .glossary-name:hover:after {
  display: block;
  border-width: 6px 5px 0 5px;
  border-color: #95BAF4 transparent transparent transparent;
}
/* line 203, ../../../scss/layout/_page-glossary.scss */
.row-letter .glossary-item.active .glossary-name {
  color: #065DC6;
  border-bottom: none;
}
/* line 207, ../../../scss/layout/_page-glossary.scss */
.row-letter .glossary-item.active .glossary-name:before {
  background-color: #95BAF4;
}
/* line 211, ../../../scss/layout/_page-glossary.scss */
.row-letter .glossary-item.active .glossary-name:after {
  display: block;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #fff transparent;
}
/* line 221, ../../../scss/layout/_page-glossary.scss */
.row-letter .editor-content {
  color: #7A7A7A;
  font-size: 16px;
  line-height: 1.88em;
}
@media screen and (min-width: 768px) {
  /* line 229, ../../../scss/layout/_page-glossary.scss */
  .row-letter .glossary-def-mobile {
    position: absolute;
    left: -9999px;
  }
}
@media screen and (max-width: 768px) {
  /* line 115, ../../../scss/layout/_page-glossary.scss */
  .row-letter {
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 0;
  }
  /* line 241, ../../../scss/layout/_page-glossary.scss */
  .row-letter .col-letter {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 251, ../../../scss/layout/_page-glossary.scss */
  .row-letter .row-desc.glossary-def {
    position: absolute;
    left: -9999px;
  }
  /* line 255, ../../../scss/layout/_page-glossary.scss */
  .row-letter .glossary-def-mobile .editor-content {
    padding: 15px 0;
  }
}

/* line 263, ../../../scss/layout/_page-glossary.scss */
.row-desc {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 271, ../../../scss/layout/_page-glossary.scss */
.form-live-search label {
  position: absolute;
  left: -9999px;
}

/* line 502, ../../../scss/layout/_page.scss */
.error404 .page-breadcrumb {
  display: none;
}
/* line 506, ../../../scss/layout/_page.scss */
.error404 .editor-content {
  padding: 80px 0;
  text-align: center;
}
/* line 511, ../../../scss/layout/_page.scss */
.error404 .not-found {
  margin: 45px 0;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  /* line 518, ../../../scss/layout/_page.scss */
  .error404 .editor-content {
    padding: 40px 0;
    text-align: center;
  }
  /* line 522, ../../../scss/layout/_page.scss */
  .error404 .editor-content h3 {
    font-size: 20px;
  }
  /* line 528, ../../../scss/layout/_page.scss */
  .error404 .not-found {
    margin: 40px 0;
    font-size: 16px;
  }
}

/* line 537, ../../../scss/layout/_page.scss */
.not-found.not-found {
  padding: 30px 0 40px;
  font-family: 'dinbold', sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  /* line 537, ../../../scss/layout/_page.scss */
  .not-found.not-found {
    padding: 30px 0;
    font-size: 18px;
  }
}

/* line 553, ../../../scss/layout/_page.scss */
body.search .editor-content .icon-search-result,
body.page-template-page-search-custom-services .editor-content .icon-search-result,
body.page-template-page-search-custom-blog .editor-content .icon-search-result {
  margin-bottom: 20px;
}
/* line 557, ../../../scss/layout/_page.scss */
body.search .editor-content-first p,
body.page-template-page-search-custom-services .editor-content-first p,
body.page-template-page-search-custom-blog .editor-content-first p {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
/* line 562, ../../../scss/layout/_page.scss */
body.search .editor-content-first .dst,
body.page-template-page-search-custom-services .editor-content-first .dst,
body.page-template-page-search-custom-blog .editor-content-first .dst {
  color: #1D76B8;
}
/* line 566, ../../../scss/layout/_page.scss */
body.search .search-results-list,
body.page-template-page-search-custom-services .search-results-list,
body.page-template-page-search-custom-blog .search-results-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 573, ../../../scss/layout/_page.scss */
.search-post-block {
  padding-bottom: 5px;
  margin-bottom: 45px;
  border-bottom: 1px dotted #7A7A7A;
}
/* line 578, ../../../scss/layout/_page.scss */
.search-post-block:last-child {
  border: none;
}
/* line 582, ../../../scss/layout/_page.scss */
.search-post-block .entry-title {
  margin: 0;
  font-family: 'dinbold', sans-serif;
  font-size: 20px;
  line-height: 1.1em;
}
/* line 588, ../../../scss/layout/_page.scss */
.search-post-block .entry-title, .search-post-block .entry-title a {
  color: #183665;
}
/* line 592, ../../../scss/layout/_page.scss */
.search-post-block .entry-title a:hover {
  color: #1D76B8;
}
/* line 596, ../../../scss/layout/_page.scss */
.search-post-block .entry-title + .parent {
  margin-top: 2px;
}
/* line 600, ../../../scss/layout/_page.scss */
.search-post-block .entry-title + .editor-content {
  margin-top: 8px;
}
/* line 606, ../../../scss/layout/_page.scss */
.search-post-block .parent {
  margin-bottom: 5px;
  font-size: 14px;
}
/* line 610, ../../../scss/layout/_page.scss */
.search-post-block .parent + .editor-content {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  /* line 618, ../../../scss/layout/_page.scss */
  .search-post-block .entry-title {
    font-size: 18px;
  }
}

/* line 3, ../../../scss/layout/_sitemap.scss */
.row-map {
  margin-top: 30px;
}

/* line 7, ../../../scss/layout/_sitemap.scss */
.main-menu-sitemap {
  font-size: 18px;
  padding-bottom: 40px;
}
/* line 10, ../../../scss/layout/_sitemap.scss */
.main-menu-sitemap, .main-menu-sitemap a {
  color: #fff;
}
/* line 14, ../../../scss/layout/_sitemap.scss */
.main-menu-sitemap, .main-menu-sitemap ul, .main-menu-sitemap li {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 21, ../../../scss/layout/_sitemap.scss */
.main-menu-sitemap li a {
  margin-bottom: 5px;
}
/* line 25, ../../../scss/layout/_sitemap.scss */
.main-menu-sitemap li + .menu-item-has-children {
  margin-top: 45px;
  margin-bottom: 45px;
}
/* line 30, ../../../scss/layout/_sitemap.scss */
.main-menu-sitemap a {
  display: block;
  padding: 5px;
  padding-left: 1.5%;
}
/* line 37, ../../../scss/layout/_sitemap.scss */
.main-menu-sitemap > li a {
  display: block;
  background-color: #495972;
}
/* line 43, ../../../scss/layout/_sitemap.scss */
.main-menu-sitemap ul {
  margin-left: 3.5%;
}
/* line 49, ../../../scss/layout/_sitemap.scss */
.main-menu-sitemap ul > li a {
  background-color: #748AA3;
}
/* line 55, ../../../scss/layout/_sitemap.scss */
.main-menu-sitemap a:hover {
  background-color: #1D76B8;
}
@media screen and (max-width: 640px) {
  /* line 61, ../../../scss/layout/_sitemap.scss */
  .main-menu-sitemap a {
    padding-left: 4%;
  }
}

/* line 5, ../../../scss/pages/extra/global-additional.scss */
.frm_submit.loading .frm_ajax_loading {
  visibility: visible;
}
/* line 10, ../../../scss/pages/extra/global-additional.scss */
.frm_submit .message {
  padding: 10px 0;
}
/* line 14, ../../../scss/pages/extra/global-additional.scss */
.frm_submit .message.error {
  color: red;
}
/* line 18, ../../../scss/pages/extra/global-additional.scss */
.frm_submit .message.success {
  font-weight: bold;
}

/* line 24, ../../../scss/pages/extra/global-additional.scss */
body .grecaptcha-badge {
  visibility: hidden;
}

/*---Cor da Seleção---*/
/* line 175, ../../../scss/pages/global.scss */
::selection {
  background: #065DC6;
  color: #fff;
}

/* line 179, ../../../scss/pages/global.scss */
::-moz-selection {
  background: #00C8C6;
  color: #fff;
}

/* line 183, ../../../scss/pages/global.scss */
::-ms-selection {
  background: #00C8C6;
  color: #fff;
}

/* line 187, ../../../scss/pages/global.scss */
::-o-selection {
  background: #00C8C6;
  color: #fff;
}

/* line 192, ../../../scss/pages/global.scss */
html, body {
  width: 100%;
  height: 100%;
}
/* line 196, ../../../scss/pages/global.scss */
html.hidescroll, body.hidescroll {
  overflow: hidden;
}

/* line 202, ../../../scss/pages/global.scss */
html body {
  color: #7A7A7A;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/* line 207, ../../../scss/pages/global.scss */
#page {
  position: relative;
  width: 100%;
  min-width: 1200px;
  min-height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  /* line 207, ../../../scss/pages/global.scss */
  #page {
    min-width: 0 !important;
  }
}

/* line 220, ../../../scss/pages/global.scss */
.row .col-content-offset {
  padding-right: 5%;
  padding-top: 25px;
}
/* line 224, ../../../scss/pages/global.scss */
.row .col-content-offset .sent-mail {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 990px) {
  /* line 220, ../../../scss/pages/global.scss */
  .row .col-content-offset {
    padding-right: 15px;
  }
}

/* line 237, ../../../scss/pages/global.scss */
.editor-content, .editor-content p {
  color: #7A7A7A;
  font-size: 16px;
  line-height: 1.5em;
}
/* line 243, ../../../scss/pages/global.scss */
.editor-content h1, .editor-content h2, .editor-content h3, .editor-content h4, .editor-content h5, .editor-content h6 {
  margin-top: 0;
  margin-bottom: 18px;
}
/* line 248, ../../../scss/pages/global.scss */
.editor-content h1 {
  font-size: 30px;
}
/* line 252, ../../../scss/pages/global.scss */
.editor-content h2, .editor-content h3 {
  font-size: 24px;
}
/* line 256, ../../../scss/pages/global.scss */
.editor-content h4, .editor-content h5 {
  font-size: 20px;
}
/* line 260, ../../../scss/pages/global.scss */
.editor-content p {
  margin-bottom: 25px;
}
/* line 264, ../../../scss/pages/global.scss */
.editor-content a {
  color: #065DC6;
}
/* line 268, ../../../scss/pages/global.scss */
.editor-content a:hover {
  text-decoration: none;
  color: #95BAF4;
}
/* line 273, ../../../scss/pages/global.scss */
.editor-content strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
/* line 277, ../../../scss/pages/global.scss */
.editor-content em {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
}
/* line 281, ../../../scss/pages/global.scss */
.editor-content del {
  text-decoration: line-through;
}
/* line 285, ../../../scss/pages/global.scss */
.editor-content hr {
  border-top: 1px solid #ccc;
}
/* line 289, ../../../scss/pages/global.scss */
.editor-content ul,
.editor-content ul li {
  list-style: disc inside;
  padding: 5px 0;
}
/* line 295, ../../../scss/pages/global.scss */
.editor-content ol,
.editor-content ol li {
  list-style: decimal inside;
  padding: 5px 0;
}
/* line 301, ../../../scss/pages/global.scss */
.editor-content li {
  margin-bottom: 3px;
}
/* line 305, ../../../scss/pages/global.scss */
.editor-content blockquote {
  position: relative;
  display: block;
  width: 80%;
  margin: 40px 0;
  padding-left: 65px;
}
/* line 312, ../../../scss/pages/global.scss */
.editor-content blockquote, .editor-content blockquote p {
  font-size: 20px;
  color: #002C60;
  line-height: 1.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
/* line 319, ../../../scss/pages/global.scss */
.editor-content blockquote p {
  margin: 0;
}
/* line 323, ../../../scss/pages/global.scss */
.editor-content blockquote:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 42px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 90%;
  background-color: #95BAF4;
}
/* line 335, ../../../scss/pages/global.scss */
.editor-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* line 339, ../../../scss/pages/global.scss */
.editor-content .fluid-width-video-wrapper {
  margin: 30px 0 40px;
}
/* line 343, ../../../scss/pages/global.scss */
.editor-content iframe {
  max-width: 100%;
  display: block;
  margin: 10px 0;
}
/* line 349, ../../../scss/pages/global.scss */
.editor-content .alignleft {
  float: left;
}
/* line 353, ../../../scss/pages/global.scss */
.editor-content .alignright {
  float: right;
}
/* line 357, ../../../scss/pages/global.scss */
.editor-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 363, ../../../scss/pages/global.scss */
.editor-content blockquote.alignleft,
.editor-content img.alignleft {
  margin: 7px 24px 7px 0;
}
/* line 368, ../../../scss/pages/global.scss */
.editor-content .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
/* line 372, ../../../scss/pages/global.scss */
.editor-content blockquote.alignright,
.editor-content img.alignright {
  margin: 7px 0 7px 24px;
}
/* line 377, ../../../scss/pages/global.scss */
.editor-content .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}
/* line 381, ../../../scss/pages/global.scss */
.editor-content blockquote.aligncenter,
.editor-content img.aligncenter,
.editor-content .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}
@media screen and (max-width: 640px) {
  /* line 390, ../../../scss/pages/global.scss */
  .editor-content blockquote {
    position: relative;
    display: block;
    width: 90%;
    margin: 40px 0;
    padding-left: 35px;
  }
  /* line 397, ../../../scss/pages/global.scss */
  .editor-content blockquote:before {
    position: absolute;
    top: 50%;
    left: 15px;
    height: 96%;
  }
}

/* line 409, ../../../scss/pages/global.scss */
.flip-container {
  -webkit-perspective: 1000;
  perspective: 1000;
  /* hide back of pane during swap */
  /* back, initially hidden pane */
}
/* line 413, ../../../scss/pages/global.scss */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg);
}
/* line 417, ../../../scss/pages/global.scss */
.flip-container .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
/* line 425, ../../../scss/pages/global.scss */
.flip-container .front, .flip-container .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 433, ../../../scss/pages/global.scss */
.flip-container .front {
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/* line 442, ../../../scss/pages/global.scss */
.flip-container .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* line 449, ../../../scss/pages/global.scss */
.breadcrumb-wrapper {
  margin-top: 10px;
  font-size: 14px;
  color: #495972;
}
/* line 454, ../../../scss/pages/global.scss */
.breadcrumb-wrapper .nav-item {
  text-decoration: none;
}
/* line 458, ../../../scss/pages/global.scss */
.breadcrumb-wrapper .nav-item:hover, .breadcrumb-wrapper .current {
  color: #065DC6;
}
/* line 462, ../../../scss/pages/global.scss */
.breadcrumb-wrapper .sep {
  display: inline-block;
  margin: 0 8px;
}
@media screen and (max-width: 990px) {
  /* line 449, ../../../scss/pages/global.scss */
  .breadcrumb-wrapper {
    margin-bottom: 30px;
  }
}

/* line 473, ../../../scss/pages/global.scss */
.file-attach {
  padding: 30px 0;
  margin-bottom: 20px;
  line-height: 42px;
}
/* line 478, ../../../scss/pages/global.scss */
.file-attach .download {
  position: relative;
  display: inline-block;
  padding-top: 8px;
  padding-left: 50px;
  color: #083C84;
  font-family: 'dinmediumalternate', sans-serif;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.2em;
}
/* line 490, ../../../scss/pages/global.scss */
.file-attach .download:hover .icon {
  background-color: #00C8C6;
}
/* line 494, ../../../scss/pages/global.scss */
.file-attach .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  margin-right: 15px;
  margin-bottom: 5px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #1D76B8;
  background-size: 40% auto;
  background-position: center center;
  -moz-transition: background, 175ms;
  -o-transition: background, 175ms;
  -webkit-transition: background, 175ms;
  transition: background, 175ms;
}
@media screen and (max-width: 990px) {
  /* line 473, ../../../scss/pages/global.scss */
  .file-attach {
    padding: 10px 0 20px;
  }
}

/* line 514, ../../../scss/pages/global.scss */
.files-list {
  margin: 0;
  padding: 10px 0 20px;
}
/* line 518, ../../../scss/pages/global.scss */
.files-list, .files-list .file-attach {
  list-style: none;
}
/* line 522, ../../../scss/pages/global.scss */
.files-list .file-attach {
  margin: 0;
  padding: 0 0 15px;
}

/* line 529, ../../../scss/pages/global.scss */
.box-newsletter.box-newsletter {
  min-height: 140px;
  position: relative;
  padding: 15px 2.5% 20px;
  margin: 20px 0 30px;
  color: #7A7A7A;
  font-size: 16px;
  background-color: #ECECEC;
  overflow: hidden;
  *zoom: 1;
}
/* line 539, ../../../scss/pages/global.scss */
.box-newsletter.box-newsletter .title6 {
  margin-bottom: 5px;
  color: #364249;
}
@media screen and (max-width: 768px) {
  /* line 529, ../../../scss/pages/global.scss */
  .box-newsletter.box-newsletter {
    padding: 15px 5%;
  }
}

/* line 550, ../../../scss/pages/global.scss */
.no-content-found {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  font-family: 'dinmediumalternate', sans-serif;
  font-size: 24px;
  color: #1D76B8;
}

/* line 560, ../../../scss/pages/global.scss */
.table-responsive.table-responsive {
  position: relative;
}
/* line 567, ../../../scss/pages/global.scss */
.table-responsive.table-responsive thead th,
.table-responsive.table-responsive thead td,
.table-responsive.table-responsive tbody th,
.table-responsive.table-responsive tbody td,
.table-responsive.table-responsive tfoot th,
.table-responsive.table-responsive tfoot td {
  white-space: normal !important;
}
/* line 574, ../../../scss/pages/global.scss */
.table-responsive.table-responsive .icon-svg_swipe-left-right {
  position: absolute;
  top: 8px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  width: 180px;
  padding-top: 5px;
  padding-left: 50px;
  line-height: 1em;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'dinmediumalternate', sans-serif;
  letter-spacing: 0.03em;
  color: #1D76B8;
  background-size: auto 100%;
  background-position: top left;
}
@media screen and (max-width: 768px) {
  /* line 560, ../../../scss/pages/global.scss */
  .table-responsive.table-responsive {
    padding-top: 60px;
  }
  /* line 595, ../../../scss/pages/global.scss */
  .table-responsive.table-responsive .icon-svg_swipe-left-right {
    display: block;
  }
}

/* line 606, ../../../scss/pages/global.scss */
body .ui-datepicker .ui-widget-header {
  background: #1D76B8;
  border: none;
}
/* line 611, ../../../scss/pages/global.scss */
body .ui-datepicker .ui-state-hover,
body .ui-datepicker .ui-widget-content .ui-state-hover {
  border: none;
  background: none;
}
/* line 617, ../../../scss/pages/global.scss */
body .ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover,
body .ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover {
  border: none;
  color: #00C8C6;
}
/* line 623, ../../../scss/pages/global.scss */
body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
  right: 2px;
  top: 2px;
}
/* line 628, ../../../scss/pages/global.scss */
body .ui-datepicker .ui-datepicker-prev .ui-icon,
body .ui-datepicker .ui-datepicker-next .ui-icon {
  position: relative;
  left: auto;
  top: auto;
  margin: 3px 0 0 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: none !important;
  border-radius: 50%;
  background-color: #fff !important;
}
/* line 640, ../../../scss/pages/global.scss */
body .ui-datepicker .ui-datepicker-prev .ui-icon:after,
body .ui-datepicker .ui-datepicker-next .ui-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #1D76B8;
}
/* line 652, ../../../scss/pages/global.scss */
body .ui-datepicker .ui-datepicker-prev:hover .ui-icon,
body .ui-datepicker .ui-datepicker-next:hover .ui-icon {
  background-color: #00C8C6 !important;
}
/* line 658, ../../../scss/pages/global.scss */
body .ui-datepicker .ui-datepicker-prev {
  left: 2px;
  right: auto;
}
/* line 664, ../../../scss/pages/global.scss */
body .ui-datepicker .ui-datepicker-prev .ui-icon:after {
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #1D76B8 transparent transparent;
}
/* line 673, ../../../scss/pages/global.scss */
body .ui-datepicker .ui-state-default,
body .ui-datepicker .ui-widget-content .ui-state-default {
  background: #fff;
  color: #7A7A7A;
}
/* line 679, ../../../scss/pages/global.scss */
body .ui-datepicker .ui-state-hover,
body .ui-datepicker .ui-widget-content .ui-state-hover,
body .ui-datepicker .ui-state-focus,
body .ui-datepicker .ui-widget-content .ui-state-focus {
  color: #1D76B8;
}
/* line 686, ../../../scss/pages/global.scss */
body .ui-datepicker .ui-state-highlight, body .ui-datepicker .ui-widget-content .ui-state-highlight {
  border: 1px solid #333;
  color: #333;
}
/* line 691, ../../../scss/pages/global.scss */
body .ui-datepicker .ui-state-active, body .ui-datepicker .ui-widget-content .ui-state-active {
  border: 1px solid #00C8C6;
  color: #00C8C6;
}

/* line 698, ../../../scss/pages/global.scss */
.pagination-wrapper {
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #495972;
}
/* line 703, ../../../scss/pages/global.scss */
.pagination-wrapper .page-numbers {
  display: inline-block;
  padding: 0 10px;
  margin-right: 1%;
  color: #1D76B8;
  font-size: 30px;
  font-family: 'dinbold', sans-serif;
}
/* line 711, ../../../scss/pages/global.scss */
.pagination-wrapper .page-numbers:first-child {
  padding-left: 0;
}
/* line 715, ../../../scss/pages/global.scss */
.pagination-wrapper .page-numbers:last-child {
  margin-right: 0;
}
/* line 719, ../../../scss/pages/global.scss */
.pagination-wrapper .page-numbers.current, .pagination-wrapper .page-numbers.dots {
  color: #7A7A7A;
}
/* line 723, ../../../scss/pages/global.scss */
.pagination-wrapper .page-numbers:hover:not(.current):not(.prev):not(.next):not(.dots) {
  color: #00C8C6;
}
/* line 727, ../../../scss/pages/global.scss */
.pagination-wrapper .page-numbers.next, .pagination-wrapper .page-numbers.prev {
  position: absolute;
  top: 0;
  margin: 0;
}
/* line 734, ../../../scss/pages/global.scss */
.pagination-wrapper .page-numbers.next {
  right: 0;
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-color: #495972;
}
/* line 412, ../../../scss/layout/_mixins-buttons.scss */
.pagination-wrapper .page-numbers.next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 16px;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #fff;
  -moz-transition: left, 175ms;
  -o-transition: left, 175ms;
  -webkit-transition: left, 175ms;
  transition: left, 175ms;
}
/* line 425, ../../../scss/layout/_mixins-buttons.scss */
.pagination-wrapper .page-numbers.next:hover {
  background-color: #1D76B8;
}
/* line 739, ../../../scss/pages/global.scss */
.pagination-wrapper .page-numbers.prev {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-color: #495972;
  right: 65px;
}
/* line 412, ../../../scss/layout/_mixins-buttons.scss */
.pagination-wrapper .page-numbers.prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 16px;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #fff;
  -moz-transition: left, 175ms;
  -o-transition: left, 175ms;
  -webkit-transition: left, 175ms;
  transition: left, 175ms;
}
/* line 425, ../../../scss/layout/_mixins-buttons.scss */
.pagination-wrapper .page-numbers.prev:hover {
  background-color: #1D76B8;
}
/* line 438, ../../../scss/layout/_mixins-buttons.scss */
.pagination-wrapper .page-numbers.prev:after {
  border-width: 10px 12px 10px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 1170px) {
  /* line 698, ../../../scss/pages/global.scss */
  .pagination-wrapper {
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 752, ../../../scss/pages/global.scss */
  .pagination-wrapper .page-numbers.next {
    right: 5px;
  }
  /* line 756, ../../../scss/pages/global.scss */
  .pagination-wrapper .page-numbers.prev {
    right: 70px;
  }
}
@media screen and (max-width: 640px) {
  /* line 698, ../../../scss/pages/global.scss */
  .pagination-wrapper {
    padding-left: 0;
    padding-bottom: 60px;
  }
  /* line 766, ../../../scss/pages/global.scss */
  .pagination-wrapper .page-numbers:not(.prev):not(.next) {
    display: none;
  }
}

/* line 774, ../../../scss/pages/global.scss */
.searchwp-highlight {
  display: inline-block;
  padding: 0 4px;
  color: #fff;
  background-color: #529bd3;
}
