.font-base {
  font-family: 'Arial', sans-serif;
  font-weight: normal;
}
.font-bold {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
}
.font-blasting-light {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.font-blasting-regular {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.font-blasting-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.font-blasting-extra-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}
.shadow {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.fake-shadow {
  border: 1px solid #d3d5db;
}
.pixel-track {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -2;
}
/* .createSprite(@urlImages, @x, @y)
 * .createSpritePlayer(@urlImagesPlayer, @x, @y)
 * .createSpriteIcon(@urlImagesIcon, @x, @y)
 * .createPadding(@top, @right, @bottom, @left)
 * .createMargin(@top, @right, @bottom, @left)
 * .createFont(@size, @font-face)
 * .createFontColor(@color)
 * .createFontStyle(@val) [@val=italic,bold,normal]
 * .createBackgroundColor(@color)
 * .createDimension(@width, @height)
 * .createMinDimension(@width, @height)
 * .createBorderRadius(@topLeft, @topRight, @bottomLeft, @bottomRight)
 * .createBorder(@size, @side, @color, @type) | [@side="top","bottom","left","right","all"] | [@type=solid,dotted,dashed,dobler ... ] */
.blasting-light {
  font-family: 'Open Sans', sans-serif;
  font-weigth: 300;
}
.blasting-regular {
  font-family: 'Open Sans', sans-serif;
  font-weigth: 400;
}
.blasting-extra-bold {
  font-family: 'Open Sans', sans-serif;
  font-weigth: 800;
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
}
a {
  background: transparent;
  outline: none;
}
a:focus {
  outline: none;
}
a:active,
a:hover {
  outline: none;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 > a {
  color: #000000;
}
h2 > a:link,
h2 > a:active,
h2 > a:visited {
  color: #000000;
}
h2 > a:hover {
  color: #000000;
  text-decoration: underline;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
}
body {
  font-size: 17px;
  line-height: 1.42857143;
  color: #111827;
  background-color: #f5f5f5;
  font-family: 'Helvetica Neue', Roboto, Arial, sans-serif;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #204369;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #3268a4;
  text-decoration: underline;
  outline: none;
}
a:focus {
  outline: none;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 44px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 29px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #204369;
}
.text-primary:hover {
  color: #142a42;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 21.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1008px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f5f5f5;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.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.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.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.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.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.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.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.danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.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.info:hover > th {
  background-color: #c4e3f3;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: none;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #204369;
  border-color: #1a3755;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #162f4a;
  border-color: #0c1927;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #204369;
  border-color: #1a3755;
}
.btn-primary .badge {
  color: #204369;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #204369;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #3268a4;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@-webkit-keyframes fa-spin-90 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@keyframes fa-spin-90 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@-webkit-keyframes fa-spin-90-return {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-spin-90-return {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 17px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #204369;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.font-base {
  font-family: 'Arial', sans-serif;
}
.font-bold {
  font-weight: bold;
}
.font-no-bold {
  font-weight: normal;
}
.shadow {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.icon {
  vertical-align: middle;
}
.icon-semi-small {
  height: 8px;
  width: 8px;
}
.icon-small {
  height: 12px;
  width: 12px;
}
.icon-extra-small {
  height: 16px;
  width: 16px;
}
.icon-semi-medium {
  height: 20px;
  width: 20px;
}
.icon-medium {
  height: 24px;
  width: 24px;
}
.icon-extra-medium {
  height: 28px;
  width: 28px;
}
.icon-semi-big {
  height: 32px;
  width: 32px;
}
.icon-big {
  height: 36px;
  width: 36px;
}
.icon-extra-big {
  height: 48px;
  width: 48px;
}
.icon-semi-giant {
  height: 56px;
  width: 56px;
}
.icon-giant {
  height: 60px;
  width: 60px;
}
.icon-extra-giant {
  height: 64px;
  width: 64px;
}
.icon-gray {
  fill: #999999;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1008px;
  }
}
.pixel-track {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
#content-menu {
  position: fixed;
  display: none;
  color: #FFF;
  top: 45px;
  border-radius: 0;
  overflow: auto;
  overflow: overlay;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: -95%;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-bottom: none;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 45px;
  background: rgba(0, 0, 0, 0.95);
}
#content-menu .navbar-container {
  max-width: 350px;
  height: 100%;
  top: 45px;
  position: fixed;
  overflow: overlay;
  padding: 0 0 45px 0;
  background: #f9f9f9;
  -webkit-box-shadow: 0px 50px 0px 0px #f9f9f9;
  box-shadow: 0px 50px 0px 0px #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
#content-menu .navbar-nav {
  display: table;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  float: none;
  margin: 0;
  background: #f9f9f9;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
#content-menu .navbar-nav .box-menu-item .box-menu-link {
  background: #666666;
  color: #f9f9f9;
}
#content-menu .navbar-nav .box-menu-item .box-menu-link.menu-link-single-item {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
#content-menu .navbar-nav .box-menu-item .box-menu-link.last {
  border-bottom: 1px solid #e1e1e1;
}
#content-menu .navbar-nav .box-menu-item .box-menu-bg-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#content-menu .navbar-nav .box-menu-item .box-menu-bg-container .box-menu-bg {
  width: 100%;
}
@media screen and (max-width: 411px) {
  #content-menu .navbar-nav .box-menu-item .box-menu-bg-container .box-menu-bg {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#content-menu .navbar-nav .menu-link {
  display: block;
  padding: 11.5px 15px;
  color: #666666;
  float: left;
  position: relative;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
#content-menu .navbar-nav .menu-link.menu-link-single-item {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
#content-menu .navbar-nav .menu-link.last {
  border-bottom: none;
}
#content-menu .navbar-nav .menu-link.element-to-active {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  cursor: pointer;
}
#content-menu .navbar-nav .element-to-show {
  display: none;
}
#content-menu .navbar-nav .element-to-show a {
  padding: 11.5px 10px 11.5px 20px;
}
#content-menu .navbar-nav-pre-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#content-menu .navbar-nav-pre-header.navbar-nav-pre-header-top {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
#content-menu .navbar-nav-pre-header.navbar-nav-pre-header-bottom {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
#content-menu .navbar-nav-pre-header .pre-header-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #666666;
  color: #f9f9f9;
  padding: 0 15px;
  height: 46px;
  border-bottom: 1px solid #e1e1e1;
}
#content-menu .navbar-nav-pre-header .pre-header-item .pre-header-link {
  color: #f9f9f9;
  font-size: 16px;
  line-height: 22px;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search {
  /* Search Box Styles */
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .pre-header-search {
  margin-right: auto;
  position: relative;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-toggle-radio {
  display: none;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-toggle-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
  color: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: none;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-toggle-label .search-icon {
  width: 25px;
  height: 25px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  opacity: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  width: 320px;
  opacity: 1;
  pointer-events: all;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background: white;
  color: #333;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input:focus {
  outline: none;
  border-color: #000;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-submit {
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-submit svg {
  width: 30px;
  height: 30px;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-submit svg path {
  fill: white;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-close-label {
  cursor: pointer;
  color: white;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-close-label:hover {
  color: #ff4444;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-close-label .close-icon {
  width: 16px;
  height: 16px;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-toggle-radio:checked ~ .search-box-wrapper .search-form {
  opacity: 1;
  width: 300px;
  pointer-events: auto;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-toggle-radio:checked ~ .search-box-wrapper .search-close-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu-switcher-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 45px;
  z-index: 1116;
  cursor: pointer;
}
.menu-switcher-label .hamburger {
  width: 28px;
  height: 28px;
  margin: 8px 0 0 15px;
}
.menu-switcher-label .x-closed {
  width: 18px;
  height: 18px;
  display: none;
  position: fixed;
  top: 13px;
  left: 20px;
}
.logo-home-menu {
  display: none;
}
.menu-switcher-radio {
  display: none;
}
.menu-switcher-radio:checked ~ .menu-switcher-label .hamburger {
  display: none;
}
.menu-switcher-radio:checked ~ .menu-switcher-label .x-closed {
  display: inline;
}
.menu-switcher-radio:checked ~ #content-menu {
  display: block;
  opacity: 1;
  z-index: 1000000;
  left: 0px;
  -webkit-box-shadow: 0px 50px 0px 0px rgba(0, 0, 0, 0.95);
  box-shadow: 0px 50px 0px 0px rgba(0, 0, 0, 0.95);
}
.menu-switcher-radio:checked ~ #header {
  position: fixed;
  z-index: 1112;
}
.menu-switcher-radio:checked ~ .logo-home-menu {
  position: fixed;
  top: 11px;
  left: 54px;
  width: 133px;
  height: 25px;
  z-index: 3333;
}
.menu-switcher-radio-all {
  display: none;
}
.menu-switcher-radio-all:checked ~ .element-to-show {
  display: block !important;
}
.home-wrapper .menu-switcher-radio:checked ~ .logo-home-menu {
  position: fixed;
  top: 11px;
  left: 54px;
  width: 133px;
  height: 25px;
  z-index: 3333;
  display: block;
}
.home-wrapper .box-pre-header {
  display: none;
}
@media screen and (min-width: 1024px) {
  .home-wrapper .box-pre-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    padding: 0 0px;
    height: 45px;
    border-bottom: none;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item .pre-header-link {
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search {
    margin-right: 20px;
    /* Search Box Styles */
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .pre-header-search {
    margin-right: auto;
    position: relative;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-toggle-radio {
    display: none;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-toggle-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    cursor: pointer;
    color: white;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    display: none;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-toggle-label .search-icon {
    width: 25px;
    height: 25px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-toggle-label .search-icon svg path {
    fill: red;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    opacity: 1;
    width: 250px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: all;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 8px 12px 8px 0px;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    background: none;
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input::-webkit-input-placeholder {
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input:-ms-input-placeholder {
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input::-ms-input-placeholder {
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input::placeholder {
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input:focus {
    outline: none;
    border-bottom: 1px solid #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input:focus::-webkit-input-placeholder {
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input:focus:-ms-input-placeholder {
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input:focus::-ms-input-placeholder {
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input:focus::placeholder {
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-submit {
    background: transparent;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-submit svg {
    width: 18px;
    height: 18px;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-submit svg path {
    fill: white;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input:focus + .search-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-close-label {
    cursor: pointer;
    color: white;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-close-label:hover {
    color: #ff4444;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-close-label .close-icon {
    width: 16px;
    height: 16px;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-toggle-radio:checked ~ .search-box-wrapper .search-form {
    opacity: 1;
    width: 300px;
    pointer-events: auto;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-toggle-radio:checked ~ .search-box-wrapper .search-close-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-bar-main {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 55px;
  z-index: 1113;
  font-size: 11px;
}
@media screen and (min-width: 1024px) {
  .nav-bar-main {
    max-width: calc(100vw - 15px);
  }
  .nav-bar-main:after {
    content: '';
    position: absolute;
    right: -15px;
    bottom: 0;
    background: #000;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    height: 55px;
    width: 15px;
  }
}
.nav-bar-main .nav-bar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  height: 57px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-bar-main .nav-bar-content .nav-bar-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  text-align: center;
}
.nav-bar-main .nav-bar-content .nav-bar-box .nav-bar-link {
  display: inline-block;
  color: #fff;
  -webkit-transition: fill 250ms linear;
  -o-transition: fill 250ms linear;
  transition: fill 250ms linear;
}
.nav-bar-main .nav-bar-content .nav-bar-box .nav-bar-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.nav-bar-main .nav-bar-content .nav-bar-box .nav-bar-link .nav-bar-icon {
  width: 22px;
  height: 22px;
  margin: 0 auto 4px;
  position: relative;
}
.nav-bar-main .nav-bar-content .nav-bar-box .nav-bar-link .nav-bar-icon svg {
  width: 100%;
  height: 22px;
  fill: #fff;
}
.nav-bar-main .nav-bar-content .nav-bar-box .nav-bar-link .nav-bar-icon svg:hover {
  fill: #ffffff;
}
.nav-bar-main .nav-bar-content .nav-bar-box .nav-bar-link .nav-bar-icon .number {
  position: absolute;
  top: -6px;
  right: -5px;
  width: 20px;
  height: 20px;
  line-height: 17px;
  background: #DC3233;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #204369;
  text-align: center;
}
.user-pic {
  border-radius: 50%;
}
#header {
  width: 100%;
  height: 45px;
  background: #000;
  z-index: 1015;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1024px) {
  #header {
    max-width: calc(100vw - 15px);
  }
  #header:after {
    content: '';
    position: absolute;
    right: -15px;
    background: #000;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    height: 45px;
    width: 15px;
  }
}
#header .menu-mobile-button {
  float: left;
  width: 54px;
  height: 45px;
  text-align: center;
}
#header .menu-mobile-button .box-icon {
  float: left;
  width: 28px;
  margin: 8px 15px 0;
}
#header .menu-mobile-button .box-icon .path {
  fill: #fff;
}
#header .menu-mobile-button .box-icon .hamburger {
  display: inline;
}
#header .menu-mobile-button .box-icon .x-closed {
  display: none;
}
#header .menu-mobile-button.active .box-icon {
  width: 18px;
  margin: 13px 20px 0;
}
#header .menu-mobile-button.active .box-icon .hamburger {
  display: none;
}
#header .menu-mobile-button.active .box-icon .x-closed {
  display: inline;
}
#header .container-brand {
  float: left;
  margin: 4px 0 0 0;
}
#header .container-brand svg {
  fill: #fff;
}
#header .container-brand svg path {
  fill: #fff;
}
#header .container-brand > .brand {
  float: left;
  width: 133px;
  height: 25px;
  margin: 7px 0 0 0;
}
#header .container-brand.without-hamburger {
  margin: 4px 0 0 15px;
}
#header .container-header-right {
  float: right;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
}
#header .container-header-right .box-bell {
  position: relative;
  cursor: pointer;
}
#header .container-header-right .box-bell .nav-bar-link {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 22px;
  position: relative;
}
#header .container-header-right .box-bell .nav-bar-link svg {
  height: 22px;
}
#header .container-header-right .box-bell .nav-bar-link .number {
  position: absolute;
  top: -6px;
  right: -5px;
  width: 20px;
  height: 20px;
  line-height: 17px;
  background: #dc3233;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #000;
  text-align: center;
  font-size: 11px;
}
#header .container-header-right .block-login {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 359px) {
  #header .container-header-right .block-login {
    margin: 0 0 0 15px;
  }
}
#header .container-header-right .block-login > .register-login {
  color: #fff;
  font-size: 14px;
}
#header .container-header-right .block-logged {
  margin: 0 0 0 30px;
  width: 30px;
  height: 30px;
  position: relative;
}
#header .container-header-right .block-logged img {
  position: absolute;
}
@media screen and (max-width: 359px) {
  #header .container-header-right .block-logged {
    margin: 0 0 0 15px;
  }
}
.footer {
  font-size: 12px;
  text-align: center;
  float: left;
  width: 100%;
  border: none;
  background: #EBEBEB;
  color: #666666;
  margin: 0;
  padding: 20px 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footer {
    max-width: calc(100vw - 15px);
    height: 79px;
  }
  .footer:after {
    content: '';
    position: absolute;
    right: -15px;
    background: #666666;
    height: 79px;
    width: 15px;
    top: 0;
  }
}
.footer .footer-ul.top {
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto 5px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .footer .footer-ul.top {
    width: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.footer .footer-ul.top li {
  width: auto;
  margin: 0 10px 0 13px;
  white-space: nowrap;
  min-height: 17px;
}
.footer .footer-ul.top li.first {
  list-style-type: none;
}
.footer .footer-ul.top a {
  color: #666;
}
.footer .footer-copyright {
  margin: 10px 0 0px 0;
}
@-webkit-keyframes blink {
  80% {
    visibility: hidden;
  }
}
@keyframes blink {
  80% {
    visibility: hidden;
  }
}
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-size: 14px;
}
/* styles.less */
/* --------------------------
   Variabili
   -------------------------- */
/* ~1792px but Tailwind 7xl ~80rem; adjusted for visual parity */
/* ~1024px */
/* 16px */
/* 24px */
/* 32px */
/* gray-900 */
/* gray-500/600 style */
/* gray-50 */
/* slate-100 */
/* Hero title gradient */
/* gray-900 */
/* black */
/* gray-700 */
/* Shadows */
/* Breakpoints */
/* Spacing scale used */
/* Border radius */
/* 16px */
/* 24px */
/* 32px */
/* Colors */
/* gray-200-ish */
/* gray-50 */
/* --------------------------
   Global / Page wrapper
   -------------------------- */
.page-wrapper {
  min-height: 100vh;
  padding-top: 45px;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #111827;
}
/* Container helpers to mimic px-4 sm:px-6 lg:px-8 + max widths */
.hero-section,
.why-section {
  padding-top: 4rem;
  /* 64px */
  padding-bottom: 3rem;
  /* 48px */
}
.form-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/* centered container */
.hero-section .hero-inner,
.why-section .why-header,
.form-section .form-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .hero-section .hero-inner,
  .why-section .why-header,
  .form-section .form-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .hero-section .hero-inner,
  .why-section .why-header,
  .form-section .form-container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 112rem;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
/* --------------------------
   Hero block
   -------------------------- */
.hero-inner {
  text-align: center;
  max-width: 64rem;
  /* approx original */
  margin: 0 auto;
}
.hero-badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background: #f3f4f6;
  /* gray-100 */
  color: #374151;
  /* gray-800 */
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
  border: 1px solid #d1d5db;
  /* gray-300 */
  font-size: 0.875rem;
  vertical-align: middle;
}
.hero-badge svg {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 1.6;
}
.hero-badge .hero-badge-text {
  line-height: 1;
}
/* Hero title - big gradient text effect */
.hero-title {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  /* text-5xl approx */
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: -webkit-gradient(linear, left top, right top, from(#111827), color-stop(50%, #000000), to(#374151));
  background: -webkit-linear-gradient(left, #111827 0%, #000000 50%, #374151 100%);
  background: -o-linear-gradient(left, #111827 0%, #000000 50%, #374151 100%);
  background: linear-gradient(90deg, #111827 0%, #000000 50%, #374151 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 3.75rem;
  }
  /* md:text-6xl */
}
/* subtitle */
.hero-subtitle {
  font-size: 1.125rem;
  /* text-xl */
  color: #374151;
  /* gray-700 */
  margin-bottom: 2rem;
  line-height: 1.6;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}
/* Features grid */
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Feature card */
.feature-card {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 2px solid #e6e9ee;
  -webkit-transition: all 220ms ease;
  -o-transition: all 220ms ease;
  transition: all 220ms ease;
  text-align: center;
}
.feature-card svg {
  display: block;
  margin: 0 auto 0.75rem;
  width: 2rem;
  height: 2rem;
  color: #000000;
}
.feature-card .feature-title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
.feature-card .feature-text {
  font-size: 0.875rem;
  color: #6b7280;
}
.feature-card:hover {
  border-color: #000000;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
/* --------------------------
   Form Section
   -------------------------- */
.form-container {
  background: #ffffff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
          box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
  border: 2px solid #e6e9ee;
  padding: 2rem;
}
@media (min-width: 768px) {
  .form-container {
    padding: 3rem;
    max-width: 56rem;
  }
}
.form-header {
  text-align: center;
  margin-bottom: 2rem;
}
.form-title {
  font-size: 1.875rem;
  /* text-3xl */
  margin-bottom: 0.5rem;
}
.form-sub {
  color: #6b7280;
}
/* Form layout */
.submit-form {
  display: block;
}
/* each field block */
.form-block {
  margin-bottom: 1.5rem;
}
.form-block .error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: #f8d7da;
  border-left: 3px solid #dc3545;
  border-radius: 4px;
}
/* label */
.form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.form-label svg {
  width: 1.25rem;
  height: 1.25rem;
}
/* required star */
.required {
  color: #dc2626;
}
.error {
  color: #dc2626;
  font-size: 12px;
  margin: 5px 0px 3px;
  display: none;
}
.form-alert {
  display: none;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.form-alert.form-success {
  background-color: #d4edda;
  color: #155724;
}
.form-alert.form-error {
  background-color: #f8d7da;
  color: #721c24;
}
/* red-600 */
/* textarea & inputs */
.form-textarea,
.form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  border: 2px solid #d1d5db;
  /* gray-300 */
  outline: none;
  -webkit-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
  font-family: inherit;
  resize: vertical;
  min-height: 9.375rem;
  /* 150px */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-textarea:focus,
.form-input:focus,
.file-input:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
  border-color: #000000;
}
input.form-input {
  min-height: auto;
}
/* field hint text */
.field-hint {
  font-size: 0.75rem;
  color: #6b7280;
  /* gray-500 */
  margin-top: 0.375rem;
}
/* optional box */
.optional-box {
  background: #f8fafc;
  border-radius: 1.5rem;
  padding: 1.25rem;
  border: 2px solid #e6e9ee;
  margin-bottom: 1rem;
}
/* file input visual tweaks */
.file-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  border: 2px solid #d1d5db;
  background-color: transparent;
  font-size: 1rem;
  cursor: pointer;
}
/* decorate file input pseudo-like (modern browsers support ::file-selector-button, but we keep generic) */
.file-input::-webkit-file-upload-button {
  padding: 0.5rem 0.75rem;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
  border: 0;
  background: #111827;
  color: white;
  cursor: pointer;
  font-weight: 600;
}
.file-input:hover::-webkit-file-upload-button {
  background: #111111;
}
/* recaptcha box */
.recaptcha-box {
  border: 2px solid #d1d5db;
  border-radius: 1rem;
  padding: 1rem;
  background: #f8fafc;
  -webkit-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
}
.recaptcha-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.recaptcha-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 0.5rem;
  border: 2px solid #9ca3af;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all 160ms ease;
  -o-transition: all 160ms ease;
  transition: all 160ms ease;
}
.recaptcha-checkbox:hover {
  border-color: #000000;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.recaptcha-right {
  text-align: right;
}
.recaptcha-image {
  height: 2.5rem;
  display: inline-block;
  border-radius: 0.5rem;
  margin-bottom: 0.25rem;
}
.recaptcha-loading {
  padding: 1rem;
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 4px;
  color: #6c757d;
}
.recaptcha-loading p {
  margin: 0;
}
/* submit button */
.submit-btn {
  width: 100%;
  background: #000000;
  color: white;
  padding: 1rem;
  border-radius: 1rem;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  margin-top: 1rem;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
  -webkit-transition: background 120ms ease, -webkit-transform 160ms ease, -webkit-box-shadow 160ms ease;
  transition: background 120ms ease, -webkit-transform 160ms ease, -webkit-box-shadow 160ms ease;
  -o-transition: transform 160ms ease, box-shadow 160ms ease, background 120ms ease;
  transition: transform 160ms ease, box-shadow 160ms ease, background 120ms ease;
  transition: transform 160ms ease, box-shadow 160ms ease, background 120ms ease, -webkit-transform 160ms ease, -webkit-box-shadow 160ms ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.submit-btn:hover {
  background: #111827;
  -webkit-box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.submit-btn:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
/* small footnote */
.form-footnote {
  font-size: 0.75rem;
  color: #6b7280;
  text-align: center;
  margin-top: 1.25rem;
}
/* --------------------------
   Why section & cards
   -------------------------- */
.why-header {
  text-align: center;
  margin-bottom: 1.5rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}
.why-title {
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
}
.why-sub {
  color: #6b7280;
  max-width: 40rem;
  margin: 0 auto;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.why-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 1.25rem;
  border: 2px solid #e6e9ee;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
  min-height: 10rem;
}
.why-card .why-icon {
  background: #f3f4f6;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.75rem;
}
.why-card .why-card-title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
.why-card .why-card-text {
  font-size: 0.875rem;
  color: #6b7280;
}
.why-card:hover {
  border-color: #000000;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
/* stats banner */
.stats-banner {
  margin-top: 4rem;
  background: #000000;
  color: white;
  border-radius: 2rem;
  padding: 2rem;
  text-align: center;
}
.banner-title {
  font-size: 1.875rem;
  margin-bottom: 0.75rem;
}
.banner-sub {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  opacity: 0.9;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.stats-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.stat-item {
  text-align: center;
  min-width: 6.25rem;
}
.stat-number {
  font-size: 2.25rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
}
.stat-label {
  font-size: 0.875rem;
  opacity: 0.8;
}
/** success message popup **/
.success-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: white;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  max-width: 28rem;
  width: 90%;
  display: none;
  -webkit-animation: fadeInScale 0.3s ease-out;
          animation: fadeInScale 0.3s ease-out;
}
.success-popup--visible {
  display: block;
}
.success-popup__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.success-popup__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background-color: #10b981;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}
.success-popup__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.success-popup__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.5rem 0;
}
.success-popup__text {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
.success-popup__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.success-popup__overlay--visible {
  display: block;
}
@-webkit-keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.95);
            transform: translate(-50%, -50%) scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.95);
            transform: translate(-50%, -50%) scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
/* --------------------------
   Utility small helpers
   -------------------------- */
.text-center {
  text-align: center;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.footer {
  max-width: 100%;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (min-width: 1024px) {
  .box-cookie-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1112;
  }
  .box-cookie-wrapper.hide {
    display: none;
  }
}
.content-cookie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 100000;
  padding: 10px 15px 10px;
  border-top: 2px solid #000;
  color: #000000;
  font-size: 17px;
}
@media screen and (min-width: 1024px) {
  .content-cookie {
    padding: 25px 60px;
    left: auto;
    width: 1050px;
    bottom: auto;
  }
}
.content-cookie .btn-cookie-reject {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 25px;
  height: 25px;
  z-index: 6;
}
.content-cookie .btn-cookie-reject .close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .content-cookie .btn-cookie-reject .close {
    top: 0px;
  }
}
.content-cookie .btn-cookie-reject .close path {
  fill: #919191;
}
.content-cookie .title-cookie {
  font-size: 15px;
  line-height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .content-cookie .title-cookie {
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 17px;
  }
}
.content-cookie .title-cookie .svg-logo-blasting {
  width: 150px;
}
.content-cookie .wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100% - 20px);
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .content-cookie .wrapper-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-cookie .text-cookie {
  font-size: 12px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 15px 0;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
@media screen and (max-width: 1023px) {
  .content-cookie .text-cookie {
    height: auto;
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .content-cookie .text-cookie {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.content-cookie .text-cookie a {
  color: #000000;
  text-decoration: underline;
}
.content-cookie .step-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 20px);
}
.content-cookie .step-2 {
  display: none;
}
.content-cookie .step-2 .go-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.content-cookie .step-2 .go-back .go-back-icon {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .content-cookie .step-2 .go-back .go-back-icon {
    width: 17px;
    height: 17px;
  }
}
.content-cookie .step-2 .go-back .go-back-text {
  text-align: left;
  height: 13px;
  font-size: 13px;
  line-height: 13px;
}
@media screen and (min-width: 1024px) {
  .content-cookie .step-2 .go-back .go-back-text {
    height: 17px;
    font-size: 17px;
    line-height: 19px;
  }
}
.content-cookie .step-2 .title-step-2 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 13px;
}
@media screen and (min-width: 1024px) {
  .content-cookie .step-2 .title-step-2 {
    font-size: 18px;
  }
}
.content-cookie .step-2 .text-cookie {
  font-size: 12px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 15px 0;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
.content-cookie .step-2 .text-cookie.last {
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .content-cookie .step-2 .text-cookie {
    height: auto;
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .content-cookie .step-2 .text-cookie {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.content-cookie .step-2 .text-cookie a {
  color: #000000;
  text-decoration: underline;
}
.content-cookie .step-2 .box-or {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 14px;
  margin: 16px 0 28px;
}
.content-cookie .step-2 .box-or .line-or {
  width: 100%;
  border-top: 1px solid #707070;
}
.content-cookie .step-2 .box-or .text-or {
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  color: #707070;
  text-align: center;
  background: #fff;
  padding: 0 5px;
}
.content-cookie .box-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 230px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .content-cookie .box-btn {
    margin: 0 auto;
    max-width: 345px;
  }
}
.content-cookie .box-btn .banner-cookie-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 5px;
  width: auto;
  padding: 0 20px;
  height: 38px;
  margin: 0 0 12px 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  min-width: 148px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  background: #3C8429;
}
.content-cookie .box-btn .banner-cookie-btn:hover,
.content-cookie .box-btn .banner-cookie-btn:focus {
  background: #2a5d1d;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .content-cookie .box-btn .banner-cookie-btn {
    margin: 0 0px 20px 0px;
    height: 45px;
  }
}
.content-cookie .box-btn .banner-cookie-btn.btn-cookie-accept {
  text-transform: uppercase;
}
.content-cookie .box-btn .banner-cookie-btn.btn-cookie-accept .icon {
  width: 17px;
  height: 17px;
  margin: 0 0 0 10px;
}
.content-cookie .btn-cookie-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 11px;
  line-height: 20px;
}
@media screen and (max-width: 340px) {
  .content-cookie .btn-cookie-link {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .content-cookie .btn-cookie-link {
    font-size: 11px;
    line-height: 20px;
  }
}
.content-cookie .btn-cookie-link a {
  color: #000000;
  text-decoration: underline;
  width: 100%;
}
.content-cookie .btn-cookie-link a.btn-vendors {
  text-align: right;
}
.content-cookie .btn-cookie-link span {
  color: #204369;
  margin: 0 7px;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 1024px) {
  .content-cookie .btn-cookie-link span {
    margin: 0 10px;
  }
}
.content-cookie.hide {
  display: none;
}
.content-cookie .layer-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.content-cookie .layer-loading .loader {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: block;
}
.content-cookie .text-b {
  display: none;
}
.content-cookie.version-b .text-a {
  display: none;
}
.content-cookie.version-b .text-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cookie-sticky-icon {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background-color: #333;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, background-color 0.2s;
  transition: transform 0.2s, background-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, -webkit-transform 0.2s;
  color: #fff;
}
.cookie-sticky-icon:hover {
  background-color: #555;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
body.banner-cookie-active .banner-cookie-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
}
body.banner-cookie-active .cookie-sticky-icon {
  display: none !important;
}
body.banner-cookie-active.version-1 {
  position: fixed;
}
body.banner-cookie-active.version-1 .banner-cookie-background {
  display: none;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.content-cookie-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #F0FFFF;
  z-index: 100000;
  padding: 10px 15px 10px;
  border-top: 2px solid #000;
  color: #000000;
  font-size: 17px;
}
@media screen and (min-width: 1024px) {
  .content-cookie-partner {
    padding: 25px 60px;
  }
}
.content-cookie-partner .btn-cookie-partner-reject {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 25px;
  height: 25px;
  z-index: 6;
}
.content-cookie-partner .btn-cookie-partner-reject .close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .content-cookie-partner .btn-cookie-partner-reject .close {
    top: 0px;
  }
}
.content-cookie-partner .btn-cookie-partner-reject .close path {
  fill: #919191;
}
.content-cookie-partner .title-cookie {
  font-size: 15px;
  line-height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .content-cookie-partner .title-cookie {
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 17px;
  }
}
.content-cookie-partner .wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100% - 20px);
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
@media screen and (max-width: 1023px) {
  .content-cookie-partner .wrapper-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-cookie-partner .text-cookie {
  font-size: 12px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 15px 0;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
@media screen and (max-width: 1023px) {
  .content-cookie-partner .text-cookie {
    height: auto;
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .content-cookie-partner .text-cookie {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.content-cookie-partner .text-cookie a {
  color: #000000;
  text-decoration: underline;
}
.content-cookie-partner .text-cookie .tex-cookie-box {
  margin-bottom: 15px;
}
.content-cookie-partner .box-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 230px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .content-cookie-partner .box-btn {
    margin: 0 0 0 58px;
    max-width: 345px;
  }
}
.content-cookie-partner .box-btn .banner-cookie-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  width: auto;
  padding: 0 20px;
  height: 38px;
  margin: 0 0 12px 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  min-width: 148px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  background: #009f0c;
}
.content-cookie-partner .box-btn .banner-cookie-btn:hover,
.content-cookie-partner .box-btn .banner-cookie-btn:focus {
  background: #006c08;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .content-cookie-partner .box-btn .banner-cookie-btn {
    margin: 0 0px 20px 0px;
    height: 45px;
  }
}
.content-cookie-partner .box-btn .banner-cookie-btn.btn-cookie-accept {
  text-transform: uppercase;
}
.content-cookie-partner .box-btn .banner-cookie-btn.btn-cookie-accept .icon {
  width: 17px;
  height: 17px;
  margin: 0 0 0 10px;
}
.content-cookie-partner .box-btn .btn-cookie-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 11px;
  line-height: 20px;
}
@media screen and (max-width: 340px) {
  .content-cookie-partner .box-btn .btn-cookie-link {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .content-cookie-partner .box-btn .btn-cookie-link {
    font-size: 11px;
    line-height: 20px;
  }
}
.content-cookie-partner .box-btn .btn-cookie-link a {
  color: #000000;
  text-decoration: underline;
  width: 100%;
}
.content-cookie-partner .box-btn .btn-cookie-link a.btn-vendors {
  text-align: right;
}
.content-cookie-partner .box-btn .btn-cookie-link span {
  color: #204369;
  margin: 0 7px;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 1024px) {
  .content-cookie-partner .box-btn .btn-cookie-link span {
    margin: 0 10px;
  }
}
.content-cookie-partner.hide {
  display: none;
}
.content-cookie-partner .layer-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.content-cookie-partner .layer-loading .loader {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: block;
}
