/**
 * Variable Overrides.
 *
 * Modify this file to override the Bootstrap Framework variables. You can copy
 * these variables directly from ../bootstrap/less/variables.less to this file.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'CorpoS', sans-serif;
  font-size: 1.6rem;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 4rem;
}
h2,
.h2 {
  font-size: 3rem;
}
h3,
.h3 {
  font-size: 3rem;
}
h4,
.h4 {
  font-size: 2rem;
}
h5,
.h5 {
  font-size: 1.6rem;
}
h6,
.h6 {
  font-size: 2rem;
}
p {
  margin: 0 0 1rem;
}
.lead {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 2.4rem;
  }
}
small,
.small {
  font-size: 125%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #1A1A20;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #030304;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #1A1A20;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #030304;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 0rem;
  margin: 4rem 0 2rem;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}
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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 2rem;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 1rem 2rem;
  margin: 0 0 2rem;
  font-size: 2rem;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 2rem;
  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;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.6rem;
  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: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.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,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.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,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 1.6rem;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 16rem;
  padding: 6px 12px;
  font-size: 1.6rem;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 16rem;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 15rem;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 25rem;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 2rem;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 3.6rem;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 15rem;
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 15rem;
  line-height: 15rem;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 15rem;
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 15rem;
  line-height: 15rem;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 15rem;
  min-height: 4rem;
  padding: 6px 10px;
  font-size: 2rem;
  line-height: 1.5;
}
.input-lg {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 25rem;
  line-height: 25rem;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 25rem;
  line-height: 25rem;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 25rem;
  min-height: 4rem;
  padding: 11px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 20rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 16rem;
  height: 16rem;
  line-height: 16rem;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 25rem;
  height: 25rem;
  line-height: 25rem;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 15rem;
  height: 15rem;
  line-height: 15rem;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 7rem;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 9rem;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 2rem;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1.6rem;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #1A1A20;
  border-color: #0f0f12;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #030304;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #030304;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #030304;
  border-color: #000000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #1A1A20;
  border-color: #0f0f12;
}
.btn-primary .badge {
  color: #1A1A20;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #1A1A20;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  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: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
sl-input:not(:defined):not(.use-critical-css),
sl-select:not(:defined):not(.use-critical-css),
sl-option:not(:defined):not(.use-critical-css),
sl-button:not(:defined):not(.use-critical-css),
sl-icon:not(:defined):not(.use-critical-css),
sl-details:not(:defined):not(.use-critical-css),
sl-menu:not(:defined):not(.use-critical-css),
sl-radio:not(:defined):not(.use-critical-css),
sl-radio-button:not(:defined):not(.use-critical-css),
sl-radio-group:not(:defined):not(.use-critical-css),
sl-tab:not(:defined):not(.use-critical-css),
sl-tab-group:not(:defined):not(.use-critical-css),
sl-tab-panel:not(:defined):not(.use-critical-css),
sl-tag:not(:defined):not(.use-critical-css),
sl-textarea:not(:defined):not(.use-critical-css),
sl-tooltip:not(:defined):not(.use-critical-css) {
  visibility: hidden;
}
html {
  font-size: 62.5% !important;
  font-weight: 400;
  font-family: 'CorpoS', Arial, sans-serif !important;
  height: 100%;
}
body {
  font-family: 'CorpoS', sans-serif;
  color: #1A1A20;
  font-size: 1.6rem;
  line-height: 1.4;
}
p,
.paragraph {
  font-family: CorpoS;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  p,
  .paragraph {
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 0.3px;
  }
}
.paragraph-bold {
  font-family: CorpoS;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .paragraph-bold {
    font-size: 2rem;
    line-height: 28px;
  }
}
.textstyle-s,
.textstyle-s a {
  font-family: CorpoS;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 768px) {
  .textstyle-s,
  .textstyle-s a {
    letter-spacing: 0.3px;
  }
}
.textstyle-s-bold,
.textstyle-s-bold a {
  font-family: CorpoS;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 22px;
}
.textstyle-xs,
.textstyle-xs a {
  font-family: CorpoS;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
}
.textstyle-xs-bold,
.textstyle-xs-bold a {
  font-family: CorpoS;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 20px;
}
.textstyle-xxs,
.textstyle-xxs a {
  font-family: CorpoS;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.3px;
}
.textstyle-xxs-bold,
.textstyle-xxs-bold a {
  font-family: CorpoS;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.3px;
}
.labelstyle {
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .labelstyle {
    font-size: 1.5rem;
    letter-spacing: 2.5px;
  }
}
.labelstyle + h1,
.labelstyle + .heading-1,
.labelstyle + h2,
.labelstyle + .heading-2,
.labelstyle + h3,
.labelstyle + .heading-3 {
  margin-top: 0.6rem;
}
.product_slider_wrapper h1,
.product_slider_wrapper h2,
.product_slider_wrapper h3,
.product_slider_wrapper h4,
.product_slider_wrapper h5,
.product_slider_wrapper h6 {
  margin-top: 0.6rem;
}
a {
  font-family: CorpoS;
  font-size: 1.8rem;
  font-weight: inherit;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-duration: 400ms;
  color: #1A1A20;
}
@media only screen and (min-width: 768px) {
  a {
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 0.3px;
  }
}
a.link-external::after {
  content: '';
  display: inline-block;
  margin-left: 0.4em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 0.8em;
  height: 0.8em;
  background-image: url('/builtin/js/shoelace/assets/icons/box-arrow-up-right.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
a:hover {
  color: #5A5A60;
}
a:active {
  color: #7C7C82;
}
.theme-dark a:hover,
.theme-gray a:hover {
  color: #C6C6C8;
}
.theme-dark a:active,
.theme-gray a:active {
  color: #A9A9AD;
}
sl-checkbox a {
  font-size: initial;
}
h1,
.heading-1 {
  font-family: CorpoA;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 768px) {
  h1,
  .heading-1 {
    font-size: 5rem;
    line-height: 60px;
    letter-spacing: 1.5px;
  }
}
h1 + p,
.heading-1 + p {
  margin-top: 1.4rem;
}
@media only screen and (min-width: 768px) {
  h1 + p,
  .heading-1 + p {
    margin-top: 2rem;
  }
}
h2,
.heading-2 {
  font-family: CorpoA;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 768px) {
  h2,
  .heading-2 {
    font-size: 4.2rem;
    letter-spacing: 0.9px;
  }
}
h3,
.heading-3 {
  font-family: CorpoA;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 768px) {
  h3,
  .heading-3 {
    font-size: 3.2rem;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 768px) {
  h3 + p,
  .heading-3 + p {
    margin-top: 1.2rem;
  }
}
h4,
.heading-4 {
  font-family: CorpoS;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media only screen and (min-width: 768px) {
  h4,
  .heading-4 {
    font-size: 3.2rem;
    letter-spacing: 0.6px;
  }
}
h5,
.heading-5 {
  font-family: CorpoS;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media only screen and (min-width: 768px) {
  h5,
  .heading-5 {
    font-size: 2.6rem;
    letter-spacing: 0.6px;
  }
}
h6 {
  font-family: CorpoS;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 768px) {
  h6 {
    font-size: 2.2rem;
    letter-spacing: 0.3px;
  }
}
.heading-6 {
  font-family: CorpoS;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .heading-6 {
    font-size: 1.5rem;
    letter-spacing: 2.5px;
  }
}
.heading-hr-1 {
  font-family: CorpoS;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #27A09F;
}
@media only screen and (min-width: 768px) {
  .heading-hr-1 {
    font-size: 5rem;
    letter-spacing: 0.3px;
  }
}
.heading-hr-2 {
  font-family: CorpoS;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #27A09F;
}
@media only screen and (min-width: 768px) {
  .heading-hr-2 {
    font-size: 4.2rem;
    letter-spacing: 0.3px;
  }
}
.heading-hr-7-overline {
  font-family: CorpoS;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .heading-hr-7-overline {
    font-size: 1.5rem;
    letter-spacing: 2.5px;
  }
}
.cms-module-heading:has(+ .cms-module-heading) [class^="heading-"],
.cms-module-heading:has(+ .cms-module-heading) [class*=" heading-"] {
  margin: 0;
}
.cms-module-heading + .cms-module-heading [class^="heading-"],
.cms-module-heading + .cms-module-heading [class*=" heading-"] {
  margin-top: 0.6rem;
}
.text-center {
  text-align: center;
}
.text-center .heading-bordered::after,
.text-center.heading-bordered::after {
  margin-left: auto;
  margin-right: auto;
}
.text-right {
  text-align: right;
}
.text-right .heading-bordered::after,
.text-right.heading-bordered::after {
  margin-left: auto;
}
.heading-bordered:not(.no-border):after {
  content: '';
  margin-top: 1.4rem;
  margin-bottom: 1.7rem;
  display: block;
  height: 2px;
  width: 25px;
  background-color: #1A1A20;
}
.theme-dark .heading-bordered:after,
.theme-gray .heading-bordered:after {
  background-color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .heading-bordered:after {
    margin-top: 1.8rem;
    margin-bottom: 2.2rem;
    width: 45px;
  }
}
.head-slot-content {
  display: inline-flex;
  align-items: baseline;
}
.head-slot-prefix {
  display: block;
  align-self: flex-start;
}
.head-prefix-amg {
  display: block;
  margin-top: 0.1em;
  aspect-ratio: 1;
  height: 1.1em;
  min-height: 2.5rem;
  flex: 0 0 auto;
  margin-right: 0.25em;
  background-image: linear-gradient(-55deg, transparent 0, transparent calc(50% - 0.25rem), #CE1B20 calc(50% - 0.15rem), #CE1B20 calc(50% + 0.15rem), transparent calc(50% + 0.25rem));
}
.block {
  display: block;
}
.list-redesign {
  font-size: 2rem;
}
.list-redesign ul,
.list-redesign ol {
  font-size: 2rem;
  line-height: 3rem;
  padding: 0;
  margin: 0;
  width: fit-content;
}
.list-redesign ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 28px;
  font-weight: 500;
}
.list-redesign ol li {
  list-style-position: inside;
  list-style-type: decimal;
  margin-bottom: 14px;
  font-weight: 500;
}
.list-redesign.list-bold ul,
.list-redesign .list-bold,
.list-redesign .list-bold a {
  font-weight: 700;
}
.list-redesign.list-bold li,
.list-redesign .list-bold li {
  border-bottom: 2px solid #1A1A20;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 700;
  margin-bottom: 0;
}
.list-redesign.list-checkmark.list-bold ul li,
.list-redesign ul.list-checkmark.list-bold li {
  padding-left: 32px;
}
.list-redesign.list-checkmark.list-bold ul li:before,
.list-redesign ul.list-checkmark.list-bold li:before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzFBMUEyMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTYuMDgyIDAgNS44NjIgMTEuMzg4IDIuMDE4IDYuNTM0IDAgOC4xODRsNS43NDMgNy4yNDUgNi4zMi03LjA0MUwxOCAxLjc3NXoiLz48L3N2Zz4=');
  position: absolute;
  top: 28px;
  left: 0px;
  display: block;
  height: 16px;
  width: 18px;
  background-repeat: no-repeat;
}
.list-redesign.list-checkmark ul li:before,
.list-redesign ul.list-checkmark li:before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzFBMUEyMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTYuMDgyIDAgNS44NjIgMTEuMzg4IDIuMDE4IDYuNTM0IDAgOC4xODRsNS43NDMgNy4yNDUgNi4zMi03LjA0MUwxOCAxLjc3NXoiLz48L3N2Zz4=');
  position: absolute;
  top: 1rem;
  left: 0;
  display: block;
  height: 13px;
  width: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
.list-redesign.list-checkmark.list-xs ul li,
.list-redesign ul.list-checkmark.list-xs li {
  margin-bottom: 8px;
}
.list-redesign.list-xs ul,
.list-redesign.list-xs ol,
.list-redesign .list-xs,
.list-redesign .list-xs a {
  font-size: 1.8rem;
}
.list-redesign.list-checkmark.list-xs ul li:before,
.list-redesign ul.list-checkmark.list-xs li:before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzFBMUEyMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTYuMDgyIDAgNS44NjIgMTEuMzg4IDIuMDE4IDYuNTM0IDAgOC4xODRsNS43NDMgNy4yNDUgNi4zMi03LjA0MUwxOCAxLjc3NXoiLz48L3N2Zz4=');
  position: absolute;
  top: 1rem;
  left: 0;
  display: block;
  height: 10px;
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
.list-redesign.list-bold ul li:before,
.list-redesign ul.list-bold li:before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIzIj48cGF0aCBmaWxsPSIjMUExQTIwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0uOTYgMi4yOGg5LjVWLjRILjk2eiIvPjwvc3ZnPg==');
  position: absolute;
  top: 3.5rem;
  left: 0px;
  display: block;
  height: 2px;
  width: 10px;
  background-repeat: no-repeat;
}
.list-redesign.list-bold ul li,
.list-redesign ul.list-bold li {
  padding-left: 32px;
}
.list-redesign ul li:before {
  content: '';
  background-image: url('data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iOCIgaGVpZ2h0PSIyIj48cGF0aCBmaWxsPSIjMUExQTIwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0uMy4zNHYxLjI0aDcuNFYuMzR6Ii8+PC9zdmc+');
  position: absolute;
  top: 1.5rem;
  left: 5px;
  display: block;
  height: 2px;
  width: 8px;
  background-repeat: no-repeat;
}
.list-redesign.list-xs ul li:before,
.list-redesign ul.list-xs li:before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjMiPjxwYXRoIGZpbGw9IiMxQTFBMjAiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTS4xNy45MDZ2MS4xMTZoNi42NlYuOTA2eiIvPjwvc3ZnPg==');
  position: absolute;
  top: 1.5rem;
  left: 5px;
  display: block;
  height: 2px;
  width: 7px;
  background-repeat: no-repeat;
}
.theme-dark .list-redesign.list-bold li,
.theme-gray .list-redesign.list-bold li,
.theme-dark .list-redesign .list-bold li,
.theme-gray .list-redesign .list-bold li {
  border-color: #FFFFFF;
}
.theme-dark .list-redesign.list-checkmark.list-bold ul li:before,
.theme-gray .list-redesign.list-checkmark.list-bold ul li:before,
.theme-dark .list-redesign ul.list-checkmark.list-bold li:before,
.theme-gray .list-redesign ul.list-checkmark.list-bold li:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE2LjEsMEw1LjksMTEuNEwyLDYuNUwwLDguMmw1LjcsNy4ybDYuMy03TDE4LDEuOEwxNi4xLDB6Ii8+Cjwvc3ZnPgo=');
}
.theme-dark .list-redesign.list-checkmark ul li:before,
.theme-gray .list-redesign.list-checkmark ul li:before,
.theme-dark .list-redesign ul.list-checkmark li:before,
.theme-gray .list-redesign ul.list-checkmark li:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjUgMS45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5LjUgMS45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDEuOWg5LjVWMEgwVjEuOXoiLz4KPC9zdmc+Cg==');
}
.theme-dark .list-redesign.list-checkmark.list-xs ul li:before,
.theme-gray .list-redesign.list-checkmark.list-xs ul li:before,
.theme-dark .list-redesign ul.list-checkmark.list-xs li:before,
.theme-gray .list-redesign ul.list-checkmark.list-xs li:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE2LjEsMEw1LjksMTEuNEwyLDYuNUwwLDguMmw1LjcsNy4ybDYuMy03TDE4LDEuOEwxNi4xLDB6Ii8+Cjwvc3ZnPgo=');
}
.theme-dark .list-redesign.list-bold ul li:before,
.theme-gray .list-redesign.list-bold ul li:before,
.theme-dark .list-redesign ul.list-bold li:before,
.theme-gray .list-redesign ul.list-bold li:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjUgMS45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5LjUgMS45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDEuOWg5LjVWMEgwVjEuOXoiLz4KPC9zdmc+Cg==');
}
.theme-dark .list-redesign ul li:before,
.theme-gray .list-redesign ul li:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjUgMS45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5LjUgMS45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDEuOWg5LjVWMEgwVjEuOXoiLz4KPC9zdmc+Cg==');
}
.theme-dark .list-redesign.list-xs ul li:before,
.theme-gray .list-redesign.list-xs ul li:before,
.theme-dark .list-redesign ul.list-xs li:before,
.theme-gray .list-redesign ul.list-xs li:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjUgMS45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5LjUgMS45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDEuOWg5LjVWMEgwVjEuOXoiLz4KPC9zdmc+Cg==');
}
.theme-light {
  background: #F7F7F7;
}
.theme-dark {
  color: #FFFFFF;
  background: #1A1A20;
}
.theme-dark a {
  color: #FFFFFF;
}
.theme-gray {
  color: #FFFFFF;
  background: #616B75;
}
.theme-gray a {
  color: #FFFFFF;
}
sl-tab-group::part(tabs) {
  border-bottom: none;
}
sl-tab-group::part(active-tab-indicator) {
  display: none;
}
sl-tab::part(base) {
  color: #1A1A20;
}
sl-tab[active]::part(base) {
  background-color: #DDDDDF;
}
sl-tab[active] span {
  padding-bottom: 5px;
  border-bottom: 2px solid #01ADEF;
}
.theme-gray sl-tab::part(base),
.theme-dark sl-tab::part(base) {
  color: #FFFFFF;
}
.theme-gray sl-tab[active]::part(base),
.theme-dark sl-tab[active]::part(base) {
  background-color: #ffffff17;
}
.theme-gray sl-tab-panel::part(base),
.theme-dark sl-tab-panel::part(base) {
  background-color: #ffffff17;
}
.theme-gray sl-select::part(expand-icon),
.theme-dark sl-select::part(expand-icon) {
  color: #1A1A20;
}
.accent-blue {
  color: #01ADEF !important;
}
.cms-module-root:not(.cms-module-heading):not(.cms-module-gap) .sl-theme-light:not(.theme-light) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #content_part .theme-container {
    padding: 0 10px 0;
  }
}
@media only screen and (min-width: 1024px) {
  #content_part .theme-container {
    padding: 0 20px 0;
  }
}
@media only screen and (min-width: 1280px) {
  #content_part .theme-container {
    padding: 0 35px 0;
  }
}
sl-dialog {
  --width: 400px;
}
sl-dialog::part(title) {
  font-size: 1.6rem;
  font-weight: bold;
}
.quotestyle {
  --quote-sign-margin: 3px;
}
.quotestyle:is(q):before,
.quotestyle:is(q):after {
  display: none;
}
.quotestyle:is(q) + cite {
  padding: 0;
}
.quotestyle:is(cite) {
  font-style: normal;
  font-size: 1.6rem;
  padding: 0 2rem;
  display: inline-block;
  line-height: 2rem;
}
.quotestyle:is(p) {
  font-family: 'CorpoS', serif;
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 4.2rem;
  color: #01ADEF;
  padding: 1rem 2rem;
}
/* Custom mixins */
.btn-redesign::part(base) {
  background-color: #1A1A20;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  transition: var(--sl-transition-slow) background ease, var(--sl-transition-slow) color ease;
  --sl-input-border-width: 0px;
  --sl-spacing-small: 1em;
}
.btn-redesign::part(base):hover {
  background-color: #7C7C82;
}
.btn-redesign::part(base):focus {
  background-color: #1A1A20;
}
.btn-redesign::part(base):active {
  background-color: #1A1A20;
}
.btn-redesign::part(prefix),
.btn-redesign::part(suffix) {
  fill: #FFFFFF;
  font-size: 1.6em;
}
.btn-redesign::part(label) {
  white-space: normal;
  line-height: 2rem;
  align-self: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn-accent::part(base) {
  color: #FFFFFF;
  background: #018FC5;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-duration: 400ms;
}
.btn-accent::part(base):hover {
  background-color: #18BFFF;
}
.btn-accent::part(base):focus {
  background-color: #018FC5;
}
.btn-accent::part(base):active {
  background-color: #018FC5;
}
.btn-flat::part(base) {
  background-color: transparent !important;
  padding-left: 0;
  color: #1A1A20;
  height: var(--sl-input-height-medium);
  transition: var(--sl-transition-slow) background ease, var(--sl-transition-slow) color ease;
  --sl-input-border-width: 0px;
  --sl-input-height-medium: 1em;
}
.btn-flat::part(base):hover {
  color: #01ADEF;
}
.btn-flat::part(base):active {
  color: #018FC5;
}
.btn-flat::part(label) {
  padding-left: 0;
}
.btn-flat::part(prefix),
.btn-flat::part(suffix) {
  fill: currentColor !important;
}
.btn-prefix::part(label) {
  padding-left: 0.5em;
}
.btn-suffix::part(label) {
  padding-right: 0.5em;
}
.sl-theme-dark .btn-redesign::part(base) {
  background-color: #FFFFFF;
  color: #1A1A20;
}
.sl-theme-dark .btn-redesign::part(base):hover {
  background-color: #C6C6C8;
}
.sl-theme-dark .btn-redesign::part(base):focus {
  background-color: #FFFFFF;
}
.sl-theme-dark .btn-redesign::part(base):active {
  background-color: #FFFFFF;
}
.sl-theme-dark .btn-redesign::part(prefix),
.sl-theme-dark .btn-redesign::part(suffix) {
  fill: #1A1A20;
}
.sl-theme-dark .btn-accent::part(base) {
  color: #FFFFFF;
  background: #018FC5;
  font-weight: 700;
}
.sl-theme-dark .btn-accent::part(base):hover {
  background-color: #18BFFF;
}
.sl-theme-dark .btn-accent::part(base):focus {
  background-color: #018FC5;
}
.sl-theme-dark .btn-accent::part(base):active {
  background-color: #018FC5;
}
.sl-theme-dark .btn-accent::part(prefix),
.sl-theme-dark .btn-accent::part(suffix) {
  fill: currentColor;
}
.sl-theme-dark .btn-flat::part(base) {
  background-color: transparent !important;
  color: #FFFFFF;
}
.sl-theme-dark .btn-flat::part(base):hover {
  color: #01ADEF;
}
.sl-theme-dark .btn-flat::part(base):active {
  color: #018FC5;
}
@media only screen and (max-width: 1024px) {
  .btn-mobile-width-100-lg {
    width: 100%;
    max-width: 100%;
  }
}
.width-100 {
  width: 100%;
}
.mb-20 {
  margin-bottom: 20px;
}
/* Custom button styles */
.button {
  color: #FFFFFF;
  background: #018FC5;
  font-weight: 700;
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 18px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
}
@media only screen and (min-width: 768px) {
  .button {
    font-size: 11pt;
  }
}
.button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  background: url('../img/bgi/svg/arrow-white-right.svg') 0 0 no-repeat;
  background-size: 16px 21px;
  width: 16px;
  height: 21px;
  margin: -10.5px 0 0;
}
.button:hover {
  text-decoration: none;
  color: #FFFFFF;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.2);
}
.button:focus {
  text-decoration: none;
  color: #FFFFFF;
}
.button.transparent {
  background: none;
  border: 1px solid #01ADEF;
  color: #1A1A20;
  line-height: 46px;
}
.button.transparent:after {
  background-image: url('../img/bgi/svg/arrow-dark-right.svg');
}
.button.transparent:hover,
.button.transparent:focus {
  color: #1A1A20;
}
.button.white {
  background: #FFFFFF;
  border: 1px solid #616B75;
  color: #1A1A20;
  line-height: 46px;
}
.button.white:after {
  background-image: url('../img/bgi/svg/arrow-dark-right.svg');
}
.button.white:hover,
.button.white:focus {
  color: #1A1A20;
}
.button.black {
  background: #1A1A20;
}
.button.green {
  background: none;
  border: 1px solid #01ADEF;
  color: #01ADEF;
}
.button.green:after {
  background: url('../img/bgi/svg/arrow_g.svg') 0 0 no-repeat;
  background-size: 16px,21px;
}
.button.green:hover,
.button.green:focus {
  color: #01ADEF;
}
.button.blue {
  background: #01ADEF;
}
.button.grey {
  background: #dddddd;
  border: none;
  color: #1A1A20;
}
.button.grey:after {
  background-image: url('../img/bgi/svg/arrow-dark-right.svg');
}
.button.grey:hover,
.button.grey:focus {
  color: #1A1A20;
}
.button.red {
  background: #CE1B20;
}
.button.red:hover,
.button.red:focus {
  color: #FFFFFF;
}
.button.small {
  background: #FFFFFF;
  border: 1px solid #dddddd;
  color: #1A1A20;
  height: 40px;
  line-height: 36px;
  padding: 0 30px;
  min-width: 235px;
}
.button.small:after {
  display: none;
}
.button.small:hover,
.button.small:focus {
  color: #1A1A20;
}
.button.small.grey {
  border: none;
  line-height: 40px;
  background: #F7F7F7;
}
.button.centered {
  text-align: center;
  padding: 0 20px 0 10px;
}
.button.centered:after {
  display: none;
}
.button[disabled] {
  background: #dddddd;
}
.button.arrow-left {
  padding-left: 49px;
}
.button.arrow-left::after {
  right: auto;
  left: 18px;
  transform: rotate(180deg);
}
sl-badge[variant="primary"]::part(base) {
  color: #FFFFFF;
  background: #018FC5;
  font-weight: 700;
}
.btn-accent.btn-accent--wcag-medium {
  --sl-button-font-size-medium: 1.9rem;
}
/* checkbox */
sl-checkbox::part(base) {
  font-weight: 500;
  margin-top: 0.8rem;
}
sl-checkbox::part(control) {
  border-radius: 0;
}
sl-checkbox::part(control--checked) {
  border-color: var(--km-color-black-100);
  background-color: var(--km-color-black-100);
}
.sl-theme-dark sl-checkbox::part(control) {
  border-color: #FFFFFF;
  background-color: transparent;
}
.sl-theme-dark sl-checkbox::part(control--checked) {
  color: var(--km-color-black-100);
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
/* input */
sl-input::part(form-control-label),
sl-input::part(form-control-help-text) {
  font-weight: 500;
}
.sl-theme-dark sl-input::part(base) {
  border-width: 0;
}
sl-input.invalid::part(form-control-label),
sl-input[data-user-invalid]::part(form-control-label),
.form-validated sl-input[data-invalid]::part(form-control-label) {
  color: var(--km-color-error);
}
sl-input.invalid::part(base),
sl-input[data-user-invalid]::part(base),
.form-validated sl-input[data-invalid]::part(base) {
  border-color: var(--km-color-error);
  box-shadow: 0 0 0 var(--sl-focus-ring-width) var(--km-color-error-light);
}
.bg-black-10 sl-input::part(input) {
  background-color: #F7F7F7;
}
sl-input[data-user-invalid]::part(form-control-label),
.form-validated sl-input[data-invalid]::part(form-control-label) {
  color: var(--km-color-error);
}
sl-input[data-user-invalid]::part(base),
.form-validated sl-input[data-invalid]::part(base) {
  border-color: var(--km-color-error);
  box-shadow: 0 0 0 var(--sl-focus-ring-width) var(--km-color-error-light);
}
sl-checkbox.invalid::part(control),
sl-checkbox[data-user-invalid]::part(control),
.form-validated sl-checkbox[data-invalid]::part(control) {
  border-color: var(--km-color-error);
}
sl-checkbox.invalid::part(base),
sl-checkbox[data-user-invalid]::part(base),
.form-validated sl-checkbox[data-invalid]::part(base) {
  color: var(--km-color-error);
}
/* textarea */
sl-textarea::part(form-control-label),
sl-textarea::part(form-control-help-text) {
  font-weight: 500;
}
sl-textarea.invalid::part(form-control-label),
sl-textarea[data-user-invalid]::part(form-control-label),
.form-validated sl-textarea[data-invalid]::part(form-control-label) {
  color: var(--km-color-error);
}
sl-textarea.invalid::part(base),
sl-textarea[data-user-invalid]::part(base),
.form-validated sl-textarea[data-invalid]::part(base) {
  border-color: var(--km-color-error);
  box-shadow: 0 0 0 var(--sl-focus-ring-width) var(--km-color-error-light);
}
/* select */
sl-option::part(base) {
  font-size: 1.6rem;
}
sl-select::part(combobox) {
  --sl-input-border-color: #1A1A20;
  --sl-input-border-width: 2px;
  --sl-input-border-color-focus: #1A1A20;
  font-weight: 700;
}
sl-select::part(display-input)::placeholder,
sl-option::part(base) {
  font-weight: 500;
}
sl-select::part(listbox) {
  box-shadow: none;
  border-top: 0;
  --sl-panel-border-width: 2px;
  --sl-panel-border-color: #1A1A20;
}
sl-select::part(expand-icon) {
  font-size: 2.2rem;
}
sl-select.invalid::part(form-control-label),
sl-select[data-user-invalid]::part(form-control-label),
.form-validated sl-select[data-invalid]::part(form-control-label) {
  color: var(--km-color-error);
}
sl-select.invalid::part(combobox),
sl-select[data-user-invalid]::part(combobox),
.form-validated sl-select[data-invalid]::part(combobox) {
  border-color: var(--km-color-error);
  box-shadow: 0 0 0 var(--sl-focus-ring-width) var(--km-color-error-light);
}
/* Custom form styles */
.form_wrapper {
  height: 0;
  overflow: hidden;
}
.form_wrapper.opened {
  overflow: visible;
  height: auto !important;
}
form .input_holder {
  margin: 0 0 22px;
}
form label {
  cursor: pointer;
}
form input::-webkit-input-placeholder {
  color: #616B75;
  opacity: 1;
}
form input:-moz-placeholder {
  color: #616B75;
  opacity: 1;
}
form input::-moz-placeholder {
  color: #616B75;
  opacity: 1;
}
form input:-ms-input-placeholder {
  color: #616B75;
  opacity: 1;
}
form textarea::-webkit-input-placeholder {
  color: #616B75;
  opacity: 1;
}
form textarea:-moz-placeholder {
  color: #616B75;
  opacity: 1;
}
form textarea::-moz-placeholder {
  color: #616B75;
  opacity: 1;
}
form textarea:-ms-input-placeholder {
  color: #616B75;
  opacity: 1;
}
form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=date],
form input[type=password] {
  width: 100%;
  height: 40px;
  border: 1px solid #616B75;
  background: #FFFFFF;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #1A1A20;
  font-size: 1.6rem;
  padding: 9px 8px;
  line-height: 20px;
}
form input[type=text]:hover,
form input[type=tel]:hover,
form input[type=email]:hover,
form input[type=date]:hover,
form input[type=password]:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
form .filled input[type=text],
form .filled input[type=tel],
form .filled input[type=email],
form .filled input[type=date],
form .filled input[type=password] {
  background-image: url('/img/icon/webicons/checkmark.svg');
  background-position: 98% center;
  background-size: 23px 19px;
  background-repeat: no-repeat;
}
form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #616B75;
  background: #FFFFFF;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #1A1A20;
  font-size: 1.6rem;
  padding: 9px 8px;
  line-height: 20px;
  resize: none;
}
form textarea:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
form button {
  width: 100%;
  text-align: left;
}
form input[type=checkbox],
form input.car_type_input[type=radio] {
  display: none;
}
form input[type=checkbox] + label,
form input.car_type_input[type=radio] + label {
  display: block;
  padding: 7px 0 0 42px;
  position: relative;
  font-size: 1.5rem;
}
form input[type=checkbox] + label:before,
form input.car_type_input[type=radio] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #C6C6C8;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
}
form input[type=checkbox] + label:hover:before,
form input.car_type_input[type=radio] + label:hover:before {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
form input[type=checkbox]:checked + label:before,
form input.car_type_input[type=radio]:checked + label:before {
  border-color: #01ADEF;
  background: #01ADEF url('/img/icon/webicons/checkmark_white.svg') center no-repeat;
  background-size: 9px 7px;
}
form .radio_box input[type=radio] {
  display: none;
}
form .radio_box input[type=radio] + label {
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  font-size: 1.6rem;
}
form .radio_box input[type=radio] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  background: url('../img/bgi/bg-radio.png') 0 0 no-repeat;
}
form .radio_box input[type=radio]:checked + label:before {
  background-position: 0 -23px;
}
form .radio_buttons {
  background: #F7F7F7;
  border-radius: 6px;
  display: inline-block;
  margin: 0 0 20px;
}
form .radio_buttons .input_holder {
  display: inline-block;
  margin: 0;
}
form .radio_buttons input[type=radio] {
  display: none;
}
form .radio_buttons input[type=radio] + label {
  display: inline-block;
  padding: 0 20px;
  height: 39px;
  line-height: 38px;
  border-radius: 5px;
  font-size: 1.3rem;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
form .radio_buttons input[type=radio]:checked + label {
  background: #1A1A20;
  color: #FFFFFF;
}
form .date_wrapper input[type=text] {
  display: none;
}
@media only screen and (min-width: 1024px) {
  form .date_wrapper input[type=date]:not(.use_native) {
    display: none;
  }
  form .date_wrapper input[type=text] {
    display: block;
    background-image: url('/img/icon/webicons/service-appointment.svg');
    background-position: right center;
    background-repeat: no-repeat;
  }
}
.multichoice {
  position: relative;
}
.multichoice .selected {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 40px 0 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
  background: #1A1A20;
  border-radius: 19px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 1.5rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.multichoice .selected:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  margin-top: -2.5px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-width: 5px 7px;
  border-top-color: #FFFFFF;
  border-bottom: none;
}
.multichoice .selected span:last-child {
  display: none;
}
.multichoice .drop {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 27px;
  right: 0;
  background: #FFFFFF;
  padding: 5px 0;
  margin: 10px 0 0;
  height: auto;
  max-height: 300px;
  border-radius: 25px 25px 10px 10px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  display: none;
  overflow: hidden;
  overflow-y: auto;
}
.multichoice .drop .input_holder {
  border-bottom: 1px solid #dddddd;
  padding: 10px 20px;
  margin: 0;
}
.multichoice .drop .input_holder:last-child {
  border: none;
}
.multichoice .drop .input_holder label {
  line-height: 20px;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.multichoice .drop .input_holder input[type=checkbox]:checked + label:before,
.multichoice .drop .input_holder input.car_type_input[type=radio]:checked + label:before {
  border-color: #1A1A20;
  background-color: #1A1A20;
}
.multichoice.opened .selected {
  z-index: 9;
}
.multichoice.opened .drop {
  display: flex;
  z-index: 8;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .multichoice.transformed {
    text-align: center;
    margin: 0 0 27px;
  }
  .multichoice.transformed .selected {
    display: none;
  }
  .multichoice.transformed .drop {
    position: static;
    display: block;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 0;
  }
  .multichoice.transformed .drop .input_holder {
    border-bottom: none;
    padding: 0 8px;
    display: inline-block;
    width: auto !important;
  }
  .multichoice.transformed .drop .input_holder label {
    line-height: 40px;
    padding: 0 32px;
    display: inline-block;
    background: #F7F7F7;
    text-transform: uppercase;
  }
  .multichoice.transformed .drop .input_holder input[type=checkbox] + label:before,
  .multichoice.transformed .drop .input_holder input.car_type_input[type=radio] + label:before {
    display: none;
  }
  .multichoice.transformed .drop .input_holder input[type=checkbox]:checked + label,
  .multichoice.transformed .drop .input_holder input.car_type_input[type=radio]:checked + label {
    background: #1A1A20;
    color: #FFFFFF;
  }
  .multichoice.transformed .drop .input_holder input[type=checkbox]:checked + label:after,
  .multichoice.transformed .drop .input_holder input.car_type_input[type=radio]:checked + label:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-width: 6px 7px;
    border-top-color: #1A1A20;
    border-bottom: none;
  }
}
.input_holder,
.submit_holder {
  position: relative;
}
.input_holder .error_message,
.submit_holder .error_message {
  display: none;
  position: absolute;
  width: 93%;
  left: 50%;
  margin-left: -46.5%;
  bottom: 120%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 10px 10px 10px 30px;
  font-size: 1.5rem;
  background: #FFFFFF url('../img/bgi/svg/info.svg') 5px 50% no-repeat;
  background-size: 17px 17px;
  border-radius: 3px;
}
.input_holder .error_message:after,
.submit_holder .error_message:after {
  content: '\25bc';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  font-size: 1.6rem;
  line-height: 0.65em;
  color: #FFFFFF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  transform: scaleX(2.3);
}
.input_holder .field_with_errors + .error_message,
.submit_holder .field_with_errors + .error_message {
  display: block;
}
.input_holder .field_with_errors .custom-select-s,
.submit_holder .field_with_errors .custom-select-s {
  background: #CE1B20;
  color: #FFFFFF;
}
.input_holder .field_with_errors .custom-select-s:after,
.submit_holder .field_with_errors .custom-select-s:after {
  background: #CE1B20 url('../img/bgi/svg/drop_down_arrow_w.svg') 0 50% no-repeat;
  background-size: 12px 5px;
}
.input_holder .field_with_errors input,
.submit_holder .field_with_errors input {
  background: #FE555A;
  border-color: #CE1B20;
}
.input_holder .field_with_errors .button,
.submit_holder .field_with_errors .button {
  background: #CE1B20 !important;
  border-color: #CE1B20 !important;
  color: #FFFFFF !important;
}
.submit_holder .error_message {
  bottom: 105%;
}
/**
 * Customize at your own risk
 */
.custom-select {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  width: 100%;
  cursor: pointer;
  color: #1A1A20;
}
.custom-select select {
  display: none;
}
.custom-select .custom-select-s {
  height: 40px;
  line-height: 40px;
  background: #F7F7F7;
  border-radius: 19px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 0 14px;
  text-transform: uppercase;
}
.custom-select .custom-select-s:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  background: #F7F7F7 url('../img/bgi/svg/drop_down_arrow.svg') 0 50% no-repeat;
  background-size: 12px 5px;
  pointer-events: none;
}
.custom-select .custom-select-t {
  white-space: nowrap;
  overflow: hidden;
}
.custom-select .custom-select-l {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 20px 20px 5px 5px;
  padding: 30px 0 ;
  margin: 10px 0 0;
  max-height: 300px;
}
.custom-select .custom-select-l span {
  list-style: none;
  display: block;
  border-top: 1px solid #dddddd;
  padding: 0 14px;
  min-height: 30px;
  line-height: 28px;
  vertical-align: center;
  text-overflow: fade;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.custom-select .custom-select-l span:first-child {
  display: none;
}
.custom-select .custom-select-l span:first-child + div {
  border-top: none;
}
.custom-select.active {
  z-index: 700;
}
.custom-select.active .custom-select-l {
  display: flex;
  display: -ms-flexbox;
  z-index: 998;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  top: 30px;
  padding: 0 0 15px;
  border-radius: 0 0 5px 5px;
}
.custom-select.active .custom-select-s {
  border-radius: 19px 19px 0 0;
  z-index: 999;
}
.custom-select.active .custom-select-s:after {
  transform: rotate(180deg);
  right: 23px;
}
@media screen and (max-width: 420px) {
  .custom-select .custom-select-l span {
    font-size: 10pt;
    padding: 0 8px;
  }
}
.car_number {
  width: 173px;
  height: 46px;
  background-image: url('../img/bgi/bg-number-form.png');
  line-height: 40px;
  float: none;
  margin: 0 0 9px;
}
.car_number sl-input {
  position: absolute;
  font-size: 1.6rem;
  top: 2px;
  line-height: 36px;
  text-align: center;
}
.car_number sl-input.car_number1 {
  left: 16px;
  width: 36px;
}
.car_number sl-input.car_number2 {
  left: 73px;
  width: 38px;
}
.car_number sl-input.car_number3 {
  left: 121px;
  width: 34px;
}
.car_number sl-input::part(input) {
  padding: 0 2px;
}
.car_number sl-input::part(base) {
  border: none;
  height: 36px;
}
sl-details {
  --clx-sl-details-border-color: #1A1A20;
}
sl-details::part(header) {
  font-size: 2.2rem;
  font-weight: bold;
}
sl-details::part(base) {
  border: none;
  border-top: 2px solid var(--clx-sl-details-border-color);
  border-bottom: 2px solid var(--clx-sl-details-border-color);
}
sl-details + sl-details::part(base) {
  border: none;
  border-bottom: 2px solid var(--clx-sl-details-border-color);
}
.theme-dark sl-details {
  --clx-sl-details-border-color: #FFFFFF;
}
.theme-dark sl-details::part(base) {
  background-color: transparent;
}
sl-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  box-sizing: content-box !important;
}
sl-dialog:not(:defined) {
  display: none;
}
/*# sourceMappingURL=public/shared/css/vendor.css.map */