/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]: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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.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: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.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: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
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;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.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: 20px;
  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: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
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;
}
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: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.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;
}
@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: 34px;
  }
  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: 30px;
  }
  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: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  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: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  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: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.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: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  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: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.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: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  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: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.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: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  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: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.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: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  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: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.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: #ffffff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  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: #23527c;
  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,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #ffffff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #ffffff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !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: 991px) {
  .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: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}

/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid {
  width: auto;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* phone breakpoint */
@media (max-width: 650px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 651px) and (max-width: 1200px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}
.aem-GridColumn.text.parbase p {
  *padding: 0 20px;
  text-align: justify;
}

/*
 *  Copyright 2015 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 0.875em;
    line-height: 1.2;
    background-color: #bdc3c6;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

img {
    vertical-align: top;
}

.page {
    box-sizing: border-box
}
.page *,
.page *:before,
.page *:after {
    box-sizing: inherit
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: auto
}
@font-face {
    font-family: "VWAGTheAntiqua-Bold";
    src: url("clientlib-site/css/resources/fonts/VWAGTheAntiqua-Bold.eot?iefix") format("eot"), url("clientlib-site/css/resources/fonts/VWAGTheAntiqua-Bold.woff") format("woff"), url("clientlib-site/css/resources/fonts/VWAGTheAntiqua-Bold.svg#webfont") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: "VWAGTheAntiqua-Regular";
    src: url("clientlib-site/css/resources/fonts/VWAGTheAntiqua-Regular.eot?iefix") format("eot"), url("clientlib-site/css/resources/fonts/VWAGTheAntiqua-Regular.woff") format("woff"), url("clientlib-site/css/resources/fonts/VWAGTheAntiqua-Regular.svg#webfont") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: "VWAGTheSans-Bold";
    
    src: url("clientlib-site/css/resources/fonts/VWAGTheSans-Bold.eot?iefix") format("eot"), url("clientlib-site/css/resources/fonts/VWAGTheSans-Bold.woff") format("woff"), url("clientlib-site/css/resources/fonts/VWAGTheSans-Bold.svg#webfont") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: "VWAGTheSans-Regular";
    src: url("clientlib-site/css/resources/fonts/VWAGTheSans-Regular.eot?iefix") format("eot"), url("clientlib-site/css/resources/fonts/VWAGTheSans-Regular.woff") format("woff"), url("clientlib-site/css/resources/fonts/VWAGTheSans-Regular.html#webfont") format("svg");
    font-weight: normal;
    font-style: normal
}
html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: "VWAGTheSans-Regular", Arial, sans-serif;
    color: #2f3538
}
@media only screen and (min-width: 120em) {
    html {
        font-size: .5208333333vw
    }
}
body {
    font-size: inherit
}
.page {
    font-family: "VWAGTheSans-Regular", Arial, sans-serif;
    color: #2f3538;
    text-align: left
}
.page *,
.page *:before,
.page *:after {
    text-align: inherit
}
.page a {
    text-decoration: none !important;
    outline: 0 !important
}
a {
    color: inherit
}
.page a,
.page button {
    -webkit-tap-highlight-color: transparent
}
.hidden {
    display: none !important
}
.no-scroll,
.no-scroll body {
    overflow: hidden !important
}
video::-webkit-media-controls-start-playback-button,
video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    -webkit-appearance: none;
    appearance: none
}
.grid-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0 2.0rem
}
.grid-container:after {
    content: " ";
    display: block;
    clear: both
}
.grid-breakout {
    position: relative;
    margin-left: -2rem;
    width: calc(100% - -4rem)
}
@media only screen and (min-width: 30em) {
    .grid-container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin: 0 2.0rem
    }
    .grid-container:after {
        content: " ";
        display: block;
        clear: both
    }
}
@media only screen and (min-width: 48em) {
    .grid-container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin: 0 4.8rem
    }
    .grid-container:after {
        content: " ";
        display: block;
        clear: both
    }
    .grid-breakout {
        margin-left: -4.8rem;
        width: calc(100% - -9.6rem)
    }
}
@media only screen and (min-width: 64em) {
    .grid-container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin: 0 5rem
    }
    .grid-container:after {
        content: " ";
        display: block;
        clear: both
    }
    .grid-breakout {
        margin-left: -5rem;
        width: calc(100% - -10rem)
    }
}
@media only screen and (min-width: 80.0625em) {
    .grid-container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin: 0 6rem
    }
    .grid-container:after {
        content: " ";
        display: block;
        clear: both
    }
    .grid-breakout {
        margin-left: -6rem;
        width: calc(100% - -12rem)
    }
}
@media only screen and (min-width: 92.875em) {
    .grid-container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin: 0 8rem
    }
    .grid-container:after {
        content: " ";
        display: block;
        clear: both
    }
    .grid-breakout {
        margin-left: -8rem;
        width: calc(100% - -16rem)
    }
}
@media only screen and (min-width: 120em) {
    .grid-container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin: 0 8rem
    }
    .grid-container:after {
        content: " ";
        display: block;
        clear: both
    }
}
svg {
    width: 100%;
    height: 100%
}
.module {
    background-color: #fff;
}
.module--white {
    background-color: #fff
}
.module--grey {
    background-color: #f3f5f6
}
.module--blue {
    background-color: #445a67
}
.module--dark {
    background-color: #2f3538
}
span.color--important {
    color: #b50027;
}
.heading {
    margin: 0;
    padding: 0;
    font-family: "VWAGTheAntiqua-Bold", Arial, sans-serif;
    font-weight: normal;
    letter-spacing: -0.025em;
    color: #1d1f20
}
.powerlayer--dark .heading,
.module--dark .heading,
.module--blue .heading {
    color: #fff
}
.heading--centered {
    text-align: center
}
.heading--caps {
    text-transform: uppercase
}
.heading--1 {
    font-size: 3rem;
    line-height: 1.1;
    margin: -.3807689703rem 0 -.2326921437rem
}
.heading--2 {
    font-size: 2.3rem;
    line-height: 1.1739130435;
    margin: -.4153843312rem 0 -.253845975rem
}
.heading--3 {
    font-size: 2.1rem;
    line-height: 1.1904761905;
    margin: -.3846151215rem 0 -.2350425694rem
}
.heading--4 {
    font-size: 1.8rem;
    line-height: 1.2222222222;
    margin: -.3384613069rem 0 -.2068374611rem
}
.heading--5 {
    font-size: 1.6rem;
    line-height: 1.25;
    margin: -.3076920972rem 0 -.1880340555rem
}
@media only screen and (min-width: 30em) {
    .heading--1 {
        font-size: 3.6rem;
        line-height: 1.0833333333;
        margin: -.4499996922rem 0 -.2749998062rem
    }
    .heading--2 {
        font-size: 2.6rem;
        line-height: 1.1538461538;
        margin: -.4615381458rem 0 -.2820510833rem
    }
}
@media only screen and (min-width: 48em) {
    .heading--1 {
        font-size: 4.5rem;
        line-height: 1.0666666667;
        margin: -.553845775rem 0 -.3384613rem
    }
    .heading--2 {
        font-size: 3.5rem;
        line-height: 1.1428571429;
        margin: -.769230243rem 0 -.4700851389rem
    }
}
@media only screen and (min-width: 64em) {
    .heading--1 {
        font-size: 6rem;
        line-height: 1.0833333333;
        margin: -1.2499991449rem 0 -.7638883506rem
    }
    .heading--2 {
        font-size: 4.5rem;
        line-height: 1.1111111111;
        margin: -.9615378037rem 0 -.5876064236rem
    }
    .heading--3 {
        font-size: 2.8rem;
        line-height: 1.1785714286;
        margin: -.6346149505rem 0 -.3878202396rem
    }
    .heading--4 {
        font-size: 2.4rem;
        line-height: 1.2083333333;
        margin: -.5576919262rem 0 -.3408117257rem
    }
    .heading--5 {
        font-size: 1.8rem;
        line-height: 1.2777777778;
        margin: -.4423073897rem 0 -.2702989548rem
    }
}
@media only screen and (min-width: 92.875em) {
    .heading--1 {
        font-size: 7.2rem;
        line-height: 1.0833333333;
        margin: -1.7999987686rem 0 -1.0999992249rem
    }
    .heading--2 {
        font-size: 5.4rem;
        line-height: 1.1111111111;
        margin: -1.3846144374rem 0 -.8461532499rem
    }
    .heading--3 {
        font-size: 3.3rem;
        line-height: 1.1818181818;
        margin: -.8999993843rem 0 -.5499996125rem
    }
    .heading--4 {
        font-size: 2.8rem;
        line-height: 1.1785714286;
        margin: -.6346149505rem 0 -.3878202396rem
    }
    .heading--5 {
        font-size: 2.2rem;
        line-height: 1.2727272727;
        margin: -.6461534041rem 0 -.3948715166rem
    }
}
.sloped-edge {
    width: 100%;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    fill: #fff;
    border-bottom: 0.5rem solid #fff
}
.sloped-edge:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 5.2546483428%
}
.sloped-edge svg {
    height: 104%;
    width: 104%;
    position: absolute;
    bottom: -2%;
    left: -2%
}
.sloped-edge-cover {
    display: block;
    position: relative;
    height: 0.2rem;
    background-color: #fff;
    transform: translateY(-0.1rem)
}
.module--grey .sloped-edge {
    fill: #f3f5f6;
    border-color: #f3f5f6
}
.module--grey .sloped-edge-cover {
    background-color: #f3f5f6
}
.module--blue .sloped-edge {
    fill: #445a67;
    border-color: #445a67
}
.module--blue .sloped-edge-cover {
    background-color: #445a67
}
.module--dark .sloped-edge {
    fill: #2f3538;
    border-color: #2f3538
}
.module--dark .sloped-edge-cover {
    background-color: #2f3538
}
.paragraph,
.paragraph-box p {
    margin: 0;
    padding: 0;
    font-family: "VWAGTheSans-Regular", Arial, sans-serif;
    font-weight: normal;
    color: #2f3538
}
.paragraph a,
.paragraph-box a {
    color: #0099da;
    text-decoration: none;
    transition: color 0.1s
}
.paragraph a:hover,
.paragraph-box a:hover {
    color: #0068aa
}
.powerlayer--dark .paragraph,
.module--dark .paragraph,
.module--blue .paragraph {
    color: #fff
}
.paragraph--centered,
.paragraph-box--centered p {
    text-align: center
}
.paragraph--bold,
.paragraph-box--bold p {
    font-family: "VWAGTheSans-Bold", Arial, sans-serif
}
.paragraph--caps,
.paragraph-box--caps p {
    text-transform: uppercase
}
.paragraph--1,
.paragraph-box--1 p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin: -.7076918236rem 0 -.4324783278rem
}
.paragraph-box--1 p:not(:last-of-type) {
    padding-bottom: 2.3rem
}
.paragraph--2,
.paragraph-box--2 p {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    margin: -.6769226138rem 0 -.4136749222rem
}
.paragraph-box--2 p:not(:last-of-type) {
    padding-bottom: 2.2rem
}
.paragraph--3,
.paragraph-box--3 p {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    margin: -.6769226138rem 0 -.4136749222rem
}
.paragraph-box--3 p:not(:last-of-type) {
    padding-bottom: 2.2rem
}
.paragraph--4,
.paragraph-box--4 p {
    font-size: 1.1rem;
    line-height: 1.4545454545;
    margin: -.3076920972rem 0 -.1880340555rem
}
.paragraph-box--4 p:not(:last-of-type) {
    padding-bottom: 1.6rem
}
@media only screen and (min-width: 64em) {
    .paragraph--1,
    .paragraph-box--1 p {
        font-size: 1.6rem;
        line-height: 1.5625;
        margin: -.8653840234rem 0 -.5288457812rem
    }
    .paragraph-box--1 p:not(:last-of-type) {
        padding-bottom: 2.5rem
    }
}
@media only screen and (min-width: 92.875em) {
    .paragraph--1,
    .paragraph-box--1 p {
        font-size: 1.9rem;
        line-height: 1.4736842105;
        margin: -.9692301062rem 0 -.592307275rem
    }
    .paragraph-box--1 p:not(:last-of-type) {
        padding-bottom: 2.8rem
    }
    .paragraph--2,
    .paragraph-box--2 p {
        font-size: 1.6rem;
        line-height: 1.5625;
        margin: -.8653840234rem 0 -.5288457812rem
    }
    .paragraph-box--2 p:not(:last-of-type) {
        padding-bottom: 2.5rem
    }
    .paragraph--3,
    .paragraph-box--3 p {
        font-size: 1.6rem;
        line-height: 1.5625;
        margin: -.8653840234rem 0 -.5288457812rem
    }
    .paragraph-box--3 p:not(:last-of-type) {
        padding-bottom: 2.5rem
    }
    .paragraph--4,
    .paragraph-box--4 p {
        font-size: 1.3rem;
        line-height: 1.5384615385;
        margin: auto 0 -.3290595972rem
    }
    .paragraph-box--4 p:not(:last-of-type) {
        padding-bottom: 2.0rem
    }
}
.disclaimer-box > p {
    margin: 0;
    padding: 0;
    font-family: "VWAGTheSans-Regular", Arial, sans-serif;
    font-weight: normal;
    color: #2f3538
}
.powerlayer--dark .disclaimer-box > p,
.module--dark .disclaimer-box > p,
.module--blue .disclaimer-box > p {
    color: #fff
}
.disclaimer-box a {
    color: #0099da;
    text-decoration: none;
    transition: color 0.1s
}
.disclaimer-box a:hover {
    color: #0068aa
}
.disclaimer-box > p {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: -.2076921656rem 0 -.1269229875rem
}
.disclaimer-box > p:not(:last-of-type) {
    padding: 0 0 1.8rem 0
}
@media only screen and (min-width: 48em) {
    .disclaimer-box > p:not(:last-of-type) {
        padding: 0 0 2.2rem 0
    }
}
@media only screen and (min-width: 64em) {
    .disclaimer-box > p {
        font-size: 1.6rem;
        line-height: 1.375;
        margin: -.5076919604rem 0 -.3102561916rem
    }
}
@media only screen and (min-width: 92.875em) {
    .disclaimer-box > p {
        font-size: 1.9rem;
        line-height: 1.3157894737;
        margin: -.5769226822rem 0 -.3525638541rem
    }
}
.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    background: none;
    border: none;
    display: inline-block;
    font-family: "VWAGTheAntiqua-Bold", Arial, sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: center;
    text-decoration: none;
    padding: 0.7rem 0.9rem 0.9rem;
    width: 28.0rem;
    height: 4.2rem;
    border-radius: 0.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}
.button::-moz-focus-inner {
    border: 0;
    padding: 0
}
.button:focus {
    outline: none
}
@media only screen and (min-width: 48em) {
    .button {
        width: 19.6rem
    }
}
.button:active,
.button:focus,
.button:hover {
    text-decoration: none
}
.button--primary {
    background-color: #0099da;
    color: #fff;
    transition: background 0.1s, color 0.1s
}
.button--primary:hover {
    background-color: #0068aa;
    color: #fff
}
.button--secondary {
    background-color: #fff;
    color: #0099da;
    border: 0.1rem solid #dee1e3;
    transition: background 0.1s, border-color 0.1s, color 0.1s
}
.button--secondary:hover {
    background-color: #0068aa;
    border-color: #0068aa;
    color: #fff
}
.button--orange {
    background-color: #faaa00;
    color: #fff;
    transition: background 0.1s, color 0.1s
}
.button--orange:hover {
    background-color: #e19900;
    color: #fff
}
.button--inactive,
.button[disabled] {
    background-color: #bdc3c6;
    color: rgba(47, 53, 56, 0.5);
    border: 0.1rem solid #808890
}
.link {
    color: #0099da;
    text-decoration: none;
    transition: color 0.1s
}
.link:hover {
    color: #0068aa
}
.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "VWAGTheSans-Regular", Arial, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.0
}
.link-list li:not(:last-child) {
    margin: 0 0 1.2rem 0
}
.link-list--centered li {
    text-align: center
}
.link-list a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 2.6rem;
    color: #0099da;
    text-decoration: none;
    transition: color 0.1s
}
.link-list a svg {
    width: 2.3rem;
    height: 2.3rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.15rem;
    fill: #0099da;
    transition: fill 0.1s
}
.link-list a:hover {
    color: #0068aa
}
.link-list a:hover svg {
    fill: #0068aa
}
@media only screen and (min-width: 64em) {
    .link-list {
        font-size: 1.6rem
    }
    .link-list li:not(:last-child) {
        margin: 0 0 1.5rem 0
    }
}
@media only screen and (min-width: 92.875em) {
    .link-list {
        font-size: 1.9rem
    }
}
.list {
    margin: 0;
    padding: 0
}
.list li {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 1.0em
}
.list li:not(:first-of-type) {
    margin-top: 0
}
.list li:not(:last-of-type) {
    margin-bottom: 0
}
.pagination-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    transition: opacity 0.3s
}
.hide-pagination .pagination-list {
    opacity: 0.0
}
.pagination-list__item {
    margin: 0;
    padding: 0 0.4rem;
    display: inline-block
}
.pagination-list__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    background: none;
    border: none;
    display: inline-block;
    display: block;
    margin: 0;
    padding: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.2rem;
    background-color: #808890;
    transition: background-color 0.1s
}
.pagination-list__button::-moz-focus-inner {
    border: 0;
    padding: 0
}
.pagination-list__button:focus {
    outline: none
}
.pagination-list__button.active {
    background-color: #0099da
}
.pagination-prev-button,
.pagination-next-button {
    display: none
}
@media only screen and (min-width: 48em) {
    .pagination-list__item {
        padding: 0 0.5rem
    }
    .pagination-list__button {
        width: 1.3rem;
        height: 1.3rem;
        border-radius: 0.4rem
    }
    .pagination-prev-button,
    .pagination-next-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font: inherit;
        cursor: pointer;
        background: none;
        border: none;
        display: inline-block;
        position: absolute;
        top: 50%;
        display: block;
        margin: -4.0rem 0 0;
        padding: 0;
        width: 3.6rem;
        height: 8.0rem;
        background-color: rgba(29, 31, 32, 0.3);
        transition: background-color 0.1s
    }
    .pagination-prev-button::-moz-focus-inner,
    .pagination-next-button::-moz-focus-inner {
        border: 0;
        padding: 0
    }
    .pagination-prev-button:focus,
    .pagination-next-button:focus {
        outline: none
    }
    .pagination-prev-button svg,
    .pagination-next-button svg {
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        margin: -2.4rem auto auto -2.4rem;
        width: 4.8rem;
        height: 4.8rem;
        fill: #fff;
        transition: fill 0.1s
    }
    .pagination-prev-button:hover,
    .pagination-next-button:hover {
        background-color: rgba(29, 31, 32, 0.5)
    }
    .pagination-prev-button[disabled],
    .pagination-next-button[disabled] {
        pointer-events: none
    }
    .pagination-prev-button[disabled] svg,
    .pagination-next-button[disabled] svg {
        fill: rgba(255, 255, 255, 0.3)
    }
    .pagination-prev-button {
        left: 0;
        border-top-right-radius: 0.4rem;
        border-bottom-right-radius: 0.4rem
    }
    .pagination-next-button {
        right: 0;
        border-top-left-radius: 0.4rem;
        border-bottom-left-radius: 0.4rem
    }
}
.powerlayer {
    position: fixed;
    z-index: 1030;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    background-color: #2f3538;
    display: none
}
.powerlayer--dark {
    background-color: #2f3538
}
.powerlayer--bright {
    background-color: #dee1e3
}
.powerlayer--visible {
    display: block
}
.powerlayer__close-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    background: none;
    border: none;
    display: inline-block;
    position: absolute;
    right: 2.0rem;
    top: 1.5rem;
    z-index: 2001;
    display: block;
    width: 3.0rem;
    height: 3.0rem;
    border-radius: 1.5rem;
    background-color: rgba(29, 31, 32, 0.3);
    transition: background-color 0.1s
}
.powerlayer__close-button::-moz-focus-inner {
    border: 0;
    padding: 0
}
.powerlayer__close-button:focus {
    outline: none
}
.powerlayer__close-button svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: #fff
}
.powerlayer__close-button:hover {
    background-color: rgba(29, 31, 32, 0.5)
}
@media only screen and (min-width: 48em) {
    .powerlayer__close-button {
        right: 3.0rem;
        top: 2.0rem;
        width: 4.0rem;
        height: 4.0rem;
        border-radius: 2.0rem
    }
}
.buffering {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6.7rem;
    height: 6.9rem;
    margin: -3.45rem auto auto -3.35rem;
    background: transparent url(images/loader.html) 50% 50% no-repeat;
    background-size: 100% 100%
}
.ratio-wrapper {
    position: relative;
    width: 100%
}
.ratio-wrapper:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 56.25%
}
.ratio-wrapper--32-9:before {
    padding-top: 28.125%
}
.ratio-wrapper--16-9:before {
    padding-top: 56.25%
}
.ratio-wrapper--11-5:before {
    padding-top: 45.4545454545%
}
.ratio-wrapper--1-1:before {
    padding-top: 100%
}
.ratio-wrapper__element,
.ratio-wrapper > img,
.ratio-wrapper > video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.pace {
    display: none
}
@media only screen and (min-width: 48em) {
    .pace {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: fixed;
        z-index: 20;
        left: 0;
        right: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 0.4rem;
        overflow: hidden;
        background-color: rgba(29, 31, 32, 0.3);
        transition: opacity 0.1s
    }
    .pace.pace-inactive {
        opacity: 0
    }
    .pace .pace-progress {
        position: absolute;
        right: 100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: #0099da
    }
}
.mib {
    overflow: hidden
}
.mib__device,
.mib__bg,
.mib__screen-mask,
.mib__shine,
.mib__hand,
.mib__pager1,
.mib__pager2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat
}
.mib__screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/animation_mib/screen.html");
    background-repeat: no-repeat;
    background-size: auto 61.5%;
    background-position: 100% 24.9%
}
.mib__shine {
    background-image: url("images/animation_mib/shine.html")
}
.mib__hand {
    left: -75%;
    top: 50%;
    background-image: url("images/animation_mib/hand.html")
}
.mib__screen-mask {
    left: 18.5%;
    width: 68.6%
}
.mib__screen2 {
    transform: translateX(-100%)
}
.trafficjam-assist {
    overflow: hidden
}
.trafficjam-assist__bluevariant,
.trafficjam-assist__indiumvariant,
.trafficjam-assist__sensor,
.trafficjam-assist__golf {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat
}
.trafficjam-assist__golf,
.trafficjam-assist__sensor {
    transform: translateX(-3%)
}
.trafficjam-assist__indiumvariant {
    background-position: bottom right
}
.trafficjam-assist__sensor {
    opacity: 0
}
.trailer-assist {
    overflow: hidden
}
.trailer-assist__car,
.trailer-assist__trailer-pos1,
.trailer-assist__trailer-pos2,
.trailer-assist__trailer-pos3 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    transform: translateX(20%)
}
.trailer-assist__trailer-pos2,
.trailer-assist__trailer-pos3 {
    opacity: 0
}
.horizontal-teaser__sprite-animation {
    position: relative;
    padding-top: 66.66666666%
}
.horizontal-teaser__sprite-animation>img.horizontal-teaser__sprite-animation-static-image {
    display: block;
    width: 100%;
    height: auto;
    z-index: 1
}
.horizontal-teaser__sprite-animation .horizontal-teaser__sprite-animation-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2
}
.horizontal-teaser__sprite-animation .horizontal-teaser__sprite-animation-inner>img {
    display: block;
    width: 100%;
    height: auto
}
.vertical-teaser__sprite-animation {
    position: relative;
    margin-bottom: 2rem
}
.vertical-teaser__sprite-animation>img.vertical-teaser__sprite-animation-static-image {
    display: block;
    width: 100%;
    height: auto;
    z-index: 1
}
.vertical-teaser__sprite-animation .vertical-teaser__sprite-animation-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2
}
.vertical-teaser__sprite-animation .vertical-teaser__sprite-animation-inner>img {
    display: block;
    width: 100%;
    height: auto
}
#vw_content,
.vw_content {
    z-index: auto !important
}
#vwm_switch_color {
    display: none !important
}
.page__content {
    margin: 0;
    position: relative;
    background-color: white;
}
.page.nav-fixed .page__content {
    margin-top: 6.4rem !important;
}
@media only screen and (min-width: 48em) {
    .page__content {
        top: auto;
    }
}

.page__secondnavi-wrapper {
    position: relative;
    z-index: 8;
    width: 100%;
    background-color: #DEE1E3;
}
.page__secondnavi-wrapper .quick-access-buttons, .tab_bar .quick-access-buttons {
    display: none;
}
@media only screen and (min-width: 48em) {
    .page__secondnavi-wrapper .quick-access-buttons {
        display: block;
    }
}

/* Only anchor nav visible */
.page.anchor-navigation-active .page__secondnavi-wrapper {
    display: flex;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    min-height: 6.4rem;
}
.page.anchor-navigation-active.nav-fixed .page__secondnavi-wrapper {
    position: fixed;
    top: 5rem;
    width: 100%;
}
@media only screen and (min-width: 48em) {
    .page.anchor-navigation-active .page__secondnavi-wrapper .quick-access-buttons {
        display: flex;
    }

    .page.anchor-navigation-active.nav-fixed .page__secondnavi-wrapper {
        position: fixed;
        top: 0;
        width: calc(100% - 9.6rem);
    }
}

/* Sub nav is visible*/
.page.tab_bar_active .page__secondnavi-wrapper {
    background-color: #F3F5F6;
}
.page.tab_bar_active.nav-fixed .page__secondnavi-wrapper {
    background-color: #DEE1E3;
}
@media only screen and (min-width: 48em) {
    .page.tab_bar_active .tab_bar .quick-access-buttons {
        display: flex;
    }

    .page.tab_bar_active .page__secondnavi-wrapper .quick-access-buttons {
        display: none;
    }

    .page.tab_bar_active.nav-fixed .page__secondnavi-wrapper .quick-access-buttons {
        display: flex;
    }
}

.footer {
    background-color: #fff
}
.footer__head {
    padding: 1.0rem 0;
    background-color: #dee1e3;
    text-align: right
}
.footer__to-top-botton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0 3.2rem 0 0;
    font-family: "VWAGTheSans-Regular", Arial, sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.7857142857;
    color: #2f3538;
    transition: color 0.1s;
    position: relative
}
.footer__to-top-botton::-moz-focus-inner {
    border: 0;
    padding: 0
}
.footer__to-top-botton:focus {
    outline: none
}
.footer__to-top-botton svg {
    position: absolute;
    top: 50%;
    right: 0.2rem;
    height: 1.0rem;
    width: 0.8rem;
    margin-top: -0.5rem;
    fill: #2f3538;
    transition: fill 0.1s
}
.footer__to-top-botton:hover {
    color: #0099da
}
.footer__to-top-botton:hover svg {
    fill: #0099da
}
.footer__main {
    padding: 4.0rem 0
}
.footer__actions {
    margin: 0 0 2.0rem
}
.footer__social {
    list-style: none;
    margin: -1.2rem -1.2rem 2.8rem;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}
