.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb { position:relative;display:none; }#NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb { border-width: 0; border-radius: 0; }#NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TSrbTr03QP07wvMqtVxsu0MXoTqTQ9Jd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#xhIu179XDhn1is6nOkaKHrxR7iNp8Qis { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:22.25rem;display:none; }
#H5lwPC2bfA2cyTKXAV06FsldRQr6eTCT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:22.25rem;display:none; }
#sIJ58PQJeaSeB335NpmQMH1dAwD6Ki7n { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#gcWbpWuAsqLHUeTbkE7R2fFdMQUlPN7M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yUQVlMfQlR0dM19S7Op3HxaS6GSA9nGC { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#hhGPtgoLDLNuXmMEgZaetz9N8CAC5SMF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MgpacXmloHhBXwbIUeXtG6r2gGH6rxDT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#A1ZcT985SIJtb61PFun0T2lOmKctys0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Di4TRavKsJ9GTxq7myn645lDeIqTCEsI { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#B3zJpBtOTHltSEQXFPBOc9eCk1FTWAQX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XBmAPQ7iEeM8KTDzvf8kiiRsgFukwZ8C { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#U5SByc12D4mHKuiO7LFTCwt7UFmClrDJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfmOK9K1qukUg0yRt9g8XxLqPi24youf { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Je7Guk1dNRpThRIxPZRkxV4BNgGt49zi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GfM4yM1N74Z9zDmyW7DZIg5IGfERKMKE { position:relative;display:none; }#GfM4yM1N74Z9zDmyW7DZIg5IGfERKMKE { border-width: 0; border-radius: 0; }#GfM4yM1N74Z9zDmyW7DZIg5IGfERKMKE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GfM4yM1N74Z9zDmyW7DZIg5IGfERKMKE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xSIxTT29mhEFVypQy9deOIXoLN4rbabb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5 > .row .container { background-color: transparent; background-image: none; }#pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5 > .row .container > .video-iframe-container { display: none; }#pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5 > .row > .video-iframe-container { display: none; }#pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5 > .row .container { border-width: 0; border-radius: 0; }#pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#Ao7ZIMt0kd9W7TC6Tuxzg20vAsUTUrZG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NRVLqQuhUEsRAiOy3hOHOHxaNTCpRa68 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:4.8125rem;top:1.34375rem;left:3.8125rem;overflow:hidden;display:block; }
#pnzAa85W1gcRMUolw5f9isndWD5DKlo8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:audi;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:1rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.96875rem;left:51.5rem;display:block; }
#kbI9VC77Cf6aMNpbJNZ36nSqPN39aohM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lia3hlxu92caLhJ8JNwo3tTrlHsB4VRI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:audi;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.96875rem;left:56.8125rem;display:block; }
#cIDT2GvU2RFlskzFQTnEmtJ5zWLFSXdm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a8pkUUsafnbCBAmocwxx3zqGcFaJ6dC3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:audi;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:1rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.96875rem;left:63.5625rem;display:block; }
#iE3CmScIxmOrwEOfBLmndKqlqkl1m5tS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NpAD0x2qyoAQ12QaSXG3qDfbUDD1XTZD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:audi;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.96875rem;left:68.75rem;display:block; }
#QaA1lbzgGXC8hT0N1ZW5bUslJ821TDlb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row .container { background-color: transparent; background-image: none; }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row .container > .video-iframe-container { display: none; }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row > .video-iframe-container { display: none; }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row .container { border-width: 0; border-radius: 0; }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row .container { width:75rem;height:42.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#zuUycxBwC3XhiaQETwLo6pIfbch7bxrl { position:absolute;display:block;z-index:15000;height:42.1875rem;width:75rem;top:0rem;left:0rem;display:block; }
#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh { display:block; }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh { background-color: transparent; background-image: none; }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh > .row .container > .video-iframe-container { display: none; }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh > .row > .video-iframe-container { display: none; }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh { border-width: 0; border-radius: 0; }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh > .row .container { background-color:#ffffff;background-image:none;width:75rem;height:29.1875rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NwlPfz4bpQ7Ul7lhTJhhrP6IbCXtCz0P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;top:2.9124984741211rem;left:6.7249994277956rem;overflow:hidden;display:none; }
#bA5xTVTaKt66HW1O6wz21whqkmOBkTsp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;top:37.125000953674rem;left:0rem;overflow:hidden;display:none; }
#n9NnwFOssqNJN8h9ui5xKmVakLAExUsS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;top:2.2250003814698rem;left:11.787499427796rem;overflow:hidden;display:none; }
#hwCT6EKiHqP5GhNaCUSblTqW17He4gGs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:10.0625rem;top:9.125rem;left:1.3125rem;overflow:hidden;display:block; }
#XvuduEcJoZL6ciR1TBKyaaUFUSrEhN5v { color:#000000;display:block;width:1.875rem;position:absolute;font-family:audi;font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.25rem;left:5.5rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N1mrSa6JSGuL8DOrzTVXc2voTTxy5eST { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:10.0625rem;top:9.125rem;left:11.3125rem;overflow:hidden;display:block; }
#PTKtfKKzkgx7D9xD6I5Gr4PnVZzaz5Uk { color:#000000;display:block;width:1.875rem;position:absolute;font-family:audi;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:14.25rem;left:15.375rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m88O6E1xOnHNpJeze0Ih7XFAPcKTAUf8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:10.0625rem;top:9.125rem;left:21.4375rem;overflow:hidden;display:block; }
#X5GMq25NKwVA9QXVLPbwUB9tfhRR10yK { color:#000000;display:block;width:4.875rem;position:absolute;font-family:audi;font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.125rem;left:24rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0W01KvBvm95vdmNys69pkt5mpAwdSKF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:10.0625rem;top:9.125rem;left:31.9375rem;overflow:hidden;display:block; }
#bn2kXlPaVA0BNeXG05ltUXHl1w9CXoF1 { color:#000000;display:block;width:7.75rem;position:absolute;font-family:audi;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.25rem;left:33.0625rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTwdT3O2BO2WneiNtd2wemubyLeueQa5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:10.0625rem;top:9.125rem;left:42.1875rem;overflow:hidden;display:block; }
#HN2b5Juz1RNxPLVUQoQKvV7HXUc5u4Gy { color:#000000;display:block;width:4.875rem;position:absolute;font-family:audi;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.125rem;left:44.8125rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpO76DNSMSfBOvClBa3CGTQJRHKIJugP { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:10.0625rem;top:9.125rem;left:52.6875rem;overflow:hidden;display:block; }
#Ckeyg7n2QZhKsoVlu9v2zmhsMhqfvEHq { color:#000000;display:block;width:1.875rem;position:absolute;font-family:audi;font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.25rem;left:56.75rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ds4aVgxlqKXVJeZ1eDD0Nqd4SZKNebeL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:10.0625rem;top:9.0625rem;left:63.1875rem;overflow:hidden;display:block; }
#ift0lw3oZ2PoMHklddgC7scR8ZI5Ping { color:#000000;display:block;width:7.75rem;position:absolute;font-family:audi;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.25rem;left:64.3125rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yk64i0oNJeO4iZHJoaubCucRtWq9hka1 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:10.0625rem;top:16.6875rem;left:41.875rem;overflow:hidden;display:block; }
#cShwnmIcthnpmQW3nfsgifKHZHa1S2OP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:10.0625rem;top:16.6875rem;left:52.375rem;overflow:hidden;display:block; }
#bTH1U8QTCoSdp31U41PDTuAE8FxkTWs9 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:audi;font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:21.8125rem;left:56.4375rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i3lSIvpMOUWBvWUp7LHEKVvq0wLcdVUt { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:10.0625rem;top:16.75rem;left:62.875rem;overflow:hidden;display:block; }
#MhoK9LwOxmoFXGccLqOUZKOf6TFhLs9M { color:#000000;display:block;width:7.75rem;position:absolute;font-family:audi;font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:21.8125rem;left:64rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qGDiWEx9e2eMzN5rBTUnW9SMBa0JuPXL { color:#000000;display:block;width:7.5rem;position:absolute;font-family:audi;font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:21.6875rem;left:43.5rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s7vl4KLInwFWVBrfaLk1mfUWHENlT9bh { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:10.0625rem;top:16.6875rem;left:31.625rem;overflow:hidden;display:block; }
#Bi36AEvHsiTmHp5vuMZobDkFSaAFR0a6 { color:#000000;display:block;width:7.75rem;position:absolute;font-family:audi;font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:21.8125rem;left:32.75rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q04q1MFnmfS6TTh6McAEHM5sWsCguJqk { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:10.0625rem;top:16.6875rem;left:21.0625rem;overflow:hidden;display:block; }
#nmrTV4miWDIB14hHKQ3BkFpac0P01c6B { color:#000000;display:block;width:4.875rem;position:absolute;font-family:audi;font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:21.8125rem;left:23.75rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PcudvBs6GR2IghtFQ8Lfs5ar38Vc36Ss { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:10.0625rem;top:16.6875rem;left:10.9375rem;overflow:hidden;display:block; }
#I2b8FuEOhs6y9CFypLwRS6i6gB1ByC5H { color:#000000;display:block;width:1.875rem;position:absolute;font-family:audi;font-size:0.8125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:21.8125rem;left:15rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CugLteg9crDsls0QkpiQn9uTBnqKGM0T { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:10.0625rem;top:16.6875rem;left:0.9375rem;overflow:hidden;display:block; }
#Vkr54lqog6OJuaMp9hpxlhlnDTFs7fVJ { color:#000000;display:block;width:1.875rem;position:absolute;font-family:audi;font-size:0.8125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:21.8125rem;left:5.1875rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWwvJ45w2234pzXRRzM8VgxqI5203Zq3 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:audi;font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:1.25rem;left:23.968750953674rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CtPKW1t4LHT2RNoSgMF40ZiWJcqJkvye { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:audi;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:4.5rem;left:24.750000953674rem;height:1.3rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rfQccnZhlHP6OyTypCykTkeFFCNFvBnc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:31.25rem;display:none; }
#ecBIbhMeWah0TTr1p8LUSglsWqHD8ove { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:13.5rem;left:9.625rem;display:none; }
#IPWo72FfXT4sd2H2lqlybASzu0ge29g7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:31.25rem;display:none; }
#VW5S3J95dn2bonVhO7LF5XAvVlEIdLNw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:22.5rem;left:3.5625rem;display:none; }
#bePUgueOvNHrcvZJTmTaqeNWlUVr4vC8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:31.25rem;display:none; }
#he8saiUA9bsUgqWrecXPqhS5tRQwAXI3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:30.3125rem;left:3.75rem;display:none; }
#oHqhfht54DzNARUsiFADtX7VbJm4GVdv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:31.25rem;display:none; }
#UVC7S655cwbaabQdR9DVBTuL5mAlPf9v { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:38.8125rem;left:3.75rem;display:none; }
#HmIzxpmIQokmTfGrKiXSXESD2CFSJtyz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:31.25rem;display:none; }
#PLWRzQaig3yeIlcwRsexWqC0TSSNgTor { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:47.25rem;left:3.75rem;display:none; }
#VRQWdLcbQEWTeQLek6duoJTNRc5ZH0eW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:31.25rem;display:none; }
#ZPKS25HcsPdny5Lw3LUJBH0hVg9ILvbH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:55.6875rem;left:3.75rem;display:none; }
#U3lnNaTvHKJOPLnRX9nDLGyeRZyd2r4K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:31.25rem;display:none; }
#nstC5g49tPt7gTwVig5vyVg1UbpzywKZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:64.0625rem;left:3.9375rem;display:none; }
#ggAr4TTSBlZCww5sJL1Gtxg8o3FmlypP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:31.25rem;display:none; }
#hfsIApedP3P67fS2Fhid83Lymy7XIwqe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:72.5625rem;left:3.75rem;display:none; }
#IirH2VqnVdPN1lFqTcZmvTno1QBqp4nf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:31.25rem;display:none; }
#GJtT51iKNSURgZtkl1RTq7GdgmOWhgtT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:80.875rem;left:3.75rem;display:none; }
#EwDPw8OwFnbgs3uO84xHt5RzkPyLCKCb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:31.25rem;display:none; }
#LbPJuvoTu1PDsdKnwm9fL9ptFlkkrHQI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:89.25rem;left:3.75rem;display:none; }
#PKiRND55NUJMRK2XPoJ6NXrgppsk6H7p { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:31.25rem;display:none; }
#RrOlVAewxFITRguwNdbbeqw6EPWhiKZk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:97.75rem;left:3.75rem;display:none; }
#orBNGPiuZ82ybof4xioItXgWtp87zmIZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:31.25rem;display:none; }
#OG1BdarNPymWAOhHBTTZW08m6b7gsw5A { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:106.25rem;left:3.75rem;display:none; }
#Qi10ahJaJsoaiwhv84zFadN389S04LKF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:31.25rem;display:none; }
#GEPdmlniUIBGyb3trlpFrgRTOEOfvskR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:114.6875rem;left:3.75rem;display:none; }
#ImGWyZuUawlrkmEudl4mJQlOJp2PIXqX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:31.25rem;display:none; }
#vvmQcJiOCeTnOT73deE9KyfUaeCns7Of { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:123rem;left:3.75rem;display:none; }
#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf { position:relative;display:block; }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf { background-color: transparent; background-image: none; }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row .container > .video-iframe-container { display: none; }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row > .video-iframe-container { display: none; }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf { border-width: 0; border-radius: 0; }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qsmrgCpAdB4AZW7bi1evVP7DmadJI6o2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#COGKWqquP2nomiwxu5Rru3hhXktVhKar { position:relative;display:block; }#COGKWqquP2nomiwxu5Rru3hhXktVhKar { background-color: transparent; background-image: none; }#COGKWqquP2nomiwxu5Rru3hhXktVhKar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COGKWqquP2nomiwxu5Rru3hhXktVhKar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COGKWqquP2nomiwxu5Rru3hhXktVhKar > .row .container > .video-iframe-container { display: none; }#COGKWqquP2nomiwxu5Rru3hhXktVhKar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COGKWqquP2nomiwxu5Rru3hhXktVhKar > .row > .video-iframe-container { display: none; }#COGKWqquP2nomiwxu5Rru3hhXktVhKar > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COGKWqquP2nomiwxu5Rru3hhXktVhKar { border-width: 0; border-radius: 0; }#COGKWqquP2nomiwxu5Rru3hhXktVhKar > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COGKWqquP2nomiwxu5Rru3hhXktVhKar > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#aBnBpBtMs5ukB6Wta1vv6ifRdbdk3nMp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:37.0625rem;top:6.59375rem;left:33.5625rem;overflow:hidden;display:block; }
#gmuWClXsF1F3fqGCWcAmeM4eZG4pDZsa { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:audi;font-size:1.75rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:11.75rem;left:4.375rem;height:2.275rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ulAT2U7Lds76t6Vd3b8fKAUbDypgnpdV { color:#333333;display:block;width:24.6875rem;position:absolute;font-family:audi;font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.375rem;height:2.5996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#e5Ug8rn7aJV2NvTIdI8978Do8Hl6U7Ll { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:audi;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:21.125rem;left:4.375rem;display:block; }
#WFg7utgcMIOzsiaMPmkpl5uUklS03ldQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HqBTF9reqc50t7Cg2kUB96f9wRT7GHTd { position:relative;display:block; }#HqBTF9reqc50t7Cg2kUB96f9wRT7GHTd { background-color: transparent; background-image: none; }#HqBTF9reqc50t7Cg2kUB96f9wRT7GHTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqBTF9reqc50t7Cg2kUB96f9wRT7GHTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqBTF9reqc50t7Cg2kUB96f9wRT7GHTd > .row .container > .video-iframe-container { display: none; }#HqBTF9reqc50t7Cg2kUB96f9wRT7GHTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqBTF9reqc50t7Cg2kUB96f9wRT7GHTd > .row > .video-iframe-container { display: none; }#HqBTF9reqc50t7Cg2kUB96f9wRT7GHTd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqBTF9reqc50t7Cg2kUB96f9wRT7GHTd { border-width: 0; border-radius: 0; }#HqBTF9reqc50t7Cg2kUB96f9wRT7GHTd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HqBTF9reqc50t7Cg2kUB96f9wRT7GHTd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HWCHA83G186w7QcLAO4poAn5r7A3I7wu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:36.9375rem;top:6.59375rem;left:4.375rem;overflow:hidden;display:block; }
#rmeh2QA5uBMAfP1WdzsgJD8z3vaRA2Qi { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:audi;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:19.40625rem;left:43.8125rem;display:block; }
#bgTTCdOTe1e0EOlGeUS1SL8AuLVFIif4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TSiMA1e8DFpTNWehDFERhPLHCVnNaqRL { color:#333333;display:block;width:24.6875rem;position:absolute;font-family:audi;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.5rem;left:43.8125rem;height:1.3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vAgNbFxPIL329RXHA63BzxWzg2VgfTLx { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:audi;font-size:1.75rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:11.4375rem;left:43.8125rem;height:2.275rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T9xzH5gAMPrdz5NT7bBWMRSvE6b0RCTq { position:relative;display:block; }#T9xzH5gAMPrdz5NT7bBWMRSvE6b0RCTq { background-color: transparent; background-image: none; }#T9xzH5gAMPrdz5NT7bBWMRSvE6b0RCTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9xzH5gAMPrdz5NT7bBWMRSvE6b0RCTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9xzH5gAMPrdz5NT7bBWMRSvE6b0RCTq > .row .container > .video-iframe-container { display: none; }#T9xzH5gAMPrdz5NT7bBWMRSvE6b0RCTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9xzH5gAMPrdz5NT7bBWMRSvE6b0RCTq > .row > .video-iframe-container { display: none; }#T9xzH5gAMPrdz5NT7bBWMRSvE6b0RCTq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9xzH5gAMPrdz5NT7bBWMRSvE6b0RCTq { border-width: 0; border-radius: 0; }#T9xzH5gAMPrdz5NT7bBWMRSvE6b0RCTq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9xzH5gAMPrdz5NT7bBWMRSvE6b0RCTq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Uin2yD57GtsMP7mLeurvWlIT7WdsBcIv { color:#000000;display:block;width:31.125rem;position:absolute;font-family:audi;font-size:1.75rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:0.89453125rem;left:0.1875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RGDVBSRNWH73kZPlSyyyqOGICGs9OW7r { position:relative;display:block; }#RGDVBSRNWH73kZPlSyyyqOGICGs9OW7r { background-color: transparent; background-image: none; }#RGDVBSRNWH73kZPlSyyyqOGICGs9OW7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGDVBSRNWH73kZPlSyyyqOGICGs9OW7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGDVBSRNWH73kZPlSyyyqOGICGs9OW7r > .row .container > .video-iframe-container { display: none; }#RGDVBSRNWH73kZPlSyyyqOGICGs9OW7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGDVBSRNWH73kZPlSyyyqOGICGs9OW7r > .row > .video-iframe-container { display: none; }#RGDVBSRNWH73kZPlSyyyqOGICGs9OW7r > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGDVBSRNWH73kZPlSyyyqOGICGs9OW7r { border-width: 0; border-radius: 0; }#RGDVBSRNWH73kZPlSyyyqOGICGs9OW7r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RGDVBSRNWH73kZPlSyyyqOGICGs9OW7r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RRH75e1TxbqF4ufSoPccCxLqklGKbzts { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:24.5625rem;top:0.625rem;left:0.21875rem;overflow:hidden;display:block; }
#y1eR2r9gbGtmOFIPT0IxSORFQiNyoiND { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:24.4375rem;top:0.625rem;left:25.21875rem;overflow:hidden;display:block; }
#zI8grUIhtDQiseURni6d0nxaRMPUlrEA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:24.4375rem;top:0.625rem;left:50.21875rem;overflow:hidden;display:block; }
#yDGvTFqPP9V1WKCvTEm1KZReiLHfpGoX { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:audi;font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:15.39453125rem;left:0.15625rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FTmG9ETRUkt1fBr3IzkbwUSFN4aZx7U1 { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:audi;font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:15.39453125rem;left:25.15625rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Sl57kMNroyQFibZlQuqA6NzTCZoCam9y { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:audi;font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:15.39453125rem;left:50.15625rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gWwNqeIGJAP7VFhVI6kw5yDoGa5k4sZy { color:#333333;display:block;width:24.6875rem;position:absolute;font-family:audi;font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:17.6875rem;left:0.15625rem;height:1.29980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yNT6ZdthXvuSgrXEL06PRn1ZkrRAVhFu { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:audi;font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:21.125rem;left:0.15625rem;height:1.29980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#neIJBa0IU20MudNbScBpFFvFxHwueFMO { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:audi;font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:21.125rem;left:25.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mROBGS6ItHd4GQysAmhTx6a3iLe5ZcXR { color:#333333;display:block;width:24.6875rem;position:absolute;font-family:audi;font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:17.6875rem;left:25.1875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xLCH8sQSXF0QbuETq1Cy9BWbN4rkGJtd { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:audi;font-size:1rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:21.125rem;left:50.1875rem;height:1.3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oyc5x8hpIT64v5hnuIeJCPWTdOJKur3D { color:#333333;display:block;width:24.6875rem;position:absolute;font-family:audi;font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:17.6875rem;left:50.1875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#om2ruegA4CyEoKKeMzBrI4fem9EfzMSU { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.375rem;left:2.4375rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pSwCoEN0nd20TWczO1xhSFpnoNFXlUid { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.812325rem;width:0.812325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:13.375rem;left:1.25rem; }
#JddNBMPTmgGAbOs7gN5kpvl6OwlBiCne { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:9.9375rem;left:70.4375rem; }
#JddNBMPTmgGAbOs7gN5kpvl6OwlBiCne > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#Z3lIXwdfbxqp5iJK0BotEc3vGhiNbQb1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:9.875rem;left:67.875rem; }
#Z3lIXwdfbxqp5iJK0BotEc3vGhiNbQb1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#UKlVJif45oTQWySsLh2rTWnBHUiD8WSO { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.9;letter-spacing:0;top:13rem;left:36.8125rem;height:1.6625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IRH9pQob7nAQeX29hFkeFH5A5OZmNn37 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:audi;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:2.875rem;left:1.25rem;display:block; }
#ks8OqsTUJambo5iKlJ1QMTpLl7ZegeaL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XLX7GO8h3H4UEqyLc3KqAvgCd96sLNtp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:audi;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:5.125rem;left:1.25rem;display:block; }
#VqWnsRh7cg6glXhQLGi7A6QoqVBnTbkB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ga3im09iGXnk0Dt4sSI9tAfRECNPQ41l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:audi;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:2.875rem;left:13rem;display:block; }
#VaxqvnWN29ivQsRWOL0v33tSfDB7VwTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITV0O7wkinoA8xsg1BOAcD0GMTZ1cCsE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:audi;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:5.125rem;left:13rem;display:block; }
#Ee1Nm5KeS9B7VX9ObhSnQNsiSOJc6TQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DZnAvSm2xalIax12MVliIldepOuuduep { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:22.25rem;display:none; }
#dLDtpURs5xIKLdDDoxm0J2T2ZZGZcZHy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:22.25rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb { display:none; }#NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TSrbTr03QP07wvMqtVxsu0MXoTqTQ9Jd { display:none; }
 }@media only screen and (max-width: 763px) { #xhIu179XDhn1is6nOkaKHrxR7iNp8Qis { width:22.25rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5lwPC2bfA2cyTKXAV06FsldRQr6eTCT { width:22.25rem;height:22.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIJ58PQJeaSeB335NpmQMH1dAwD6Ki7n { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #gcWbpWuAsqLHUeTbkE7R2fFdMQUlPN7M { display:block; }
 }@media only screen and (max-width: 763px) { #yUQVlMfQlR0dM19S7Op3HxaS6GSA9nGC { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #hhGPtgoLDLNuXmMEgZaetz9N8CAC5SMF { display:block; }
 }@media only screen and (max-width: 763px) { #MgpacXmloHhBXwbIUeXtG6r2gGH6rxDT { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #A1ZcT985SIJtb61PFun0T2lOmKctys0f { display:block; }
 }@media only screen and (max-width: 763px) { #Di4TRavKsJ9GTxq7myn645lDeIqTCEsI { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #B3zJpBtOTHltSEQXFPBOc9eCk1FTWAQX { display:block; }
 }@media only screen and (max-width: 763px) { #XBmAPQ7iEeM8KTDzvf8kiiRsgFukwZ8C { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #U5SByc12D4mHKuiO7LFTCwt7UFmClrDJ { display:block; }
 }@media only screen and (max-width: 763px) { #TfmOK9K1qukUg0yRt9g8XxLqPi24youf { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Je7Guk1dNRpThRIxPZRkxV4BNgGt49zi { display:block; }
 }@media only screen and (max-width: 763px) { #GfM4yM1N74Z9zDmyW7DZIg5IGfERKMKE { display:none; }#GfM4yM1N74Z9zDmyW7DZIg5IGfERKMKE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xSIxTT29mhEFVypQy9deOIXoLN4rbabb { display:none; }
 }@media only screen and (max-width: 763px) { #pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5 { display:block; }#pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ao7ZIMt0kd9W7TC6Tuxzg20vAsUTUrZG { top:0rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRVLqQuhUEsRAiOy3hOHOHxaNTCpRa68 { top:1.3125rem;left:0rem;width:4.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnzAa85W1gcRMUolw5f9isndWD5DKlo8 { width:4.125rem;height:1rem;top:1.9375rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbI9VC77Cf6aMNpbJNZ36nSqPN39aohM { display:block; }
 }@media only screen and (max-width: 763px) { #Lia3hlxu92caLhJ8JNwo3tTrlHsB4VRI { width:5.5625rem;height:1rem;top:1.9375rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIDT2GvU2RFlskzFQTnEmtJ5zWLFSXdm { display:block; }
 }@media only screen and (max-width: 763px) { #a8pkUUsafnbCBAmocwxx3zqGcFaJ6dC3 { width:4rem;height:1rem;top:1.9375rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE3CmScIxmOrwEOfBLmndKqlqkl1m5tS { display:block; }
 }@media only screen and (max-width: 763px) { #NpAD0x2qyoAQ12QaSXG3qDfbUDD1XTZD { width:5rem;height:1rem;top:1.9375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaA1lbzgGXC8hT0N1ZW5bUslJ821TDlb { display:block; }
 }@media only screen and (max-width: 763px) { #PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz { display:block; }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuUycxBwC3XhiaQETwLo6pIfbch7bxrl { top:0rem;left:0rem;width:47.75rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agn01z4MG0WPuC05nz5bhw9RtUJeazeh { display:block; }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NwlPfz4bpQ7Ul7lhTJhhrP6IbCXtCz0P { top:2.875rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA5xTVTaKt66HW1O6wz21whqkmOBkTsp { top:37.125rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9NnwFOssqNJN8h9ui5xKmVakLAExUsS { top:2.1875rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwCT6EKiHqP5GhNaCUSblTqW17He4gGs { top:9.125rem;left:0rem;width:10.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvuduEcJoZL6ciR1TBKyaaUFUSrEhN5v { top:14.25rem;left:0rem;width:1.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1mrSa6JSGuL8DOrzTVXc2voTTxy5eST { top:9.125rem;left:0rem;width:10.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTKtfKKzkgx7D9xD6I5Gr4PnVZzaz5Uk { top:14.25rem;left:1.75rem;width:1.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m88O6E1xOnHNpJeze0Ih7XFAPcKTAUf8 { top:9.125rem;left:7.8125rem;width:10.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5GMq25NKwVA9QXVLPbwUB9tfhRR10yK { top:14.125rem;left:10.375rem;width:4.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0W01KvBvm95vdmNys69pkt5mpAwdSKF { top:9.125rem;left:18.3125rem;width:10.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn2kXlPaVA0BNeXG05ltUXHl1w9CXoF1 { top:14.25rem;left:19.4375rem;width:7.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTwdT3O2BO2WneiNtd2wemubyLeueQa5 { top:9.125rem;left:28.5625rem;width:10.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN2b5Juz1RNxPLVUQoQKvV7HXUc5u4Gy { top:14.125rem;left:31.1875rem;width:4.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpO76DNSMSfBOvClBa3CGTQJRHKIJugP { top:9.125rem;left:37.6875rem;width:10.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckeyg7n2QZhKsoVlu9v2zmhsMhqfvEHq { top:14.25rem;left:43.125rem;width:1.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds4aVgxlqKXVJeZ1eDD0Nqd4SZKNebeL { top:9.0625rem;left:37.6875rem;width:10.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ift0lw3oZ2PoMHklddgC7scR8ZI5Ping { top:14.25rem;left:40rem;width:7.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk64i0oNJeO4iZHJoaubCucRtWq9hka1 { top:16.6875rem;left:28.25rem;width:10.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #cShwnmIcthnpmQW3nfsgifKHZHa1S2OP { top:16.6875rem;left:37.6875rem;width:10.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTH1U8QTCoSdp31U41PDTuAE8FxkTWs9 { top:21.8125rem;left:42.8125rem;width:1.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3lSIvpMOUWBvWUp7LHEKVvq0wLcdVUt { top:16.75rem;left:37.6875rem;width:10.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhoK9LwOxmoFXGccLqOUZKOf6TFhLs9M { top:21.8125rem;left:40rem;width:7.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGDiWEx9e2eMzN5rBTUnW9SMBa0JuPXL { top:21.6875rem;left:29.875rem;width:7.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7vl4KLInwFWVBrfaLk1mfUWHENlT9bh { top:16.6875rem;left:18rem;width:10.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi36AEvHsiTmHp5vuMZobDkFSaAFR0a6 { top:21.8125rem;left:19.125rem;width:7.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q04q1MFnmfS6TTh6McAEHM5sWsCguJqk { top:16.6875rem;left:7.4375rem;width:10.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmrTV4miWDIB14hHKQ3BkFpac0P01c6B { top:21.8125rem;left:10.125rem;width:4.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcudvBs6GR2IghtFQ8Lfs5ar38Vc36Ss { top:16.6875rem;left:0rem;width:10.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2b8FuEOhs6y9CFypLwRS6i6gB1ByC5H { top:21.8125rem;left:1.375rem;width:1.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CugLteg9crDsls0QkpiQn9uTBnqKGM0T { top:16.6875rem;left:0rem;width:10.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkr54lqog6OJuaMp9hpxlhlnDTFs7fVJ { top:21.8125rem;left:0rem;width:1.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWwvJ45w2234pzXRRzM8VgxqI5203Zq3 { top:1.25rem;left:10.343750953674rem;width:26.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtPKW1t4LHT2RNoSgMF40ZiWJcqJkvye { top:4.5rem;left:11.125000953674rem;width:24.6875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfQccnZhlHP6OyTypCykTkeFFCNFvBnc { width:31.25rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecBIbhMeWah0TTr1p8LUSglsWqHD8ove { top:13.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPWo72FfXT4sd2H2lqlybASzu0ge29g7 { width:31.25rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VW5S3J95dn2bonVhO7LF5XAvVlEIdLNw { top:22.5rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bePUgueOvNHrcvZJTmTaqeNWlUVr4vC8 { width:31.25rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #he8saiUA9bsUgqWrecXPqhS5tRQwAXI3 { top:30.3125rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHqhfht54DzNARUsiFADtX7VbJm4GVdv { width:31.25rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVC7S655cwbaabQdR9DVBTuL5mAlPf9v { top:38.8125rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmIzxpmIQokmTfGrKiXSXESD2CFSJtyz { width:31.25rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLWRzQaig3yeIlcwRsexWqC0TSSNgTor { top:47.25rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRQWdLcbQEWTeQLek6duoJTNRc5ZH0eW { width:31.25rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPKS25HcsPdny5Lw3LUJBH0hVg9ILvbH { top:55.6875rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3lnNaTvHKJOPLnRX9nDLGyeRZyd2r4K { width:31.25rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nstC5g49tPt7gTwVig5vyVg1UbpzywKZ { top:64.0625rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggAr4TTSBlZCww5sJL1Gtxg8o3FmlypP { width:31.25rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfsIApedP3P67fS2Fhid83Lymy7XIwqe { top:72.5625rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IirH2VqnVdPN1lFqTcZmvTno1QBqp4nf { width:31.25rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJtT51iKNSURgZtkl1RTq7GdgmOWhgtT { top:80.875rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwDPw8OwFnbgs3uO84xHt5RzkPyLCKCb { width:31.25rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbPJuvoTu1PDsdKnwm9fL9ptFlkkrHQI { top:89.25rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKiRND55NUJMRK2XPoJ6NXrgppsk6H7p { width:31.25rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrOlVAewxFITRguwNdbbeqw6EPWhiKZk { top:97.75rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #orBNGPiuZ82ybof4xioItXgWtp87zmIZ { width:31.25rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OG1BdarNPymWAOhHBTTZW08m6b7gsw5A { top:106.25rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qi10ahJaJsoaiwhv84zFadN389S04LKF { width:31.25rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEPdmlniUIBGyb3trlpFrgRTOEOfvskR { top:114.6875rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImGWyZuUawlrkmEudl4mJQlOJp2PIXqX { width:31.25rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvmQcJiOCeTnOT73deE9KyfUaeCns7Of { top:123rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf { display:block; }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsmrgCpAdB4AZW7bi1evVP7DmadJI6o2 { top:0rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COGKWqquP2nomiwxu5Rru3hhXktVhKar { display:block; }#COGKWqquP2nomiwxu5Rru3hhXktVhKar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBnBpBtMs5ukB6Wta1vv6ifRdbdk3nMp { top:6.5625rem;left:10.6875rem;width:37.0625rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmuWClXsF1F3fqGCWcAmeM4eZG4pDZsa { top:11.75rem;left:0rem;width:24.6875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulAT2U7Lds76t6Vd3b8fKAUbDypgnpdV { top:15.75rem;left:0rem;width:24.6875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5Ug8rn7aJV2NvTIdI8978Do8Hl6U7Ll { width:17.5rem;height:3.4375rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFg7utgcMIOzsiaMPmkpl5uUklS03ldQ { display:block; }
 }@media only screen and (max-width: 763px) { #HqBTF9reqc50t7Cg2kUB96f9wRT7GHTd { display:block; }#HqBTF9reqc50t7Cg2kUB96f9wRT7GHTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWCHA83G186w7QcLAO4poAn5r7A3I7wu { top:6.5625rem;left:0rem;width:36.9375rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmeh2QA5uBMAfP1WdzsgJD8z3vaRA2Qi { width:17.5rem;height:3.4375rem;top:19.375rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgTTCdOTe1e0EOlGeUS1SL8AuLVFIif4 { display:block; }
 }@media only screen and (max-width: 763px) { #TSiMA1e8DFpTNWehDFERhPLHCVnNaqRL { top:15.5rem;left:23.0625rem;width:24.6875rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAgNbFxPIL329RXHA63BzxWzg2VgfTLx { top:11.4375rem;left:23.0625rem;width:24.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9xzH5gAMPrdz5NT7bBWMRSvE6b0RCTq { display:block; }#T9xzH5gAMPrdz5NT7bBWMRSvE6b0RCTq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uin2yD57GtsMP7mLeurvWlIT7WdsBcIv { top:0.875rem;left:0rem;width:31.125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGDVBSRNWH73kZPlSyyyqOGICGs9OW7r { display:block; }#RGDVBSRNWH73kZPlSyyyqOGICGs9OW7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRH75e1TxbqF4ufSoPccCxLqklGKbzts { top:0.625rem;left:0rem;width:24.5625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1eR2r9gbGtmOFIPT0IxSORFQiNyoiND { top:0.625rem;left:7.1875rem;width:24.4375rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI8grUIhtDQiseURni6d0nxaRMPUlrEA { top:0.625rem;left:23.0625rem;width:24.4375rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDGvTFqPP9V1WKCvTEm1KZReiLHfpGoX { top:15.375rem;left:0rem;width:24.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTmG9ETRUkt1fBr3IzkbwUSFN4aZx7U1 { top:15.375rem;left:7.0625rem;width:24.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl57kMNroyQFibZlQuqA6NzTCZoCam9y { top:15.375rem;left:22.9375rem;width:24.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWwNqeIGJAP7VFhVI6kw5yDoGa5k4sZy { top:17.6875rem;left:0rem;width:24.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNT6ZdthXvuSgrXEL06PRn1ZkrRAVhFu { top:21.125rem;left:0rem;width:24.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #neIJBa0IU20MudNbScBpFFvFxHwueFMO { top:21.125rem;left:7.0625rem;width:24.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mROBGS6ItHd4GQysAmhTx6a3iLe5ZcXR { top:17.6875rem;left:7.0625rem;width:24.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLCH8sQSXF0QbuETq1Cy9BWbN4rkGJtd { top:21.125rem;left:22.9375rem;width:24.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyc5x8hpIT64v5hnuIeJCPWTdOJKur3D { top:17.6875rem;left:22.9375rem;width:24.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #om2ruegA4CyEoKKeMzBrI4fem9EfzMSU { top:13.375rem;left:0rem;width:21.875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSwCoEN0nd20TWczO1xhSFpnoNFXlUid { width:0.75rem;height:0.75rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JddNBMPTmgGAbOs7gN5kpvl6OwlBiCne { width:1.6875rem;height:1.6875rem;top:9.9375rem;left:46.0625rem;display:block; }
#JddNBMPTmgGAbOs7gN5kpvl6OwlBiCne > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #Z3lIXwdfbxqp5iJK0BotEc3vGhiNbQb1 { width:1.875rem;height:1.875rem;top:9.875rem;left:45.875rem;display:block; }
#Z3lIXwdfbxqp5iJK0BotEc3vGhiNbQb1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #UKlVJif45oTQWySsLh2rTWnBHUiD8WSO { top:13rem;left:12.4375rem;width:35.3125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRH9pQob7nAQeX29hFkeFH5A5OZmNn37 { width:5.5625rem;height:1rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks8OqsTUJambo5iKlJ1QMTpLl7ZegeaL { display:block; }
 }@media only screen and (max-width: 763px) { #XLX7GO8h3H4UEqyLc3KqAvgCd96sLNtp { width:5.5625rem;height:1rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqWnsRh7cg6glXhQLGi7A6QoqVBnTbkB { display:block; }
 }@media only screen and (max-width: 763px) { #Ga3im09iGXnk0Dt4sSI9tAfRECNPQ41l { width:5.5625rem;height:1rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaxqvnWN29ivQsRWOL0v33tSfDB7VwTy { display:block; }
 }@media only screen and (max-width: 763px) { #ITV0O7wkinoA8xsg1BOAcD0GMTZ1cCsE { width:5.5625rem;height:1rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee1Nm5KeS9B7VX9ObhSnQNsiSOJc6TQG { display:block; }
 }@media only screen and (max-width: 763px) { #DZnAvSm2xalIax12MVliIldepOuuduep { width:22.25rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLDtpURs5xIKLdDDoxm0J2T2ZZGZcZHy { width:22.25rem;height:22.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb > .row .container { background-color: transparent; background-image: none; }#NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb > .row .container > .video-iframe-container { display: none; }#NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb > .row > .video-iframe-container { display: none; }#NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb > .row .container { border-width: 0; border-radius: 0; }#NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNfm2vkxyv53kTwFRR4wQsf5yGMEO1Tb > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSrbTr03QP07wvMqtVxsu0MXoTqTQ9Jd { display:flex;top:0.46875rem;left:16.550000727177rem;width:2.5rem;height:2.5rem;z-index:15000;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #xhIu179XDhn1is6nOkaKHrxR7iNp8Qis { top:0.875rem;left:2.5rem;width:3.8125rem;height:1.6875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H5lwPC2bfA2cyTKXAV06FsldRQr6eTCT { top:0.125rem;left:0.25rem;width:3.125rem;height:3.0625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sIJ58PQJeaSeB335NpmQMH1dAwD6Ki7n { top:3.9968750476837rem;left:14.224999964237rem;width:5.375rem;height:1.0625rem;z-index:15007;font-size:0.8125rem;background-color:transparent;background-image:none;font-family:audi;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gcWbpWuAsqLHUeTbkE7R2fFdMQUlPN7M { display:block; }
 }@media only screen and (max-width: 763px) { #yUQVlMfQlR0dM19S7Op3HxaS6GSA9nGC { top:6.1531252861023rem;left:13.349999964237rem;width:5.75rem;height:1.0625rem;z-index:15008;font-size:0.8125rem;background-color:transparent;background-image:none;font-family:audi;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hhGPtgoLDLNuXmMEgZaetz9N8CAC5SMF { display:block; }
 }@media only screen and (max-width: 763px) { #MgpacXmloHhBXwbIUeXtG6r2gGH6rxDT { top:8.684374809265rem;left:12.500000536442rem;width:7.0625rem;height:1.0625rem;z-index:15009;font-size:0.8125rem;background-color:transparent;background-image:none;font-family:audi;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A1ZcT985SIJtb61PFun0T2lOmKctys0f { display:block; }
 }@media only screen and (max-width: 763px) { #Di4TRavKsJ9GTxq7myn645lDeIqTCEsI { top:11.090624809265rem;left:12.937500536442rem;width:7.0625rem;height:1.0625rem;z-index:15010;font-size:0.8125rem;background-color:transparent;background-image:none;font-family:audi;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #B3zJpBtOTHltSEQXFPBOc9eCk1FTWAQX { display:block; }
 }@media only screen and (max-width: 763px) { #XBmAPQ7iEeM8KTDzvf8kiiRsgFukwZ8C { top:13.559374809265rem;left:14.724999964237rem;width:4.4375rem;height:1.0625rem;z-index:15011;font-size:0.8125rem;background-color:transparent;background-image:none;font-family:audi;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U5SByc12D4mHKuiO7LFTCwt7UFmClrDJ { display:block; }
 }@media only screen and (max-width: 763px) { #TfmOK9K1qukUg0yRt9g8XxLqPi24youf { top:15.965625762939rem;left:13.500000536442rem;width:6.5rem;height:1.0625rem;z-index:15011;font-size:0.8125rem;background-color:transparent;background-image:none;font-family:audi;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Je7Guk1dNRpThRIxPZRkxV4BNgGt49zi { display:block; }
 }@media only screen and (max-width: 763px) { #GfM4yM1N74Z9zDmyW7DZIg5IGfERKMKE { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GfM4yM1N74Z9zDmyW7DZIg5IGfERKMKE > .row .container { border-width: 0; border-radius: 0; }#GfM4yM1N74Z9zDmyW7DZIg5IGfERKMKE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GfM4yM1N74Z9zDmyW7DZIg5IGfERKMKE > .row .container { width:20rem;height:17.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xSIxTT29mhEFVypQy9deOIXoLN4rbabb { display:flex;top:0.5rem;left:16.5625rem;width:2.5rem;height:2.5rem;z-index:15000;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5 > .row .container { border-width: 0; border-radius: 0; }#pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVNsw9VACntTPQVZH5bvhIPBNlg2Cll5 > .row .container { width:20rem;height:40.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ao7ZIMt0kd9W7TC6Tuxzg20vAsUTUrZG { width:4.0625rem;height:4.0625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRVLqQuhUEsRAiOy3hOHOHxaNTCpRa68 { width:4.0625rem;height:1.6875rem;top:1.1874999776482rem;left:3.2500000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnzAa85W1gcRMUolw5f9isndWD5DKlo8 { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbI9VC77Cf6aMNpbJNZ36nSqPN39aohM { display:block; }
 }@media only screen and (max-width: 763px) { #Lia3hlxu92caLhJ8JNwo3tTrlHsB4VRI { width:5.5625rem;height:1rem;top:1.9375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIDT2GvU2RFlskzFQTnEmtJ5zWLFSXdm { display:block; }
 }@media only screen and (max-width: 763px) { #a8pkUUsafnbCBAmocwxx3zqGcFaJ6dC3 { width:4rem;height:1rem;top:1.9375rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #iE3CmScIxmOrwEOfBLmndKqlqkl1m5tS { display:block; }
 }@media only screen and (max-width: 763px) { #NpAD0x2qyoAQ12QaSXG3qDfbUDD1XTZD { width:5rem;height:1rem;top:1.9375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaA1lbzgGXC8hT0N1ZW5bUslJ821TDlb { display:block; }
 }@media only screen and (max-width: 763px) { #PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row .container { background-color: transparent; background-image: none; }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row .container > .video-iframe-container { display: none; }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row > .video-iframe-container { display: none; }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row .container { border-width: 0; border-radius: 0; }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPEkRMUPOwJQc4aWLmX7RTWUzUS0ZJaz > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuUycxBwC3XhiaQETwLo6pIfbch7bxrl { width:20rem;height:10.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agn01z4MG0WPuC05nz5bhw9RtUJeazeh { background-color:#ffffff;background-image:none;display:block; }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh > .row .container { background-color: transparent; background-image: none; }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh > .row .container > .video-iframe-container { display: none; }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh > .row > .video-iframe-container { display: none; }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Agn01z4MG0WPuC05nz5bhw9RtUJeazeh > .row .container { width:20rem;height:125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NwlPfz4bpQ7Ul7lhTJhhrP6IbCXtCz0P { width:20rem;height:11.25rem;top:13.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bA5xTVTaKt66HW1O6wz21whqkmOBkTsp { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9NnwFOssqNJN8h9ui5xKmVakLAExUsS { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwCT6EKiHqP5GhNaCUSblTqW17He4gGs { width:10.0625rem;height:6rem;top:9.125rem;left:3.8625002503395rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvuduEcJoZL6ciR1TBKyaaUFUSrEhN5v { width:1.875rem;height:1.05625rem;top:6.375rem;left:9.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1mrSa6JSGuL8DOrzTVXc2voTTxy5eST { width:10.0625rem;height:6rem;top:9.125rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTKtfKKzkgx7D9xD6I5Gr4PnVZzaz5Uk { width:1.875rem;height:auto;top:14.25rem;left:9.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m88O6E1xOnHNpJeze0Ih7XFAPcKTAUf8 { width:10.0625rem;height:6rem;top:9.125rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5GMq25NKwVA9QXVLPbwUB9tfhRR10yK { width:4.875rem;height:auto;top:14.125rem;left:7.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0W01KvBvm95vdmNys69pkt5mpAwdSKF { width:10.0625rem;height:6rem;top:9.125rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bn2kXlPaVA0BNeXG05ltUXHl1w9CXoF1 { width:7.75rem;height:auto;top:14.25rem;left:6.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTwdT3O2BO2WneiNtd2wemubyLeueQa5 { width:10.0625rem;height:6rem;top:9.125rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HN2b5Juz1RNxPLVUQoQKvV7HXUc5u4Gy { width:4.875rem;height:auto;top:14.125rem;left:7.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpO76DNSMSfBOvClBa3CGTQJRHKIJugP { width:10.0625rem;height:6rem;top:9.125rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ckeyg7n2QZhKsoVlu9v2zmhsMhqfvEHq { width:1.875rem;height:auto;top:14.25rem;left:9.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ds4aVgxlqKXVJeZ1eDD0Nqd4SZKNebeL { width:10.0625rem;height:6rem;top:9.0625rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ift0lw3oZ2PoMHklddgC7scR8ZI5Ping { width:7.75rem;height:auto;top:14.25rem;left:6.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yk64i0oNJeO4iZHJoaubCucRtWq9hka1 { width:10.0625rem;height:6rem;top:16.6875rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cShwnmIcthnpmQW3nfsgifKHZHa1S2OP { width:10.0625rem;height:6rem;top:16.6875rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTH1U8QTCoSdp31U41PDTuAE8FxkTWs9 { width:1.875rem;height:auto;top:21.8125rem;left:9.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3lSIvpMOUWBvWUp7LHEKVvq0wLcdVUt { width:10.0625rem;height:6rem;top:16.75rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhoK9LwOxmoFXGccLqOUZKOf6TFhLs9M { width:7.75rem;height:auto;top:21.8125rem;left:6.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGDiWEx9e2eMzN5rBTUnW9SMBa0JuPXL { width:7.5rem;height:auto;top:21.6875rem;left:6.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7vl4KLInwFWVBrfaLk1mfUWHENlT9bh { width:10.0625rem;height:6rem;top:16.6875rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bi36AEvHsiTmHp5vuMZobDkFSaAFR0a6 { width:7.75rem;height:auto;top:21.8125rem;left:6.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q04q1MFnmfS6TTh6McAEHM5sWsCguJqk { width:10.0625rem;height:6rem;top:16.6875rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmrTV4miWDIB14hHKQ3BkFpac0P01c6B { width:4.875rem;height:auto;top:21.8125rem;left:7.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcudvBs6GR2IghtFQ8Lfs5ar38Vc36Ss { width:10.0625rem;height:6rem;top:16.6875rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2b8FuEOhs6y9CFypLwRS6i6gB1ByC5H { width:1.875rem;height:auto;top:21.8125rem;left:9.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CugLteg9crDsls0QkpiQn9uTBnqKGM0T { width:10.0625rem;height:6rem;top:11.77734375rem;left:5.0937500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vkr54lqog6OJuaMp9hpxlhlnDTFs7fVJ { width:1.875rem;height:1.05625rem;top:13.80625rem;left:9.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWwvJ45w2234pzXRRzM8VgxqI5203Zq3 { width:17.375rem;height:1.95rem;top:1.2250003814698rem;left:1.3125000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtPKW1t4LHT2RNoSgMF40ZiWJcqJkvye { width:20rem;height:1.05625rem;top:3.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfQccnZhlHP6OyTypCykTkeFFCNFvBnc { top:5.6187500953674rem;left:2.1250000596046rem;width:15.75rem;height:9.25rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ecBIbhMeWah0TTr1p8LUSglsWqHD8ove { top:13.175000190735rem;left:3.7500000596046rem;width:12.5rem;height:1.05625rem;z-index:15027;font-family:audi;font-weight:300;font-style:normal;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPWo72FfXT4sd2H2lqlybASzu0ge29g7 { top:14.25rem;left:2.3125rem;width:15.375rem;height:9.25rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VW5S3J95dn2bonVhO7LF5XAvVlEIdLNw { top:21.875rem;left:3.9375rem;width:12.5rem;height:1.05625rem;z-index:15028;font-family:audi;font-weight:300;font-style:normal;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bePUgueOvNHrcvZJTmTaqeNWlUVr4vC8 { top:22.931249856949rem;left:2.3125000596046rem;width:15.375rem;height:9.1875rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #he8saiUA9bsUgqWrecXPqhS5tRQwAXI3 { top:30.337499856949rem;left:3.7500000596046rem;width:12.5rem;height:1.05625rem;z-index:15029;font-family:audi;font-weight:300;font-style:normal;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHqhfht54DzNARUsiFADtX7VbJm4GVdv { top:31.393750190735rem;left:2.3125000596046rem;width:15.375rem;height:9.1875rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UVC7S655cwbaabQdR9DVBTuL5mAlPf9v { top:38.874992847442rem;left:3.7500000596046rem;width:12.5rem;height:1.05625rem;z-index:15030;font-family:audi;font-weight:300;font-style:normal;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmIzxpmIQokmTfGrKiXSXESD2CFSJtyz { top:39.930460929871rem;left:2.3125000596046rem;width:15.375rem;height:9.1875rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PLWRzQaig3yeIlcwRsexWqC0TSSNgTor { top:47.27499961853rem;left:3.7500000596046rem;width:12.5rem;height:1.05625rem;z-index:15031;font-family:audi;font-weight:300;font-style:normal;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRQWdLcbQEWTeQLek6duoJTNRc5ZH0eW { top:48.331249237061rem;left:2.3125000596046rem;width:15.375rem;height:9.1875rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZPKS25HcsPdny5Lw3LUJBH0hVg9ILvbH { top:55.71249961853rem;left:3.7500000596046rem;width:12.5rem;height:1.05625rem;z-index:15032;font-family:audi;font-weight:300;font-style:normal;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U3lnNaTvHKJOPLnRX9nDLGyeRZyd2r4K { top:56.768753051757rem;left:2.3125000596046rem;width:15.375rem;height:9.1875rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nstC5g49tPt7gTwVig5vyVg1UbpzywKZ { top:64.100002288819rem;left:3.9375000596046rem;width:12.5rem;height:1.05625rem;z-index:15033;font-family:audi;font-weight:300;font-style:normal;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ggAr4TTSBlZCww5sJL1Gtxg8o3FmlypP { top:65.15625rem;left:2.3125000596046rem;width:15.375rem;height:9.1875rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hfsIApedP3P67fS2Fhid83Lymy7XIwqe { top:72.5625rem;left:3.7500000596046rem;width:12.5rem;height:1.05625rem;z-index:15034;font-family:audi;font-weight:300;font-style:normal;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IirH2VqnVdPN1lFqTcZmvTno1QBqp4nf { top:73.618749618531rem;left:2.3125000596046rem;width:15.375rem;height:9.1875rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GJtT51iKNSURgZtkl1RTq7GdgmOWhgtT { top:80.875rem;left:3.7500000596046rem;width:12.5rem;height:1.05625rem;z-index:15035;font-family:audi;font-weight:300;font-style:normal;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwDPw8OwFnbgs3uO84xHt5RzkPyLCKCb { top:81.931250572206rem;left:2.3125000596046rem;width:15.375rem;height:9.1875rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LbPJuvoTu1PDsdKnwm9fL9ptFlkkrHQI { top:89.25rem;left:3.7500000596046rem;width:12.5rem;height:1.05625rem;z-index:15036;font-family:audi;font-weight:300;font-style:normal;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKiRND55NUJMRK2XPoJ6NXrgppsk6H7p { top:90.306253433225rem;left:2.3125000596046rem;width:15.375rem;height:9.1875rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RrOlVAewxFITRguwNdbbeqw6EPWhiKZk { top:97.800003051756rem;left:3.7500000596046rem;width:12.5rem;height:1.05625rem;z-index:15037;font-family:audi;font-weight:300;font-style:normal;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orBNGPiuZ82ybof4xioItXgWtp87zmIZ { top:98.855473518369rem;left:2.3125000596046rem;width:15.375rem;height:9.1875rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OG1BdarNPymWAOhHBTTZW08m6b7gsw5A { top:106.26250457764rem;left:3.7500000596046rem;width:12.5rem;height:1.05625rem;z-index:15038;font-family:audi;font-weight:300;font-style:normal;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qi10ahJaJsoaiwhv84zFadN389S04LKF { top:107.31797409058rem;left:2.3125000596046rem;width:15.375rem;height:9.1875rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GEPdmlniUIBGyb3trlpFrgRTOEOfvskR { top:114.6875rem;left:3.7500000596046rem;width:12.5rem;height:1.05625rem;z-index:15039;font-family:audi;font-weight:300;font-style:normal;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ImGWyZuUawlrkmEudl4mJQlOJp2PIXqX { top:115.74374961853rem;left:2.3125000596046rem;width:15.375rem;height:9.1875rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vvmQcJiOCeTnOT73deE9KyfUaeCns7Of { top:123rem;left:3.7500000596046rem;width:12.5rem;height:1.05625rem;z-index:15040;font-family:audi;font-weight:300;font-style:normal;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e2ac7a89-fc86-4ae1-b82f-306ae39bb286/Bloco_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf.adaptive-delivery-prevent-bg, #SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf.lazyload, #SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf.lazyloading { background-image: none; }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row .container { background-color: transparent; background-image: none; }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row .container > .video-iframe-container { display: none; }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row > .video-iframe-container { display: none; }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row .container { border-width: 0; border-radius: 0; }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZA8QH7tmVwdTqIVMQ2hWNTSIyq2FImf > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsmrgCpAdB4AZW7bi1evVP7DmadJI6o2 { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #COGKWqquP2nomiwxu5Rru3hhXktVhKar { display:block; }#COGKWqquP2nomiwxu5Rru3hhXktVhKar > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBnBpBtMs5ukB6Wta1vv6ifRdbdk3nMp { width:20rem;height:12.4445625rem;top:0.54999971389771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmuWClXsF1F3fqGCWcAmeM4eZG4pDZsa { width:20rem;height:1.4625rem;top:14.112500190735rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ulAT2U7Lds76t6Vd3b8fKAUbDypgnpdV { width:20rem;height:3.16699375rem;top:16.387499809265rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e5Ug8rn7aJV2NvTIdI8978Do8Hl6U7Ll { width:11.4375rem;height:2.625rem;top:20.675000190735rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFg7utgcMIOzsiaMPmkpl5uUklS03ldQ { display:block; }
 }@media only screen and (max-width: 763px) { #HqBTF9reqc50t7Cg2kUB96f9wRT7GHTd { display:block; }#HqBTF9reqc50t7Cg2kUB96f9wRT7GHTd > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWCHA83G186w7QcLAO4poAn5r7A3I7wu { width:20rem;height:12.48730964467rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmeh2QA5uBMAfP1WdzsgJD8z3vaRA2Qi { width:11.4375rem;height:2.625rem;top:20.625000953674rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgTTCdOTe1e0EOlGeUS1SL8AuLVFIif4 { display:block; }
 }@media only screen and (max-width: 763px) { #TSiMA1e8DFpTNWehDFERhPLHCVnNaqRL { width:20rem;height:1.05625rem;top:17.911733627319rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAgNbFxPIL329RXHA63BzxWzg2VgfTLx { width:20rem;height:1.4625rem;top:14.98675rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9xzH5gAMPrdz5NT7bBWMRSvE6b0RCTq { display:block; }#T9xzH5gAMPrdz5NT7bBWMRSvE6b0RCTq > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uin2yD57GtsMP7mLeurvWlIT7WdsBcIv { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGDVBSRNWH73kZPlSyyyqOGICGs9OW7r { display:block; }#RGDVBSRNWH73kZPlSyyyqOGICGs9OW7r > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRH75e1TxbqF4ufSoPccCxLqklGKbzts { width:20rem;height:11.246819338422rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1eR2r9gbGtmOFIPT0IxSORFQiNyoiND { width:20rem;height:11.304347826087rem;top:23.021125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI8grUIhtDQiseURni6d0nxaRMPUlrEA { width:20rem;height:11.304347826087rem;top:44.8500625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDGvTFqPP9V1WKCvTEm1KZReiLHfpGoX { width:20rem;height:1.4625rem;top:13.746125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTmG9ETRUkt1fBr3IzkbwUSFN4aZx7U1 { width:20rem;height:1.4625rem;top:35.5750625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl57kMNroyQFibZlQuqA6NzTCZoCam9y { width:20rem;height:1.4625rem;top:57.404rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWwNqeIGJAP7VFhVI6kw5yDoGa5k4sZy { width:20rem;height:2.4375rem;top:15.871094703674rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNT6ZdthXvuSgrXEL06PRn1ZkrRAVhFu { width:20rem;height:1.3rem;top:19.658593177796rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #neIJBa0IU20MudNbScBpFFvFxHwueFMO { width:20rem;height:1.3rem;top:41.675001144409rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mROBGS6ItHd4GQysAmhTx6a3iLe5ZcXR { width:20rem;height:2.4375rem;top:37.699999809265rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLCH8sQSXF0QbuETq1Cy9BWbN4rkGJtd { width:20rem;height:1.3rem;top:63.62890815735rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyc5x8hpIT64v5hnuIeJCPWTdOJKur3D { width:20rem;height:2.4375rem;top:59.466406822204rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #om2ruegA4CyEoKKeMzBrI4fem9EfzMSU { width:14rem;height:0.8125rem;top:10.125rem;left:3.375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSwCoEN0nd20TWczO1xhSFpnoNFXlUid { width:0.75rem;height:0.75rem;top:10.125rem;left:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JddNBMPTmgGAbOs7gN5kpvl6OwlBiCne { width:1.625rem;height:1.625rem;top:4.5625rem;left:10.4375rem;font-size:0.875rem;display:block; }
#JddNBMPTmgGAbOs7gN5kpvl6OwlBiCne > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #Z3lIXwdfbxqp5iJK0BotEc3vGhiNbQb1 { width:1.875rem;height:1.875rem;top:4.4375rem;left:8rem;font-size:0.875rem;display:block; }
#Z3lIXwdfbxqp5iJK0BotEc3vGhiNbQb1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #UKlVJif45oTQWySsLh2rTWnBHUiD8WSO { width:20rem;height:1.6625rem;top:7.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRH9pQob7nAQeX29hFkeFH5A5OZmNn37 { width:5.5625rem;height:1rem;top:2.875rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ks8OqsTUJambo5iKlJ1QMTpLl7ZegeaL { display:block; }
 }@media only screen and (max-width: 763px) { #XLX7GO8h3H4UEqyLc3KqAvgCd96sLNtp { width:5.5625rem;height:1rem;top:5.125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqWnsRh7cg6glXhQLGi7A6QoqVBnTbkB { display:block; }
 }@media only screen and (max-width: 763px) { #Ga3im09iGXnk0Dt4sSI9tAfRECNPQ41l { width:5.5625rem;height:1rem;top:2.875rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaxqvnWN29ivQsRWOL0v33tSfDB7VwTy { display:block; }
 }@media only screen and (max-width: 763px) { #ITV0O7wkinoA8xsg1BOAcD0GMTZ1cCsE { width:5.5625rem;height:1rem;top:5.125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ee1Nm5KeS9B7VX9ObhSnQNsiSOJc6TQG { display:block; }
 }@media only screen and (max-width: 763px) { #DZnAvSm2xalIax12MVliIldepOuuduep { top:1.3125rem;left:2.9375rem;width:3.8125rem;height:1.6875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dLDtpURs5xIKLdDDoxm0J2T2ZZGZcZHy { top:0.625rem;left:0.625rem;width:3.125rem;height:3.0625rem;z-index:15005;overflow:hidden;display:block; }
 }