.footer__social__item {
    margin: 0;
    padding: 1.2rem
}
.footer__social__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    background: none;
    border: none;
    display: inline-block;
    display: block;
    width: 5.0rem;
    height: 5.0rem;
    overflow: hidden;
    position: relative
}
.footer__social__button::-moz-focus-inner {
    border: 0;
    padding: 0
}
.footer__social__button:focus {
    outline: none
}
.footer__social__button img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.footer__language {
    text-align: center
}
.footer__language__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    background: none;
    border: none;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "VWAGTheAntiqua-Bold", Arial, sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.1428571429;
    text-align: center;
    margin: 0 auto;
    padding: 0.7rem 0.9rem 0.9rem;
    width: 100%;
    max-width: 28.0rem;
    height: 4.2rem;
    border-radius: 0.4rem;
    background-color: #dee1e3;
    color: #2f3538;
    transition: color 0.1s
}
.footer__language__button::-moz-focus-inner {
    border: 0;
    padding: 0
}
.footer__language__button:focus {
    outline: none
}
.footer__language__button:hover {
    color: #0099da
}
.footer__legal {
    list-style: none;
    margin: 0 0 3.0rem;
    padding: 0;
    text-align: center
}
.footer__legal:last-child {
    margin: 0
}
.footer__legal__item {
    display: block;
    padding: 1.8rem 0 1.9rem;
    border-top: 0.1rem solid #dee1e3
}
.footer__legal__item a {
    color: inherit
}
.footer__disclaimer-box {
    margin-bottom: 1.8rem
}
.footer__disclaimer-box:last-child {
    margin-bottom: 0
}
@media only screen and (min-width: 48em) {
    .footer__to-top-botton {
        padding-right: 3.5rem
    }
    .footer__to-top-botton svg {
        right: 0.35rem
    }
    .footer__main {
        padding-top: 3.5rem
    }
    .footer__actions {
        margin-bottom: 4.0rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
    .footer__social {
        margin: -0.75rem 2.25rem -0.75rem -0.75rem;
        width: auto;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer__social__item {
        padding: 0.75rem
    }
    .footer__social__button {
        width: 3.2rem;
        height: 3.2rem
    }
    .footer__social__button[data-sharing-button="facebook"] {
        border-radius: 0.4rem
    }
    .footer__social__button[data-sharing-button="google-plus"] {
        border-radius: 1.6rem
    }
    .footer__social__button[data-sharing-button="twitter"] {
        border-radius: 1.6rem
    }
    .footer__social__button[data-sharing-button="pinterest"] {
        border-radius: 1.6rem
    }
    .footer__language__button {
        height: 3.2rem;
        width: 14.0rem;
        max-width: none
    }
    .footer__legal {
        margin-bottom: 3.0rem
    }
    .footer__legal:last-child {
        margin: 0
    }
    .footer__legal__item {
        display: inline-block;
        padding: 0;
        border: none
    }
    .footer__legal__item:not(:last-of-type) {
        margin: 0 4.1rem 0 0;
        position: relative
    }
    .footer__legal__item:not(:last-of-type):after {
        display: block;
        content: " ";
        width: 0.1rem;
        height: 1.0rem;
        background-color: #dee1e3;
        position: absolute;
        top: 50%;
        right: -2.0rem;
        margin-top: -0.5rem
    }
    .footer__disclaimer-box {
        width: 49.0196078431%;
        float: left;
        margin-right: 1.9607843137%;
        margin-top: 0;
        margin-bottom: 0
    }
    .footer__disclaimer-box:last-of-type {
        width: 49.0196078431%;
        float: right;
        margin-right: 0
    }
}
@media only screen and (min-width: 64em) {
    .footer__disclaimer-box {
        width: 49.2957746479%;
        float: left;
        margin-right: 1.4084507042%
    }
    .footer__disclaimer-box:last-of-type {
        width: 49.2957746479%;
        float: right;
        margin-right: 0
    }
}
@media only screen and (min-width: 80.0625em) {
    .footer__disclaimer-box {
        width: 49.2957746479%;
        float: left;
        margin-right: 1.4084507042%
    }
    .footer__disclaimer-box:last-of-type {
        width: 49.2957746479%;
        float: right;
        margin-right: 0
    }
}
@media only screen and (min-width: 92.875em) {
    .footer__disclaimer-box {
        width: 49.2957746479%;
        float: left;
        margin-right: 1.4084507042%
    }
    .footer__disclaimer-box:last-of-type {
        width: 49.2957746479%;
        float: right;
        margin-right: 0
    }
}
@media only screen and (min-width: 120em) {
    .footer__disclaimer-box {
        width: 49.2957746479%;
        float: left;
        margin-right: 1.4084507042%
    }
    .footer__disclaimer-box:last-of-type {
        width: 49.2957746479%;
        float: right;
        margin-right: 0
    }
}
.footer {
    background-color: #fff
}
.footer__head {
    padding: 1.0rem 0;
    background-color: #dee1e3;
    text-align: right
}
.footer__to-top-botton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0 3.2rem 0 0;
    font-family: "VWAGTheSans-Regular", Arial, sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.7857142857;
    color: #2f3538;
    transition: color 0.1s;
    position: relative
}
.footer__to-top-botton::-moz-focus-inner {
    border: 0;
    padding: 0
}
.footer__to-top-botton:focus {
    outline: none
}
.footer__to-top-botton svg {
    position: absolute;
    top: 50%;
    right: 0.2rem;
    height: 1.0rem;
    width: 0.8rem;
    margin-top: -0.5rem;
    fill: #2f3538;
    transition: fill 0.1s
}
.footer__to-top-botton:hover {
    color: #0099da
}
.footer__to-top-botton:hover svg {
    fill: #0099da
}
.footer__main {
    padding: 4.0rem 0
}
.footer__actions {
    margin: 0 0 2.0rem
}
.footer__social {
    list-style: none;
    margin: -1.2rem -1.2rem 2.8rem;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}
.footer__social__item {
    margin: 0;
    padding: 1.2rem
}
.footer__social__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    background: none;
    border: none;
    display: inline-block;
    display: block;
    width: 5.0rem;
    height: 5.0rem;
    overflow: hidden;
    position: relative
}
.footer__social__button::-moz-focus-inner {
    border: 0;
    padding: 0
}
.footer__social__button:focus {
    outline: none
}
.footer__social__button img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.footer__language {
    text-align: center
}
.footer__language__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    background: none;
    border: none;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "VWAGTheAntiqua-Bold", Arial, sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.1428571429;
    text-align: center;
    margin: 0 auto;
    padding: 0.7rem 0.9rem 0.9rem;
    width: 100%;
    max-width: 28.0rem;
    height: 4.2rem;
    border-radius: 0.4rem;
    background-color: #dee1e3;
    color: #2f3538;
    transition: color 0.1s
}
.footer__language__button::-moz-focus-inner {
    border: 0;
    padding: 0
}
.footer__language__button:focus {
    outline: none
}
.footer__language__button:hover {
    color: #0099da
}
.footer__legal {
    list-style: none;
    margin: 0 0 3.0rem;
    padding: 0;
    text-align: center
}
.footer__legal:last-child {
    margin: 0
}
.footer__legal__item {
    display: block;
    padding: 1.8rem 0 1.9rem;
    border-top: 0.1rem solid #dee1e3
}
.footer__legal__item a {
    color: inherit
}
.footer__disclaimer-box {
    margin-bottom: 1.8rem
}
.footer__disclaimer-box:last-child {
    margin-bottom: 0
}
@media only screen and (min-width: 48em) {
    .footer__to-top-botton {
        padding-right: 3.5rem
    }
    .footer__to-top-botton svg {
        right: 0.35rem
    }
    .footer__main {
        padding-top: 3.5rem
    }
    .footer__actions {
        margin-bottom: 4.0rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
    .footer__social {
        margin: -0.75rem 2.25rem -0.75rem -0.75rem;
        width: auto;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer__social__item {
        padding: 0.75rem
    }
    .footer__social__button {
        width: 3.2rem;
        height: 3.2rem
    }
    .footer__social__button[data-sharing-button="facebook"] {
        border-radius: 0.4rem
    }
    .footer__social__button[data-sharing-button="google-plus"] {
        border-radius: 1.6rem
    }
    .footer__social__button[data-sharing-button="twitter"] {
        border-radius: 1.6rem
    }
    .footer__social__button[data-sharing-button="pinterest"] {
        border-radius: 1.6rem
    }
    .footer__language__button {
        height: 3.2rem;
        width: 14.0rem;
        max-width: none
    }
    .footer__legal {
        margin-bottom: 3.0rem
    }
    .footer__legal:last-child {
        margin: 0
    }
    .footer__legal__item {
        display: inline-block;
        padding: 0;
        border: none
    }
    .footer__legal__item:not(:last-of-type) {
        margin: 0 4.1rem 0 0;
        position: relative
    }
    .footer__legal__item:not(:last-of-type):after {
        display: block;
        content: " ";
        width: 0.1rem;
        height: 1.0rem;
        background-color: #dee1e3;
        position: absolute;
        top: 50%;
        right: -2.0rem;
        margin-top: -0.5rem
    }
    .footer__disclaimer-box {
        width: 49.0196078431%;
        float: left;
        margin-right: 1.9607843137%;
        margin-top: 0;
        margin-bottom: 0
    }
    .footer__disclaimer-box:last-of-type {
        width: 49.0196078431%;
        float: right;
        margin-right: 0
    }
}
@media only screen and (min-width: 64em) {
    .footer__disclaimer-box {
        width: 49.2957746479%;
        float: left;
        margin-right: 1.4084507042%
    }
    .footer__disclaimer-box:last-of-type {
        width: 49.2957746479%;
        float: right;
        margin-right: 0
    }
}
@media only screen and (min-width: 80.0625em) {
    .footer__disclaimer-box {
        width: 49.2957746479%;
        float: left;
        margin-right: 1.4084507042%
    }
    .footer__disclaimer-box:last-of-type {
        width: 49.2957746479%;
        float: right;
        margin-right: 0
    }
}
@media only screen and (min-width: 92.875em) {
    .footer__disclaimer-box {
        width: 49.2957746479%;
        float: left;
        margin-right: 1.4084507042%
    }
    .footer__disclaimer-box:last-of-type {
        width: 49.2957746479%;
        float: right;
        margin-right: 0
    }
}
@media only screen and (min-width: 120em) {
    .footer__disclaimer-box {
        width: 49.2957746479%;
        float: left;
        margin-right: 1.4084507042%
    }
    .footer__disclaimer-box:last-of-type {
        width: 49.2957746479%;
        float: right;
        margin-right: 0
    }
}
/* powerlayer */
.externallink__powerLayer, .vw_powerLayer {
	background: #2f3538;
	color: #fff;
	z-index: 99999;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	width: 100%;
	position: relative;
	overflow-x: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 400ms cubic-bezier(0.2, 0.4, 0.5, 1);
	-webkit-overflow-scrolling: touch;
	-moz-transition: opacity 400ms cubic-bezier(0.2, 0.4, 0.5, 1);
	transition: opacity 400ms cubic-bezier(0.2, 0.4, 0.5, 1);
	pointer-events: none;
	-ms-overflow-style: scrollbar;
}

.externallink__powerLayer .powerlayer_close {
	-webkit-transition: opacity 400ms cubic-bezier(0.5, 0, 0.8, 0.6);
	-moz-transition: opacity 400ms cubic-bezier(0.5, 0, 0.8, 0.6);
	transition: opacity 400ms cubic-bezier(0.5, 0, 0.8, 0.6)
}

.externallink__powerLayer .fade_in {
	opacity: 1;
	-webkit-transition: opacity 800ms cubic-bezier(0.6, 0, 0.4, 1);
	-moz-transition: opacity 800ms cubic-bezier(0.6, 0, 0.4, 1);
	transition: opacity 800ms cubic-bezier(0.6, 0, 0.4, 1)
}

.externallink__powerLayer .fade_out {
	opacity: 0;
	-webkit-transition: opacity 800ms cubic-bezier(0.6, 0, 0.4, 1);
	-moz-transition: opacity 800ms cubic-bezier(0.6, 0, 0.4, 1);
	transition: opacity 800ms cubic-bezier(0.6, 0, 0.4, 1)
}

.externallink__powerLayer .vw_powerLayer:target {
	opacity: 1;
	pointer-events: auto
}

.externallink__powerLayer .vw_powerlayer_contentwrapper {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	width: 100%;
	position: relative;
	overflow-x: hidden
}

.externallink__powerLayer .vw_powerlayer_contentwrapper .vw_powerLayer_dark
	{
	background: #2f3538;
	color: #fff
}

.externallink__lightbox_content {
	/*background: #2f3538;*/
    background: rgba(47,53,56, 1);
}



/*lightbox */
.externallink__lightbox {
	margin: auto;
	width: 83.33333%;
	background-color: #2f3538;
	position: fixed;
	transform: translateX(10%);
	padding: 0;
	transition: visibility .8s cubic-bezier(0.6, 0, 0.4, 1);
	transition: opacity 400ms cubic-bezier(0.2, 0.4, 0.5, 1);
	text-align: center;
	display: table;
}

@media all and (max-width:767px) {
	.externallink__lightbox .externallink__powerLayer_content {
		width: 100%;
		transform: initial
	}
}

.externallink__lightbox .externallink__powerLayer_content .externallink_close
	{
	position: absolute
}

.externallink__lightbox_content {
	display: table-cell;
	vertical-align: middle;
}

@media ( min-width : 768px) {
	.externallink_close {
		margin-right: 30px;
		margin-top: 20px;
	}
}

.externallink_close {
	z-index: 1000000;
	background-color: rgba(29, 31, 32, 0.3);
	right: 0;
	top: 0;
	border-radius: 50%;
	position: absolute;
}

.externallink_close a {
	display: table-cell;
	vertical-align: middle;
}

@media ( min-width : 768px) {
	.externallink__powerLayer_iconWrapper {
		height: 40px;
		width: 40px;
	}
}

.externallink__powerLayer_iconWrapper {
	height: 30px;
	width: 30px;
}

.externallink__powerLayer_iconWrapper svg {
	fill: #fff;
}
.externallink_powerlayer_lightbox_content{
	height:100%;
}

.externallink__powerlayer_headline_container {
	border-bottom: 1px solid #808890;
	min-height: 80px;
	display: -webkit-box;
}

.externallink__lightbox_content {
	position: absolute;
	width: 100%;
}

h3.externallink__powerlayer_headline {
	margin-left: auto;
	margin-right: auto;
	font-size: 28px;
	line-height: 33px;
	letter-spacing: -0.025em;
	font-family: "VWAGTheAntiqua-Bold";
	font-weight: bold;
}

.externallink__powerlayer_content_container {
	padding-right: 50px;
	margin-left: 8.33333%;
	padding-bottom: 30px;
}

.externallink__powerlayer_content_row {
	margin-top: 30px;
	margin-bottom: 20px;
	overflow: auto;
	padding-right: 5%;
}

.externallink__powerlayer_content_row p {
	color: white !important;
	text-align: left;
	margin: 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-size: 14px;
	line-height: 22px;
	font-family: "VWAGTheSans-Regular";
	font-weight: normal;
	font-style: normal;
}

.externallinkbutton {
	color: #fff;
	background-color: #0099da;
	border-color: #0099da;
	height: 42px;
line-height: 16px;
white-space: normal;
width: 100%;
max-width: 280px;
padding: 4px 9px;
text-align: center;
display: table;
}

.externallinkbutton:hover {
	color: #fff;
	background-color: #0068aa;
	border-color: #0068aa;
}

.externallinkbutton:active, .externallinkbutton:focus,
	.externallinkbutton:visited {
	color: #fff;
}

.externallinkbutton span{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-family: "VWAGTheSans-Bold";
	font-style: bold;
}

.externallink__powerlayer_button_row{
	width: 100%;
	position: relative;
}

.externallink__powerlayer_button{
	width: 25%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.externallink__powerLayer_iconWrapper svg {
  pointer-events: none;
}
.main-navigation__flyout {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 9;
    margin-top: 5.0rem;
    padding-top: 1.5rem;
    height: auto;
    opacity: 0;
    transition: left .5s ease-in-out, opacity 0s .5s
}
.main-navigation__flyout.flyout--active {
    left: 0;
    opacity: 1;
    transition: left .5s ease-in-out, opacity 0s 0s
}
.main-navigation__flyout ul.main-navigation__flyout-linklist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 13.4rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}
.main-navigation__flyout ul.main-navigation__flyout-linklist li {
    height: 5.5rem;
    border-bottom: 0.1rem solid #dee1e3;
    position: relative
}
.main-navigation__flyout ul.main-navigation__flyout-linklist a {
    font-size: 1.4em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-family: "VWAGTheAntiqua-Bold", Arial, sans-serif;
    color: #808890
}
.main-navigation__flyout ul.main-navigation__flyout-linklist a:hover {
    color: #1d1f20
}
.main-navigation__flyout ul.main-navigation__flyout-linklist a:hover .main-navigation__icon {
    fill: #0099da
}
.main-navigation__flyout ul.main-navigation__flyout-linklist a.active {
    color: #0099da
}
.main-navigation__flyout ul.main-navigation__flyout-linklist a.active .main-navigation__icon {
    fill: #0099da
}
.main-navigation__flyout ul.main-navigation__flyout-linklist span {
    display: block;
    margin-left: 6.0rem
}
.main-navigation__flyout .main-navigation__icon {
    width: 4.0rem;
    height: 2.4rem;
    margin: -1.2rem 0 0 0;
    position: absolute;
    top: 50%;
    left: 1.0rem;
    fill: #808890;
}
.main-navigation__flyout .main-navigation__footer {
    background-color: #f3f5f6;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 16.4rem; /* Changed this from 13.4 to adjust the UI for the legal link */
    width: 100%
}
.main-navigation__flyout .quick-access-buttons__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 83.0508474576%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 8.4745762712%;
    padding-top: 2rem
}
.main-navigation__flyout .quick-access-buttons__wrapper li {
    display: inline-block
}
.main-navigation__flyout .quick-access-buttons__wrapper .quick-access-buttons__link {
    color: #808890
}
.main-navigation__flyout .main-navigation__langswitch {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 2rem;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 2rem;
}
.main-navigation__flyout .main-navigation__langswitch li {
    display: inline-block
}
.main-navigation__flyout .main-navigation__langswitch li:last-child a {
    border-right: none
}
.main-navigation__flyout .main-navigation__langswitch a {
    font-size: 1.4rem;
    padding: 0 2.8rem;
    border-right: 0.1rem solid #dee1e3;
    color: #808890;
    font-family: "VWAGTheAntiqua-Bold", Arial, sans-serif
}
.main-navigation__flyout .main-navigation__langswitch a.lang--active {
    color: #0099da
}
@media only screen and (min-width: 48em) {
    .main-navigation__flyout {
        width: 24.5rem;
        margin-top: 0;
        left: -14.9rem;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
        overflow: hidden;
        transition: left .5s ease-in-out, box-shadow .5s ease-in-out, opacity 0s .5s
    }
    .main-navigation__flyout.flyout--active {
        left: 9.6rem;
        box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.5);
        transition: left .5s ease-in-out, box-shadow .5s ease-in-out, opacity 0s 0s
    }
    .main-navigation__flyout .quick-access-buttons,
    .main-navigation__flyout .main-navigation__footer {
        display: none
    }
    .main-navigation__flyout ul.main-navigation__flyout-linklist {
        top: 4rem;
        bottom: 0;
        right: -2.0rem;
        padding: 0 2.0rem
    }
    .main-navigation__flyout ul.main-navigation__flyout-linklist li {
        display: none
    }
    .main-navigation__flyout ul.main-navigation__flyout-linklist li.first-visible-item,
    .main-navigation__flyout ul.main-navigation__flyout-linklist li.first-visible-item ~ li {
        display: block
    }
}
.main-navigation {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 5.0rem;
    background-color: #fff;
    box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.5)
}
.main-navigation .main-navigation__icon-menu,
.main-navigation .main-navigation__icon-close {
    cursor: pointer;
    height: 100%;
    width: 3.6rem;
    position: absolute;
    top: 0;
    right: 0.7rem
}
.main-navigation .main-navigation__icon-menu svg,
.main-navigation .main-navigation__icon-close svg {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: #0099da
}
.main-navigation .main-navigation__logo-wrapper {
    width: 100%;
    display: none;
    padding: 2.6rem 0;
    border-bottom: 0.1rem solid #dee1e3
}
.main-navigation .main-navigation__logo-wrapper a {
    width: 100%;
    display: inline-block
}
.main-navigation .main-navigation__logo {
    width: 6.5rem;
    display: block;
    margin: 0 auto
}
.main-navigation .main-navigation__logo-mobile {
    width: 3.2rem;
    margin-top: 0.9rem
}
.main-navigation ul.main-navigation__linklist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 12.3rem;
    right: 0;
    bottom: 3.0rem;
    left: 0
}
.main-navigation ul.main-navigation__linklist.hide-all-items li:not(.main-navigation__more-btn) {
    visibility: hidden;
    position: absolute
}
.main-navigation ul.main-navigation__linklist li {
    height: 8.5rem;
    border-bottom: 0.1rem solid #dee1e3;
    position: relative
}
.main-navigation ul.main-navigation__linklist li.last-visible-item ~ li:not(.main-navigation__more-btn) {
    visibility: hidden;
    position: absolute
}
.main-navigation ul.main-navigation__linklist a,
.main-navigation ul.main-navigation__linklist .main-navigation__more-btn__more,
.main-navigation ul.main-navigation__linklist .main-navigation__more-btn__menu {
    font-family: "VWAGTheAntiqua-Bold", Arial, sans-serif;
    color: #808890;
    font-size: 1.2rem;
    line-height: 1.1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 1.0rem;
    cursor: pointer
}
.main-navigation ul.main-navigation__linklist a:hover,
.main-navigation ul.main-navigation__linklist .main-navigation__more-btn__more:hover,
.main-navigation ul.main-navigation__linklist .main-navigation__more-btn__menu:hover {
    color: #1d1f20
}
.main-navigation ul.main-navigation__linklist a:hover .main-navigation__icon,
.main-navigation ul.main-navigation__linklist .main-navigation__more-btn__more:hover .main-navigation__icon,
.main-navigation ul.main-navigation__linklist .main-navigation__more-btn__menu:hover .main-navigation__icon {
    fill: #0099da
}
.main-navigation ul.main-navigation__linklist a.active,
.main-navigation ul.main-navigation__linklist .main-navigation__more-btn__more.active,
.main-navigation ul.main-navigation__linklist .main-navigation__more-btn__menu.active {
    color: #0099da
}
.main-navigation ul.main-navigation__linklist a.active .main-navigation__icon,
.main-navigation ul.main-navigation__linklist .main-navigation__more-btn__more.active .main-navigation__icon,
.main-navigation ul.main-navigation__linklist .main-navigation__more-btn__menu.active .main-navigation__icon {
    fill: #0099da
}
.main-navigation ul.main-navigation__linklist .main-navigation__more-btn {
    height: 8.5rem;
    display: none
}
.main-navigation ul.main-navigation__linklist .main-navigation__more-btn.visible {
    display: block
}
.main-navigation ul.main-navigation__linklist .main-navigation__more-btn .main-navigation__more-btn__menu {
    display: none
}
.main-navigation ul.main-navigation__linklist .main-navigation__more-btn.show-menu-icon .main-navigation__more-btn__menu {
    display: -ms-flexbox;
    display: flex
}
.main-navigation ul.main-navigation__linklist .main-navigation__more-btn.show-menu-icon .main-navigation__more-btn__more {
    display: none
}
.main-navigation ul.main-navigation__linklist .main-navigation__icon {
    width: 5.0rem;
    height: 3.0rem;
    margin-bottom: 0.8rem;
    display: block;
    fill: #808890
}
.main-navigation ul.main-navigation__linklist span {
    display: block;
    text-align: center;
    color: inherit
}
/* fix for CMSCOE-1134 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .main-navigation ul.main-navigation__linklist span {
        width: calc(100% + 1rem);
	}
}
.main-navigation .main-navigation__langswitch {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.0rem;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    border-top: 0.1rem solid #dee1e3;
    background-color: #fff
}
.main-navigation .main-navigation__langswitch li {
    padding: 0 0.8rem;
    border-left: 0.1rem solid #dee1e3
}
.main-navigation .main-navigation__langswitch li:first-child {
    border-left: none
}
.main-navigation .main-navigation__langswitch a {
    font-size: inherit;
    color: #808890;
    font-family: "VWAGTheAntiqua-Bold", Arial, sans-serif
}
.main-navigation .main-navigation__langswitch a.lang--active {
    color: #0099da
}
@media only screen and (min-width: 48em) {
    .main-navigation {
        position: fixed;
        width: 9.6rem;
        top: 0;
        bottom: 0;
        height: auto;
        box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.07)
    }
    .main-navigation .main-navigation__icon-close,
    .main-navigation .main-navigation__icon-menu,
    .main-navigation .main-navigation__logo-mobile {
        display: none
    }
    .main-navigation .grid-container {
        margin: 0
    }
    .main-navigation .main-navigation__logo-wrapper {
        display: block
    }
    .main-navigation ul.main-navigation__linklist {
        display: block
    }
    .main-navigation .main-navigation__langswitch {
        display: -ms-flexbox;
        display: flex
    }
}
/* Adding new styles for the legal link */
.main-navigation .main-navigation__legal-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.main-navigation .main-navigation__legal-wrapper .main-navigation__legal-imprint {
    display: none;
    text-transform: uppercase;
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0.5rem;
    border-top: 0.1rem solid #dee1e3;
    justify-content: center;
}
.main-navigation .main-navigation__legal-imprint a, .main-navigation__flyout .main-navigation__legal-imprint a {
    color: #808890;
    font-family: "VWAGTheAntiqua-Bold", Arial, sans-serif
}
@media only screen and (min-width: 48em) {
    .main-navigation .main-navigation__legal-wrapper .main-navigation__legal-imprint {
        display: -ms-flexbox;
        display: flex
    }
}
.main-navigation__flyout .main-navigation__legal-imprint {
    list-style-type: none;
    margin: 0;
    padding: 2rem 0 0 0;
    text-align: center;
    width: 100%;
    bottom: 2rem;
    text-transform: uppercase;
}
.main-navigation__flyout .main-navigation__legal-imprint a {
    font-size: 1.4rem;
    padding: 0 2.8rem;
    color: #808890;
    font-family: "VWAGTheAntiqua-Bold", Arial, sans-serif
}

.anchor-navigation {
    width: 100%
}

.anchor-navigation__scroll-to-top-button {
    display: none
}

.anchor-navigation__toggle-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    font: inherit;
    cursor: pointer;
    background: none;
    border: none;
    display: block;
    padding: 0 0 0 5.0rem;
    width: 100%;
    height: 4.0rem;
    font-family: "VWAGTheSans-Bold", Arial, sans-serif;
    color: #0099da;
    text-align: left;
    font-size: 1.6rem;
    line-height: 4.0rem;
    position: relative
}

.anchor-navigation__toggle-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.anchor-navigation__toggle-button:focus {
    outline: none
}

.anchor-navigation__toggle-button__icon {
    display: block;
    width: 2.0rem;
    height: 2.0rem;
    background-color: #fff;
    border-radius: 1.0rem;
    position: absolute;
    top: 50%;
    margin: -1.0rem auto auto -3.5rem
}

.anchor-navigation__toggle-button__icon svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: #0099da;
}

.opened .anchor-navigation__toggle-button__icon {
    transform: rotate(180deg)
}

.anchor-navigation__list {
    list-style: none;
    margin: 0;
    padding: 1.0rem 1.5rem 3.0rem;
    display: none
}

.opened .anchor-navigation__list {
    display: block
}

.anchor-navigation__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    font: inherit;
    cursor: pointer;
    background: none;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 5.0rem;
    border-bottom: 0.1rem solid #bdc3c6;
    font-family: "VWAGTheSans-Regular", Arial, sans-serif;
    color: #0099da;
    text-align: left;
    font-size: 1.4rem;
    line-height: 5.0rem
}

.anchor-navigation__button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.anchor-navigation__button:focus {
    outline: none
}

.anchor-navigation__button:focus, .anchor-navigation__button:active, .anchor-navigation__button:hover {
    color: #1d1f20;
    text-decoration: none
}

.anchor-navigation__button.active {
    font-family: "VWAGTheSans-Bold", Arial, sans-serif;
    color: #1d1f20;
}

@media only screen and (min-width: 48em) {
    .anchor-navigation {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        min-height: 6.4rem;
    }

    .anchor-navigation__wrapper {
        display: -ms-flexbox;
        display: flex;
        position: relative
    }

    .anchor-navigation__scroll-to-top-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        font: inherit;
        cursor: pointer;
        background: none;
        border: none;
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 4.8rem;
        height: 100%;
        position: absolute;
        visibility: hidden;
        opacity: 0.0;
        transition: opacity 0.1s
    }

    .anchor-navigation__scroll-to-top-button::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    .anchor-navigation__scroll-to-top-button:focus {
        outline: none
    }

    .anchor-navigation__scroll-to-top-button svg {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 1.0rem;
        width: 0.8rem;
        margin: -0.5rem auto auto -0.4rem;
        fill: #0099da;
    }

    .nav-fixed .anchor-navigation__scroll-to-top-button {
        visibility: visible;
        opacity: 1.0
    }

    .anchor-navigation__toggle-button {
        display: none
    }

    .anchor-navigation__list {
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 0 0 4.8rem;
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .anchor-navigation__item {
        display: inline-block;
        margin: 0 3.0rem 0 0;
        padding: 0
    }

    .anchor-navigation__button {
        font-family: "VWAGTheSans-Bold", Arial, sans-serif;
        font-size: 1.6rem;
        line-height: 2.6rem;
        height: auto;
        border: none
    }
}

@media only screen and (min-width: 64em) {
    .anchor-navigation__scroll-to-top-button {
        width: 5.0rem
    }

    .anchor-navigation__list {
        margin-left: 5.0rem
    }
}

@media only screen and (min-width: 80.0625em) {
    .anchor-navigation__scroll-to-top-button {
        width: 6.0rem
    }

    .anchor-navigation__list {
        margin-left: 6.0rem
    }
}

@media only screen and (min-width: 92.875em) {
    .anchor-navigation__scroll-to-top-button {
        width: 8.0rem
    }

    .anchor-navigation__list {
        margin-left: 8.0rem
    }
}

/* Anchor nav animations (depending on mobile/desktop main nav) */
@keyframes slideAnchorNavIn {
    from {top: -1.4rem;}
    to {top: 5rem;}
}

@keyframes slideAnchorNavOut {
    from {top: 5rem;}
    to {top: -1.4rem;}
}

@media only screen and (min-width: 48em) {
    @keyframes slideAnchorNavIn {
        from {top: -6.4rem;}
        to {top: 0;}
    }

    @keyframes slideAnchorNavOut {
        from {top: 0;}
        to {top: -6.4rem;}
    }
}

.quick-access-buttons__wrapper {
    width: 100%;
    height: 8.7rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2rem;
    text-align: center
}
.quick-access-buttons__item:last-child {
    margin-right: 0
}
.quick-access-buttons__link {
    display: inline-block;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.12;
    color: #fff
}
.quick-access-buttons__link:focus,
.quick-access-buttons__link:active,
.quick-access-buttons__link:hover {
    color: #fff;
    text-decoration: none
}
.quick-access-buttons__link:hover .quick-access-buttons__icon {
    background-color: rgba(0, 0, 0, 0.5)
}
.anchor-navigation-active .quick-access-buttons__link {
    color: #fff
}
.page__header>.quick-access-buttons {
    display: none
}
.quick-access-buttons__icon {
    width: 3.0rem;
    height: 3.0rem;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .4rem
}
.quick-access-buttons__icon svg {
    width: 1.8rem;
    height: 1.8rem;
    fill: white
}
@media only screen and (min-width: 48em) {
    .quick-access-buttons {
        height: 6.4rem;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 8;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .quick-access-buttons__wrapper {
        height: 100%;
        padding: 0
    }
    .quick-access-buttons__item {
        margin: 0 1.6rem
    }
    .quick-access-buttons__item:last-child {
        margin: 0 1.6rem
    }
    .quick-access-buttons__item span {
        display: none
    }
    .page__header>.quick-access-buttons {
        display: block
    }
}
@media only screen and (min-width: 64em) {
    .quick-access-buttons__item span {
        display: block
    }
}
.powerlayer-country-selection {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}
.powerlayer-country-selection__scroll-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}
.powerlayer-country-selection__content {
    padding-top: 6rem;
    padding-bottom: 6rem
}
.powerlayer-country-selection__headline {
    margin-bottom: 4rem;
    text-align: center
}
.powerlayer-country-selection__country-wrapper {
    margin-bottom: 2.5rem
}
.powerlayer-country-selection__country-wrapper:last-child {
    margin-bottom: 5rem
}
.powerlayer-country-selection__country-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.powerlayer-country-selection__country-index {
    padding: 0 0 0.4rem;
    margin: 0 0 1.5rem;
    border-bottom: 0.1rem solid #000
}
.powerlayer-country-selection__country {
    display: block;
    margin-bottom: 1.0rem;
    margin-left: 17.1428571429%
}
.powerlayer-country-selection__subhead {
    text-align: center;
    border-bottom: 0.1rem solid #000;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}
.powerlayer-country-selection__international {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center
}
@media only screen and (min-width: 30em) {
    .powerlayer-country-selection {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}
@media only screen and (min-width: 48em) {
    .powerlayer-country-selection__content {
        padding-top: 8rem;
        margin: 0;
        position: relative
    }
    .powerlayer-country-selection__headline {
        margin-bottom: 8rem
    }
    .powerlayer-country-selection__subhead {
        width: 40rem;
        margin: 0 auto 1.5rem auto
    }
    .powerlayer-country-selection__countries {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 4rem;
        column-gap: 4rem;
        padding: 0 5.5rem 4.5rem;
        max-width: 109.5rem;
        margin: 0 auto
    }
    .powerlayer-country-selection__country-wrapper {
        page-break-inside: avoid;
        break-inside: avoid;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 0;
        padding-bottom: 2.5rem
    }
}
@media only screen and (min-width: 64em) {
    .powerlayer-country-selection__countries {
        -moz-column-count: 4;
        column-count: 4;
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }
}
@media only screen and (min-width: 92.875em) {
    .powerlayer-country-selection__countries {
        -moz-column-count: 5;
        column-count: 5;
        -moz-column-gap: 5.5rem;
        column-gap: 5.5rem
    }
}
.powerlayer-language-selection {
    padding-top: 6rem
}
.powerlayer-language-selection__backlink {
    position: relative;
    display: inline-block;
    margin-bottom: 4rem;
    padding-left: 2.5rem
}
.powerlayer-language-selection__backlink span {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 2.0rem;
    height: 2.0rem;
    margin-top: -1.0rem;
    background-color: #fff;
    border-radius: 50%;
    fill: #0099da
}
.powerlayer-language-selection__headline {
    text-align: center;
    margin-bottom: 4rem
}
.powerlayer-language-selection__languages {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0
}
.powerlayer-language-selection__languages li {
    display: inline-block
}
.powerlayer-language-selection__languagelink {
    margin: 0 1.75rem
}
@media only screen and (min-width: 48em) {
    .powerlayer-language-selection {
        padding-top: 8rem
    }
    .powerlayer-language-selection__backlink {
        margin-bottom: 9.1rem
    }
    .powerlayer-language-selection__headline {
        margin-bottom: 5rem
    }
    .powerlayer-language-selection__languagelink {
        margin: 0 3rem
    }
}
.system-notification {
    position: fixed;
    z-index: 40;
    left: 0;
    top: 0;
    width: 100%;
    padding: 6.0rem 0 3.0rem;
    background-color: #dee1e3;
    transform: translate3d(0, -100%, 0);
}
.system-notification--edit {
    z-index: 40;
    padding: 5.0rem 0 3.0rem;
    background-color: #dee1e3;
}

.system-notification__title,
.system-notification__copy {
    padding: 0 0 3.0rem
}
.system-notification__close-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    background: none;
    border: none;
    display: inline-block;
    position: absolute;
    right: 2.0rem;
    top: 1.5rem;
    z-index: 2001;
    display: block;
    width: 3.0rem;
    height: 3.0rem;
    border-radius: 1.5rem;
    background-color: rgba(29, 31, 32, 0.3);
    transition: background-color 0.1s
}
.system-notification__close-button::-moz-focus-inner {
    border: 0;
    padding: 0
}
.system-notification__close-button:focus {
    outline: none
}
.system-notification__close-button svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: #fff
}
.system-notification__close-button:hover {
    background-color: rgba(29, 31, 32, 0.5)
}
@media only screen and (min-width: 48em) {
    .system-notification {
        padding: 4.0rem 0 4.0rem 9.6rem
    }
    .system-notification__content {
        width: 83.0065359477%;
        float: left;
        margin-right: 1.9607843137%
    }
    .system-notification__title,
    .system-notification__copy {
        padding-bottom: 3.5rem
    }
    .system-notification__close-button {
        right: 3.0rem;
        top: 2.0rem;
        width: 4.0rem;
        height: 4.0rem;
        border-radius: 2.0rem
    }
}
@media only screen and (min-width: 64em) {
    .system-notification__content {
        width: 83.0985915493%;
        float: left;
        margin-right: 1.4084507042%
    }
}
@media only screen and (min-width: 80.0625em) {
    .system-notification__content {
        width: 83.0985915493%;
        float: left;
        margin-right: 1.4084507042%
    }
}
@media only screen and (min-width: 92.875em) {
    .system-notification__content {
        width: 83.0985915493%;
        float: left;
        margin-right: 1.4084507042%
    }
}
@media only screen and (min-width: 120em) {
    .system-notification__content {
        width: 83.0985915493%;
        float: left;
        margin-right: 1.4084507042%
    }
}
.sitemap--edit {
    padding: 3.0rem 0;
}

.powerlayer-sitemap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}
.powerlayer-sitemap__scroll-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}
.powerlayer-sitemap__content {
    padding-top: 6rem;
    /*padding-bottom:6rem*/
}
.powerlayer-sitemap__headline {
    margin-bottom: 4rem;
    text-align: center
}
.powerlayer-sitemap__wrapper {
    margin-bottom: 2.5rem
}
.powerlayer-sitemap__wrapper:last-child {
    margin-bottom: 5rem
}
.powerlayer-sitemap__wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.powerlayer-sitemap__toplevel-index {
    padding: 0 0 0.4rem;
    margin: 0 0 1.5rem;
    border-bottom: 0.1rem solid #000
}
.powerlayer-sitemap__toplevel {
    padding: 0 0 0.4rem;
    margin: 0 0 1.5rem;
}
.powerlayer-sitemap__sublevel {
    display: block;
    margin-bottom: 1.0rem;
    margin-left: 15%;
}
.powerlayer-sitemap__subhead {
    text-align: center;
    border-bottom: 0.1rem solid #000;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}
/*.powerlayer-sitemap__international{display:block;font-size:1.5rem;line-height:1;text-align:center}*/

@media only screen and (min-width: 30em) {
    .powerlayer-sitemap {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}
@media only screen and (min-width: 48em) {
    .powerlayer-sitemap__content {
        padding-top: 8rem;
        margin: 0;
        position: relative
    }
    .powerlayer-sitemap__headline {
        margin-bottom: 8rem
    }
    .powerlayer-sitemap__subhead {
        width: 40rem;
        margin: 0 auto 1.5rem auto
    }
    .powerlayer-sitemap__navigation {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 5rem;
        column-gap: 5rem;
        padding: 0 5.5rem 4.5rem;
        max-width: inherit;
        margin: 0 auto
    }
    .powerlayer-sitemap__wrapper {
        page-break-inside: avoid;
        break-inside: avoid;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 0;
        padding-bottom: 2.5rem;
        overflow-wrap: break-word;
    }
}
@media only screen and (min-width: 64em) {
    .powerlayer-sitemap__navigation {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }
}
@media only screen and (min-width: 92.875em) {
    .powerlayer-sitemap__navigation {
        -moz-column-count: 4;
        column-count: 3;
        -moz-column-gap: 6rem;
        column-gap: 6rem
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.0
    }
    to {
        opacity: 1.0
    }
}
.powerlayer-video-wall__player,
.powerlayer-video-wall__completed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f3538
}
.module--bright .powerlayer-video-wall__player,
.module--bright .powerlayer-video-wall__completed {
    background-color: #dee1e3
}

.video-wall-tile-wrapper .s7controlbar,
.video-wall-dmcontainer .s7controlbar{
	display: none;
}


.powerlayer-video-wall__player video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000
}
.powerlayer-video-wall__player__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-top: -2.25rem;
    margin-left: -2.25rem;
    background-color: #0099da;
    border-radius: 50%;
    transition: background-color 0.1s;
    transform: translateZ(0)
}
.powerlayer-video-wall__player__button::-moz-focus-inner {
    border: 0;
    padding: 0
}
.powerlayer-video-wall__player__button:focus {
    outline: none
}
.powerlayer-video-wall__player__button:hover {
    background-color: #0068aa
}
.powerlayer-video-wall__player__button:hover svg {
    fill: #fff
}
.powerlayer-video-wall__player__button svg {
    fill: #fff
}
.powerlayer-video-wall__completed {
    padding: 6.0rem 0 4.0rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}
.powerlayer-video-wall__headline {
    padding: 0 0 2.5rem
}
.powerlayer-video-wall__next-list,
.powerlayer-video-wall__button-list {
    list-style: none;
    margin: 0 0 2.5rem;
    padding: 0
}
.powerlayer-video-wall__next-list {
    margin-right: -2.8571428571%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center
}
.powerlayer-video-wall__next-list li {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%
}
.powerlayer-video-wall__next-list li:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 100%
}
@media (orientation: landscape) {
    .powerlayer-video-wall__next-list li:before {
        padding-top: 56.25%
    }
}
.powerlayer-video-wall__next-list__image,
.powerlayer-video-wall__next-list__video {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.powerlayer-video-wall__next-list__image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}
.powerlayer-video-wall__next-list__label {
    padding: 2rem 1rem;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff
}
.powerlayer-video-wall__next-list__label:not(.short) {
    display: none
}
.powerlayer-video-wall__next-list__play {
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -2.25rem;
    margin-left: -2.25rem;
    background-color: #0099da;
    border-radius: 50%
}
.powerlayer-video-wall__next-list__play svg {
    position: absolute;
    fill: #fff
}
.powerlayer-video-wall__next-list__play svg:last-child {
    stroke-width: 3;
    stroke: #fff
}
.no-touch .powerlayer-video-wall__next-list li .powerlayer-video-wall__next-list__image {
    transition: transform 0.5s ease-in-out
}
.no-touch .powerlayer-video-wall__next-list li .powerlayer-video-wall__next-list__play {
    transition: background-color 0.1s
}
.no-touch .powerlayer-video-wall__next-list li:hover .powerlayer-video-wall__next-list__image {
    transform: scale(1.05)
}
.no-touch .powerlayer-video-wall__next-list li:hover .powerlayer-video-wall__next-list__play {
    background-color: #0068aa
}
.no-touch .powerlayer-video-wall__next-list li:hover .powerlayer-video-wall__next-list__play svg {
    fill: #fff
}
.no-touch .powerlayer-video-wall__next-list li:hover .powerlayer-video-wall__next-list__play svg:last-child {
    stroke: #fff
}
.powerlayer-video-wall__button-list {
    display: block
}
.powerlayer-video-wall__button-list li {
    width: 100%;
    margin: 0 0 1.5rem
}
.powerlayer-video-wall__button-list li:last-of-type {
    margin: 0
}
.powerlayer-video-wall__button {
    width: 100%
}
@media only screen and (min-width: 30em) {
    .powerlayer-video-wall__next-list {
        margin-right: -2.8571428571%
    }
    .powerlayer-video-wall__next-list li {
        width: 48.5714285714%;
        float: left;
        margin-right: 2.8571428571%
    }
}
@media only screen and (min-width: 48em) {
    .powerlayer-video-wall__player__button {
        width: 8.0rem;
        height: 8.0rem;
        margin-top: -4.0rem;
        margin-left: -4.0rem
    }
    .powerlayer-video-wall__completed {
        padding: 4.0rem 5.0rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        animation: fadeIn 0.5s;
        animation-fill-mode: forwards
    }
    .powerlayer-video-wall__headline {
        padding-bottom: 3.5rem
    }
    .powerlayer-video-wall__next-list {
        margin-right: -1.9607843137%;
        margin-bottom: 3.5rem
    }
    .powerlayer-video-wall__next-list li {
        width: 49.0196078431%;
        float: left;
        margin-right: 1.9607843137%
    }
    .powerlayer-video-wall__next-list__label {
        padding: 4rem 2rem
    }
    .powerlayer-video-wall__next-list__label.short {
        display: none
    }
    .powerlayer-video-wall__next-list__label:not(.short) {
        display: block
    }
    .powerlayer-video-wall__next-list__play {
        width: 8.0rem;
        height: 8.0rem;
        margin-top: -4.0rem;
        margin-left: -4.0rem
    }
    .powerlayer-video-wall__button-list {
        margin: 0 0 3.5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center
    }
    .powerlayer-video-wall__button-list li {
        width: 23.5294117647%;
        float: left;
        margin-right: 1.9607843137%
    }
    .powerlayer-video-wall__button-list li:last-of-type {
        margin: 0
    }
    .powerlayer-video-wall__button {
        width: 100%
    }
}
@media only screen and (min-width: 64em) {
    .powerlayer-video-wall__next-list {
        margin-right: -1.4084507042%
    }
    .powerlayer-video-wall__next-list li {
        width: 49.2957746479%;
        float: left;
        margin-right: 1.4084507042%
    }
    .powerlayer-video-wall__button-list li {
        width: 23.9436619718%;
        float: left;
        margin-right: 1.4084507042%
    }
}
@media only screen and (min-width: 80.0625em) {
    .powerlayer-video-wall__next-list {
        margin-right: -1.4084507042%
    }
    .powerlayer-video-wall__next-list li {
        width: 49.2957746479%;
        float: left;
        margin-right: 1.4084507042%
    }
    .powerlayer-video-wall__button-list li {
        width: 23.9436619718%;
        float: left;
        margin-right: 1.4084507042%
    }
}
@media only screen and (min-width: 92.875em) {
    .powerlayer-video-wall__next-list {
        margin-right: -1.4084507042%
    }
    .powerlayer-video-wall__next-list li {
        width: 49.2957746479%;
        float: left;
        margin-right: 1.4084507042%
    }
    .powerlayer-video-wall__button-list li {
        width: 23.9436619718%;
        float: left;
        margin-right: 1.4084507042%
    }
}
@media only screen and (min-width: 120em) {
    .powerlayer-video-wall__next-list {
        margin-right: -1.4084507042%
    }
    .powerlayer-video-wall__next-list li {
        width: 49.2957746479%;
        float: left;
        margin-right: 1.4084507042%
    }
    .powerlayer-video-wall__button-list li {
        width: 23.9436619718%;
        float: left;
        margin-right: 1.4084507042%
    }
}
/* Shrink tile height in edit mode to display the component--edit divs */
.module--edit .video-wall__tile a {
    height: calc(100% - 19px);
}
.video-wall {
    display: -ms-flexbox;
    display: flex;
    padding: .5rem;
    -ms-flex-direction: column;
    flex-direction: column;
}

.video-wall_heading {
    text-align: center;
    margin: 0;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
}
.video-wall__tile {
    background-color: #2f3538;
    background-size: 100% auto;
    background-position: center;
    width: calc(100% - 1rem);
    margin: .4rem;
    position: relative;
    display: inline-block
}
.video-wall__tile:before {
    content: ' ';
    display: block;
    width: 100%;
    padding-top: 100%
}
.video-wall__tile a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.video-wall__text-tile {
    display: block
}
.video-wall__text-tile__wrapper {
    width: calc(100% - 8rem);
    position: absolute;
    left: 4rem;
    top: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    display: inline-flex !important
}
.video-wall__text-tile .heading {
    text-align: center;
    padding-bottom: 2.5rem;
    color: #fff
}
.video-wall__text-tile .paragraph {
    text-align: center;
    padding-bottom: 3rem;
    color: #fff;
    font-size: inherited;
}
@media only screen and (min-width: 30em) and (max-width: 40rem) {
  .video-wall__text-tile .paragraph {
    padding-bottom: 1.2rem;
    font-size: 1rem;
  }
}
.video-wall__text-tile .heading--2 {
    display: none
}
.video-wall__text-tile .button {
    width: 100%
}
.video-wall__video-tile {
    transition: background-size .5s ease-in-out;
    overflow: hidden
}
.video-wall__video-tile .video-wall__image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    transform-origin: center;
    transition: transform .5s ease-in-out
}
.video-wall__video-tile .video-wall__headline-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 55%, transparent 100%);
    opacity: 0;
    transition: opacity .5s
}
.touch .video-wall__video-tile .video-wall__headline-shade {
    opacity: 1
}
.video-wall__video-tile .video-wall__disclaimer-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, transparent 67%, rgba(0, 0, 0, 0.65) 100%)
}
.video-wall__video-tile__wrapper {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem
}
.video-wall__video-tile .heading {
    padding-bottom: 2.5rem;
    color: #fff;
    opacity: 0;
    transition: opacity .5s
}
.touch .video-wall__video-tile .heading {
    opacity: 1
}
.video-wall__video-tile .heading--2 {
    display: none
}
.video-wall__video-tile .paragraph-box p {
    color: #fff
}
.video-wall__video-tile .paragraph-box span {
  position: absolute;
  bottom: 0;
}
.video-wall__video-tile .paragraph-box p a {
    position: unset;
}
.video-wall__video-tile__play-btn {
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    z-index: 1;
    top: calc(50% - 2.25rem);
    left: calc(50% - 2.25rem);
    background-color: #0099da;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: opacity .5s
}
.touch .video-wall__video-tile__play-btn {
    opacity: 1
}
.video-wall__video-tile__play-btn svg {
    width: 100%;
    height: 100%;
    fill: #fff
}
.video-wall__video-tile:hover {
    background-size: 110% auto
}
.video-wall__video-tile:hover .video-wall__video-tile__play-btn,
.video-wall__video-tile:hover .heading {
    opacity: 1
}
.video-wall__video-tile:hover .video-wall__image {
    transform: scale(1.05)
}
.video-wall__video-tile:hover .video-wall__headline-shade {
    opacity: 1
}
.video-wall__video-tile video {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s
}
.video-wall__video-tile .video-wall_video_dm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .5s
}
.video-wall__tile:nth-child(2) {
    -ms-flex-order: -1;
    order: -1
}
.video-wall__disclaimer-box {
    padding: 0.5rem 0 2.5rem
}
@media only screen and (min-width: 30em) {
    .video-wall {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .video-wall__tile {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(1n) {
        -ms-flex-order: 1;
        order: 1
    }
}
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
    .video-wall__tile:nth-child(2):nth-last-child(3) {
        -ms-flex-order: -1;
        order: -1;
        width: calc(100% - 1rem)
    }
    .video-wall__tile:nth-child(2):nth-last-child(3):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(2):nth-last-child(3) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(4):nth-last-child(1) {
        width: calc(100% - 1rem)
    }
    .video-wall__tile:nth-child(4):nth-last-child(1):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(4):nth-last-child(1) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(2):nth-last-child(4) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(3):nth-last-child(3) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(5):nth-last-child(1) {
        width: calc(100% - 1rem)
    }
    .video-wall__tile:nth-child(5):nth-last-child(1):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(5):nth-last-child(1) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(2):nth-last-child(5) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(3):nth-last-child(4) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(2):nth-last-child(6) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(3):nth-last-child(5) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(5):nth-last-child(3) {
        width: calc(100% - 1rem)
    }
    .video-wall__tile:nth-child(5):nth-last-child(3):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(5):nth-last-child(3) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(2):nth-last-child(7) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(3):nth-last-child(6) {
        -ms-flex-order: -1;
        order: -1
    }
}
@media only screen and (min-width: 48em) {
    .video-wall video {
        width: 100%;
        display: block
    }
    .video-wall__video-tile__play-btn {
        width: 8rem;
        height: 8rem;
        top: calc(50% - 4rem);
        left: calc(50% - 4rem)
    }
    .video-wall__disclaimer-box {
        padding: 1.5rem 0 6.0rem
    }
}
@media only screen and (min-width: 48em) and (max-width: 63.9375em) {
    .video-wall__tile:nth-child(2):nth-last-child(3) {
        -ms-flex-order: -1;
        order: -1;
        width: calc(100% - 1rem)
    }
    .video-wall__tile:nth-child(2):nth-last-child(3):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(2):nth-last-child(3) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(4):nth-last-child(1) {
        width: calc(100% - 1rem)
    }
    .video-wall__tile:nth-child(4):nth-last-child(1):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(4):nth-last-child(1) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(2):nth-last-child(4) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(3):nth-last-child(3) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(5):nth-last-child(1) {
        width: calc(100% - 1rem)
    }
    .video-wall__tile:nth-child(5):nth-last-child(1):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(5):nth-last-child(1) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(2):nth-last-child(5) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(3):nth-last-child(4) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(2):nth-last-child(6) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(3):nth-last-child(5) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(5):nth-last-child(3) {
        width: calc(100% - 1rem)
    }
    .video-wall__tile:nth-child(5):nth-last-child(3):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(5):nth-last-child(3) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(2):nth-last-child(7) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(3):nth-last-child(6) {
        -ms-flex-order: -1;
        order: -1
    }
}
@media only screen and (min-width: 64em) {
    .video-wall__tile {
        width: calc(33.33333% - 1rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(2) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(2):nth-last-child(1) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(2):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(2):nth-last-child(1):before {
        padding-top: calc(50% - .5rem)
    }
}
@media only screen and (min-width: 64em) and (max-width: 80em) {
    .video-wall__tile:nth-child(1):nth-last-child(4) {
        width: calc(66.66666% - 1rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(4):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(4) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(1):nth-last-child(4) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(1):nth-last-child(4) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(1):nth-last-child(4) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(1):nth-last-child(4) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(1):nth-last-child(4) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(1):nth-last-child(4) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(2):nth-last-child(3) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(3):nth-last-child(2) {
        -ms-flex-order: -1;
        order: -1;
        width: calc(66.66666% - 1rem)
    }
    .video-wall__tile:nth-child(3):nth-last-child(2):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(3):nth-last-child(2) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(3):nth-last-child(2) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(3):nth-last-child(2) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(3):nth-last-child(2) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(3):nth-last-child(2) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(3):nth-last-child(2) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(3):nth-last-child(2) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(1):nth-last-child(5) {
        width: calc(66.66666% - 1rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(5):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(5) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(1):nth-last-child(5) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(1):nth-last-child(5) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(1):nth-last-child(5) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(1):nth-last-child(5) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(1):nth-last-child(5) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(1):nth-last-child(5) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(2):nth-last-child(4) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(3):nth-last-child(3) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(4):nth-last-child(2) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(1):nth-last-child(6) {
        width: calc(66.66666% - 1rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(6):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(6) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(1):nth-last-child(6) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(1):nth-last-child(6) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(1):nth-last-child(6) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(1):nth-last-child(6) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(1):nth-last-child(6) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(1):nth-last-child(6) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(2):nth-last-child(5) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(3):nth-last-child(4) {
        -ms-flex-order: -1;
        order: -1;
        width: calc(66.66666% - 1rem)
    }
    .video-wall__tile:nth-child(3):nth-last-child(4):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(3):nth-last-child(4) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(3):nth-last-child(4) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(3):nth-last-child(4) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(3):nth-last-child(4) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(3):nth-last-child(4) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(3):nth-last-child(4) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(3):nth-last-child(4) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(6):nth-last-child(1) {
        width: calc(66.66666% - 1rem)
    }
    .video-wall__tile:nth-child(6):nth-last-child(1):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(6):nth-last-child(1) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(6):nth-last-child(1) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(6):nth-last-child(1) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(6):nth-last-child(1) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(6):nth-last-child(1) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(6):nth-last-child(1) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(6):nth-last-child(1) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(1):nth-last-child(7) {
        width: calc(66.66666% - 1rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(7):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(7) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(1):nth-last-child(7) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(1):nth-last-child(7) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(1):nth-last-child(7) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(1):nth-last-child(7) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(1):nth-last-child(7) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(1):nth-last-child(7) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(2):nth-last-child(6) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(3):nth-last-child(5) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(4):nth-last-child(4) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(7):nth-last-child(1) {
        width: calc(66.66666% - 1rem)
    }
    .video-wall__tile:nth-child(7):nth-last-child(1):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(7):nth-last-child(1) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(7):nth-last-child(1) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(7):nth-last-child(1) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(7):nth-last-child(1) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(7):nth-last-child(1) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(7):nth-last-child(1) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(7):nth-last-child(1) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(1):nth-last-child(8) {
        width: calc(66.66666% - 1rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(8):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(8) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(1):nth-last-child(8) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(1):nth-last-child(8) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(1):nth-last-child(8) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(1):nth-last-child(8) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(1):nth-last-child(8) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(1):nth-last-child(8) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(2):nth-last-child(7) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(3):nth-last-child(6) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(4):nth-last-child(5) {
        -ms-flex-order: -1;
        order: -1
    }
}
@media only screen and (min-width: 80.0625em) {
    .video-wall__tile {
        width: calc(25% - 1rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(2) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(2):nth-last-child(1) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(2):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(2):nth-last-child(1):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(4) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(4):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(3):nth-last-child(1) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(3):nth-last-child(1):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(4) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(1):nth-last-child(4) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(1):nth-last-child(4) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(1):nth-last-child(4) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(1):nth-last-child(4) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(1):nth-last-child(4) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(1):nth-last-child(4) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(2):nth-last-child(3) {
        -ms-flex-order: -1;
        order: -1;
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(2):nth-last-child(3):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(2):nth-last-child(3) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(2):nth-last-child(3) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(3):nth-last-child(2) {
        -ms-flex-order: -1;
        order: -1;
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(3):nth-last-child(2):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(3):nth-last-child(2) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(3):nth-last-child(2) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(3):nth-last-child(2) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(3):nth-last-child(2) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(3):nth-last-child(2) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(3):nth-last-child(2) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(3):nth-last-child(2) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(4):nth-last-child(1) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(4):nth-last-child(1):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(4):nth-last-child(1) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(4):nth-last-child(1) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(1):nth-last-child(5) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(5):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(5) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(1):nth-last-child(5) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(1):nth-last-child(5) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(1):nth-last-child(5) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(1):nth-last-child(5) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(1):nth-last-child(5) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(1):nth-last-child(5) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(2):nth-last-child(4) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(3):nth-last-child(3) {
        -ms-flex-order: -1;
        order: -1;
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(3):nth-last-child(3):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(3):nth-last-child(3) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(3):nth-last-child(3) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(3):nth-last-child(3) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(3):nth-last-child(3) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(3):nth-last-child(3) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(3):nth-last-child(3) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(3):nth-last-child(3) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(4):nth-last-child(2) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(5):nth-last-child(1) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(5):nth-last-child(1):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(5):nth-last-child(1) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(5):nth-last-child(1) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(1):nth-last-child(6) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(6):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(6) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(1):nth-last-child(6) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(1):nth-last-child(6) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(1):nth-last-child(6) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(1):nth-last-child(6) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(1):nth-last-child(6) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(1):nth-last-child(6) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(2):nth-last-child(5) {
        -ms-flex-order: -1;
        order: -1;
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(2):nth-last-child(5):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(2):nth-last-child(5) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(2):nth-last-child(5) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(2):nth-last-child(5) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(2):nth-last-child(5) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(2):nth-last-child(5) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(2):nth-last-child(5) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(2):nth-last-child(5) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(3):nth-last-child(4) {
        -ms-flex-order: -1;
        order: -1;
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(3):nth-last-child(4):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(3):nth-last-child(4) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(3):nth-last-child(4) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(3):nth-last-child(4) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(3):nth-last-child(4) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(3):nth-last-child(4) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(3):nth-last-child(4) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(3):nth-last-child(4) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(4):nth-last-child(3) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(4):nth-last-child(3):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(4):nth-last-child(3) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(4):nth-last-child(3) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(4):nth-last-child(3) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(4):nth-last-child(3) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(4):nth-last-child(3) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(4):nth-last-child(3) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(4):nth-last-child(3) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(5):nth-last-child(2) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(5):nth-last-child(2):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(5):nth-last-child(2) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(5):nth-last-child(2) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(5):nth-last-child(2) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(5):nth-last-child(2) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(5):nth-last-child(2) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(5):nth-last-child(2) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(5):nth-last-child(2) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(6):nth-last-child(1) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(6):nth-last-child(1):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(6):nth-last-child(1) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(6):nth-last-child(1) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(6):nth-last-child(1) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(6):nth-last-child(1) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(6):nth-last-child(1) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(6):nth-last-child(1) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(6):nth-last-child(1) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(1):nth-last-child(7) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(7):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(7) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(1):nth-last-child(7) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(1):nth-last-child(7) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(1):nth-last-child(7) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(1):nth-last-child(7) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(1):nth-last-child(7) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(1):nth-last-child(7) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(2):nth-last-child(6) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(3):nth-last-child(5) {
        -ms-flex-order: -1;
        order: -1;
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(3):nth-last-child(5):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(3):nth-last-child(5) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(3):nth-last-child(5) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(3):nth-last-child(5) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(3):nth-last-child(5) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(3):nth-last-child(5) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(3):nth-last-child(5) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(3):nth-last-child(5) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(4):nth-last-child(4) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(5):nth-last-child(3) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(5):nth-last-child(3):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(5):nth-last-child(3) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(5):nth-last-child(3) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(6):nth-last-child(2) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(6):nth-last-child(2):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(6):nth-last-child(2) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(6):nth-last-child(2) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(6):nth-last-child(2) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(6):nth-last-child(2) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(6):nth-last-child(2) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(6):nth-last-child(2) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(6):nth-last-child(2) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(7):nth-last-child(1) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(7):nth-last-child(1):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(7):nth-last-child(1) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(7):nth-last-child(1) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(7):nth-last-child(1) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(7):nth-last-child(1) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(7):nth-last-child(1) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(7):nth-last-child(1) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(7):nth-last-child(1) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(1):nth-last-child(8) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(8):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(1):nth-last-child(8) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(1):nth-last-child(8) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(1):nth-last-child(8) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(1):nth-last-child(8) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(1):nth-last-child(8) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(1):nth-last-child(8) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(1):nth-last-child(8) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(2):nth-last-child(7) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(3):nth-last-child(6) {
        -ms-flex-order: -1;
        order: -1;
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(3):nth-last-child(6):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(3):nth-last-child(6) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(3):nth-last-child(6) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(3):nth-last-child(6) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(3):nth-last-child(6) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(3):nth-last-child(6) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(3):nth-last-child(6) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(3):nth-last-child(6) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(4):nth-last-child(5) {
        -ms-flex-order: -1;
        order: -1
    }
    .video-wall__tile:nth-child(7):nth-last-child(2) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(7):nth-last-child(2):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(7):nth-last-child(2) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(7):nth-last-child(2) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(7):nth-last-child(2) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(7):nth-last-child(2) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(7):nth-last-child(2) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(7):nth-last-child(2) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(7):nth-last-child(2) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
    .video-wall__tile:nth-child(8):nth-last-child(1) {
        width: calc(50% - 1rem)
    }
    .video-wall__tile:nth-child(8):nth-last-child(1):before {
        padding-top: calc(50% - .5rem)
    }
    .video-wall__tile:nth-child(8):nth-last-child(1) .video-wall__text-tile__heading,
    .video-wall__tile:nth-child(8):nth-last-child(1) .paragraph {
        text-align: left
    }
    .video-wall__tile:nth-child(8):nth-last-child(1) .video-wall__text-tile__wrapper .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 19.6rem
    }
    .video-wall__tile:nth-child(8):nth-last-child(1) .video-wall__text-tile__heading.heading--3,
    .video-wall__tile:nth-child(8):nth-last-child(1) .video-wall__video-tile__heading.heading--3 {
        display: none
    }
    .video-wall__tile:nth-child(8):nth-last-child(1) .video-wall__text-tile__heading.heading--2,
    .video-wall__tile:nth-child(8):nth-last-child(1) .video-wall__video-tile__heading.heading--2 {
        display: block
    }
}

.vertical-teaser {
	padding-top: 4.0rem
}

.vertical-teaser > .heading--2 {
    padding-bottom: 3.0rem;
}

.vertical-teaser__teaser {
	padding-bottom: 4.0rem
}

.vertical-teaser__image img {
	width: 100%;
}

.vertical-teaser__headline {
	text-align: center;
	padding-bottom: 2.0rem;
	padding-top: 1.5rem;
}

.vertical-teaser__copy {
	text-align: center;
	padding-bottom: 2.5rem
}

.vertical-teaser__button {
	margin: 0 auto 1.5rem
}

.vertical-teaser__button:last-of-type {
	margin-bottom: 4.0rem
}

.vertical-teaser__button:last-child {
	margin-bottom: 0
}

@media only screen and (min-width: 48em) {
	.vertical-teaser__headline {
		padding-bottom: 3.0rem
	}
	.vertical-teaser__copy {
		padding-bottom: 3.5rem
	}
	.vertical-teaser__button {
		width: 100%
	}
	.vertical-teaser__button:last-of-type:not(:last-child) {
		margin-bottom: 3.5rem
	}
	.vertical-teaser__teaser .vertical-teaser__image {
		margin-bottom: 3.0rem
	}
	.vertical-teaser__teaser:nth-child(1):nth-last-child(2) {
		width: 49.0196078431%;
		float: left;
		margin-right: 1.9607843137%
	}
	.vertical-teaser__teaser:nth-child(2):nth-last-child(1) {
		width: 49.0196078431%;
		float: right;
		margin-right: 0
	}
	.vertical-teaser__teaser:nth-child(1):nth-last-child(3), .vertical-teaser__teaser:nth-child(2):nth-last-child(2) {
		width: 32.0261437908%;
		float: left;
		margin-right: 1.9607843137%
	}
	.vertical-teaser__teaser:nth-child(3):nth-last-child(1) {
		width: 32.0261437908%;
		float: right;
		margin-right: 0
	}
	.vertical-teaser__teaser:nth-child(1):nth-last-child(4), .vertical-teaser__teaser:nth-child(2):nth-last-child(3), .vertical-teaser__teaser:nth-child(3):nth-last-child(2) {
		width: 23.52925%;
		float: left;
		margin-right: 1.9607843137%
	}
	.vertical-teaser__teaser:nth-child(4):nth-last-child(1) {
		width: 23.52925%;
		float: right;
		margin-right: 0
	}
}

@media only screen and (min-width: 64em) {
	.vertical-teaser__teaser:nth-child(1):nth-last-child(2) {
		width: 49.2957746479%;
		float: left;
		margin-right: 1.4084507042%
	}
	.vertical-teaser__teaser:nth-child(2):nth-last-child(1) {
		width: 49.2957746479%;
		float: right;
		margin-right: 0
	}
	.vertical-teaser__teaser:nth-child(1):nth-last-child(3), .vertical-teaser__teaser:nth-child(2):nth-last-child(2) {
		width: 32.3943661972%;
		float: left;
		margin-right: 1.4084507042%
	}
	.vertical-teaser__teaser:nth-child(3):nth-last-child(1) {
		width: 32.3943661972%;
		float: right;
		margin-right: 0
	}
	.vertical-teaser__teaser:nth-child(1):nth-last-child(4), .vertical-teaser__teaser:nth-child(2):nth-last-child(3), .vertical-teaser__teaser:nth-child(3):nth-last-child(2) {
		width: 23.94366%;
		float: left;
		margin-right: 1.4084507042%
	}
	.vertical-teaser__teaser:nth-child(4):nth-last-child(1) {
		width: 23.94366%;
		float: right;
		margin-right: 0
	}
	.vertical-teaser__button {
		width: 19.6rem
	}
}

@media only screen and (min-width: 80.0625em) {
	.vertical-teaser__teaser:nth-child(1):nth-last-child(2) {
		width: 49.2957746479%;
		float: left;
		margin-right: 1.4084507042%
	}
	.vertical-teaser__teaser:nth-child(2):nth-last-child(1) {
		width: 49.2957746479%;
		float: right;
		margin-right: 0
	}
	.vertical-teaser__teaser:nth-child(1):nth-last-child(3), .vertical-teaser__teaser:nth-child(2):nth-last-child(2) {
		width: 32.3943661972%;
		float: left;
		margin-right: 1.4084507042%
	}
	.vertical-teaser__teaser:nth-child(3):nth-last-child(1) {
		width: 32.3943661972%;
		float: right;
		margin-right: 0
	}
	.vertical-teaser__teaser:nth-child(1):nth-last-child(4), .vertical-teaser__teaser:nth-child(2):nth-last-child(3), .vertical-teaser__teaser:nth-child(3):nth-last-child(2) {
		width: 23.94366%;
		float: left;
		margin-right: 1.4084507042%
	}
	.vertical-teaser__teaser:nth-child(4):nth-last-child(1) {
		width: 23.94366%;
		float: right;
		margin-right: 0
	}
}

@media only screen and (min-width: 92.875em) {
	.vertical-teaser__teaser:nth-child(1):nth-last-child(2) {
		width: 49.2957746479%;
		float: left;
		margin-right: 1.4084507042%
	}
	.vertical-teaser__teaser:nth-child(2):nth-last-child(1) {
		width: 49.2957746479%;
		float: right;
		margin-right: 0
	}
	.vertical-teaser__teaser:nth-child(1):nth-last-child(3), .vertical-teaser__teaser:nth-child(2):nth-last-child(2) {
		width: 32.3943661972%;
		float: left;
		margin-right: 1.4084507042%
	}
	.vertical-teaser__teaser:nth-child(3):nth-last-child(1) {
		width: 32.3943661972%;
		float: right;
		margin-right: 0
	}
	.vertical-teaser__teaser:nth-child(1):nth-last-child(4), .vertical-teaser__teaser:nth-child(2):nth-last-child(3), .vertical-teaser__teaser:nth-child(3):nth-last-child(2) {
		width: 23.94366%;
		float: left;
		margin-right: 1.4084507042%
	}
	.vertical-teaser__teaser:nth-child(4):nth-last-child(1) {
		width: 23.94366%;
		float: right;
		margin-right: 0
	}
}

@media only screen and (min-width: 120em) {
	.vertical-teaser__teaser:nth-child(1):nth-last-child(2) {
		width: 49.2957746479%;
		float: left;
		margin-right: 1.4084507042%
	}
	.vertical-teaser__teaser:nth-child(2):nth-last-child(1) {
		width: 49.2957746479%;
		float: right;
		margin-right: 0
	}
	.vertical-teaser__teaser:nth-child(1):nth-last-child(3), .vertical-teaser__teaser:nth-child(2):nth-last-child(2) {
		width: 32.3943661972%;
		float: left;
		margin-right: 1.4084507042%
	}
	.vertical-teaser__teaser:nth-child(3):nth-last-child(1) {
		width: 32.3943661972%;
		float: right;
		margin-right: 0
	}
	.vertical-teaser__teaser:nth-child(1):nth-last-child(4), .vertical-teaser__teaser:nth-child(2):nth-last-child(3), .vertical-teaser__teaser:nth-child(3):nth-last-child(2) {
		width: 23.94366%;
		float: left;
		margin-right: 1.4084507042%
	}
	.vertical-teaser__teaser:nth-child(4):nth-last-child(1) {
		width: 23.94366%;
		float: right;
		margin-right: 0
	}
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    transition-property: transform, height
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 7;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms;
    transform: translate3d(0, 0, 0);
    z-index: 7
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}
.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 7
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 7;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}
.teaser-slider {
    text-align: center;
    padding: 4rem 0;
    overflow: visible;
    width: 100%
}
.teaser-slider__breakout {
    margin-left: -2rem;
    margin-right: -2rem;
    overflow: hidden
}
.teaser-slider .heading--2 {
    width: 82.8571428571%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem
}
.teaser-slider__description {
    padding-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    width: 82.8571428571%
}
.teaser-slider__swiper-container {
    position: relative;
    width: 100%
}
.teaser-slider .swiper-wrapper {
    margin-bottom: 2rem
}
.teaser-slider .swiper-slide {
    width: 48.5714285714%;
    padding: 0 5.7983193277%;
    opacity: 0.25;
    transition: opacity 0.5s
}
.teaser-slider .swiper-pagination {
    position: relative;
    bottom: auto
}
.teaser-slider .swiper-pagination-bullet {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.4rem
}
.teaser-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0099da
}
.teaser-slider .swiper-button-prev,
.teaser-slider .swiper-button-next {
    background: none;
    display: none
}
.teaser-slider__image-container {
    width: 100%;
    margin-bottom: 2.5rem
}
.teaser-slider__image-container img {
    width: 100%;
    display: block
}
.teaser-slider__content {
    width: 205.882352941%;
    opacity: 0;
    position: relative;
    margin-left: -52.9411764706%;
    transition: opacity 0.5s
}
.teaser-slider .swiper-slide-active {
    opacity: 1
}
.teaser-slider .swiper-slide-active .teaser-slider__content,
.teaser-slider .swiper-slide-active .teaser-slider__disclaimer {
    transition: opacity 0s;
    opacity: 1
}
.teaser-slider .heading--3 {
    padding-bottom: 2rem
}
.teaser-slider__details {
    padding-bottom: 2.5rem
}
.teaser-slider .button--primary {
    margin: 0 auto;
    margin-top: 0.5rem;
    width: 100%;
    padding: 0;
    margin-bottom: 2.5rem
}
.teaser-slider__image-caption {
    margin-bottom: 2.5rem;
    padding-top: 1rem
}
@media only screen and (min-width: 30em) {
    .teaser-slider .heading--2 {
        width: 82.8571428571%
    }
    .teaser-slider__description {
        width: 82.8571428571%
    }
    .teaser-slider__swiper-container {
        width: 100%
    }
    .teaser-slider .swiper-slide {
        width: 48.5714285714%;
        padding: 0 5.7983193277%
    }
    .teaser-slider__content {
        width: 205.882352941%
    }
    .teaser-slider .button--primary {
        width: 19.6rem;
        margin-left: auto
    }
}
@media only screen and (min-width: 48em) {
    .teaser-slider__breakout {
        margin-left: -4.8rem;
        margin-right: -4.8rem
    }
    .teaser-slider .heading--2 {
        width: 83.0065359477%
    }
    .teaser-slider__description {
        width: 83.0065359477%
    }
    .teaser-slider__image-container {
        margin-bottom: 3.5rem
    }
    .teaser-slider__swiper-container {
        width: 100%
    }
    .teaser-slider .swiper-slide {
        width: 49.0196078431%;
        padding: 0 5.2287581699%
    }
    .teaser-slider .heading--3 {
        padding-bottom: 3rem
    }
    .teaser-slider__details {
        padding-bottom: 3.5rem
    }
    .teaser-slider__content {
        width: 204%
    }
    .teaser-slider .swiper-wrapper {
        margin-bottom: 3.5rem
    }
    .teaser-slider .swiper-button-prev,
    .teaser-slider .swiper-button-next {
        display: block;
        width: 6.5359477124%;
        height: auto;
        border-radius: 0;
        top: 0;
        left: auto;
        right: auto;
        transition: opacity 0.25s;
        transform: none;
        margin-top: 0;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }
    .teaser-slider .swiper-button-prev:before,
    .teaser-slider .swiper-button-next:before {
        content: '';
        width: 100%;
        display: block;
        padding-top: 422%
    }
    .teaser-slider .swiper-button-prev svg,
    .teaser-slider .swiper-button-next svg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        fill: #0099da
    }
    .teaser-slider .swiper-button-prev:focus,
    .teaser-slider .swiper-button-next:focus {
        box-shadow: none
    }
    .teaser-slider .swiper-button-prev {
        margin-left: 16.9934640523%
    }
    .teaser-slider .swiper-button-next {
        right: 16.9934640523%
    }
}
@media only screen and (min-width: 64em) {
    .teaser-slider__breakout {
        margin-left: -5rem;
        margin-right: -5rem
    }
    .teaser-slider .heading--2 {
        width: 83.0985915493%
    }
    .teaser-slider__description {
        width: 83.0985915493%
    }
    .teaser-slider__swiper-container {
        width: 100%
    }
    .teaser-slider .swiper-slide {
        width: 49.2957746479%;
        padding: 0 4.9295774648%
    }
    .teaser-slider__content {
        width: 202.857142857%
    }
}
@media only screen and (min-width: 80.0625em) {
    .teaser-slider__breakout {
        margin-left: -6rem;
        margin-right: -6rem
    }
    .teaser-slider .heading--2 {
        width: 83.0985915493%
    }
    .teaser-slider__description {
        width: 83.0985915493%
    }
    .teaser-slider__swiper-container {
        width: 100%
    }
    .teaser-slider .swiper-slide {
        width: 49.2957746479%;
        padding: 0 4.9295774648%
    }
    .teaser-slider__content {
        width: 202.857142857%
    }
}
@media only screen and (min-width: 92.875em) {
    .teaser-slider__breakout {
        margin-left: -8rem;
        margin-right: -8rem
    }
    .teaser-slider .heading--2 {
        width: 83.0985915493%
    }
    .teaser-slider__description {
        width: 83.0985915493%
    }
    .teaser-slider__swiper-container {
        width: 100%
    }
    .teaser-slider .swiper-slide {
        width: 49.2957746479%;
        padding: 0 4.9295774648%
    }
    .teaser-slider__content {
        width: 202.857142857%
    }
}
@media only screen and (min-width: 120em) {
    .teaser-slider .heading--2 {
        width: 83.0985915493%
    }
    .teaser-slider__description {
        width: 83.0985915493%
    }
    .teaser-slider__swiper-container {
        width: 100%
    }
    .teaser-slider .swiper-slide {
        width: 49.2957746479%;
        padding: 0 7.1227364185%
    }
    .teaser-slider__content {
        width: 202.857142857%
    }
}

.next-steps {
    padding: 4.0rem 0
}
.next-steps__list {
    margin: 0;
    padding: 0;
    list-style: none
}
.next-steps__item {
    position: relative;
    margin: 4.0rem 0 0
}
.next-steps__item-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 31.4285714286%;
    height: 100%
}
.next-steps__item-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3.0rem auto auto -3.0rem;
    width: 6.0rem;
    height: 6.0rem;
    fill: #0099da
}
.next-steps__item-content {
    padding-left: 34.2857142857%
}
.next-steps__item-title {
    margin-bottom: 1.5rem
}
.next-steps__item-copy {
    margin-bottom: 1.5rem
}
@media only screen and (min-width: 30em) {
    .next-steps__item-icon {
        width: 31.4285714286%
    }
    .next-steps__item-content {
        padding-left: 34.2857142857%
    }
}
@media only screen and (min-width: 48em) {
    .next-steps {
        padding: 6.0rem 0
    }
    .next-steps__list {
        margin: 0 -.9803921569%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center
    }
    .next-steps__item {
        margin: 3rem .9803921569% 0;
        width: 32.0261437908%
    }
    .next-steps__item-icon {
        position: relative;
        margin: 0 0 2.0rem;
        width: auto;
        height: 7.0rem
    }
    .next-steps__item-icon svg {
        margin: -3.5rem auto auto -3.5rem;
        width: 7.0rem;
        height: 7.0rem
    }
    .next-steps__item-content {
        padding: 0
    }
    .next-steps__item-title {
        margin-bottom: 3.0rem;
        text-align: center
    }
    .next-steps__item-copy {
        margin-bottom: 2.0rem;
        text-align: center
    }
    .next-steps__item-links {
        text-align: center
    }
}
@media only screen and (min-width: 64em) {
    .next-steps__list {
        margin: 0 -.7042253521%
    }
    .next-steps__item {
        margin: 3rem .7042253521% 0;
        width: 32.3943661972%
    }
}
@media only screen and (min-width: 80.0625em) {
    .next-steps__list {
        margin: 0 -.7042253521%
    }
    .next-steps__item {
        margin: 3rem .7042253521% 0;
        width: 32.3943661972%
    }
}
@media only screen and (min-width: 92.875em) {
    .next-steps__list {
        margin: 0 -.7042253521%
    }
    .next-steps__item {
        margin: 3rem .7042253521% 0;
        width: 32.3943661972%
    }
}
@media only screen and (min-width: 120em) {
    .next-steps__list {
        margin: 0 -.7042253521%
    }
    .next-steps__item {
        margin: 3rem .7042253521% 0;
        width: 32.3943661972%
    }
}
.horizontal-teaser {
	padding: 4.0rem 0
}

.horizontal-teaser__media-box {
	margin: 0 0 4.0rem
}

.horizontal-teaser--wide-image .horizontal-teaser__media-box {
	margin-left: -2rem;
	margin-right: -2rem;
	width: calc(100% - -4rem)
}

.horizontal-teaser__headline {
	padding: 0 0 2.0rem
}

.horizontal-teaser__copy {
	padding: 0 0 2.5rem
}

.horizontal-teaser__button-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.horizontal-teaser__button-item {
	margin: 0
}

.horizontal-teaser__button-item:not(:last-of-type ){
	margin-bottom: 1.5rem
}

.horizontal-teaser__media-box img {
	display: block;
	width: 100%;
	height: auto
}

.horizontal-teaser__disclaimer-box {
	padding: 4.0rem 0 0 0;
	word-wrap: break-word;
}

.horizontal-teaser__media-box .horizontal-teaser__disclaimer-box {
	display: none
}

@media only screen and (min-width: 48em) {
	.horizontal-teaser {
		padding: 4.0rem 0
	}
	.horizontal-teaser__content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}
	.horizontal-teaser--left .horizontal-teaser__content {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.horizontal-teaser__media-box {
		width: 49.0196078431%;
		margin-bottom: 0
	}
	.horizontal-teaser--wide-image .horizontal-teaser__media-box {
		width: calc(49.0196078431% - -4.8rem)
	}
	.horizontal-teaser--wide-image.horizontal-teaser--left .horizontal-teaser__media-box {
		margin-right: -4.8rem;
		margin-left: 0
	}
	.horizontal-teaser--wide-image.horizontal-teaser--right .horizontal-teaser__media-box {
		margin-left: -4.8rem;
		margin-right: 0
	}
	.horizontal-teaser__text-box {
		width: 40.522875817%
	}
	.horizontal-teaser__headline {
		padding-bottom: 3.0rem
	}
	.horizontal-teaser__copy {
		padding-bottom: 3.5rem
	}
	.horizontal-teaser__button-list {
		-ms-flex-align: start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start
	}
	.horizontal-teaser__disclaimer-box {
		display: none
	}
	.horizontal-teaser__media-box .horizontal-teaser__disclaimer-box {
		padding: 1.0rem 0 0 0;
		display: block
	}
	.horizontal-teaser--wide-image.horizontal-teaser--left .horizontal-teaser__media-box .horizontal-teaser__disclaimer-box {
		padding-right: 4.8rem
	}
	.horizontal-teaser--wide-image.horizontal-teaser--right .horizontal-teaser__media-box .horizontal-teaser__disclaimer-box {
		padding-left: 4.8rem
	}
}

@media only screen and (min-width: 64em) {
	.horizontal-teaser__media-box {
		width: 49.2957746479%
	}
	.horizontal-teaser--wide-image .horizontal-teaser__media-box {
		width: calc(49.2957746479% - -5rem)
	}
	.horizontal-teaser--wide-image.horizontal-teaser--left .horizontal-teaser__media-box {
		margin-right: -5rem;
		margin-left: 0
	}
	.horizontal-teaser--wide-image.horizontal-teaser--right .horizontal-teaser__media-box {
		margin-left: -5rem;
		margin-right: 0
	}
	.horizontal-teaser__text-box {
		width: 40.8450704225%
	}
	.horizontal-teaser--wide-image.horizontal-teaser--left .horizontal-teaser__media-box .horizontal-teaser__disclaimer-box {
		padding-right: 5rem
	}
	.horizontal-teaser--wide-image.horizontal-teaser--right .horizontal-teaser__media-box .horizontal-teaser__disclaimer-box {
		padding-left: 5rem
	}
}

@media only screen and (min-width: 80.0625em) {
	.horizontal-teaser__media-box {
		width: 49.2957746479%
	}
	.horizontal-teaser--wide-image .horizontal-teaser__media-box {
		width: calc(49.2957746479% - -6rem)
	}
	.horizontal-teaser--wide-image.horizontal-teaser--left .horizontal-teaser__media-box {
		margin-right: -6rem;
		margin-left: 0
	}
	.horizontal-teaser--wide-image.horizontal-teaser--right .horizontal-teaser__media-box {
		margin-left: -6rem;
		margin-right: 0
	}
	.horizontal-teaser__text-box {
		width: 40.8450704225%
	}
	.horizontal-teaser--wide-image.horizontal-teaser--left .horizontal-teaser__media-box .horizontal-teaser__disclaimer-box {
		padding-right: 6rem
	}
	.horizontal-teaser--wide-image.horizontal-teaser--right .horizontal-teaser__media-box .horizontal-teaser__disclaimer-box {
		padding-left: 6rem
	}
}

@media only screen and (min-width: 92.875em) {
	.horizontal-teaser__media-box {
		width: 49.2957746479%
	}
	.horizontal-teaser--wide-image .horizontal-teaser__media-box {
		width: calc(49.2957746479% - -8rem)
	}
	.horizontal-teaser--wide-image.horizontal-teaser--left .horizontal-teaser__media-box {
		margin-right: -8rem;
		margin-left: 0
	}
	.horizontal-teaser--wide-image.horizontal-teaser--right .horizontal-teaser__media-box {
		margin-left: -8rem;
		margin-right: 0
	}
	.horizontal-teaser__text-box {
		width: 40.8450704225%
	}
	.horizontal-teaser--wide-image.horizontal-teaser--left .horizontal-teaser__media-box .horizontal-teaser__disclaimer-box {
		padding-right: 8rem
	}
	.horizontal-teaser--wide-image.horizontal-teaser--right .horizontal-teaser__media-box .horizontal-teaser__disclaimer-box {
		padding-left: 8rem
	}
}

@media only screen and (min-width: 120em) {
	.horizontal-teaser__media-box {
		width: 49.2957746479%
	}
	.horizontal-teaser--wide-image .horizontal-teaser__media-box {
		width: calc(49.2957746479% - -8rem)
	}
	.horizontal-teaser--wide-image.horizontal-teaser--left .horizontal-teaser__media-box {
		margin-right: -8rem;
		margin-left: 0
	}
	.horizontal-teaser--wide-image.horizontal-teaser--right .horizontal-teaser__media-box {
		margin-left: -8rem;
		margin-right: 0
	}
	.horizontal-teaser__text-box {
		width: 40.8450704225%
	}
	.horizontal-teaser--wide-image.horizontal-teaser--left .horizontal-teaser__media-box .horizontal-teaser__disclaimer-box {
		padding-right: 8rem
	}
	.horizontal-teaser--wide-image.horizontal-teaser--right .horizontal-teaser__media-box .horizontal-teaser__disclaimer-box {
		padding-left: 8rem
	}
}

.all-highlights-teaser {
    position: relative
}
.all-highlights-teaser__content {
    position: relative;
    padding: 4.0rem 0
}
.all-highlights-teaser__headline {
    padding: 0 0 2.0rem
}
.all-highlights-teaser__copy {
    padding: 0 0 2.5rem
}
.all-highlights-teaser__button {
    margin: 0 auto
}
@media only screen and (min-width: 48em) {
    .all-highlights-teaser:after {
        content: " ";
        display: block;
        clear: both
    }
    .all-highlights-teaser__content {
        padding: 6.0rem 0;
        width: 83.0065359477%;
        float: left;
        margin-right: 1.9607843137%;
        margin-left: 8.4967320261%
    }
    .all-highlights-teaser__headline {
        padding-bottom: 3.0rem
    }
    .all-highlights-teaser__copy {
        padding-bottom: 3.5rem
    }
}
@media only screen and (min-width: 64em) {
    .all-highlights-teaser__content {
        width: 83.0985915493%;
        float: left;
        margin-right: 1.4084507042%;
        margin-left: 8.4507042254%
    }
}
@media only screen and (min-width: 80.0625em) {
    .all-highlights-teaser__content {
        width: 83.0985915493%;
        float: left;
        margin-right: 1.4084507042%;
        margin-left: 8.4507042254%
    }
}
@media only screen and (min-width: 92.875em) {
    .all-highlights-teaser__content {
        width: 83.0985915493%;
        float: left;
        margin-right: 1.4084507042%;
        margin-left: 8.4507042254%
    }
}
@media only screen and (min-width: 120em) {
    .all-highlights-teaser__content {
        width: 83.0985915493%;
        float: left;
        margin-right: 1.4084507042%;
        margin-left: 8.4507042254%
    }
}
.table {
    padding: 3.0rem 0;
}

.table .heading--2 {
    padding-bottom: 3.0rem;
}

.table table {
    width: 100%;
    border-collapse: collapse;
}

.table .cmp-text {
  overflow: auto;
}

.table td, .table th {
    border: 0;
    border-bottom: 0.25rem solid #f3f5f6 !important;
    border-top: 0.25rem solid #f3f5f6 !important;
    padding: 0.25rem 1.0rem;
    font-size: 1.5rem;
    line-height: 1.5;
}

.table th {
    font-weight: bold;
    background-color: #f3f5f6;
    line-height: 1.7;
}

.coe-table.is-edited {
    padding: 3.0rem;
}

@media only screen and (min-width: 64em) {
    .table td, .table th {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 92.875em) {
    .table td, .table th {
        font-size: 1.9rem;
    }
}

.stage {
    position: relative
}
.stage__textwrapper {
    position: absolute;
    top: 1.5rem;
    width: 82.8571428571%;
    float: left;
    margin-left: 8.5714285714%;
    margin-right: -100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center
}
.stage__textwrapper * {
    text-align: inherit
}
.stage--reverse .stage__textwrapper {
    -ms-flex-direction: column;
    flex-direction: column
}
.stage__headline,
.stage__subhead {
    margin: 0;
    font-family: "VWAGTheAntiqua-Bold", Arial, sans-serif;
    font-weight: normal;
    letter-spacing: -0.025em;
    color: #fff
}
.stage__headline {
    display: inline-block;
    line-height: 1.0
}
.stage__headline.white {
    color: #fff
}
.stage__headline.dark {
    color: #1d1f20
}
.stage__subhead {
    font-size: 1.4rem;
    line-height: 1.0;
    margin-top: 2.5rem
}
.stage__subhead.white {
    color: #fff
}
.stage__subhead.dark {
    color: #1d1f20
}
.stage__area {
    position: relative;
    overflow: hidden
}
.stage__area:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 56.25%
}
.stage__image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    overflow: hidden
}
.stage__image {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity: 0.0
}
.stage__image-header {
    position: absolute;
    width: 100%;
    height: auto;
    top: 171px;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity: 0.0
}
.stage__image.height {
    width: auto;
    height: 100%
}
.stage__icon-scroll {
    display: none
}
.stage__button-list {
    list-style: none;
    margin: 0;
    padding: 1.0rem 0 3.0rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}
.stage__actions:not(:last-child) .stage__button-list {
    padding-bottom: 0.5rem
}
.stage__button-item {
    margin: 0
}
.stage__button-item:not(:last-of-type) {
    margin-bottom: 2.0rem
}
.stage__disclaimer-box {
    padding: 2.0rem 0 3.0rem
}
@media only screen and (min-width: 30em) {
    .stage__textwrapper {
        width: 82.8571428571%;
        float: left;
        margin-left: 8.5714285714%;
        margin-right: -100%
    }
    .stage__subhead {
        font-size: 2.2rem
    }
}
@media only screen and (min-width: 48em) {
    .stage__textwrapper {
        width: 83.0065359477%;
        float: left;
        margin-left: 8.4967320261%;
        margin-right: -100%
    }
    .stage__area {
        height: 48.0rem
    }
    .stage__area:before {
        display: none
    }
    .stage__subhead {
        font-size: 2.8rem
    }
    .stage__actions {
        position: absolute;
        top: 0;
        left: -4.8rem;
        width: calc(100% - -9.6rem);
        height: 48.0rem;
        padding-bottom: 5.4648342765%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .stage__icon-scroll {
        display: block;
        position: relative;
        width: 2.0rem;
        height: 6.0rem
    }
    .stage__icon-scroll svg {
        position: absolute;
        width: 100%;
        height: 100%;
        stroke: #fff;
        fill: transparent;
        stroke-width: 1.5
    }
    .stage__button-list {
        margin: 1.5rem 0 0;
        padding: 0;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center
    }
    .stage__button-item:not(:last-of-type) {
        margin: 0 2.0rem 0 0
    }
}
@media only screen and (min-width: 64em) {
    .stage__area {
        min-height: 48.0rem
    }
    .stage__textwrapper {
        top: 3.0rem;
        width: 83.0985915493%;
        float: left;
        margin-left: 8.4507042254%;
        margin-right: -100%
    }
    .stage__subhead {
        font-size: 4.0rem
    }
    .stage__actions {
        left: -5rem;
        width: calc(100% - -10rem);
    }
    .stage__disclaimer-box {
        padding-bottom: 6.0rem
    }
}
@media only screen and (min-width: 80.0625em) {
    .stage__textwrapper {
        width: 83.0985915493%;
        float: left;
        margin-left: 8.4507042254%;
        margin-right: -100%
    }
    .stage__subhead {
        font-size: 5.2rem
    }
    .stage__actions {
        left: -6rem;
        width: calc(100% - -12rem);
    }
}
@media only screen and (min-width: 92.875em) {
    .stage__subhead {
        font-size: 5.2rem
    }
    .stage__actions {
        left: -8rem;
        width: calc(100% - -16rem);
    }
}
@media only screen and (min-width: 120em) {
    .stage__textwrapper {
        width: 83.0985915493%;
        float: left;
        margin-left: 8.4507042254%;
        margin-right: -100%
    }
}
.scorm-title {
	display: block;
	font-size: 30px;
    text-align: center;
    position: relative;
}
.scorm-list {
	list-style-type:square;
	font-size: 20px;
 }

.scorm-player {
	padding: 0.0rem 0;
}

.scorm-player__media-box {
	margin: 0 0 4.0rem;
    padding-top: 2rem;
	padding-bottom: 2rem;

}

.scorm-player--wide-image .scorm-player__media-box {
	margin-left: -2rem;
	margin-right: -2rem;
	width: calc(100% - -4rem)
}

.scorm-player__headline {
	padding: 0 0 2.0rem
}

.scorm-player__copy {
	padding: 0 0 2.5rem
}

.scorm-player__button-list {
	list-style: none;
	margin: 0;
	padding: 0rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.scorm-player__button-item {
	margin: 0
}

.scorm-player__button-item:not(:last-of-type ){
	margin-bottom: 1.5rem
}

.scorm-player__media-box img {
	display: block;
	width: 100%;
	height: auto
}

.scorm-player__disclaimer-box {
	padding: 4.0rem 0 0 0;
	word-wrap: break-word;
}

.scorm-player__media-box .scorm-player__disclaimer-box {
	display: none
}

@media only screen and (min-width: 48em) {
	.scorm-player {
		padding: 0.0rem 0
	}
	.scorm-player__content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}
	.scorm-player--left .scorm-player__content {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.scorm-player__media-box {
		width: 49.0196078431%;
		margin-bottom: 0;
    	padding-top: 2rem;
	    padding-bottom: 2rem;
	}
	.scorm-player--wide-image .scorm-player__media-box {
		width: calc(49.0196078431% - -4.8rem)
	}
	.scorm-player--wide-image.scorm-player--left .scorm-player__media-box {
		margin-right: -4.8rem;
		margin-left: 0
	}
	.scorm-player--wide-image.scorm-player--right .scorm-player__media-box {
		margin-left: -4.8rem;
		margin-right: 0
	}
	.scorm-player__text-box {
		width: 40.522875817%
	}
	.scorm-player__headline {
		padding-bottom: 3.0rem
	}
	.scorm-player__copy {
		padding-bottom: 3.5rem
	}
	.scorm-player__button-list {
		-ms-flex-align: start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start
	}
	.scorm-player__disclaimer-box {
		display: none
	}
	.scorm-player__media-box .scorm-player__disclaimer-box {
		padding: 1.0rem 0 0 0;
		display: block
	}
	.scorm-player--wide-image.scorm-player--left .scorm-player__media-box .scorm-player__disclaimer-box {
		padding-right: 4.8rem
	}
	.scorm-player--wide-image.scorm-player--right .scorm-player__media-box .scorm-player__disclaimer-box {
		padding-left: 4.8rem
	}
}

@media only screen and (min-width: 64em) {
	.scorm-player__media-box {
		width: 49.2957746479%;
        padding-top: 2rem;
	    padding-bottom: 2rem;
	}
	.scorm-player--wide-image .scorm-player__media-box {
		width: calc(49.2957746479% - -5rem)
	}
	.scorm-player--wide-image.scorm-player--left .scorm-player__media-box {
		margin-right: -5rem;
		margin-left: 0
	}
	.scorm-player--wide-image.scorm-player--right .scorm-player__media-box {
		margin-left: -5rem;
		margin-right: 0
	}
	.scorm-player__text-box {
		width: 40.8450704225%
	}
	.scorm-player--wide-image.scorm-player--left .scorm-player__media-box .scorm-player__disclaimer-box {
		padding-right: 5rem
	}
	.scorm-player--wide-image.scorm-player--right .scorm-player__media-box .scorm-player__disclaimer-box {
		padding-left: 5rem
	}
}

@media only screen and (min-width: 80.0625em) {
	.scorm-player__media-box {
		width: 49.2957746479%;
        padding-top: 2rem;
	    padding-bottom: 2rem;
	}
	.scorm-player--wide-image .scorm-player__media-box {
		width: calc(49.2957746479% - -6rem)
	}
	.scorm-player--wide-image.scorm-player--left .scorm-player__media-box {
		margin-right: -6rem;
		margin-left: 0
	}
	.scorm-player--wide-image.scorm-player--right .scorm-player__media-box {
		margin-left: -6rem;
		margin-right: 0
	}
	.scorm-player__text-box {
		width: 40.8450704225%
	}
	.scorm-player--wide-image.scorm-player--left .scorm-player__media-box .scorm-player__disclaimer-box {
		padding-right: 6rem
	}
	.scorm-player--wide-image.scorm-player--right .scorm-player__media-box .scorm-player__disclaimer-box {
		padding-left: 6rem
	}
}

@media only screen and (min-width: 92.875em) {
	.scorm-player__media-box {
		width: 49.2957746479%;
        padding-top: 2rem;
	    padding-bottom: 2rem;
	}
	.scorm-player--wide-image .scorm-player__media-box {
		width: calc(49.2957746479% - -8rem)
	}
	.scorm-player--wide-image.scorm-player--left .scorm-player__media-box {
		margin-right: -8rem;
		margin-left: 0
	}
	.scorm-player--wide-image.scorm-player--right .scorm-player__media-box {
		margin-left: -8rem;
		margin-right: 0
	}
	.scorm-player__text-box {
		width: 40.8450704225%
	}
	.scorm-player--wide-image.scorm-player--left .scorm-player__media-box .scorm-player__disclaimer-box {
		padding-right: 8rem
	}
	.scorm-player--wide-image.scorm-player--right .scorm-player__media-box .scorm-player__disclaimer-box {
		padding-left: 8rem
	}
}

@media only screen and (min-width: 120em) {
	.scorm-player__media-box {
		width: 49.2957746479%;
        padding-top: 2rem;
	    padding-bottom: 2rem;
	}
	.scorm-player--wide-image .scorm-player__media-box {
		width: calc(49.2957746479% - -8rem)
	}
	.scorm-player--wide-image.scorm-player--left .scorm-player__media-box {
		margin-right: -8rem;
		margin-left: 0
	}
	.scorm-player--wide-image.scorm-player--right .scorm-player__media-box {
		margin-left: -8rem;
		margin-right: 0
	}
	.scorm-player__text-box {
		width: 40.8450704225%
	}
	.scorm-player--wide-image.scorm-player--left .scorm-player__media-box .scorm-player__disclaimer-box {
		padding-right: 8rem
	}
	.scorm-player--wide-image.scorm-player--right .scorm-player__media-box .scorm-player__disclaimer-box {
		padding-left: 8rem
	}
}

.powerlayer-site-search__scroll-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.powerlayer-site-search__wrapper {
    margin: 6.0rem 0
}

.powerlayer-site-search__title {
    padding-bottom: 4.0rem
}

.powerlayer-site-search__item:not(:last-child) {
    padding-bottom: 2.5rem
}

.powerlayer-site-search__item .button {
    margin: 0 auto 1.5rem auto
}

.powerlayer-site-search__item .button:last-of-type {
    margin-bottom: 0
}

@media only screen and (min-width: 48em) {
    .powerlayer-site-search {
        padding: 0 5.0rem
    }

    .powerlayer-site-search__content {
        height: 100%;
        display: table
    }

    .powerlayer-site-search__wrapper {
        width: 100%;
        vertical-align: middle;
        padding-top: 4.0rem;
        padding-bottom: 4.0rem;
        padding-left: 6.5359477124%;
        padding-right: 6.5359477124%
    }

    .powerlayer-site-search__title {
        padding-bottom: 8.0rem
    }

    .powerlayer-site-search__item:not(:last-child) {
        padding-bottom: 3.5rem
    }

    .powerlayer-site-search__item .button {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width: 64em) {
    .powerlayer-site-search__wrapper {
        padding-left: 7.0422535211%;
        padding-right: 7.0422535211%
    }
}
/*! CSS Used from: https://www.volkswagen.de/etc/clientlibs/vw-ngw/ngw.base.apps.min.1acbf18d8dc6fccbd0b50ac76d7021b4.css */
* {
    box-sizing: border-box;
}

.powerlayer-site-search a {
    color: #337ab7;
    text-decoration: none;
    outline: 0 !important;
}

.powerlayer-site-search a:hover {
    text-decoration: underline;
}

.powerlayer-site-search a:focus, .powerlayer-site-search a:active, .powerlayer-site-search a:hover {
    color: #23527c;
    text-decoration: underline;
    outline: 0 !important;
}

.powerlayer-site-search a {
    background-color: transparent;
}

.site-search_linklist ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.site-search_copy_b1 {
    font-family: "VWAGTheSans-Regular";
    font-weight: normal;
    font-style: normal;
}

.site-search_copy_b1_bold, .site-search_btn_primary, .site-search_btn_secondary {
    font-family: "VWAGTheSans-Bold";
    font-weight: bold;
    font-style: normal;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    font-family: "VWAGTheAntiqua-Regular";
    font-weight: normal;
    font-style: normal;
}

.site-search_head_2, .site-search_head_4 {
    font-family: "VWAGTheAntiqua-Bold";
    font-weight: bold;
    font-style: normal;
}

.site-search_copy_b1, .site-search_copy_b1_bold {
    font-size: 15px;
    line-height: 23px;
}

@media all and (min-width: 960px) {
    .site-search_copy_b1, .site-search_copy_b1_bold {
        font-size: 16px;
        line-height: 25px;
    }
}

.site-search_btn_primary, .site-search_btn_secondary {
    font-size: 14px;
    line-height: 16px;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    font-size: 14px;
    line-height: 32px;
    color: #808890;
}

input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.site-search_copy_b1 {
    font-family: "VWAGTheSans-Regular";
    font-weight: normal;
    font-style: normal;
}

.site-search_copy_b1_bold, .site-search_btn_primary, .site-search_btn_secondary {
    font-family: "VWAGTheSans-Bold";
    font-weight: bold;
    font-style: normal;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    font-family: "VWAGTheAntiqua-Regular";
    font-weight: normal;
    font-style: normal;
}

.site-search_head_2, .site-search_head_4 {
    font-family: "VWAGTheAntiqua-Bold";
    font-weight: bold;
    font-style: normal;
}

.site-search_copy_b1, .site-search_copy_b1_bold {
    font-size: 15px;
    line-height: 23px;
}

@media all and (min-width: 960px) {
    .site-search_copy_b1, .site-search_copy_b1_bold {
        font-size: 16px;
        line-height: 25px;
    }
}

.site-search_btn_primary, .site-search_btn_secondary {
    font-size: 14px;
    line-height: 16px;
}


svg:not(:root) {
    overflow: hidden;
}

.powerlayer-site-search button, .powerlayer-site-search input {
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.powerlayer-site-search button {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
}

.powerlayer-site-search button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.powerlayer-site-search input {
    line-height: normal;
}

* {
    -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;
}

.powerlayer-site-search ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.powerlayer-site-search .row {
    margin-left: -6px;
    margin-right: -6px;
}

.powerlayer-site-search .row:before, .powerlayer-site-search .row:after {
    content: " ";
    display: table;
}

.powerlayer-site-search .row:after {
    clear: both;
}

.col-1, .col-10, .col-11, .col-12 {
    position: relative;
    padding-left: 6px;
    padding-right: 6px;
}

.col-1, .col-10, .col-12 {
    float: left;
}

.col-1 {
    width: 8.33333%;
}

.col-10 {
    width: 83.33333%;
}

.col-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .col-11 {
        float: left;
        width: 91.66667%;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    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, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-group {
    margin-bottom: 15px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

@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 .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }
}

.powerlayer-site-search .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: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.powerlayer-site-search .btn:focus, .powerlayer-site-search .btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.powerlayer-site-search .btn:hover, .powerlayer-site-search .btn:focus {
    color: #333;
    text-decoration: none;
}

.powerlayer-site-search .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);
}

.powerlayer-site-search .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.powerlayer-site-search .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.powerlayer-site-search .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.powerlayer-site-search .input-group-addon, .powerlayer-site-search .input-group .form-control {
    display: table-cell;
}

.powerlayer-site-search .input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.powerlayer-site-search .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.powerlayer-site-search .input-group-addon:first-child {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.powerlayer-site-search .input-group-addon:first-child {
    border-right: 0;
}

.powerlayer-site-search .input-group .form-control:last-child {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.site-search_head_2, .site-search_head_4 {
    letter-spacing: -0.025em;
    margin: 0;
    color: #1d1f20;
}

.site-search_head_2 {
    font-size: 23px;
    line-height: 27px;
}

@media all and (min-width: 480px) {
    .site-search_head_2 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media all and (min-width: 768px) {
    .site-search_head_2 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media all and (min-width: 960px) {
    .site-search_head_2 {
        font-size: 45px;
        line-height: 50px;
    }
}

.site-search_head_4 {
    font-size: 18px;
    line-height: 22px;
}

@media all and (min-width: 960px) {
    .site-search_head_4 {
        font-size: 24px;
        line-height: 29px;
    }
}

.site-search_copy_b1 {
    color: #2f3538;
}

.site-search_copy_b1_bold {
    color: #2f3538;
}

.powerlayer-site-search a {
    display: inline-block;
    color: #0099da;
    text-decoration: none;
}

.powerlayer-site-search a:focus, .powerlayer-site-search a:active {
    text-decoration: none;
    color: #0099da;
}

.powerlayer-site-search a:hover {
    text-decoration: none;
    color: #0068aa;
}

.powerlayer-site-search .site-search_btn_primary:hover,
.powerlayer-site-search .site-search_btn_secondary:hover,
.powerlayer-site-search .site-search_btn_secondary:active,
.powerlayer-site-search .site-search_btn_secondary:focus {
    color: #fff;
    background-color: #0068aa;
    border-color: #0068aa;
}

.powerlayer-site-search .site-search_btn_primary, .powerlayer-site-search .site-search_btn_secondary {
    height: 42px;
    line-height: 16px;
    white-space: normal;
    width: 100%;
    max-width: 280px;
    padding: 4px 9px;
    text-align: center;
    display: table;
}

.powerlayer-site-search .site-search_btn_secondary span {
    display: table-cell;
    vertical-align: middle;
}

@media all and (min-width: 768px) {
    .powerlayer-site-search .site-search_btn_primary, .powerlayer-site-search .site-search_btn_secondary {
        width: 23.6%;
    }
}

@media all and (min-width: 1024px) {
    .powerlayer-site-search .site-search_btn_primary, .powerlayer-site-search .site-search_btn_secondary {
        width: 198px;
        max-width: 198px;
    }
}

.powerlayer-site-search .site-search_btn_primary {
    color: #fff;
    background-color: #0099da;
    border-color: #0099da;
}

.powerlayer-site-search .site-search_btn_primary:active,
.powerlayer-site-search .site-search_btn_primary:focus,
.powerlayer-site-search .site-search_btn_primary:visited {
    color: #fff;
}

.powerlayer-site-search .site-search_btn_secondary {
    color: #0099da;
    background-color: #fff;
    border-color: #dee1e3;
}

.site-search_linklist {
    padding-top: 1px;
    margin-bottom: -10px;
}

@media all and (min-width: 768px) {
    .site-search_linklist {
        margin-bottom: -8px;
    }
}

.powerlayer-site-search .site-search_more_button {
    padding-top: 1rem;
}

.powerlayer-site-search .site-search_more_button {
    display: none;
    border-bottom: 2px solid #bdc3c6;
    margin-bottom: 10px;
    position: relative;
}

.powerlayer-site-search .site-search_more_button .site-search_btn_secondary {
    margin: 50px auto 20px auto;
}

@media all and (max-width: 767px) {
    .powerlayer-site-search .site-search_more_button .site-search_btn_secondary {
        margin: 25px auto 40px auto;
    }
}

.site-search_search_input {
    padding-top: 15px;
    padding-bottom: 10px;
}

@media all and (min-width: 768px) {
    .site-search_search_input {
        padding-top: 0;
        padding-bottom: 55px;
    }
}

.site-search_search_input input[type="text"]::-ms-clear {
    display: none;
}

.site-search_search_input .form-control {
    height: 42px;
    border: 1px solid #bdc3c6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.site-search_search_input .form-control:focus {
    border-color: #bdc3c6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.site-search_search_input .form-group {
    margin-bottom: 0;
}

@media all and (min-width: 768px) {
    .site-search_search_input .form-group {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.site-search_search_input .input-group {
    height: 42px;
    width: 100%;
}

.site-search_search_input .input-group-addon {
    padding: 12px 15px 11px 15px;
    width: 45px;
    border: 1px solid #bdc3c6;
    border-right: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.site-search_search_input .form-control-feedback {
    height: 40px;
    line-height: 40px;
    pointer-events: auto;
    display: none;
}

.site-search_search_input input.form-control {
    border-left: 0;
    padding-left: 0;
}

.site-search_search_input .form-control-feedback .site-search_icon {
    background-color: rgba(29, 31, 32, 0.3);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    fill: #fff;
    display: block;
    margin: auto;
    margin-top: 13px;
}

.site-search_icon {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
    width: 16px;
    height: 16px;
    fill: #808890;
}

.site-search_search .form-control-feedback {
    margin-right: 10px;
}

.site-search_search .site-search_search_input {
    left: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
}

@media all and (min-width: 768px) {
    .site-search_search .site-search_search_input .form-control {
        height: 80px;
        line-height: 80px;
        border: 1px solid #bdc3c6;
    }

    .site-search_search .site-search_search_input .form-control:focus {
        border-color: #bdc3c6;
    }

    .site-search_search .site-search_search_input .form-group {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .site-search_search .site-search_search_input .input-group {
        height: 80px;
        width: 100%;
    }

    .site-search_search .site-search_search_input .input-group-addon {
        padding: 12px 23px 11px 25px;
        width: 80px;
        border: 1px solid #bdc3c6;
        border-right: 0;
        background-color: #fff;
    }

    .site-search_search .site-search_search_input .form-control-feedback {
        height: 78px;
        line-height: 78px;
        pointer-events: auto;
        display: none;
        margin-right: 25px;
    }

    .site-search_search .site-search_search_input input.form-control {
        border-left: 0;
        padding-left: 0;
        padding-right: 80px;
        border-right: 0;
    }

    .site-search_search .site-search_search_input .form-control-feedback .site-search_icon {
        background-color: rgba(29, 31, 32, 0.3);
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        fill: #fff;
        display: block;
        margin: auto;
        margin-top: 26px;
    }

    .site-search_search .site-search_submit {
        padding-left: 0;
    }

    .site-search_search .site-search_submit .site-search_btn_primary {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: 0;
        width: 100%;
        height: 80px;
        line-height: 70px;
    }

    .site-search_search .site-search_icon {
        vertical-align: middle;
        display: inline-block;
        line-height: normal;
        width: 30px;
        height: 30px;
        fill: #808890;
    }

    .site-search_search .site-search_submit_icon {
        vertical-align: middle;
        display: inline-block;
        width: 18.6px;
        height: 20px;
        fill: #fff;
    }
}

.site-search_search_link_recommendations {
    position: relative;
    z-index: -2;
    top: 0;
    width: calc(100% - 12px);
    padding: 11px 20px 7px 45px;
    margin-left: 6px;
    background: #f3f5f6;
    border: 1px solid #bdc3c6;
    border-radius: 4px;
}

@media all and (min-width: 768px) {
    .site-search_search_link_recommendations {
        top: 0;
        width: calc(91.66667% - 6px);
        padding: 26px 80px 22px 80px;
        margin-left: 6px;
    }
}

.site-search_search_link_recommendations .site-search_linklist {
    margin: 0 auto;
    margin-top: 2px;
}

.site-search_search_result_number {
    margin-top: 2rem;
    padding-top: 2rem;
}

@media all and (max-width: 768px) {
    .site-search_search_result_number {
        margin-top: 1rem;
        padding-top: 1rem;
    }
}

.site-search_search_auto_suggest li {
    width: fit-content;
    padding-right: 1em;
    cursor: pointer;
}

/*! CSS used from NGW, for SearchResultPage */

.powerlayer-site-search h5, .powerlayer-site-search .h5, .site-search_head_5 {
    letter-spacing: -0.025em;
    margin: 0;
    color: #1d1f20
}

.powerlayer-site-search h5, .powerlayer-site-search .h5, .site-search_head_5 {
    font-size: 16px;
    line-height: 20px
}

@media all and (min-width:960px) {
    .powerlayer-site-search h5, .powerlayer-site-search .h5, .site-search_head_5 {
        font-size: 18px;
        /* line-height: 23px */}
}


.site-search_head_5 {
	font-family: "VWAGTheAntiqua-Bold";
	font-weight: bold;
	font-style: normal;
}

@media all and (min-width:768px) {
	.site-search_ajax_search_results,
    .site-search_search_result_item:nth-of-type(1) {
		margin-top: 2rem;
    }
}

.site-search_more_button {
    padding-top: 1rem;
}

.site-search_search_result_item:nth-of-type(1) {
    margin-top: 37px
}

.site-search_search_result_item:last-child {
    border-bottom: 2px solid #bdc3c6;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.site-search_tabBox_publish.mobile,
.site-search_search_result_category_divider {
    border-top: 2px solid #bdc3c6
}

@media all and (max-width:767px) {
    .site-search_search,
    .site-search_tabBox_publish.mobile,
    .site-search_search_result_category_divider {
        margin: 10px 20px
    }
}

@media all and (max-width:767px) {
    .site-search_search,
    .site-search_search_result_category_divider {
        /**border-top: 2px solid #bdc3c6;**/
        margin: 10px 20px
    }
}

.site-search_search_result_item .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none
}

.site-search_search_result_item .site-search_responsive_image {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px
}

@media all and (max-width:767px) {
    .site-search_search_result_item .site-search_responsive_image {
        margin-bottom: 10px
    }
}

.site-search_search_result_item,
.site-search_image_container {
    display: inline-block;
    vertical-align: middle;
    height: auto
}

.site-search_search_result_item,
.site-search_image_link {
    display: block;
    line-height: 0
}

.site-search_search_result_item,
.site-search_teaser {
    display: inline-block;
    vertical-align: middle;
    height: auto
}

.site-search_search_result_item,
.site-search_teaser,
.site-search_copy_b2 {
    margin-top: 4px;
    margin-bottom: 4px
}
.site-search_copy_b2,
.site-search_copy_b3 {
	font-size: 14px;
	line-height: 22px;
	font-family: VWAGTheSans-Regular;
	font-weight: 400;
	font-style: normal;
}

.site-search_search_result_item,
.site-search_teaser,
.site-search_copy_b3 {
    margin-bottom: 0
}

.site-search_search_result_divider {
    margin: 20px 0;
    border-top: 1px solid #fff
}

.powerlayer-site-search .row:before,
.powerlayer-site-search .row:after {
	content: " ";
	display: table;
}

.powerlayer-site-search .row:after {
    clear: both
}

.col-xs-12 {
	position: relative;
    padding-left: 6px;
    padding-right: 6px;
	float:left;
	width: 100%
}

.col-sm-3 {
	position: relative;
    padding-left: 6px;
    padding-right: 6px;
	float:left;
	width: 100%
}

@media(min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
    .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
	}
    .col-sm-3 {
        width: 25%
    }
    .col-sm-9 {
        width: 75%
    }
}

.site-search_copy, .site-search_head_5, .site-search_copy {
    margin-top: 15px
}

@media all and (min-width:768px) {
    .site-search_copy, .site-search_head_5, .site-search_copy {
        margin-top: 21px
    }
}

.site-search_responsive_image {
    height: 100%;
    width: 100%;
}

.site-search_search_result_item{
	width: 100%;
}

@media all and (max-width:768px) {

    .site-search_search_input input.form-control {
    	border-bottom: 0px;
    }
}

.powerlayer-no-media__scroll-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}
.powerlayer-no-media__wrapper {
    margin: 6.0rem 0
}
.powerlayer-no-media__title {
    padding-bottom: 4.0rem
}
.powerlayer-no-media__item:not(:last-child) {
    padding-bottom: 2.5rem
}
.powerlayer-no-media__item .button {
    margin: 0 auto 1.5rem auto
}
.powerlayer-no-media__item .button:last-of-type {
    margin-bottom: 0
}
.powerlayer-no-media__content {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 48em) {
    .powerlayer-no-media {
        padding: 0 5.0rem
    }
    .powerlayer-no-media__content {
        height: 100%;
        display: table
    }
    .powerlayer-no-media__wrapper {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        padding-top: 8.0rem;
        padding-bottom: 8.0rem;
        padding: 8rem 15.0326797386%
    }
    .powerlayer-no-media--wide .powerlayer-no-media__wrapper {
        padding-left: 6.5359477124%;
        padding-right: 6.5359477124%
    }
    .powerlayer-no-media__title {
        padding-bottom: 8.0rem
    }
    .powerlayer-no-media__item:not(:last-child) {
        padding-bottom: 3.5rem
    }
    .powerlayer-no-media__item .button {
        margin-left: 0;
        margin-right: 0
    }
}
@media only screen and (min-width: 64em) {
    .powerlayer-no-media__wrapper {
        padding-left: 15.4929577465%;
        padding-right: 15.4929577465%
    }
    .powerlayer-no-media--wide .powerlayer-no-media__wrapper {
        padding-left: 7.0422535211%;
        padding-right: 7.0422535211%
    }
}
@media only screen and (min-width: 80.0625em) {
    .powerlayer-no-media__wrapper {
        padding-left: 15.4929577465%;
        padding-right: 15.4929577465%
    }
    .powerlayer-no-media--wide .powerlayer-no-media__wrapper {
        padding-left: 7.0422535211%;
        padding-right: 7.0422535211%
    }
}
@media only screen and (min-width: 92.875em) {
    .powerlayer-no-media__wrapper {
        padding-left: 15.4929577465%;
        padding-right: 15.4929577465%
    }
    .powerlayer-no-media--wide .powerlayer-no-media__wrapper {
        padding-left: 7.0422535211%;
        padding-right: 7.0422535211%
    }
}
@media only screen and (min-width: 120em) {
    .powerlayer-no-media__wrapper {
        padding-left: 15.4929577465%;
        padding-right: 15.4929577465%
    }
    .powerlayer-no-media--wide .powerlayer-no-media__wrapper {
        padding-left: 7.0422535211%;
        padding-right: 7.0422535211%
    }
}

.powerlayer-with-gallery__scroll-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden
}
.dataGallery {
    display: none; 
}
.powerlayer-with-gallery__gallery {
    position: relative;
    background-color: #1d1f20
}
.powerlayer-with-gallery__gallery:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 56.25%
}
.powerlayer-with-gallery__gallery__list {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex
}
.powerlayer-with-gallery__gallery__item {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.powerlayer-with-gallery__gallery__media-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.powerlayer-with-gallery__gallery__media-box video {
    background-color: #000;
    z-index: 500 !important
}
.powerlayer-with-gallery__gallery__media-box.loading:after {
    content: '';
    display: block;
    width: 6.7rem;
    height: 6.9rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3.45rem auto auto -3.35rem;
    background: transparent url(clientlib-site/css/resources/images/loader-dark.gif) 50% 50% no-repeat;
    background-size: 100% 100%
}
.powerlayer--bright .powerlayer-with-gallery__gallery__media-box.loading:after {
    background-image: url(clientlib-site/css/resources/images/loader.gif)
}
.powerlayer-with-gallery__gallery__image-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.0;
    transition: opacity 0.5s 0.2s ease-in
}
.powerlayer-with-gallery__gallery__image-wrapper.contain {
    background-size: contain
}
.powerlayer-with-gallery__gallery__image-wrapper.loaded {
    opacity: 1.0
}
.powerlayer-with-gallery__gallery__image-wrapper img {
    visibility: hidden
}
.powerlayer-with-gallery__gallery__video-ratio {
    max-height: 100%
}
.powerlayer-with-gallery__gallery__play-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-top: -2.25rem;
    margin-left: -2.25rem;
    background-color: #0099da;
    border-radius: 50%;
    transition: background-color 0.1s;
    transform: translateZ(0)
}
.powerlayer-with-gallery__gallery__play-button::-moz-focus-inner {
    border: 0;
    padding: 0
}
.powerlayer-with-gallery__gallery__play-button:focus {
    outline: none
}
.powerlayer-with-gallery__gallery__play-button:hover {
    background-color: #0068aa
}
.powerlayer-with-gallery__gallery__play-button:hover svg {
    fill: #fff
}
.powerlayer-with-gallery__gallery__play-button svg {
    fill: #fff
}
.powerlayer-with-gallery__gallery__pagination {
    position: absolute;
    left: 0;
    bottom: 2.0rem;
    width: 100%
}
.powerlayer-with-gallery__content-wrapper {
    margin: 6.0rem 0
}
.powerlayer-with-gallery__title {
    padding-bottom: 6.0rem
}
.powerlayer-with-gallery__item:not(:last-child) {
    padding-bottom: 2.5rem
}
.powerlayer-with-gallery__item .button {
    margin: 0 auto 1.5rem auto
}
.powerlayer-with-gallery__item .button:last-of-type {
    margin-bottom: 0
}
.powerlayer-with-gallery__content-wrapper .powerlayer-with-gallery__item a[href^=tel] {
		color: #0099da;
		text-decoration: none;
}
@media only screen and (min-width: 48em) {
    .powerlayer-with-gallery__item .button {
        margin-left: 0;
        margin-right: 0
    }
    .powerlayer-with-gallery__gallery__play-button {
        width: 8.0rem;
        height: 8.0rem;
        margin-top: -4.0rem;
        margin-left: -4.0rem
    }
}
@media only screen and (min-width: 64em) {
    .powerlayer-with-gallery__scroll-wrapper {
        position: static;
        overflow: inherit;
        width: auto
    }
    .powerlayer-with-gallery__gallery {
        position: absolute;
        top: 0;
        left: -0.2rem;
        right: calc(40% - 0.2rem);
        bottom: 0;
        width: auto;
        height: auto;
        overflow: hidden
    }
    .powerlayer-with-gallery__gallery:before {
        display: none
    }
    .powerlayer-with-gallery__content-scroll-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 501;
        left: 60%;
        width: auto;
        height: auto;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 0 5.0rem 0 0;
        background-color: #2f3538
    }
    .powerlayer--bright .powerlayer-with-gallery__content-scroll-wrapper {
        background-color: #dee1e3
    }
    .powerlayer-with-gallery__content {
        height: 100%;
        display: table
    }
    .powerlayer-with-gallery__content-wrapper {
        display: table-cell;
        vertical-align: middle;
        padding-top: 4.0rem;
        padding-bottom: 4.0rem
    }
    .powerlayer-with-gallery__title {
        padding-bottom: 8.0rem
    }
    .powerlayer-with-gallery__item:not(:last-child) {
        padding-bottom: 3.5rem
    }
}

.information__content-container {
  background-color: #636466;
  padding: 10px;
  display: flex;
}
.information__content-asset img {
  width: 100%;
}
.information__content-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.information__content-text {
  color: white;
  padding-left: 15px;
  width: 100%;
  max-width: 560px;
}
.information__content-text h1,
.information__content-text h3,
.information__content-text h4,
.information__content-text h5 {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 400;
  font-family: 'VWAGTheAntiqua-Bold', Helvetica, Calibri, Arial, sans-serif;
}
.information__content-text p {
  font-size: 1.6rem;
  line-height: 1.5625;
  color: #ffffff;
  margin: 0;
  font-family: 'VWAGTheSans-Regular', Helvetica, Calibri, Arial, sans-serif;
}
.processmoduleassetcomponent .assets-title img {
  width: 100%;
}

.powerlayer-fullscreen-gallery__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex
}
.powerlayer-fullscreen-gallery__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.powerlayer-fullscreen-gallery__media-box {
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 50%;
}
.powerlayer-fullscreen-gallery__media-box video {
    background-color: #000;
    z-index: 500 !important
}
.powerlayer-fullscreen-gallery__media-box.loading:after {
    content: '';
    display: block;
    width: 6.7rem;
    height: 6.9rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3.45rem auto auto -3.35rem;
    background: transparent url(clientlib-site/css/resources/images/loader-dark.gif) 50% 50% no-repeat;
    background-size: 100% 100%
}
.powerlayer--bright .powerlayer-fullscreen-gallery__media-box.loading:after {
    background-image: url(clientlib-site/css/resources/images/loader.gif)
}
.powerlayer-fullscreen-gallery__image-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.0;
    transition: opacity 0.5s 0.2s ease-in
}
.powerlayer-fullscreen-gallery__image-wrapper.contain {
    background-size: contain
}
.powerlayer-fullscreen-gallery__image-wrapper.loaded {
    opacity: 1.0
}
.powerlayer-fullscreen-gallery__image-wrapper img {
    visibility: hidden
}
.powerlayer-fullscreen-gallery__video-ratio {
    max-height: 100%
}
.powerlayer-fullscreen-gallery__play-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-top: -2.25rem;
    margin-left: -2.25rem;
    background-color: #0099da;
    border-radius: 50%;
    transition: background-color 0.1s;
    transform: translateZ(0)
}
.powerlayer-fullscreen-gallery__play-button::-moz-focus-inner {
    border: 0;
    padding: 0
}
.powerlayer-fullscreen-gallery__play-button:focus {
    outline: none
}
.powerlayer-fullscreen-gallery__play-button:hover {
    background-color: #0068aa
}
.powerlayer-fullscreen-gallery__play-button:hover svg {
    fill: #fff
}
.powerlayer-fullscreen-gallery__play-button svg {
    fill: #fff
}
.powerlayer-fullscreen-gallery__disclaimer-wrapper {
    display: none
}
.powerlayer-fullscreen-gallery__pagination {
    position: absolute;
    left: 0;
    bottom: 2.0rem;
    width: 100%
}
.powerlayer-fullscreen-gallery--disclaimer .powerlayer-fullscreen-gallery__disclaimer-wrapper {
    display: block;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 1.0rem 0 4.8rem;
    background-color: #2f3538;
    overflow-y: auto;
}
.powerlayer-fullscreen-gallery--disclaimer.single-item .powerlayer-fullscreen-gallery__disclaimer-wrapper {
    padding-bottom: 2.0rem
}
.powerlayer--bright.powerlayer-fullscreen-gallery--disclaimer .powerlayer-fullscreen-gallery__disclaimer-wrapper {
    background-color: #dee1e3
}
.powerlayer-fullscreen-gallery--disclaimer .powerlayer-fullscreen-gallery__video-ratio _::-webkit-:not(:root:root),
.powerlayer-fullscreen-gallery--disclaimer .powerlayer-fullscreen-gallery__video-ratio {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.powerlayer-fullscreen-gallery--disclaimer .powerlayer-fullscreen-gallery__video-ratio _::-webkit-:not(:root:root):before,
.powerlayer-fullscreen-gallery--disclaimer .powerlayer-fullscreen-gallery__video-ratio _::-webkit-:not(:root:root):after,
.powerlayer-fullscreen-gallery--disclaimer .powerlayer-fullscreen-gallery__video-ratio:before,
.powerlayer-fullscreen-gallery--disclaimer .powerlayer-fullscreen-gallery__video-ratio:after {
    display: none
}
@media only screen and (min-width: 48em) {
    .powerlayer-fullscreen-gallery__pagination {
        bottom: 4.0rem
    }
    .powerlayer-fullscreen-gallery__play-button {
        width: 8.0rem;
        height: 8.0rem;
        margin-top: -4.0rem;
        margin-left: -4.0rem
    }
    .powerlayer-fullscreen-gallery--disclaimer .powerlayer-fullscreen-gallery__disclaimer-wrapper {
        padding: 1.25rem 5.0rem 9.3rem;
        overflow-y: auto;
    }
    .powerlayer-fullscreen-gallery--disclaimer.single-item .powerlayer-fullscreen-gallery__disclaimer-wrapper {
        padding-bottom: 4.0rem
    }
    .powerlayer-fullscreen-gallery--disclaimer .powerlayer-fullscreen-gallery__disclaimer-box {
        width: 91.5032679739%;
        float: left;
        margin-right: 1.9607843137%
    }
    .powerlayer-fullscreen-gallery--disclaimer .powerlayer-fullscreen-gallery__prev-button,
    .powerlayer-fullscreen-gallery--disclaimer .powerlayer-fullscreen-gallery__next-button {
        top: calc(50% - 4.15rem)
    }
}
@media only screen and (min-width: 64em) {
    .powerlayer-fullscreen-gallery--disclaimer .powerlayer-fullscreen-gallery__disclaimer-box {
        width: 91.5492957746%;
        float: left;
        margin-right: 1.4084507042%
    }
}
@media only screen and (min-width: 80.0625em) {
    .powerlayer-fullscreen-gallery--disclaimer .powerlayer-fullscreen-gallery__disclaimer-box {
        width: 91.5492957746%;
        float: left;
        margin-right: 1.4084507042%
    }
}
@media only screen and (min-width: 92.875em) {
    .powerlayer-fullscreen-gallery--disclaimer .powerlayer-fullscreen-gallery__disclaimer-box {
        width: 91.5492957746%;
        float: left;
        margin-right: 1.4084507042%
    }
}
@media only screen and (min-width: 120em) {
    .powerlayer-fullscreen-gallery--disclaimer .powerlayer-fullscreen-gallery__disclaimer-box {
        width: 91.5492957746%;
        float: left;
        margin-right: 1.4084507042%
    }
}

.movie__media-box {
    position: relative
}
.movie__media-box:before {
    content: ' ';
    display: block;
    width: 100%;
    padding-top: 56.25%;
    transition: padding-top .5s ease-in-out
}
.movie__loop-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}
.movie__loop-wrapper:before {
    content: ' ';
    display: block;
    width: 100%;
    padding-top: 56.25%
}

.movie__loop-wrapper .s7container {
	cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    object-fit: cover
}
.movie__loop {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    object-fit: cover
}
.movie__video {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s
}
.movie--show-video .movie__video {
    opacity: 1;
    visibility: visible
}
.movie__play-btn {
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -2.25rem;
    margin-left: -2.25rem;
    background-color: #0099da;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.1s
}
.movie__media-box:hover .movie__play-btn,
.movie__play-btn:hover {
    background-color: #0068aa
}
.movie__media-box:hover .movie__play-btn svg,
.movie__play-btn:hover svg {
    fill: #fff
}
.movie__play-btn svg {
    fill: #fff
}
.movie--playing .movie__play-btn {
    display: none
}
.movie__disclaimer-box {
    padding: 1.0rem 0 3.0rem
}

@media only screen and (max-width: 63em) {
	.movie__loop-wrapper.s7videoviewer:before {
        content: ' ';
        display: block;
        width: 100%;
        padding-top: 28.125%
    }
}

@media only screen and (min-width: 64em) {
    .movie__media-box:before {
        content: ' ';
        display: block;
        width: 100%
    }
    .movie.movie--show-video .movie__media-box:before {
        padding-top: 56.25%;
        transition: padding-top .5s ease-in-out
    }
    .movie__loop-wrapper:before {
        content: ' ';
        display: block;
        width: 100%;
        padding-top: 28.125%
    }
    .movie .movie__play-btn {
        width: 8rem;
        height: 8rem;
        margin-top: -4rem;
        margin-left: -4rem
    }
    .movie__disclaimer-box {
        padding-bottom: 6.0rem
    }
}

video::-webkit-media-controls-play-button{
  display: flex !important;
}

video::-webkit-media-controls-overlay-play-button {
  display: flex !important;
  opacity: 0.15;
}

.introcopy {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 3.0rem 0
}
.introcopy__headline,
.introcopy__paragraph {
    width: 82.8571428571%;
    float: left;
    margin-right: 2.8571428571%;
    margin-left: 8.5714285714%
}
.introcopy__paragraph {
    padding-top: 2.0rem
}
@media only screen and (min-width: 30em) {
    .introcopy {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}
@media only screen and (min-width: 48em) {
    .introcopy {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}
@media only screen and (min-width: 64em) {
    .introcopy {
        padding: 6.0rem 0;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .introcopy__paragraph {
        padding-top: 3.5rem
    }
}
@media only screen and (min-width: 80.0625em) {
    .introcopy {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}
@media only screen and (min-width: 92.875em) {
    .introcopy {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}
@media only screen and (min-width: 120em) {
    .introcopy {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}
.videoposter{
	display:none;
}
.contact-form .errorContainer {
  font-family: "VWAGTheSans-Regular";
  font-weight: normal;
  font-style: normal;
}

.contact-form label, .contact-form .contact-form__input {
  font-family: "VWAGTheSans-Bold";
  font-weight: bold;
  font-style: normal;
}

.contact-form {
  /* Hide clear feature for IE11 */
  /* VWPF-546, NGW-3562: Set max-width to agb_label */
}
.contact-form input::-ms-clear {
  display: none;
}
.contact-form .contact-form__agb-label {
  max-width: 828px;
}
.contact-form .form-group {
  margin-bottom: 0;
}
.contact-form .contact-form__submit-container {
  padding-top: 15px;
}
@media all and (min-width: 1024px) {
  .contact-form .contact-form__submit-container {
    max-width: 828px;
  }
}
@media all and (min-width: 1024px) {
  .contact-form .contact-form__submit {
    max-width: 198px !important;
    min-width: 198px !important;
  }
}
@media all and (min-width: 1024px) {
  .contact-form .field_group .col-sm-12 {
    max-width: 828px;
  }
  .contact-form .field_group .col-sm-6 {
    max-width: 414px;
  }
  .contact-form .col-xs-12.form-field, .contact-form .col-sm-12.contact-form__text-area {
    max-width: 828px;
  }
}
.contact-form .contact-form__module > .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.contact-form .contact-form__module > .col-xs-12.field_group .col-sm-6:first-child {
  padding-left: 0;
}
@media all and (max-width: 767px) {
  .contact-form .contact-form__module > .col-xs-12.field_group .col-sm-6:first-child {
    padding-right: 0;
  }
}
.contact-form .contact-form__module > .col-xs-12.field_group .col-sm-6:last-child {
  padding-right: 0;
}
@media all and (max-width: 767px) {
  .contact-form .contact-form__module > .col-xs-12.field_group .col-sm-6:last-child {
    padding-left: 0;
  }
}
.contact-form .contact-form__module > .col-xs-12.field_group .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.contact-form .errorContainer ul {
  margin-bottom: 0px;
}
.contact-form .icon-validation_valid {
  display: none !important;
}
.contact-form .coe-success ~ .icon-validation_valid {
  display: block !important;
  display: initial !important;
  fill: #4DAF24;
  width: 30px;
  height: 30px;
  bottom: 10px;
  right: 20px;
  position: absolute;
  z-index: 99;
  /* No VWPF-Ticket but reduced to enshure icons thereunder e.g. anchor bar */
}
.contact-form .icon-validation_invalid {
  display: none !important;
  fill: white;
  width: 30px;
  height: 30px;
  bottom: 5px;
  right: 10px;
  position: absolute;
}
.contact-form .coe-error ~ .icon-validation_invalid {
  display: block !important;
  display: initial !important;
  fill: #c82e2d;
  width: 14px;
  height: 14px;
  bottom: 40px;
  right: 30px;
  position: absolute;
  z-index: 99;
  /* No VWPF-Ticket but reduced to enshure icons thereunder e.g. anchor bar */
}
.contact-form textarea ~ .icon-validation_invalid {
  top: 51px;
  bottom: initial;
}
.contact-form textarea ~ .icon-validation_valid {
  top: 44px;
  bottom: initial;
}
.contact-form .contact-form__select-arrow {
  top: 15px;
  fill: #0099da;
  height: 15px;
  position: absolute;
  right: 15px;
  width: 15px;
}
.contact-form .contact-form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 26px;
  border: 1px solid #bdc3c6;
  width: 100%;
  position: relative;
  background: transparent;
}
.contact-form .contact-form__select:focus {
  border: 1px solid #0099da;
}
.contact-form .contact-form__select::-ms-expand {
  display: none;
}
.contact-form.form-control {
  background-color: initial !important;
}
.contact-form .col-xs-12 input.form-control, .contact-form .col-xs-12 textarea.form-control {
  border: 1px solid #bdc3c6;
}
.contact-form .col-xs-12 input.form-control:focus, .contact-form .col-xs-12 textarea.form-control:focus {
  border: 1px solid #0099da;
}
.contact-form label {
  display: flex;
  padding: 15px 0 0;
  color: #808890;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 3px;
}
.contact-form input[type="checkbox"] {
  margin-top: 0;
  margin-right: 10px;
}
.contact-form input[type="checkbox"], .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
  padding-right: 40px;
}
.contact-form .form-control {
  height: 40px;
}
.contact-form .contact-form__select-background {
  padding: 0;
  background-color: white;
}
.contact-form .contact-form__select-background .coe-error ~ .icon-validation_invalid {
  display: block !important;
  display: initial !important;
  fill: #c82e2d;
  width: 14px;
  height: 14px;
  bottom: 13px;
  right: 43px;
  position: absolute;
}
.contact-form .contact-form__select-background .coe-success ~ .icon-validation_valid {
  display: block !important;
  display: initial !important;
  fill: #4daf24;
  width: 30px;
  height: 30px;
  bottom: 5px;
  right: 35px;
  position: absolute;
}
.contact-form .contact-form__textarea {
  height: auto;
  height: initial;
}
.contact-form .contact-form__textarea-feedback {
  right: 5px;
  top: 20px;
  position: absolute;
  color: #808890;
}
.contact-form input[type="checkbox"] {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  min-width: 30px;
  position: relative;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  margin: 0;
  margin-right: 10px;
  background-color: white;
}
.contact-form input[type="checkbox"]:focus {
  outline: none !important;
  box-shadow: none;
}
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="tel"]:focus {
  outline: none !important;
  box-shadow: none;
}
.contact-form select:focus, .contact-form textarea:focus {
  outline: none !important;
  box-shadow: none;
}
.contact-form input[type="checkbox"]:active, .contact-form input[type="text"]:active, .contact-form input[type="email"]:active, .contact-form input[type="tel"]:active {
  outline: none !important;
  box-shadow: none;
}
.contact-form select:active, .contact-form textarea:active {
  outline: none !important;
  box-shadow: none;
}
.contact-form input[type="checkbox"]:checked {
  background-color: #0099da;
  border: 0px;
}
.contact-form .contact-form__input {
  float: none;
}
@media all and (min-width: 768px) {
  .contact-form .contact-form__input {
    width: calc(25% - 9px);
  }
}
@media all and (min-width: 1024px) {
  .contact-form .contact-form__input {
    max-width: 198px;
  }
}
.contact-form .contact-form__input.disabled {
  background-color: #bdc3c6;
  border: 1px solid #808890;
  color: #808890;
}
.contact-form .contact-form__subline {
  padding-top: 15px; /* Changed from 35px to 15px */
}
.contact-form .contact-form__agb-label {
  color: #1d1f20;
  font-family: "VWAGTheAntiqua",sans-serif;
  font-weight: normal;
  margin: 0;
}
.contact-form label.checkbox input[type="checkbox"] {
  display: none;
}
.contact-form label.checkbox input[readonly="readonly"] ~ span {
  background-color: #bdc3c6;
  border: 1px solid #dee1e3;
}
.contact-form label.checkbox input[readonly="readonly"] ~ span svg {
  fill: transparent;
}
.contact-form label.checkbox input[readonly="readonly"]:checked ~ span svg {
  fill: #dee1e3;
}
.contact-form label.checkbox span {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  min-width: 30px;
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  margin-right: 10px;
  background-color: white;
  border: 1px solid #dee1e3;
}
.contact-form label.checkbox :checked ~ span {
  background-color: #0099da;
  border: 1px solid #0099da;
}
.contact-form .contact-form__label-checkbox {
  position: relative;
}
.contact-form .contact-form__label-checkbox .contact-form__checkBox-icon {
  position: absolute;
  height: 100%;
  width: 30px;
  fill: white;
}
/* .contact-form .contact-form__label-checkbox.parsley-error {
  border: none !important;
}
.contact-form .contact-form__label-checkbox.parsley-error span {
  border: 1px solid #c82e2d !important;
} */
.contact-form .field_group {
  padding: 0;
}
.contact-form .errorContainer {
  padding: 0;
  margin-top: 5px;
  font-size: 12px;
}

@-moz-document url-prefix() {
  ::-moz-focus-inner {
    border: none;
  }

  select:-moz-focusring {
    color: transparent;
    text-shadow: 0px 0px 0px #000;
  }
}

/* New styles for CoE */
.contact-form .errorContainer {
  color: #c82e2d;
}

.contact-form .coe-error {
      border: 1px solid #c82e2d !important;
}

.contact-form .contact-form__label-checkbox.coe-error {
  border: none !important;
}
.contact-form .contact-form__label-checkbox.coe-error span {
  border: 1px solid #c82e2d !important;
}
.contact-form{
  overflow: auto;
  padding-bottom: 40px;
}
.contact-form__subline{
  color: #2f3538;
  font-size: 14px;
  line-height: 22px;
  font-family: VWAGTheSans-Regular;
  font-weight: 400;
  font-style: normal;
}

.contact-form .contact-form__submit-container .btn{
  text-align: center !important;
}

/* adjusting heading */
.contact-form .heading--2 {
    padding-bottom: 2.5rem;
    padding-top: 4rem;
    margin-right: auto;
}

.contact-form h2 {
  font-family: "VWAGTheAntiqua-Bold";
  font-style: normal;
}

.contact-form .modal {
  display: block;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  /* Removimg padding top as it is causing issues with tab bar */
  /* padding-top: 100px;  Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.contact-form .modal-content {
  background-color: #dee1e3;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.height-zero {
  height: 0px !important;
}

.modal-open .modal{
  z-index: 1050;
}

.modal-header{
  border-bottom: 1px solid rgba(29, 31, 32, 0.3);
}

.modal__close-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  cursor: pointer;
  background: #000 !important;
  border: none;
  display: inline-block;
  position: absolute;
  right: 2.0rem;
  top: 1.5rem;
  z-index: 2001;
  display: block;
  width: 3.0rem;
  height: 3.0rem;
  border-radius: 1.5rem;
  background-color: rgba(29, 31, 32, 0.3);
  transition: background-color 0.1s
}
.modal__close-button::-moz-focus-inner {
  border: 0;
  padding: 0
}
.modal__close-button:focus {
  outline: none
}
.modal__close-button svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: #fff
}
.modal__close-button:hover {
  background-color: rgba(29, 31, 32, 0.5)
}

.modal-header .close {
  margin-top: 1rem;
}

.form-field-disclaimer_label-checkbox {
	display: none;
    font-size: 16px;
    padding-left: 35px;
}

.social-sharing-dialog {
    position: fixed;
    z-index: 30;
    left: -100%;
    top: 0;
    right: 100%;
    bottom: 0;
    width: auto;
    height: auto;
    opacity: 0;
    transition: opacity 0.3s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}
.social-sharing-dialog--visible {
    left: 0;
    right: 0;
    opacity: 1
}
.social-sharing-dialog__element-wrapper {
    position: absolute;
    width: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(29, 31, 32, 0.3)
}
.social-sharing-dialog__element {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    background: #fff;
    display: none
}
.social-sharing-dialog__element--visible {
    display: block
}
.social-sharing-dialog__head {
    position: relative;
    height: 6.0rem;
    background-color: #dee1e3
}
.social-sharing-dialog__icon {
    position: absolute;
    bottom: 0;
    left: 4.5rem;
    width: 8.0rem;
    height: 5.0rem;
    fill: #fff
}
.social-sharing-dialog__close-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    background: none;
    border: none;
    display: inline-block;
    position: absolute;
    right: 2.0rem;
    top: 1.5rem;
    z-index: 21;
    display: block;
    width: 3.0rem;
    height: 3.0rem;
    border-radius: 1.5rem;
    background-color: rgba(29, 31, 32, 0.3);
    transition: background-color 0.1s
}
.social-sharing-dialog__close-button::-moz-focus-inner {
    border: 0;
    padding: 0
}
.social-sharing-dialog__close-button:focus {
    outline: none
}
.social-sharing-dialog__close-button svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: #fff
}
.social-sharing-dialog__close-button:hover {
    background-color: rgba(29, 31, 32, 0.5)
}
.social-sharing-dialog__content {
    padding: 4.0rem 4.5rem 4.0rem
}
.social-sharing-dialog__title {
    padding-bottom: 1.0rem
}
.social-sharing-dialog__headline {
    margin: -0.3em 0;
    padding: 0 0 3.0rem;
    font-family: "VWAGTheAntiqua-Bold", Arial, sans-serif;
    font-weight: normal;
    letter-spacing: -0.025em;
    font-size: 2.8rem;
    line-height: 1.1;
    color: #1d1f20;
    text-transform: uppercase
}
.social-sharing-dialog__copy {
    padding-bottom: 3.5rem
}
.social-sharing-dialog__accept-button {
    width: auto;
    min-width: 20.0rem;
    max-width: 28.0rem
}
@media only screen and (min-width: 48em) {
    .social-sharing-dialog__element {
        width: 57.0rem
    }
    .social-sharing-dialog__head {
        height: 7.0rem
    }
    .social-sharing-dialog__close-button {
        right: 1.5rem;
        top: 1.5rem;
        width: 4.0rem;
        height: 4.0rem;
        border-radius: 2.0rem
    }
    .social-sharing-dialog__content {
        padding: 5.0rem 5.0rem 4.0rem
    }
    .social-sharing-dialog__accept-button {
        max-width: 19.6rem
    }
}
.copytext {
    padding: 3.0rem 0;
    word-wrap: break-word;
}

.copytext h1, .copytext h2 {
    font-family: "VWAGTheAntiqua-Bold", Arial, sans-serif;
    font-weight: normal;
    letter-spacing: -0.025em;
    color: #1d1f20;
    padding-bottom: 2.0rem;
}

.copytext h1 { /* Same style as .heading--3 */
    font-size: 2.1rem;
    line-height: 1.1904761905;
    margin: -.3846151215rem 0 -.2350425694rem;
}

.copytext h2 { /* Same style as .heading--4 */
    font-size: 1.8rem;
    line-height: 1.2222222222;
    margin: -.3384613069rem 0 -.2068374611rem;
}

.copytext ul, .copytext ol {
    margin: 0;
    padding-bottom: 3.0rem;
}

.copytext li {
    list-style-position: outside !important;
    font-size: 1.5rem;
    line-height: 1.5333333333;
}

.coe-copytext p:not(:last-child) {
    padding-bottom: 3.0rem;
}

.coe-copytext.is-edited {
    padding: 3.0rem;
}

.module--dark .copytext p, .module--dark .copytext li, .module--dark .copytext h1, .module--dark .copytext h2 {
    color: white;
}

@media only screen and (min-width: 64em) {
    .copytext h1 {
        font-size: 2.8rem;
        line-height: 1.1785714286;
        margin: -.6346149505rem 0 -.3878202396rem
    }

    .copytext h2 {
        font-size: 2.4rem;
        line-height: 1.2083333333;
        margin: -.5576919262rem 0 -.3408117257rem
    }

    .copytext li {
        font-size: 1.6rem;
        line-height: 1.5625;
    }
}

@media only screen and (min-width: 92.875em) {
    .copytext h1 {
        font-size: 3.3rem;
        line-height: 1.1818181818;
        margin: -.8999993843rem 0 -.5499996125rem
    }

    .copytext h2 {
        font-size: 2.8rem;
        line-height: 1.1785714286;
        margin: -.6346149505rem 0 -.3878202396rem
    }

    .copytext li {
        font-size: 1.9rem;
        line-height: 1.4736842105;
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    transition-property: transform, height
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 7;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms;
    transform: translate3d(0, 0, 0);
    z-index: 7
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}
.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 7
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 7;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}
.carousel {
    text-align: center;
    padding-bottom: 5.5rem
}
.carousel.dragging .swiper-slide {
    pointer-events: none
}
.d4 .carousel {
    width: 100%;
    margin: 0 auto
}
.d4 .carousel__slider {
    margin: 0 auto
}
.d4 .carousel .prev-next-button {
    top: 15%
}
.carousel .heading--2 {
    width: 82.8571428571%;
    padding-bottom: 4rem;
    padding-top: 4rem;
    margin-left: auto;
    margin-right: auto
}
.carousel__slider {
    margin: 0;
    overflow: hidden
}
.carousel .swiper-slide {
    width: 48.5714285714%
}
.carousel__image-container img {
    width: 100%;
    height: auto
}
.carousel .prev-next-button {
    background: none;
    display: none
}
.carousel .prev-next-button svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    fill: #0099da
}
.carousel .prev-next-button:focus {
    box-shadow: none
}
.carousel .prev-next-button .arrow {
    fill: #0099da
}
.carousel .swiper-pagination {
    position: relative;
    top: auto;
    bottom: auto
}
.carousel .swiper-pagination .swiper-pagination-bullet {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.4rem;
    margin: 2.5rem 0rem .8rem .8rem;
}
.carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0099da
}
.carousel .heading--4 {
    width: 48.5714285714%;
    padding-top: .8rem;
    padding-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: opacity .5s
}
.carousel__details {
    width: 82.8571428571%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: opacity .5s
}
.carousel__disclaimer-box {
    opacity: 0;
    margin-left: -42.8571428571%;
    margin-right: -42.8571428571%;
    text-align: left;
    word-break: break-word;
    padding-top: 3rem;
    padding-bottom: 3.5rem;
    transition: opacity .5s
}
.carousel .swiper-slide-active .carousel__disclaimer-box,
.carousel .swiper-slide-active .heading--4,
.carousel .swiper-slide-active .carousel__details {
    opacity: 1;
    transition: opacity .5s
}
@media only screen and (min-width: 30em) {
    .carousel .heading--2 {
        width: 82.8571428571%
    }
    .carousel .swiper-slide {
        width: 48.5714285714%
    }
    .carousel__details {
        width: 82.8571428571%
    }
    .carousel .heading--4 {
        width: 48.5714285714%
    }
}
@media only screen and (min-width: 48em) {
    .carousel {
        padding: 8rem 0 6rem 0;
        margin-left: 0;
        width: 100%
    }
    .carousel .heading--2 {
        width: 66.0130718954%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 3rem;
        padding-top: 0
    }
    .carousel__slider {
        margin-top: 3.5rem;
        margin-bottom: 0;
        width: 100%
    }
    .carousel .swiper-slide {
        width: 32.0261437908%;
        padding: 0 .6rem
    }
    .carousel .carousel__disclaimer-box,
    .carousel .heading--4,
    .carousel .carousel__details {
        opacity: 1 !important
    }
    .carousel__disclaimer-box {
        margin-left: 0;
        margin-right: 0
    }
    .carousel .prev-next-button {
        background: none;
        width: 5rem;
        height: 100%;
        display: block;
        top: 0
    }
    .carousel .swiper-button-prev {
        left: -5rem
    }
    .carousel .swiper-button-next {
        right: -5rem
    }
    .carousel .swiper-pagination {
        position: relative;
        bottom: auto
    }
    .carousel .swiper-pagination .swiper-pagination-bullet {
        width: 1.3rem;
        height: 1.3rem;
        border-radius: 0.4rem
    }
    .carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #0099da
    }
}
@media only screen and (min-width: 64em) {
    .carousel__slider {
        width: 100%
    }
    .carousel .swiper-slide {
        width: 32.3943661972%
    }
}
@media only screen and (min-width: 80.0625em) {
    .carousel__slider {
        width: 100%
    }
    .carousel .swiper-slide {
        width: 32.3943661972%
    }
    .carousel__image-container img {
        width: 66%;
        height: auto
    }
}
@media only screen and (min-width: 92.875em) {
    .carousel__slider {
        width: 100%
    }
    .carousel .swiper-slide {
        width: 32.3943661972%
    }
}
@media only screen and (min-width: 120em) {
    .carousel__slider {
        width: 100%
    }
    .carousel .swiper-slide {
        width: 32.3943661972%
    }
}

.onsitead-disruptor {
    position: relative;
    z-index: 1;
    display: none;
    opacity: 0
}
.onsitead-disruptor__bubble {
    width: 20.2857142857%;
    max-width: 25rem;
    background-color: #faaa00;
    border-radius: 50% 50% 0 50%;
    position: absolute;
    top: -4rem
}
.onsitead-disruptor__bubble:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%
}
.onsitead-disruptor__content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}
.onsitead-disruptor__headline {
    text-align: center;
    color: #fff
}
.onsitead-disruptor .grid-container {
    position: relative
}
.onsitead-disruptor.position--mid .onsitead-disruptor__bubble {
    margin-left: 51.4285714286%
}
.onsitead-disruptor.flipped .onsitead-disruptor__bubble {
    position: absolute;
    right: 0;
    border-radius: 50% 50% 50% 0
}
@media only screen and (min-width: 48em) {
    .onsitead-disruptor {
        display: block
    }
    .onsitead-disruptor.hide-on-small-devices {
        display: none
    }
}
@media only screen and (min-width: 64em) {
    .onsitead-disruptor {
        display: block
    }
    .onsitead-disruptor.hide-on-small-devices {
        display: block
    }
}
.breaker__wrapper {
    overflow: hidden
}
.breaker__list {
    margin: -1.4285714286%;
    padding: 0;
    list-style: none
}
.breaker__list:after {
    content: " ";
    display: block;
    clear: both
}
.breaker__item {
    margin: 0;
    padding: 1.4285714286%;
    width: 100%;
    position: relative;
    float: left
}
.breaker__item .breaker__link {
    display: block;
    position: relative
}
.breaker__item .breaker__link:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 28.125%
}
.breaker__item:nth-of-type(1):nth-last-of-type(2),
.breaker__item:nth-of-type(2),
.breaker__item:nth-of-type(3) {
    width: 50%
}
.breaker__item:nth-of-type(1):nth-last-of-type(2) .breaker__link:before,
.breaker__item:nth-of-type(2) .breaker__link:before,
.breaker__item:nth-of-type(3) .breaker__link:before {
    padding-top: 56.25%
}
.breaker__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.breaker__icon {
    display: block;
    width: 4.0rem;
    height: 4.0rem;
    background-color: rgba(29, 31, 32, 0.3);
    border-radius: 50%;
    transition: background-color 0.1s;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2.0rem auto auto -2.0rem
}
.breaker__link:hover .breaker__icon {
    background-color: rgba(29, 31, 32, 0.5)
}
.breaker__icon svg {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1.25rem auto auto -1.25rem;
    fill: #fff
}
.breaker__disclaimer-box {
    padding: 0.5rem 0 3.0rem
}
@media only screen and (min-width: 30em) {
    .breaker__list {
        margin: -1.4285714286%
    }
    .breaker__item {
        padding: 1.4285714286%
    }
}
@media only screen and (min-width: 48em) {
    .breaker__list {
        margin: -.9803921569%
    }
    .breaker__item {
        padding: .9803921569%
    }
    .breaker__icon {
        left: auto;
        right: 2.0rem;
        top: auto;
        bottom: 2.0rem;
        margin: 0
    }
    .breaker__disclaimer-box {
        padding: 1.0rem 0 6.0rem
    }
}
@media only screen and (min-width: 64em) {
    .breaker__list {
        margin: -.7042253521%
    }
    .breaker__item {
        padding: .7042253521%
    }
}
@media only screen and (min-width: 80.0625em) {
    .breaker__list {
        margin: -.7042253521%
    }
    .breaker__item {
        padding: .7042253521%
    }
}
@media only screen and (min-width: 92.875em) {
    .breaker__list {
        margin: -.7042253521%
    }
    .breaker__item {
        padding: .7042253521%
    }
}
@media only screen and (min-width: 120em) {
    .breaker__list {
        margin: -.7042253521%
    }
    .breaker__item {
        padding: .7042253521%
    }
}
.vw_transition_collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  @include transition-property(height, visibility);
  @include transition-duration(.5s);
  @include transition-timing-function(ease);
}


/* Commenting this to work well with CoE
.vw_accordion_item_container:first-child {
  border-top: 2px solid #bdc3c6;
}
*/
.vw_accordion_item_container:last-child .vw_accordion_item_content {
  padding-bottom: 0;
}

@media all and (max-width: 767px) {
  .vw_accordion_item_container:last-child .vw_accordion_item.vw_active .vw_accordion_item_content {
    margin-bottom: 10px;
  }
}
.vw_acc_item_container.vw_accordion_item_container:last-child .vw_active {
  padding-bottom: 4px;
  padding-bottom: 52px;
}
@media all and (max-width: 767px) {
  .vw_acc_item_container.vw_accordion_item_container:last-child .vw_active {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.vw_accordion_item {
  /**
   * Accordion States
   */
}
.vw_accordion_item .vw_accordion_item_head_container {
  position: relative;
}
.vw_accordion_item .vw_accordion_item_head {
  padding: 15px 0 20px;
  background-color: #dee1e3; /* Modified for CoE */
}
@media all and (min-width: 768px) {
  .vw_accordion_item .vw_accordion_item_head {
    padding: 20px 0 25px 0; /* Modified for CoE */
  }
}
.vw_accordion_item .vw_accordion_item_toggle {
  position: relative;
  color: #1d1f20;
  outline: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.vw_accordion_item .vw_accordion_item_toggle .vw_accordion_icon_container {
  text-align: center;
  padding-top: 4px;
}
@media all and (min-width: 768px) {
  .vw_accordion_item .vw_accordion_item_toggle .vw_accordion_icon_container {
    padding-top: 1px;
  }
}
@media all and (min-width: 960px) {
  .vw_accordion_item .vw_accordion_item_toggle .vw_accordion_icon_container {
    padding-top: 6px;
  }
}
.vw_accordion_item .vw_accordion_item_toggle .vw_accordion_label_container .vw_acc_head_4 {
  text-align: left;
}
.vw_accordion_item .vw_accordion_item_toggle .vw_accordion_label_container .vw_acc_head_4 {
  top: -7px;
}
@media all and (min-width: 768px) {
  .vw_accordion_item .vw_accordion_item_toggle .vw_accordion_label_container .vw_acc_head_4 {
    top: -11px;
  }
}
.vw_accordion_item .vw_accordion_item_toggle .vw_accordion_icon {
  margin-left: -5px;
  width: 14px;
  height: 14px;
  fill: #0099da;
}
@media all and (min-width: 768px) {
  .vw_accordion_item .vw_accordion_item_toggle .vw_accordion_icon {
    width: 18px;
    height: 18px;
  }
}
.vw_accordion_item .vw_accordion_item_content {
  display: none;
  visibility: hidden;
  transition-property: height;
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}
.vw_accordion_item.vw_active .vw_accordion_item_content {
  display: block;
  visibility: visible;
  margin-top: 5px;
  /* VWPF-949, NGW-4240 */
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
}
@media all and (min-width: 768px) {
  .vw_accordion_item.vw_active .vw_accordion_item_content {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 767px) {
  .vw_accordion_item.vw_active .vw_accordion_item_content {
    margin-bottom: 0px;
  }
}
.vw_accordion_item.vw_active .vw_accordion_item_content .vw_background {
  margin-left: 0px;
  margin-right: 0px;
}
.vw_accordion_item.vw_active .vw_accordion_icon {
  margin: 0 auto;
  margin-left: 0px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/**
 * m108 Accordion Styles
 */
.vw_coe_accordion {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .vw_coe_accordion {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.vw_coe_accordion .vw_accordion_item_content {
  padding-bottom: 20px;
}
@media all and (min-width: 768px) {
  .vw_coe_accordion .vw_accordion_item_content {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 768px) {
  .vw_coe_accordion .vw_accordion_item_content > *:first-of-type section {
    margin-top: -5px;
    padding-top: 0px;
  }
  .vw_coe_accordion .vw_accordion_item_content > *:first-of-type section.vw_m105_gallery {
    margin-top: 7px;
  }
  .vw_coe_accordion .vw_accordion_item_content > *:first-of-type section.vw_m103_copymedia {
    margin-top: -34px;
  }
  .vw_coe_accordion .vw_accordion_item_content > *:first-of-type section.vw_m102_copy, .vw_coe_accordion .vw_accordion_item_content > *:first-of-type section.vw_m102_copy_2col {
    margin-top: -8px;
  }
  .vw_coe_accordion .vw_accordion_item_content > *:first-of-type section.vw_m102_copy .vw_m021_head_3, .vw_coe_accordion .vw_accordion_item_content > *:first-of-type section.vw_m102_copy_2col .vw_m021_head_3 {
    padding-top: 25px;
  }
}
@media all and (min-width: 768px) {
  .vw_coe_accordion .vw_accordion_item_content > *:first-of-type section {
    padding-top: 7px;
  }
  .vw_coe_accordion .vw_accordion_item_content > *:first-of-type section.vw_m105_gallery {
    margin-top: 30px;
  }
  .vw_coe_accordion .vw_accordion_item_content > *:first-of-type section.vw_m103_copymedia {
    padding-top: 40px;
  }
  .vw_coe_accordion .vw_accordion_item_content > *:first-of-type section.vw_m102_copy, .vw_coe_accordion .vw_accordion_item_content > *:first-of-type section.vw_m102_copy_2col {
    margin-top: 11px;
  }
  .vw_coe_accordion .vw_accordion_item_content > *:first-of-type section.vw_m102_copy .vw_m021_head_3, .vw_coe_accordion .vw_accordion_item_content > *:first-of-type section.vw_m102_copy_2col .vw_m021_head_3 {
    padding-top: 20px;
  }
}

#e5_powerlayer .vw_coe_accordion .vw_accordion_item_content .vw_m690_m104 {
  margin-bottom: 17px;
}
@media all and (min-width: 768px) {
  #e5_powerlayer .vw_coe_accordion .vw_accordion_item_content .vw_m690_m104 {
    margin-bottom: 37px;
  }
}

/* headings */

.vw_acc_head_4 {
  font-size: 18px;
  line-height: 22px;
}
@media all and (min-width: 960px) {
  .vw_acc_head_4 {
    font-size: 24px;
    line-height: 29px;
  }
}

/* Classes added to work well in CoE */
.vw_acc_head_4 {
  margin:0px;
  font-family: VWAGTheAntiqua-Bold;
}

.accordion__section .module {
  padding: 4rem 0;
}

/*
 * (c) pro!vision Gmbh
 * author: ftopcu
 */
.tab_bar {
    /* VWPF-449, NGW-3616: Use translate3d to make menu sticky on touchmove for iPad */
    transform: translate3d(0, 0, 0);
    margin: 0px -20px;
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
}

.tab_bar.vw_sticky {
    position: fixed;
    top: 0;
    z-index: 5000;
    width: 100%;
    padding-right: 0;
}

@media all and (min-width: 768px) {
    .tab_bar.vw_sticky {
        padding-right: 96px;
    }
}

@media all and (min-width: 768px) {
    .tab_bar {
        margin-left: -48px;
        margin-right: -48px;
    }
}

@media all and (min-width: 1024px) {
    .tab_bar {
        margin-left: -50px;
        margin-right: -50px;
    }
}

@media all and (min-width: 1281px) {
    .tab_bar {
        margin-left: -60px;
        margin-right: -60px;
    }
}

@media all and (min-width: 1486px) {
    .tab_bar {
        margin-left: -80px;
        margin-right: -80px;
    }
}

@media all and (min-width: 768px) {
    .tab_bar {
        overflow: visible;
    }
}

.tab_bar.swipable {
    /*    background-color: red;*/
    padding-right: 0;
}

.tab_bar.swipable .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.tab_bar.swipable .tab_bar_row {
    margin: 0;
}

.tab_bar.swipable .tab_bar_nav_container {
    padding-left: 0;
    padding-right: 0;
}

.tab_bar.swipable .tab_bar_nav_list {
    position: relative;
    -webkit-transition: 800ms cubic-bezier(0.6, 0, 0.4, 1);
    transition: 800ms cubic-bezier(0.6, 0, 0.4, 1);
    -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
    /* Safari and Chrome */
    transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}

.tab_bar .tab_bar_nav_container {
    overflow: hidden;
}

.tab_bar .tab_bar_nav_list {
    white-space: nowrap;
    display: table;
    padding-right: 40px;
}

@media all and (min-width: 768px) {
    .tab_bar .tab_bar_nav_list {
        width: 100%;
        white-space: normal;
        padding-right: 0px;
    }
}

.tab_bar .tab_bar_nav_item {
    display: table-cell;
    padding-right: 30px;
}

@media all and (min-width: 768px) {
    .tab_bar .tab_bar_nav_item {
        float: left;
        display: block;
    }
}

.tab_bar .tab_bar_nav_link {
    position: relative;
    color: #1d1f20;
}

@media all and (min-width: 768px) {
    .tab_bar .tab_bar_nav_link:hover, .tab_bar .tab_bar_nav_link:active {
        color: #fff;
        outline: none;
        text-decoration: none;
    }
}

.tab_bar .tab_bar_nav_link.active {
    color: #fff;
}

.tab_bar .tab_bar_overlay {
    position: absolute;
    z-index: 1000;
}

@media all and (min-width: 768px) {
    .tab_bar .tab_bar_overlay {
        display: none;
    }
}

.tab_bar_2nd {
    background-color: #bdc3c6;
}

.tab_bar_2nd .tab_bar_row {
    display: flex;
}

/*.tab_bar_2nd .tab_bar_row .quick-access-buttons {
  position: relative;
}*/
.tab_bar_2nd .tab_bar_nav_container {
    min-height: 6.4rem;
    width: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    overflow: auto;
}

.tab_bar_2nd .tab_bar_nav_link {
    font-size: 1.4rem;
    line-height: 2.4rem;
}

@media all and (min-width: 768px) {
    .tab_bar_2nd .tab_bar_nav_link {
        font-size: 1.6rem;
        line-height: 3.2rem;
    }
}

.tab_bar_2nd .tab_bar_overlay_left {
    height: 55px;
    margin-top: -57px; /* changing this to adjust the position */
    background: -webkit-linear-gradient(left, #bdc3c6 0%, rgba(189, 195, 198, 0) 50%, rgba(189, 195, 198, 0) 100%);
    background: -moz-linear-gradient(left, #bdc3c6 0%, rgba(189, 195, 198, 0) 50%, rgba(189, 195, 198, 0) 100%);
    background: -ms-linear-gradient(left, #bdc3c6 0%, rgba(189, 195, 198, 0) 50%, rgba(189, 195, 198, 0) 100%);
    background: linear-gradient(left, #bdc3c6 0%, rgba(189, 195, 198, 0) 50%, rgba(189, 195, 198, 0) 100%);
    left: 0;
}

.tab_bar_2nd .tab_bar_overlay_left .tab_bar_overlay_left_arrow_container {
    background: #bdc3c6;
    float: left;
    height: 100%;
}

.tab_bar_2nd .tab_bar_overlay_left .tab_bar_overlay_left_arrow_container:hover {
    cursor: pointer;
}

.tab_bar_2nd .tab_bar_overlay_left .tab_bar_left_arrow_container_overlay {
    background: -webkit-linear-gradient(left, #bdc3c6 0%, rgba(189, 195, 198, 0) 50%, rgba(189, 195, 198, 0) 100%);
    background: -moz-linear-gradient(left, #bdc3c6 0%, rgba(189, 195, 198, 0) 50%, rgba(189, 195, 198, 0) 100%);
    background: -ms-linear-gradient(left, #bdc3c6 0%, rgba(189, 195, 198, 0) 50%, rgba(189, 195, 198, 0) 100%);
    background: linear-gradient(left, #bdc3c6 0%, rgba(189, 195, 198, 0) 50%, rgba(189, 195, 198, 0) 100%);
    float: left;
    height: 100%;
    width: 10px;
}

.tab_bar_2nd .tab_bar_overlay_right {
    height: 55px;
    margin-top: -57px; /* changing this to adjust the position */
    background: -webkit-linear-gradient(left, rgba(189, 195, 198, 0) 0%, rgba(189, 195, 198, 0) 50%, #bdc3c6 100%);
    background: -moz-linear-gradient(left, rgba(189, 195, 198, 0) 0%, rgba(189, 195, 198, 0) 50%, #bdc3c6 100%);
    background: -ms-linear-gradient(left, rgba(189, 195, 198, 0) 0%, rgba(189, 195, 198, 0) 50%, #bdc3c6 100%);
    background: linear-gradient(left, rgba(189, 195, 198, 0) 0%, rgba(189, 195, 198, 0) 50%, #bdc3c6 100%);
    right: 0;
}

.tab_bar_2nd .tab_bar_overlay_right .tab_bar_right_arrow_container_overlay {
    background: -webkit-linear-gradient(left, rgba(189, 195, 198, 0) 0%, rgba(189, 195, 198, 0) 50%, #bdc3c6 100%);
    background: -moz-linear-gradient(left, rgba(189, 195, 198, 0) 0%, rgba(189, 195, 198, 0) 50%, #bdc3c6 100%);
    background: -ms-linear-gradient(left, rgba(189, 195, 198, 0) 0%, rgba(189, 195, 198, 0) 50%, #bdc3c6 100%);
    background: linear-gradient(left, rgba(189, 195, 198, 0) 0%, rgba(189, 195, 198, 0) 50%, #bdc3c6 100%);
    float: left;
    height: 100%;
    width: 10px;
}

.tab_bar_2nd .tab_bar_overlay_right .tab_bar_overlay_right_arrow_container {
    background: #bdc3c6;
    float: left;
    height: 100%;
}

.tab_bar_2nd .tab_bar_overlay_right .tab_bar_overlay_right_arrow_container:hover {
    cursor: pointer;
}

.tab_bar_2nd .tab_bar_overlay svg {
    fill: #1d1f20;
    height: 20px;
    margin-top: 18px;
    width: 20px;
}

@media all and (min-width: 768px) {
    .tab_bar_2nd .tab_bar_overlay svg {
        display: none;
    }
}

.tab_bar_2nd .vw_svg_show {
    display: block !important;
}

.tab_bar_3rd {
    background-color: #808890;
}

.tab_bar_3rd .tab_bar_nav_container {
    min-height: 4rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    overflow: auto;
}

.tab_bar_3rd .tab_bar_nav_link {
    font-size: 1.4rem;
    line-height: 2.2rem;
}

@media all and (min-width: 768px) {
    .tab_bar_3rd .tab_bar_nav_link {
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
}

.tab_bar_3rd .tab_bar_overlay_left {
    height: 40px;
    margin-top: -45px; /* changing this to adjust the position */
    background: -webkit-linear-gradient(left, #808890 0%, rgba(128, 136, 144, 0) 50%, rgba(128, 136, 144, 0) 100%);
    background: -moz-linear-gradient(left, #808890 0%, rgba(128, 136, 144, 0) 50%, rgba(128, 136, 144, 0) 100%);
    background: -ms-linear-gradient(left, #808890 0%, rgba(128, 136, 144, 0) 50%, rgba(128, 136, 144, 0) 100%);
    background: linear-gradient(left, #808890 0%, rgba(128, 136, 144, 0) 50%, rgba(128, 136, 144, 0) 100%);
    left: 0;
}

.tab_bar_3rd .tab_bar_overlay_left .tab_bar_overlay_left_arrow_container {
    background: #808890;
    float: left;
    height: 100%;
}

.tab_bar_3rd .tab_bar_overlay_left .tab_bar_left_arrow_container_overlay {
    background: -webkit-linear-gradient(left, #808890 0%, rgba(128, 136, 144, 0) 100%, rgba(128, 136, 144, 0) 100%);
    background: -moz-linear-gradient(left, #808890 0%, rgba(128, 136, 144, 0) 50%, rgba(128, 136, 144, 0) 100%);
    background: -ms-linear-gradient(left, #808890 0%, rgba(128, 136, 144, 0) 50%, rgba(128, 136, 144, 0) 100%);
    background: linear-gradient(left, #808890 0%, rgba(128, 136, 144, 0) 50%, rgba(128, 136, 144, 0) 100%);
    float: left;
    height: 100%;
    width: 10px;
}

.tab_bar_3rd .tab_bar_overlay_left .tab_bar_left_arrow_container_overlay:hover {
    cursor: pointer;
}

.tab_bar_3rd .tab_bar_overlay_right {
    height: 40px;
    margin-top: -45px; /* changing this to adjust the position */
    background: -webkit-linear-gradient(left, rgba(128, 136, 144, 0) 0%, rgba(128, 136, 144, 0) 50%, #808890 100%);
    background: -moz-linear-gradient(left, rgba(128, 136, 144, 0) 0%, rgba(128, 136, 144, 0) 50%, #808890 100%);
    background: -ms-linear-gradient(left, rgba(128, 136, 144, 0) 0%, rgba(128, 136, 144, 0) 50%, #808890 100%);
    background: linear-gradient(left, rgba(128, 136, 144, 0) 0%, rgba(128, 136, 144, 0) 50%, #808890 100%);
    right: 0;
}

.tab_bar_3rd .tab_bar_overlay_right .tab_bar_right_arrow_container_overlay {
    background: -webkit-linear-gradient(left, rgba(128, 136, 144, 0) 0%, rgba(128, 136, 144, 0) 50%, #808890 100%);
    background: -moz-linear-gradient(left, rgba(128, 136, 144, 0) 0%, rgba(128, 136, 144, 0) 50%, #808890 100%);
    background: -ms-linear-gradient(left, rgba(128, 136, 144, 0) 0%, rgba(128, 136, 144, 0) 50%, #808890 100%);
    background: linear-gradient(left, rgba(128, 136, 144, 0) 0%, rgba(128, 136, 144, 0) 50%, #808890 100%);
    float: left;
    height: 100%;
    width: 10px;
}

.tab_bar_3rd .tab_bar_overlay_right .tab_bar_overlay_right_arrow_container {
    background: #808890;
    float: left;
    height: 100%;
}

.tab_bar_3rd .tab_bar_overlay svg {
    fill: #1d1f20;
    height: 20px;
    margin-top: 10px;
    width: 20px;
}

@media all and (min-width: 768px) {
    .tab_bar_3rd .tab_bar_overlay svg {
        display: none;
    }
}

/* Bold style - copied from foundation/_type.scss */
.tab_bar_2nd .tab_bar_nav_link, .tab_bar_3rd .tab_bar_nav_link {
    font-family: "VWAGTheSans-Bold";
    font-weight: normal;
    font-style: normal;
}

@media only screen and (min-width: 48em) {
    .page.tab_bar_active .quick-access-buttons {
        position: relative;
    }
}

