.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#TIsQxnAZyOB0kIT03n7c7xMrQafmT1tO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;z-index:auto;display:block; }#TIsQxnAZyOB0kIT03n7c7xMrQafmT1tO > .row .container { background-color: transparent; background-image: none; }#TIsQxnAZyOB0kIT03n7c7xMrQafmT1tO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIsQxnAZyOB0kIT03n7c7xMrQafmT1tO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIsQxnAZyOB0kIT03n7c7xMrQafmT1tO > .row .container > .video-iframe-container { display: none; }#TIsQxnAZyOB0kIT03n7c7xMrQafmT1tO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIsQxnAZyOB0kIT03n7c7xMrQafmT1tO > .row > .video-iframe-container { display: none; }#TIsQxnAZyOB0kIT03n7c7xMrQafmT1tO > .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); }#TIsQxnAZyOB0kIT03n7c7xMrQafmT1tO > .row .container { border-width: 0; border-radius: 0; }#TIsQxnAZyOB0kIT03n7c7xMrQafmT1tO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIsQxnAZyOB0kIT03n7c7xMrQafmT1tO > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#etuCTUrL5DQymfWISsH9m61hu6yv7rS3 { background-color:rgba(0,0,0,0);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-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:audi;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.9687501192093rem;left:47.625001907349rem;display:none; }
#GZkQOfbMItlBokVZMSz3VRbtoxCUOy2P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V56k5PsSmnVXazISMADH9xIZpMhG5PUO { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;top:5.25rem;left:0rem;display:block; }
#dxFn9VgaRXBpC9CblCimL8GQRqVUmdFt { 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:1.625rem;width:11.1875rem;top:1.84375rem;left:31.90625rem;overflow:hidden;display:block; }
#anCfB1b0F8Tk5fVhoGT58J7mMsToAasf { 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;z-index:auto;display:none; }#anCfB1b0F8Tk5fVhoGT58J7mMsToAasf > .row .container { border-width: 0; border-radius: 0; }#anCfB1b0F8Tk5fVhoGT58J7mMsToAasf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anCfB1b0F8Tk5fVhoGT58J7mMsToAasf > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:none; }#O6omOzJT8pfIZAKOB0BITomz11dSB4BF { background-color:rgba(0,0,0,0);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-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:audi;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.9687501192093rem;left:47.625001907349rem;display:none; }
#TZ1Jp3pKezH0XpLh0Zwf3ysrcsZ9GCDg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mHwHf9ZaMCiIHbismaMxtupPKGfQkedW { 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:1.4375rem;width:9.3125rem;top:2rem;left:32.84375rem;overflow:hidden;display:block; }
#kITC5HZVZcTtDFnOFOHQ6Oc5Ju67CfL7 { 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:none; }#kITC5HZVZcTtDFnOFOHQ6Oc5Ju67CfL7 > .row .container { border-width: 0; border-radius: 0; }#kITC5HZVZcTtDFnOFOHQ6Oc5Ju67CfL7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kITC5HZVZcTtDFnOFOHQ6Oc5Ju67CfL7 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:none; }#byMJIo6FfexZbQqWC6RJNQ5kC0marVqW { background-color:rgba(0,0,0,0);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-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 type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.625rem;left:3.25rem;display:block; }
#QBFQdvDvKbJfoqXSPWAmyiRE3ZEhGBU5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wCbTa38kXCpMSUVOuhBRn5FI70kutmXL { background-color:rgba(0,0,0,0);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-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 type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.625rem;left:14.6875rem;display:block; }
#t1wZ9eubpUrph315Z1yTMr0kyAb41MAI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KZmrmTaNeGK98wDGEpTfN0bTvfanNXU0 { background-color:rgba(0,0,0,0);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-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 type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.625rem;left:26.125rem;display:block; }
#yVeOl0x1TCSrHuFN7TFHM4EtHm4hN1bk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4NoZbbSaexiQ8ZPGwNL3kaVTX6ZCh8x { background-color:rgba(0,0,0,0);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-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 type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.625rem;left:37.5625rem;display:block; }
#PkQZyw8buQ3lZv8cDrslHLetKHUlna0u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uIg0EOlWD2FX9AOWJ81gEgXTlUFqqwK1 { background-color:rgba(0,0,0,0);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-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 type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.625rem;left:49rem;display:block; }
#s6TARKfbuvChNk1CFRhkLp4wvDV2cWqU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#shIqgrttlw1LABId8W1biHZTf4bI1PXQ { background-color:rgba(0,0,0,0);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-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 type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.625rem;left:60.375rem;display:block; }
#O4g25Cun7T1pbe4GbegAsZpJip3hoPCI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cq8zE97R9oQX6Gz7CwDsb9EvFqcaDlTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#cq8zE97R9oQX6Gz7CwDsb9EvFqcaDlTw > .row .container { border-width: 0; border-radius: 0; }#cq8zE97R9oQX6Gz7CwDsb9EvFqcaDlTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cq8zE97R9oQX6Gz7CwDsb9EvFqcaDlTw > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:none; }#KzaTR7dJdc0D0TeNKNwBZlgD2BRWsXpO { background-color:rgba(0,0,0,0);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-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2rem;left:3.625rem;display:block; }
#foBZM1lIb4ftqzBldLyOSkHf3FmgOtLn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ivegzbKCps5UKUBklGlkIRwAPVJFrB7p { background-color:rgba(0,0,0,0);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-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2rem;left:13.3125rem;display:block; }
#x7zh92kLL0E781h6BSIxXNrs7DZWalfD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rmt8IUqWvMmOS3NhxZpuAv6bnFTvzgpB { background-color:rgba(0,0,0,0);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-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2rem;left:23rem;display:block; }
#va2r35ZuxaNeoruHS74FSO8whypL2PBM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lmTUS425u133q7pxSvP2aM8ViFL11Com { background-color:rgba(0,0,0,0);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-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2rem;left:42.375rem;display:block; }
#OVcThWxRvgHLbMhwOCh1dXi6KqOAJuNB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbmukB8ppQMOEIILRi6abSfQWEeAmGT0 { background-color:rgba(0,0,0,0);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-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2rem;left:52.0625rem;display:block; }
#f1oJMyTvNkytA4HnHdbBJTMBSTEIigMo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T30zSnDSAVeXbZlFHtVhyTDVeRkAKoJ6 { background-color:rgba(0,0,0,0);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-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2rem;left:61.75rem;display:block; }
#dyxglzKheveM0ldkzF0CUhwerMbXM96v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nH9vIcqHeeKVSKiNAJrQgFlrIt08mV8r { background-color:rgba(0,0,0,0);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-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2rem;left:32.6875rem;display:block; }
#fRa0TV0i5hdBLGhsA34kqQzMpBu4BEdT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ekg5z5SMd9mP1bRfbJKIupskRzHI8Tsx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff8653d3-a12d-43c1-8b90-63996d0613c4/A241240_large.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ekg5z5SMd9mP1bRfbJKIupskRzHI8Tsx.adaptive-delivery-prevent-bg, #Ekg5z5SMd9mP1bRfbJKIupskRzHI8Tsx.lazyload, #Ekg5z5SMd9mP1bRfbJKIupskRzHI8Tsx.lazyloading { background-image: none; }#Ekg5z5SMd9mP1bRfbJKIupskRzHI8Tsx > .row .container { border-width: 0; border-radius: 0; }#Ekg5z5SMd9mP1bRfbJKIupskRzHI8Tsx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ekg5z5SMd9mP1bRfbJKIupskRzHI8Tsx > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:none; }#rScBgORdyHDuSEug9Ww9x9VvMnuIlxfl { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:"audi type extended";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:25rem;left:0rem;height:3.65625rem;font-style:normal;display:block; }
#SEDifhDvCqwSeR6XXlHawcvXsAmS6wNc { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:"audi type normal";font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:29.0625rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#fKoerx0IEMweEI162uwWC6p2aZ86q6aE { background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:3.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:32.4375rem;left:0rem;display:block; }
#tcJZTVrQWeeEOsWR40Wmyf3z40hh1Aqf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g3UCOekz9vHsG8GaJIhwe434gHO7fJoc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#g3UCOekz9vHsG8GaJIhwe434gHO7fJoc > .row .container { background-color: transparent; background-image: none; }#g3UCOekz9vHsG8GaJIhwe434gHO7fJoc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3UCOekz9vHsG8GaJIhwe434gHO7fJoc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3UCOekz9vHsG8GaJIhwe434gHO7fJoc > .row .container > .video-iframe-container { display: none; }#g3UCOekz9vHsG8GaJIhwe434gHO7fJoc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3UCOekz9vHsG8GaJIhwe434gHO7fJoc > .row > .video-iframe-container { display: none; }#g3UCOekz9vHsG8GaJIhwe434gHO7fJoc > .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); }#g3UCOekz9vHsG8GaJIhwe434gHO7fJoc > .row .container { border-width: 0; border-radius: 0; }#g3UCOekz9vHsG8GaJIhwe434gHO7fJoc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g3UCOekz9vHsG8GaJIhwe434gHO7fJoc > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#sSgcM3W056dc5aLAPwhVFI92PUIy6GSG { background-color:rgba(0,0,0,0);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-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2rem;left:8.5rem;display:block; }
#wZGmbWIBIJrmQ28H8c3D7Z9xlQ1mm5AL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fhh4XW1GaJzWUvPhf4t6Vwnm8NJtncTb { background-color:rgba(0,0,0,0);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-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2rem;left:18.1875rem;display:block; }
#fzQvZUXrkvMeIQTDuTWXZUy3axSSU8QX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HGtQzWrplR4CiPSyebta8Jo2qHKdK08a { background-color:rgba(0,0,0,0);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-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2rem;left:27.875rem;display:block; }
#bWIayUTFXerf6MGzFC2SMHAEwnOk79ul { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K8ESV7A9ZXD6sBPsBWQqqk3gBCVvbPow { background-color:rgba(0,0,0,0);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-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2rem;left:37.5rem;display:block; }
#Lt68xTy2sZrTNJJO8axBGGGFUceS9T0J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ByJ3vAOCz6LDUWzKqxwWRvV3E2U9RXD0 { background-color:rgba(0,0,0,0);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-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2rem;left:47.1875rem;display:block; }
#AFBRDBfTuMf3PO1NS69N0WMzMeODAUDR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kUbcoXTJe1yL3v1Dc5EtQUZTvJclqDRC { background-color:rgba(0,0,0,0);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-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2rem;left:56.875rem;display:block; }
#WyhfFv2xcOIzytTFTi35NkzMOLqHSLrK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRsmw9ooFxRfRaMKllP4sLN3PdNL2ag5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/996092d5-da17-4325-be51-576fe49434d1/A202232_large.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lRsmw9ooFxRfRaMKllP4sLN3PdNL2ag5.adaptive-delivery-prevent-bg, #lRsmw9ooFxRfRaMKllP4sLN3PdNL2ag5.lazyload, #lRsmw9ooFxRfRaMKllP4sLN3PdNL2ag5.lazyloading { background-image: none; }#lRsmw9ooFxRfRaMKllP4sLN3PdNL2ag5 > .row .container { border-width: 0; border-radius: 0; }#lRsmw9ooFxRfRaMKllP4sLN3PdNL2ag5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lRsmw9ooFxRfRaMKllP4sLN3PdNL2ag5 > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;position:relative;display:none; }#MRpXJJnslTDfThudmnTNLbwlIADqA483 { background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:3.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:42.1875rem;left:0rem;display:block; }
#RZB54TXbo9w16zOCTkIpDkKEKHBlmRip { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jgd4kWPEWzcEAdgD8gQVb4y4m0hCJl4g { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:"audi type extended";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.8125rem;left:0rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gR27rSSFrfm0f5gSkTDLVsWuN7ARTKFH { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:"audi type normal";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:36.6875rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d553081-ee2b-4983-b9cd-dfe7a761626a/AudiQ31920x1080.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi.adaptive-delivery-prevent-bg, #MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi.lazyload, #MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi.lazyloading { background-image: none; }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .row .container { background-color: transparent; background-image: none; }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .row .container > .video-iframe-container { display: none; }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .row > .video-iframe-container { display: none; }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .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); }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .row .container { border-width: 0; border-radius: 0; }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .row .container { font-size:0.875rem;font-family:arial;height:59.4375rem;width:75rem;position:relative;display:block; }#PmyXm2TMdq9GSXKIa4TnNK9rlFIBJHGV { background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:50.375rem;left:30.78125rem;display:block; }
#x8Vk7dahB1zT4nnRPZrQrtQNOMTExnm0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mr0xCU3adOouiNcWhHQ25cyQb9fUSwnw { position:relative;display:block; }#mr0xCU3adOouiNcWhHQ25cyQb9fUSwnw { background-color: transparent; background-image: none; }#mr0xCU3adOouiNcWhHQ25cyQb9fUSwnw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mr0xCU3adOouiNcWhHQ25cyQb9fUSwnw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mr0xCU3adOouiNcWhHQ25cyQb9fUSwnw > .row .container > .video-iframe-container { display: none; }#mr0xCU3adOouiNcWhHQ25cyQb9fUSwnw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mr0xCU3adOouiNcWhHQ25cyQb9fUSwnw > .row > .video-iframe-container { display: none; }#mr0xCU3adOouiNcWhHQ25cyQb9fUSwnw > .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); }#mr0xCU3adOouiNcWhHQ25cyQb9fUSwnw { border-width: 0; border-radius: 0; }#mr0xCU3adOouiNcWhHQ25cyQb9fUSwnw > .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; }#mr0xCU3adOouiNcWhHQ25cyQb9fUSwnw > .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:10.3125rem;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; }#xRA9ApGXttUVV3hXixciTbHTuNC5lwZ7 { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.3125rem;left:57rem;display:none; }
#hUs9uL50fpMSZUMJGhJEIIX1sqTn86Tw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u8TyJEZxFuvVA208BpfrDXqZrF3J6IlI { position:relative;display:block; }#u8TyJEZxFuvVA208BpfrDXqZrF3J6IlI { background-color: transparent; background-image: none; }#u8TyJEZxFuvVA208BpfrDXqZrF3J6IlI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8TyJEZxFuvVA208BpfrDXqZrF3J6IlI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8TyJEZxFuvVA208BpfrDXqZrF3J6IlI > .row .container > .video-iframe-container { display: none; }#u8TyJEZxFuvVA208BpfrDXqZrF3J6IlI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8TyJEZxFuvVA208BpfrDXqZrF3J6IlI > .row > .video-iframe-container { display: none; }#u8TyJEZxFuvVA208BpfrDXqZrF3J6IlI > .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); }#u8TyJEZxFuvVA208BpfrDXqZrF3J6IlI { border-width: 0; border-radius: 0; }#u8TyJEZxFuvVA208BpfrDXqZrF3J6IlI > .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; }#u8TyJEZxFuvVA208BpfrDXqZrF3J6IlI > .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:13.0625rem;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; }#ErPJ4ZmRt8lrTK5fttHmgbFI1glIuFzh { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:1rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#x6tDdGDOtTpIOaEfEFTz9ANCEi1IVF1w { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.8125rem;left:19.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#t5JKSo1rQDBzR426Ee8xC6FdC01Han4P { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:38.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#r6MuolTHaGKAi5t0gEToD0yV25Ce1sng { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.8125rem;left:57.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ITsKHJbPmPppk36CFzza7IJ7ktytG7Oz { 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:5.875rem;width:13.75rem;top:1.6875rem;left:58.75rem;overflow:hidden;display:block; }
#rd4Hf0IuWLQCb6H9fHlfWsMGUgI3hsfT { position:absolute;display:block;z-index:15016;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:5.875rem;width:13.6875rem;top:1.6875rem;left:40.03125rem;overflow:hidden;display:block; }
#aX9gfC3aWMwfhCuKTFbL8uyXTflZ1fS8 { position:absolute;display:block;z-index:15017;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:5.875rem;width:13.6875rem;top:1.6875rem;left:21.28125rem;overflow:hidden;display:block; }
#awiixh00LuvswL12hzM9OeuLqAHvhV9x { 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:5.875rem;width:13.625rem;top:1.6875rem;left:2.5625rem;overflow:hidden;display:block; }
#tveZp0z02K37Vw6pVg1otUJ7tKqz6Ahf { position:relative;display:block; }#tveZp0z02K37Vw6pVg1otUJ7tKqz6Ahf { background-color: transparent; background-image: none; }#tveZp0z02K37Vw6pVg1otUJ7tKqz6Ahf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tveZp0z02K37Vw6pVg1otUJ7tKqz6Ahf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tveZp0z02K37Vw6pVg1otUJ7tKqz6Ahf > .row .container > .video-iframe-container { display: none; }#tveZp0z02K37Vw6pVg1otUJ7tKqz6Ahf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tveZp0z02K37Vw6pVg1otUJ7tKqz6Ahf > .row > .video-iframe-container { display: none; }#tveZp0z02K37Vw6pVg1otUJ7tKqz6Ahf > .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); }#tveZp0z02K37Vw6pVg1otUJ7tKqz6Ahf { border-width: 0; border-radius: 0; }#tveZp0z02K37Vw6pVg1otUJ7tKqz6Ahf > .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; }#tveZp0z02K37Vw6pVg1otUJ7tKqz6Ahf > .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:13.0625rem;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; }#rFIK0qEdq9XPmFkz3LU5b1JdRcXJAfVO { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:1rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#goAuOUfTWrPKozf1zauHzNTVckKCmHnM { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:19.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#S6KR6vItXwinC8noqeO0iOQKB0v1v716 { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.8125rem;left:38.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ZfecI9d55VhSEechMGcc5LXpFFP9f4Ai { position:absolute;display:block;z-index:15015;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:5.875rem;width:13.625rem;top:1.5625rem;left:40.0625rem;overflow:hidden;display:block; }
#UU102FPmkDA2CrPHplh7ST3Bqab7L6Bx { position:absolute;display:block;z-index:15012;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:5.875rem;width:13.6875rem;top:1.5625rem;left:21.28125rem;overflow:hidden;display:block; }
#Br256PhUhXJgg0hq44RdrzsNh1XnApuJ { 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:5.875rem;width:13.75rem;top:1.5625rem;left:2.5rem;overflow:hidden;display:block; }
#tuqf7baTh2sI1M7lQGTBRUsgbsUG0iKu { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.75rem;left:57.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#AREqBtRnEsakOWvS99UMvZwTaZSKoAyi { position:absolute;display:block;z-index:15010;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:5.875rem;width:13.75rem;top:1.5625rem;left:58.75rem;overflow:hidden;display:block; }
#ykkwdB4mA3TzO4AqaRL0CoVLfhTK4ARV { position:relative;display:block; }#ykkwdB4mA3TzO4AqaRL0CoVLfhTK4ARV { background-color: transparent; background-image: none; }#ykkwdB4mA3TzO4AqaRL0CoVLfhTK4ARV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykkwdB4mA3TzO4AqaRL0CoVLfhTK4ARV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykkwdB4mA3TzO4AqaRL0CoVLfhTK4ARV > .row .container > .video-iframe-container { display: none; }#ykkwdB4mA3TzO4AqaRL0CoVLfhTK4ARV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykkwdB4mA3TzO4AqaRL0CoVLfhTK4ARV > .row > .video-iframe-container { display: none; }#ykkwdB4mA3TzO4AqaRL0CoVLfhTK4ARV > .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); }#ykkwdB4mA3TzO4AqaRL0CoVLfhTK4ARV { border-width: 0; border-radius: 0; }#ykkwdB4mA3TzO4AqaRL0CoVLfhTK4ARV > .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; }#ykkwdB4mA3TzO4AqaRL0CoVLfhTK4ARV > .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:13.0625rem;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; }#dTnzhT6LF2BT9qrXoxNMulW8xdHHIXeo { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.25rem;left:1rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Aa8hRAEc8Dx40fOy0BxpfCfdqD0AcTlP { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5625rem;left:19.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#laDb1ilq1fuBs412IVSrZHDZG6sZatt3 { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4375rem;left:38.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#i0eRTzqfFBxdCTMz18crbxcAEfpnAAyu { position:absolute;display:block;z-index:15009;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:5.875rem;width:13.9375rem;top:1.4375rem;left:2.40625rem;overflow:hidden;display:block; }
#EozPeQJdSBkedOg0TTnuVSkBCKlfT56X { 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:5.875rem;width:13.6875rem;top:1.375rem;left:40.125rem;overflow:hidden;display:block; }
#n3HA1na0BJdtRwkhawCDALJe497P17r9 { 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:5.875rem;width:13.6875rem;top:1.4375rem;left:21.28125rem;overflow:hidden;display:block; }
#gWCVUzbmnCRD8dpIOC0e24wvzxN6z4Td { 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:5.875rem;width:13.9375rem;top:1.4375rem;left:58.65625rem;overflow:hidden;display:block; }
#BrK4gGT8w7lGDqmuv3grapTo4QDt5WRe { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:57.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hvxqXWtNRTql2puAiqtkXrx2ZLxHNdVi { position:relative;display:block; }#hvxqXWtNRTql2puAiqtkXrx2ZLxHNdVi { background-color: transparent; background-image: none; }#hvxqXWtNRTql2puAiqtkXrx2ZLxHNdVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvxqXWtNRTql2puAiqtkXrx2ZLxHNdVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvxqXWtNRTql2puAiqtkXrx2ZLxHNdVi > .row .container > .video-iframe-container { display: none; }#hvxqXWtNRTql2puAiqtkXrx2ZLxHNdVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvxqXWtNRTql2puAiqtkXrx2ZLxHNdVi > .row > .video-iframe-container { display: none; }#hvxqXWtNRTql2puAiqtkXrx2ZLxHNdVi > .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); }#hvxqXWtNRTql2puAiqtkXrx2ZLxHNdVi { border-width: 0; border-radius: 0; }#hvxqXWtNRTql2puAiqtkXrx2ZLxHNdVi > .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; }#hvxqXWtNRTql2puAiqtkXrx2ZLxHNdVi > .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:13.0625rem;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; }#eJWcFWidUn1a6aIa3Qt8VwuqxkXpUGIx { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5625rem;left:19.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#iwTb7XOMmw8ZkSVaNWDQlAzCmMWempwx { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4375rem;left:38.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NKZXaTabh1sSEhLCBySaKif73Jyk6Vre { 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:5.875rem;width:13.8125rem;top:1.3125rem;left:39.96875rem;overflow:hidden;display:block; }
#PqobI8trqmKX1KJQhXcsZGmXzN94iRx9 { 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:5.875rem;width:13.6875rem;top:1.3125rem;left:21.28125rem;overflow:hidden;display:block; }
#GXtHPD1ApvuHdtSnhvQCmk7m52qOyss5 { position:relative;display:block; }#GXtHPD1ApvuHdtSnhvQCmk7m52qOyss5 { background-color: transparent; background-image: none; }#GXtHPD1ApvuHdtSnhvQCmk7m52qOyss5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXtHPD1ApvuHdtSnhvQCmk7m52qOyss5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXtHPD1ApvuHdtSnhvQCmk7m52qOyss5 > .row .container > .video-iframe-container { display: none; }#GXtHPD1ApvuHdtSnhvQCmk7m52qOyss5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXtHPD1ApvuHdtSnhvQCmk7m52qOyss5 > .row > .video-iframe-container { display: none; }#GXtHPD1ApvuHdtSnhvQCmk7m52qOyss5 > .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); }#GXtHPD1ApvuHdtSnhvQCmk7m52qOyss5 { border-width: 0; border-radius: 0; }#GXtHPD1ApvuHdtSnhvQCmk7m52qOyss5 > .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; }#GXtHPD1ApvuHdtSnhvQCmk7m52qOyss5 > .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:8.625rem;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; }#ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd05897f-3cd8-425d-9780-8b78e9cb4e7a/091a95c95ed0d27f9d1678f87671cd79.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE.adaptive-delivery-prevent-bg, #ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE.lazyload, #ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE.lazyloading { background-image: none; }#ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE > .row .container { background-color: transparent; background-image: none; }#ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE > .row .container > .video-iframe-container { display: none; }#ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE > .row > .video-iframe-container { display: none; }#ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE > .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); }#ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE > .row .container { border-width: 0; border-radius: 0; }#ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#cC0XOmzO0XuhzoiCQ4bFrK9Gy2KTF8N8 { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:"audi type normal";font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.34375rem;left:20.65625rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTTwLlAqLZJhAT8duLf0vJJJDUP6T6Af { position:relative;display:block; }#GTTwLlAqLZJhAT8duLf0vJJJDUP6T6Af { background-color: transparent; background-image: none; }#GTTwLlAqLZJhAT8duLf0vJJJDUP6T6Af::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTTwLlAqLZJhAT8duLf0vJJJDUP6T6Af > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTTwLlAqLZJhAT8duLf0vJJJDUP6T6Af > .row .container > .video-iframe-container { display: none; }#GTTwLlAqLZJhAT8duLf0vJJJDUP6T6Af > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTTwLlAqLZJhAT8duLf0vJJJDUP6T6Af > .row > .video-iframe-container { display: none; }#GTTwLlAqLZJhAT8duLf0vJJJDUP6T6Af > .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); }#GTTwLlAqLZJhAT8duLf0vJJJDUP6T6Af { border-width: 0; border-radius: 0; }#GTTwLlAqLZJhAT8duLf0vJJJDUP6T6Af > .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; }#GTTwLlAqLZJhAT8duLf0vJJJDUP6T6Af > .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:11.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; }#st8AgeTw9NBVTPHfb9KghmhpffhZVE09 { color:#000000;display:block;width:61.625rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:6.6875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fn731yNab2fi0SmQVZT0HPp15TF7deFQ { position:relative;display:block; }#fn731yNab2fi0SmQVZT0HPp15TF7deFQ { background-color: transparent; background-image: none; }#fn731yNab2fi0SmQVZT0HPp15TF7deFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn731yNab2fi0SmQVZT0HPp15TF7deFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn731yNab2fi0SmQVZT0HPp15TF7deFQ > .row .container > .video-iframe-container { display: none; }#fn731yNab2fi0SmQVZT0HPp15TF7deFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn731yNab2fi0SmQVZT0HPp15TF7deFQ > .row > .video-iframe-container { display: none; }#fn731yNab2fi0SmQVZT0HPp15TF7deFQ > .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); }#fn731yNab2fi0SmQVZT0HPp15TF7deFQ { border-width: 0; border-radius: 0; }#fn731yNab2fi0SmQVZT0HPp15TF7deFQ > .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; }#fn731yNab2fi0SmQVZT0HPp15TF7deFQ > .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:15.6875rem;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; }#spCouQG77b62h0m13UO4PGXz8RaPZHT2 { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:"audi type extended";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.03125rem;left:20.65625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IfU5Im7z3Lb6saNZG3EtMpv7xaKnFXlP { color:#000000;display:block;width:62.125rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.775390625rem;left:6.4375rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pOfEmWTwqdT9K3BQHvkN8xETTsBJkEbx { position:relative;display:block; }#pOfEmWTwqdT9K3BQHvkN8xETTsBJkEbx { background-color: transparent; background-image: none; }#pOfEmWTwqdT9K3BQHvkN8xETTsBJkEbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOfEmWTwqdT9K3BQHvkN8xETTsBJkEbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOfEmWTwqdT9K3BQHvkN8xETTsBJkEbx > .row .container > .video-iframe-container { display: none; }#pOfEmWTwqdT9K3BQHvkN8xETTsBJkEbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOfEmWTwqdT9K3BQHvkN8xETTsBJkEbx > .row > .video-iframe-container { display: none; }#pOfEmWTwqdT9K3BQHvkN8xETTsBJkEbx > .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); }#pOfEmWTwqdT9K3BQHvkN8xETTsBJkEbx { border-width: 0; border-radius: 0; }#pOfEmWTwqdT9K3BQHvkN8xETTsBJkEbx > .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; }#pOfEmWTwqdT9K3BQHvkN8xETTsBJkEbx > .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:21.5rem;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; }#VPZkP7W8o52vCMhoqGnwvSAKofsSmsuL { 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:3.3125rem;width:4.3125rem;top:0rem;left:11.53125rem;overflow:hidden;display:block; }
#wdvaQlmxZlDO5D8pTENKyzckJ5y0TUSb { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.837890625rem;left:7.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ayl1xBkgBVBqBb2gTpncyxuayAbwXFLy { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:30.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTgmWXTRdFDQ54xZvJc5eCckZcRTgvAR { 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:3.3125rem;width:1.8125rem;top:0rem;left:36.59375rem;overflow:hidden;display:block; }
#TV77f4xEN6kXwBQm7eGcAhT9Ut7GFpSL { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8125rem;left:54.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kQbirHdEnfFPzKJXHHdOu7NsAEd7zC5h { 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:3.3125rem;width:2.3125rem;top:0rem;left:60.09375rem;overflow:hidden;display:block; }
#BmwZCFauZtcuUvTAo3UQfLm2zmWNrTDG { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:8.3125rem;left:9.4375rem;display:block; }
#RUiEPSBHoRREmWh9ITO7adgqIRHmDQyx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tQRiQIvxodc6U32JByTAqNn13BmPTnJz { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:8.3125rem;left:33.25rem;display:block; }
#ocqcW3GI8XI7olVTWszv3ZUVnmwF2T1Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RGk8T7QdQgzwQykDDgROz0F7TaJlTASE { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.3125rem;left:57rem;display:block; }
#S1lwfl5PUfqGIvAfTrrB3ITFMMDCQ60e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/52a47181-cf09-4350-9154-7aaae35513b4/A241259_large.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn.adaptive-delivery-prevent-bg, #HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn.lazyload, #HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn.lazyloading { background-image: none; }#HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn > .row .container { background-color: transparent; background-image: none; }#HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn > .row .container > .video-iframe-container { display: none; }#HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn > .row > .video-iframe-container { display: none; }#HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn > .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); }#HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn > .row .container { border-width: 0; border-radius: 0; }#HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#ThXNsiHJcoEK4FXuOIaTemk6b9Hy7RFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#ThXNsiHJcoEK4FXuOIaTemk6b9Hy7RFV > .row .container { background-color: transparent; background-image: none; }#ThXNsiHJcoEK4FXuOIaTemk6b9Hy7RFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThXNsiHJcoEK4FXuOIaTemk6b9Hy7RFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThXNsiHJcoEK4FXuOIaTemk6b9Hy7RFV > .row .container > .video-iframe-container { display: none; }#ThXNsiHJcoEK4FXuOIaTemk6b9Hy7RFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThXNsiHJcoEK4FXuOIaTemk6b9Hy7RFV > .row > .video-iframe-container { display: none; }#ThXNsiHJcoEK4FXuOIaTemk6b9Hy7RFV > .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); }#ThXNsiHJcoEK4FXuOIaTemk6b9Hy7RFV > .row .container { border-width: 0; border-radius: 0; }#ThXNsiHJcoEK4FXuOIaTemk6b9Hy7RFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ThXNsiHJcoEK4FXuOIaTemk6b9Hy7RFV > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Kf7d4JraOwV85i45OJDKI1q4FzQuww4U { color:#000000;display:block;width:35rem;position:absolute;font-family:"audi type extended";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.896484375rem;left:20rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MP7Gqyuqs81N60EbSncNp5PTJFTk87Td { position:relative;display:none; }#MP7Gqyuqs81N60EbSncNp5PTJFTk87Td { border-width: 0; border-radius: 0; }#MP7Gqyuqs81N60EbSncNp5PTJFTk87Td > .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; }#MP7Gqyuqs81N60EbSncNp5PTJFTk87Td > .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:31.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; }#GaV0QLHachLHiAtI1V7ryvPaIUqrhp4G { 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:9.125rem;width:21.875rem;top:3rem;left:1.0625rem;overflow:hidden;display:block; }
#sMoWnakFEIkxxJlDbmm9SVxrxnTEagHv { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.375rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FqSIiQWR0TpxAJZppKHuXaNVLIU65QaI { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.25rem;left:0rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SXw57xdPhZziVeBtIlT15oU33QSEJqA7 { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5rem;left:15.1875rem;height:2.2753875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EKn4FFeD4ImJl5JgVfZJcgZWWVHKPtRV { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5rem;left:13.375rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wS9daJJSqnhcWhoTioeF16T0qSJhu6m5 { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.875rem;left:6.9375rem;display:block; }
#DtNfNe66mgHd2y6O7DqLUBvgJ4gPoQI0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFa5ayRnSCtlduEaWV6TRZ4t4cLVPkNS { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.5rem;left:40.9375rem;height:2.2753875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Eq0cPEkyEb8aoGX6Dm0CpDPbqsbB6QDU { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.875rem;left:32.6875rem;display:block; }
#P3h39eVwEEWnocxLfaQiSOpAF0cpPRsX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTT4rWfVgxICTySFitXv3OPP41oEc4dP { 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:9.125rem;width:21.25rem;top:3rem;left:26.875rem;overflow:hidden;display:block; }
#QrI298c74Foa0dTumA4mCTxHlZdUTS2E { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.3125rem;left:25.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LP62Flmf7hgVJkxNX49ZAq9LlQl46e4r { color:#000000;display:block;width:5rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.25rem;left:25.75rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GuZkuzoGlMfEFVoUErpiP88QWSX6Ul27 { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.5rem;left:38.125rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Jbz5lpqWCp6mkiaT3Go5MGPcAtCXpquB { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.5625rem;left:67.3125rem;height:2.2753875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kUeTJz4tzTr17dzE6SmR8OkvnaPcoXUh { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:20.9375rem;left:59.0625rem;display:block; }
#tLNxdxbyt5MP11eqz3TGDTvtums29CDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#edhDsyTRx6TVePI6uelzpXQXhkCmdh3T { 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:9.125rem;width:21.25rem;top:3.0625rem;left:53.1875rem;overflow:hidden;display:block; }
#TbGgxfzuQyAOKDN2dAxh1K970v7cxTTM { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.375rem;left:52.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kWIPxLwNE3b34pUVVvMn9hcqUuF5UIqR { color:#000000;display:block;width:8.3125rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:15.3125rem;left:52.125rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BuK181Osx0OpbkNZwgpPKqfTSbrLEW9b { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:13.5625rem;left:64.4375rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#e2ZbWW0GkRwwugLhU0TUUfhCfIJPdRJJ { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.57421875rem;left:42.5625rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fkUtnAJHoHB5hZiSXmLDMt4JU6DeXTR3 { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:16.57421875rem;left:68.9375rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Fzmu0g2M6CNJtLWmhEiERAKZPEE1b5gb { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.21142578125rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rLVgE7PqulbP0SMOzqXqhwTdbpUJxKTZ { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17.21142578125rem;left:25.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v3gPdqGZTDa6wPXfEfz7smp77gFd1URQ { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:17.21142578125rem;left:52.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aFC6ahUn3SKRPZD6kQXoisv81gTCrDUq { position:relative;display:block; }#aFC6ahUn3SKRPZD6kQXoisv81gTCrDUq { background-color: transparent; background-image: none; }#aFC6ahUn3SKRPZD6kQXoisv81gTCrDUq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFC6ahUn3SKRPZD6kQXoisv81gTCrDUq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFC6ahUn3SKRPZD6kQXoisv81gTCrDUq > .row .container > .video-iframe-container { display: none; }#aFC6ahUn3SKRPZD6kQXoisv81gTCrDUq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFC6ahUn3SKRPZD6kQXoisv81gTCrDUq > .row > .video-iframe-container { display: none; }#aFC6ahUn3SKRPZD6kQXoisv81gTCrDUq > .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); }#aFC6ahUn3SKRPZD6kQXoisv81gTCrDUq { border-width: 0; border-radius: 0; }#aFC6ahUn3SKRPZD6kQXoisv81gTCrDUq > .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; }#aFC6ahUn3SKRPZD6kQXoisv81gTCrDUq > .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:4.875rem;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; }#iBuaO98C3m6tlKPD8gb9QviyMNm0wbMu { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"audi type extended";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.421875rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TSpOFapoMHBolmVGS4GvHwmnoDCHm26p { position:relative;display:block; }#TSpOFapoMHBolmVGS4GvHwmnoDCHm26p { background-color: transparent; background-image: none; }#TSpOFapoMHBolmVGS4GvHwmnoDCHm26p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSpOFapoMHBolmVGS4GvHwmnoDCHm26p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSpOFapoMHBolmVGS4GvHwmnoDCHm26p > .row .container > .video-iframe-container { display: none; }#TSpOFapoMHBolmVGS4GvHwmnoDCHm26p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSpOFapoMHBolmVGS4GvHwmnoDCHm26p > .row > .video-iframe-container { display: none; }#TSpOFapoMHBolmVGS4GvHwmnoDCHm26p > .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); }#TSpOFapoMHBolmVGS4GvHwmnoDCHm26p { border-width: 0; border-radius: 0; }#TSpOFapoMHBolmVGS4GvHwmnoDCHm26p > .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; }#TSpOFapoMHBolmVGS4GvHwmnoDCHm26p > .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:28.0625rem;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; }#yUzaqyuIfFZ4eNcwynFtpCBRpPPGyeF2 { 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:9.125rem;width:16.1875rem;top:0rem;left:3.125rem;overflow:hidden;display:block; }
#Ig2lOrgH97BRWlLpueTU9z7NeFI7BGqw { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VU1SEKw6V7w1BpMTvuHWzOrcKnOzxJmx { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.068359375rem;left:0rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EEuv0MUhZ6mOA1Uv4FqMHOsnaRfKMT53 { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:13.75rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TfTTyfBH28o2ubU9FD29bT6dmqwG7W2p { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5rem;left:13.375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cW3QRdMU5NDbNDQOAAE57hTsNiHIK66m { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.3125rem;left:6.9375rem;display:block; }
#bD9TSC5RHUHGZw5U0kvvfqxPCTTxqWKR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CIeBLnq03kTz7o0JRgSXc5CLnD3TxW2t { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.625rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ir4zV8ea7eVkZkhbRpGcFFqbQTfxfev7 { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:13.75rem;left:12.5625rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#owuRT744GgUXdRVgKMZ8qIHhkGAoMdAX { color:#000000;display:block;width:9rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5rem;left:38.8125rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AaITzLIWENKGihIOA3lAaTUIzrhxZtWo { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.3125rem;left:31.9375rem;display:block; }
#bRQGuJPuF6Gyo1mD3VT4ZLDKTMRr2965 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTPye5oUk9XwMZ59m6hohUvnCbiiITdr { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.3125rem;left:25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DPcnnGfBxSKl4wlBt0hfMWd4aDEswOOw { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12rem;left:25rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eui8TTAxwDKcLGDiFcppVgbHveHRKgPu { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.5rem;left:37.375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ORwSW8TBzcr7GbIALfbMzHhbpE5EApXP { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:13.75rem;left:37.4375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#skknodlfOa5J07JaKS8MM48HD6J7tTqy { 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:9.125rem;width:16.1875rem;top:0rem;left:28.3125rem;overflow:hidden;display:block; }
#XWJk40OTGl296tWPA6yhgr2ipsL39iEE { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:15.625rem;left:25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6mKChDqflFhbuSP7IEdrKBMNyuqXm6Q { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.3125rem;left:56.9375rem;display:block; }
#kGsH2pcTw6ziS1n0GbHetMyt5G8TuW60 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLL4XdBpwQhz6Lv7oR3u0ckqphNx9vKm { color:#000000;display:block;width:8.375rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5rem;left:64.4375rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JnealStKmFF7u7aodsv4gvvH4bOp0NWw { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:13.75rem;left:62.4375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#elsFPi6NIyDnFoXCcMFUOwl6dgbXMQ3H { color:#000000;display:block;width:15rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.3125rem;left:50rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uxoSgyoP0Xb2MRtwFzXUgmhq0uQ0ssaK { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12rem;left:50rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kpEkkhK0ZBN2hz73lB60IVPKw6LhyoL7 { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.5rem;left:62.375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BXtbTofd7nVhk50qIizbolPqwb0FWxdT { 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:9.125rem;width:16.1875rem;top:0rem;left:53.3125rem;overflow:hidden;display:block; }
#R6QndGIukve2y2bUnVDmLfHfCIFUoTiQ { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:15.625rem;left:50rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oac2nPczzzXpxKrdwT0sEiIgVG2MmkQy { position:relative;display:block; }#Oac2nPczzzXpxKrdwT0sEiIgVG2MmkQy { background-color: transparent; background-image: none; }#Oac2nPczzzXpxKrdwT0sEiIgVG2MmkQy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oac2nPczzzXpxKrdwT0sEiIgVG2MmkQy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oac2nPczzzXpxKrdwT0sEiIgVG2MmkQy > .row .container > .video-iframe-container { display: none; }#Oac2nPczzzXpxKrdwT0sEiIgVG2MmkQy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oac2nPczzzXpxKrdwT0sEiIgVG2MmkQy > .row > .video-iframe-container { display: none; }#Oac2nPczzzXpxKrdwT0sEiIgVG2MmkQy > .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); }#Oac2nPczzzXpxKrdwT0sEiIgVG2MmkQy { border-width: 0; border-radius: 0; }#Oac2nPczzzXpxKrdwT0sEiIgVG2MmkQy > .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; }#Oac2nPczzzXpxKrdwT0sEiIgVG2MmkQy > .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:28.0625rem;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; }#ezh0UnLP83xhLPcfEbFFfPUwIvK55ASs { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.5625rem;left:14.375rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tUUTZ2biV3ie4iHeGMiqi5z4oTDF7lMo { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:17.9375rem;left:6.9375rem;display:block; }
#XPcAMBgZgIsS9Scxxut9Tp00BotcfJuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FdiFT58p2aZaTAzG3IRk68hxz7mqsMGS { 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:9.125rem;width:16.1875rem;top:0rem;left:2.3125rem;overflow:hidden;display:block; }
#TEXKtNgNJ2VJF93ltDP7HTvNcvE8B3tE { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PCJT9r7zmcdEbGnlwyKXuHmTvpfBR1FW { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12.130859375rem;left:0rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MvKCV1LEBAieO4K4zxMtJFplSdCyRsbZ { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:12.3125rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZHlTUdJno8zhR6z8HOW8C7eMllxg9hdO { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.1875rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vi7dWOpTOmWQCSiwHD8g0A0pVS2VkQTo { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:13.75rem;left:12.4375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WmqWrO8GFL0G96TOQUH51aa1vWoavCgJ { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.875rem;left:31.9375rem;display:block; }
#yizHdSM4XfSpiLWr0fXVvcRQeTuTw70R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wF4DQzmie0mMgpigu9pGTailOUn7M5aN { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.6875rem;left:37.5625rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nl6I1ohFq2NnXUd05gU5iGaahT3B6X1n { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:38.75rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WbhLDN76GoTknw9RBp7S27oqTodyDqT3 { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5rem;left:38.375rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TLzIGS6HN9CJFZpQT2wLML7WxrE7oe63 { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.375rem;left:25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTXnEO7AfU3MmJDaTWghJNGRrovtOHi1 { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.25rem;left:25rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mgMsfcdK1qG35LIZzVk0NhFigdwMhE0d { 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:9.125rem;width:16.25rem;top:0rem;left:29.375rem;overflow:hidden;display:block; }
#tslDl0TovRFVmii0LltF3yHHGKTiJGEw { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:14.1875rem;left:25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SJbXpq35uzAx409kKmLVuZ5x4eNMsM7G { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.875rem;left:56.9375rem;display:block; }
#ytoWWuLJnOhpqLRU4NonlMKByDyUoGm8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fXnLTa8riTG5LqK2CUhH8ZlMqr5W0vyn { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.6875rem;left:62.5625rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TxATuMHC8q4Xs4srkHmcPbT2y2Q4ec12 { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.5rem;left:63.75rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#i5p2A0FvnoJJiJTqTXdMZ4UOWNSZbQvZ { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.5rem;left:63.375rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AB1k3e7XVFHtaTs8TwqiGTPTTXqVOpBv { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.375rem;left:50rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bsvTks9EP8R9bTvra3SV8NkhhsiIupff { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12.25rem;left:50rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bc41b3qs9ZbPW898rfoi9fse2QRuNhPg { position:absolute;display:block;z-index:15015;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:9.125rem;width:16.25rem;top:0rem;left:54.375rem;overflow:hidden;display:block; }
#It6aBWTpOOUFZyJf2UM3WHuTJDRK96zT { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.1875rem;left:50rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q7LooczOP6kPGhuN7qEvOReFb9dpl8Ro { position:relative;display:block; }#Q7LooczOP6kPGhuN7qEvOReFb9dpl8Ro { background-color: transparent; background-image: none; }#Q7LooczOP6kPGhuN7qEvOReFb9dpl8Ro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7LooczOP6kPGhuN7qEvOReFb9dpl8Ro > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7LooczOP6kPGhuN7qEvOReFb9dpl8Ro > .row .container > .video-iframe-container { display: none; }#Q7LooczOP6kPGhuN7qEvOReFb9dpl8Ro > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7LooczOP6kPGhuN7qEvOReFb9dpl8Ro > .row > .video-iframe-container { display: none; }#Q7LooczOP6kPGhuN7qEvOReFb9dpl8Ro > .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); }#Q7LooczOP6kPGhuN7qEvOReFb9dpl8Ro { border-width: 0; border-radius: 0; }#Q7LooczOP6kPGhuN7qEvOReFb9dpl8Ro > .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; }#Q7LooczOP6kPGhuN7qEvOReFb9dpl8Ro > .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:28.125rem;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; }#zJilCwxvsJ3l1rRl5dCehe35fuXOaQhe { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:17.9375rem;left:33rem;display:block; }
#IK7DKGSTVRcuTFO3JdkmmQHld8Fk0nv2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTC8VXI2689nwmq9xvQaIsr6O1hRi0JM { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:11.5625rem;left:40.4375rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BOow4XQJhebahGytCwaKmFfblTxZygHr { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.375rem;left:26.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tbThh4T3MBzT11pxq7OQcGWXC0dmr6um { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:12.3125rem;left:26.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HR2fK0LT4wKt38D0sLrLQGIqMltCx1mb { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5625rem;left:38.375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lXh76vdROdu3PykeJSEvH4bvHSkDiNZI { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.75rem;left:38.5rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hpX4umKOhQ5iaLW0Ws1DUuNHH9WUvaFA { position:absolute;display:block;z-index:15027;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:9.0625rem;width:16.1875rem;top:0rem;left:29.1875rem;overflow:hidden;display:block; }
#eIMGv6pAiMMT8G1THABcP65qLvgE0zd1 { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.1875rem;left:26.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#niNgUKFEdWhTDEn827Ep2NaNFS4xsZhm { position:relative;display:block; }#niNgUKFEdWhTDEn827Ep2NaNFS4xsZhm { background-color: transparent; background-image: none; }#niNgUKFEdWhTDEn827Ep2NaNFS4xsZhm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niNgUKFEdWhTDEn827Ep2NaNFS4xsZhm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niNgUKFEdWhTDEn827Ep2NaNFS4xsZhm > .row .container > .video-iframe-container { display: none; }#niNgUKFEdWhTDEn827Ep2NaNFS4xsZhm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niNgUKFEdWhTDEn827Ep2NaNFS4xsZhm > .row > .video-iframe-container { display: none; }#niNgUKFEdWhTDEn827Ep2NaNFS4xsZhm > .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); }#niNgUKFEdWhTDEn827Ep2NaNFS4xsZhm { border-width: 0; border-radius: 0; }#niNgUKFEdWhTDEn827Ep2NaNFS4xsZhm > .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; }#niNgUKFEdWhTDEn827Ep2NaNFS4xsZhm > .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:9.3125rem;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; }#eVJmgvLcD05sbvK5eI8GZ0NfMsoCx2DK { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"audi type extended";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.53125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VscXs9NeqhXIbxTNntofLzVTwpEl1kPp { position:relative;display:block; }#VscXs9NeqhXIbxTNntofLzVTwpEl1kPp { background-color: transparent; background-image: none; }#VscXs9NeqhXIbxTNntofLzVTwpEl1kPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VscXs9NeqhXIbxTNntofLzVTwpEl1kPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VscXs9NeqhXIbxTNntofLzVTwpEl1kPp > .row .container > .video-iframe-container { display: none; }#VscXs9NeqhXIbxTNntofLzVTwpEl1kPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VscXs9NeqhXIbxTNntofLzVTwpEl1kPp > .row > .video-iframe-container { display: none; }#VscXs9NeqhXIbxTNntofLzVTwpEl1kPp > .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); }#VscXs9NeqhXIbxTNntofLzVTwpEl1kPp { border-width: 0; border-radius: 0; }#VscXs9NeqhXIbxTNntofLzVTwpEl1kPp > .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; }#VscXs9NeqhXIbxTNntofLzVTwpEl1kPp > .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:28.125rem;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; }#pP9LKnaWtT9izxw15dNWJXvhZ487AVE9 { 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:9.125rem;width:16.1875rem;top:0rem;left:3.125rem;overflow:hidden;display:block; }
#VvfaE8nHMLbkrG8oStAcFoIggJtPzq4k { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPimnfe192g56F7rprCyNv3DbxF5xJ9N { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DA2NDet0qnO4eVJINDWcSeFKD81NDWqJ { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:13.75rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mPUpLga7VMxShB97mcLXk5NQvPdkLfug { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5rem;left:13.375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sHuNRpqF9hM2zQuL9IGiN9yEBv0eTSo9 { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.875rem;left:6.9375rem;display:block; }
#SWhklFwMRuCN76Tmft5GQ99Bbnk0XgJk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gUlMla7uK4izDycdcBAdtwy8vrSUVr95 { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:14.1875rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tbdNVu9zyJHtX1dCwywNMnm4FhIX1Ee9 { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13.5625rem;left:12.5625rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bfG3QNSevRQJtPy0zuDAv4No7XZTo7NM { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.875rem;left:31.9375rem;display:block; }
#UVGUNyJeohaiQQWbfmVG1lBuUmRqP75M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XZ6K1TkxfFJCMF9r7ITrBVhqbRc8fby6 { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.5625rem;left:37.4375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nG1oLZ3dpIsudgsqdQNUPy1KsPrSh6wT { color:#000000;display:block;width:9rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5rem;left:38.8125rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KBeb30TLSNO23aahZPmfeCQnCqIWe8pK { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.25rem;left:25rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tCf89ZrsFOAkVmVyxnpJTwPcpS0Cln6O { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.3125rem;left:25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oQr3MgZkZhb1VpgzABht88z1uZuzSxJ2 { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.5rem;left:37.375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#U3n3Cowd459D9tQ8HhG6eJ6MKd7AnbwF { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rwnbKPOfvwWUCZTW8E7JVJpV1QZAy5Ce { 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:9.125rem;width:16.1875rem;top:0rem;left:28.3125rem;overflow:hidden;display:block; }
#NVtFpMXB4JPt25Ql8qBz8nsWbd5sTVDE { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:17.9375rem;left:56.9375rem;display:block; }
#kG65HHabUullNfHcIL1AvGppaEuvPoev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SLxOzf9dQZtstEd671blWxT5Q85DLDHQ { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:11.5625rem;left:64.375rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dOZ1LNaRB2V6C0PJM2UccPy9Tf3dwdfB { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.75rem;left:62.4375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EVOo6x7T5kuPWRWSD7CAVDxhI34dLbFz { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.375rem;left:50rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RevSnA8OhP17wTEr6Gv8IN1c8U33WOc0 { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:12.3125rem;left:50rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tlJ5inARmrvG9KqdTUFVo9XWwbeKMD1h { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5625rem;left:62.3125rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pemkCkv8lBECZtrszB4GMJnwcNbGdbNi { position:absolute;display:block;z-index:15027;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:9.0625rem;width:16.1875rem;top:0rem;left:53.125rem;overflow:hidden;display:block; }
#WxeAA9TODxRSvDCKFld6KKtquDAQDhSa { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.1875rem;left:50rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bhe33r3TMK1yJebH4OuLsX9wlP3wuDB5 { position:relative;display:block; }#bhe33r3TMK1yJebH4OuLsX9wlP3wuDB5 { background-color: transparent; background-image: none; }#bhe33r3TMK1yJebH4OuLsX9wlP3wuDB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhe33r3TMK1yJebH4OuLsX9wlP3wuDB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhe33r3TMK1yJebH4OuLsX9wlP3wuDB5 > .row .container > .video-iframe-container { display: none; }#bhe33r3TMK1yJebH4OuLsX9wlP3wuDB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhe33r3TMK1yJebH4OuLsX9wlP3wuDB5 > .row > .video-iframe-container { display: none; }#bhe33r3TMK1yJebH4OuLsX9wlP3wuDB5 > .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); }#bhe33r3TMK1yJebH4OuLsX9wlP3wuDB5 { border-width: 0; border-radius: 0; }#bhe33r3TMK1yJebH4OuLsX9wlP3wuDB5 > .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; }#bhe33r3TMK1yJebH4OuLsX9wlP3wuDB5 > .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:28.125rem;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; }#hAAZhB69QoE0Ufl3EbvOovQ9FTLRxTFm { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.5625rem;left:40.4375rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KyELs86rUJgcufX4bLTNGB6CxhrJUJL2 { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.75rem;left:38.5rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#s8uAiCAT5IF1go8ZQCzfpIcawUpk3brK { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:17.9375rem;left:33rem;display:block; }
#zwCsO0CJTC3sRaWgFTeH4zF00K4B43kz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zCeUDUOBiDC3hyLKXniOAkBzHCaZ8VNB { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:38.375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hDvHwFA5GpvoNRNML8RJKGsv3WdzB7MB { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.375rem;left:26.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#idpQmkPQDfhTUTCoCtqMRLd7eG2ErbTi { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12.3125rem;left:26.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X3CzTNqLeAXTTrgSyUFDA485OVTw5IL8 { 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:9rem;width:16.1875rem;top:0rem;left:29.1875rem;overflow:hidden;display:block; }
#JITXyECvTOdgrnTSxAUGiiqWJgezu1zT { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.1875rem;left:26.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cOeqR2B40oCUNVOO0E0oZJbNgUS9Tth8 { position:relative;display:block; }#cOeqR2B40oCUNVOO0E0oZJbNgUS9Tth8 { background-color: transparent; background-image: none; }#cOeqR2B40oCUNVOO0E0oZJbNgUS9Tth8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeqR2B40oCUNVOO0E0oZJbNgUS9Tth8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeqR2B40oCUNVOO0E0oZJbNgUS9Tth8 > .row .container > .video-iframe-container { display: none; }#cOeqR2B40oCUNVOO0E0oZJbNgUS9Tth8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeqR2B40oCUNVOO0E0oZJbNgUS9Tth8 > .row > .video-iframe-container { display: none; }#cOeqR2B40oCUNVOO0E0oZJbNgUS9Tth8 > .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); }#cOeqR2B40oCUNVOO0E0oZJbNgUS9Tth8 { border-width: 0; border-radius: 0; }#cOeqR2B40oCUNVOO0E0oZJbNgUS9Tth8 > .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; }#cOeqR2B40oCUNVOO0E0oZJbNgUS9Tth8 > .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:9.3125rem;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; }#qyedv2h6qVFEnTZO6EIJbQ3MRtNRJ8yZ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"audi type extended";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.53125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tkhvIqkMPUIEaHfysM7GHNBnLidVMe5M { position:relative;display:block; }#tkhvIqkMPUIEaHfysM7GHNBnLidVMe5M { background-color: transparent; background-image: none; }#tkhvIqkMPUIEaHfysM7GHNBnLidVMe5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkhvIqkMPUIEaHfysM7GHNBnLidVMe5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkhvIqkMPUIEaHfysM7GHNBnLidVMe5M > .row .container > .video-iframe-container { display: none; }#tkhvIqkMPUIEaHfysM7GHNBnLidVMe5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkhvIqkMPUIEaHfysM7GHNBnLidVMe5M > .row > .video-iframe-container { display: none; }#tkhvIqkMPUIEaHfysM7GHNBnLidVMe5M > .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); }#tkhvIqkMPUIEaHfysM7GHNBnLidVMe5M { border-width: 0; border-radius: 0; }#tkhvIqkMPUIEaHfysM7GHNBnLidVMe5M > .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; }#tkhvIqkMPUIEaHfysM7GHNBnLidVMe5M > .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:28.125rem;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; }#VoZcOpBf5X83zn0QodsuQtCreVTD8S4a { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.5625rem;left:15.4375rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Dg2vCKdZ0D4GTFubCgDUfd4ZMN5W4tmh { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:17.9375rem;left:8rem;display:block; }
#JnSDADv6cWvN9KyIb440GrsRLcOy0by4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AsxCqh3hNVdzA5UP5nelznCnToMzQHsw { 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:9.0625rem;width:16.1875rem;top:0rem;left:4.1875rem;overflow:hidden;display:block; }
#tLFrgRTXJm2SNwF2eHftQgyhdRvLZcD4 { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.375rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GMLb40Nec1XhDTzBBqTAqzeHO5sC37TW { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12.3125rem;left:1.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kmsBClAaTbJJu9Bn8X6WOHzTXWSaa8M9 { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:13.375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RN02tQMfcQSJ6kzvx1pFefTLJr7Ja0SW { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.1875rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SxU2IFEE8T3SQFw8HPXVnKddDanset5b { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.75rem;left:13.5rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#z5JUMMvvfvolvzahvBQ6Ba1TxAZAtJJe { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:17.9375rem;left:33rem;display:block; }
#gRvfXoJrnv8sdla54Tqtz6tftuDw5bk9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPhNIk8klvTtL3BUG4sRQFMVmmL0MN1K { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:11.5625rem;left:40.4375rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Nk5UOCL7dxIV1aXJWTglt9R5WX4EDOd7 { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.375rem;left:26.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uS12fyTrozyDolsRcT1HnFsLI5y68JdA { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:12.3125rem;left:26.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RQQoI02B057cTPswIznDyCMEmxGDgWDM { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5625rem;left:38.375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wNnBbrUckAUoPsyEXiHTmWP72UriseNe { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.75rem;left:38.5rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MDvnsvgMsSqOfyTPvPGBXqFxilLzEFmJ { position:absolute;display:block;z-index:15027;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:9.0625rem;width:16.1875rem;top:0rem;left:29.1875rem;overflow:hidden;display:block; }
#OhxZSM0orOQyL2dBo00HPWO6duGz77BB { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.1875rem;left:26.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ROJUhTek0nepwdktkTMpkBqBD9wv1TkT { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.625rem;left:65.4375rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wNmWap4MiO7PA68S0WL4Nk8I0lJUirWx { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.8125rem;left:63.5rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xkF3BgNL2ufCt8FI7vpd5te9XHpkMR49 { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:18rem;left:58rem;display:block; }
#wINxX6VAX3XFq1sWOKp2JdXtVDOkdaXQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z964Sqs4RhJAilcTbWww5JIwv9aoeM7e { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.625rem;left:63.375rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kTT9hip3fEc7C1AcA5D9tzTiD6UBbTJJ { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.4375rem;left:51.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PT0LctPTPA2Uih5y4TiCX2fybizgwy3U { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12.375rem;left:51.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q6UMTMWT0hhgq05Ppv2a8aNqqd8Bai3B { 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:9rem;width:16.0625rem;top:0.0625rem;left:54.1875rem;overflow:hidden;display:block; }
#wzcu9pqWA89gUUh2KR9xyOBgOkbgy5an { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.25rem;left:51.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qll6AvTHTNKveiolZMT5WnXKhrTTbqA0 { position:relative;display:block; }#Qll6AvTHTNKveiolZMT5WnXKhrTTbqA0 { background-color: transparent; background-image: none; }#Qll6AvTHTNKveiolZMT5WnXKhrTTbqA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qll6AvTHTNKveiolZMT5WnXKhrTTbqA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qll6AvTHTNKveiolZMT5WnXKhrTTbqA0 > .row .container > .video-iframe-container { display: none; }#Qll6AvTHTNKveiolZMT5WnXKhrTTbqA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qll6AvTHTNKveiolZMT5WnXKhrTTbqA0 > .row > .video-iframe-container { display: none; }#Qll6AvTHTNKveiolZMT5WnXKhrTTbqA0 > .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); }#Qll6AvTHTNKveiolZMT5WnXKhrTTbqA0 { border-width: 0; border-radius: 0; }#Qll6AvTHTNKveiolZMT5WnXKhrTTbqA0 > .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; }#Qll6AvTHTNKveiolZMT5WnXKhrTTbqA0 > .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:28.125rem;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; }#wxrWWHUlD4NxbRQLqn8fNi8sCLxX98oA { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:17.9375rem;left:20.3125rem;display:block; }
#AoOdT6IKRQzEvetFoXBLkOVaUWpeX24T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OMTIOLzgNkhfZZz046IgQSCCdeKh4PN2 { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.75rem;left:25.8125rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#H1AxlZrpg0ypiMTkdiroKmmkpCb1oaov { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:11.5625rem;left:27.75rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KCdz0Vy9ZoErFGOFogrdZr7sNsQIiDUA { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:12.3125rem;left:13.375rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XV8H0a0SUohGExDJwUTugpiBwUx62B75 { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.1875rem;left:13.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#op9mR0l3RqGEUe7Lyc6pV9yZgx42zJLX { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.375rem;left:13.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#knDibK09T54eohvlNwzRsXsS1n9n21S7 { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5625rem;left:25.6875rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#w3SgkOdXtGqTXTiIWHCS4CqFTOn8dT4N { position:absolute;display:block;z-index:15027;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:9rem;width:16.0625rem;top:0rem;left:16.5rem;overflow:hidden;display:block; }
#EFdU7y0qNpH1NTCzGmGpAH7xgNwrWewP { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:17.9375rem;left:45.8125rem;display:block; }
#QIiiaTkHQrH66JQyrUhs3yatfdOa982g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DVn2GS8wHeqR8UKbJGlHU8TdeLeHrU7J { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:13.75rem;left:51.3125rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hFdGd7EHkU7RZ6dgEbpVfeQT3ONbH0eG { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:11.5625rem;left:53.25rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UTNotJfaTy63D2xaOWz1M5idb1zvDuqS { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:12.3125rem;left:38.875rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i8CIPc5oQRIuen3wxPM3BOim7BZt1aVO { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:14.1875rem;left:38.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lqSTiOqI12b9fPbmrrlskuI0NUDoncpB { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:10.375rem;left:38.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zB7heBu8R1uLybXPrEa2R7PvKpJW50Si { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:10.5625rem;left:51.1875rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yru0WqO6eBMNpy4yp5bUPwlhoxlnNQme { position:absolute;display:block;z-index:15035;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:9rem;width:16.0625rem;top:0rem;left:42rem;overflow:hidden;display:block; }
#lPB9E39VVI6Q9BqvKO6Ewrgn0gkgvc5e { position:relative;display:block; }#lPB9E39VVI6Q9BqvKO6Ewrgn0gkgvc5e { background-color: transparent; background-image: none; }#lPB9E39VVI6Q9BqvKO6Ewrgn0gkgvc5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPB9E39VVI6Q9BqvKO6Ewrgn0gkgvc5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPB9E39VVI6Q9BqvKO6Ewrgn0gkgvc5e > .row .container > .video-iframe-container { display: none; }#lPB9E39VVI6Q9BqvKO6Ewrgn0gkgvc5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPB9E39VVI6Q9BqvKO6Ewrgn0gkgvc5e > .row > .video-iframe-container { display: none; }#lPB9E39VVI6Q9BqvKO6Ewrgn0gkgvc5e > .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); }#lPB9E39VVI6Q9BqvKO6Ewrgn0gkgvc5e { border-width: 0; border-radius: 0; }#lPB9E39VVI6Q9BqvKO6Ewrgn0gkgvc5e > .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; }#lPB9E39VVI6Q9BqvKO6Ewrgn0gkgvc5e > .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:9.3125rem;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; }#bCopgS0zogD5K5OAyUxbpvmcNPFQ5SsX { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"audi type extended";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.28125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IwV6Xqi7tZKc9ccevHEifMmpTdt0iwfw { position:relative;display:block; }#IwV6Xqi7tZKc9ccevHEifMmpTdt0iwfw { background-color: transparent; background-image: none; }#IwV6Xqi7tZKc9ccevHEifMmpTdt0iwfw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwV6Xqi7tZKc9ccevHEifMmpTdt0iwfw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwV6Xqi7tZKc9ccevHEifMmpTdt0iwfw > .row .container > .video-iframe-container { display: none; }#IwV6Xqi7tZKc9ccevHEifMmpTdt0iwfw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwV6Xqi7tZKc9ccevHEifMmpTdt0iwfw > .row > .video-iframe-container { display: none; }#IwV6Xqi7tZKc9ccevHEifMmpTdt0iwfw > .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); }#IwV6Xqi7tZKc9ccevHEifMmpTdt0iwfw { border-width: 0; border-radius: 0; }#IwV6Xqi7tZKc9ccevHEifMmpTdt0iwfw > .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; }#IwV6Xqi7tZKc9ccevHEifMmpTdt0iwfw > .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:28.125rem;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; }#PthwP8Xlxiq7qQvygzCWXTqCIONzBL4S { color:#000000;display:block;width:9rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5625rem;left:14.875rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NnqCM5ZyE1RLzuPaEKmxZKRtxpgccvTk { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.9375rem;left:8rem;display:block; }
#i8wa3iAeyTbqmgbZ75N6CELhpDiH5I7w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lNFXWkXXpaGyCkrmZJokwebGkzc7McP3 { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.375rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SIb7UJqwAMT3JmduRx4dmn0vkZTG4FRx { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.3125rem;left:1.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dydtA5sA963NLAtAl9ea8DdOFHbwakXt { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.5625rem;left:13.4375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tont4cmCtTiLKkl7hH0Jn1DUApdIHMKL { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.25rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J7P4TwbFDBUT8s8qx6T7RIuzlf7BeMlD { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:13.8125rem;left:13.5625rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ipkXd4yyiRrDi1MD0i8BTClKZnTLWEbF { 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:8.3125rem;width:14.875rem;top:0rem;left:4.8125rem;overflow:hidden;display:block; }
#TSLmSxtEOsxq8eDCMnQh47rPZurnOTaf { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.875rem;left:32.9375rem;display:block; }
#CvHPlDhLQeEIKDHGxdW41vOHMfg0r5ZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SRf5NvLTeqhLskVR0vaB3IGdDV2TXdHT { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.375rem;left:26rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bkoNSC6PEOB2Ai2xTdSPoRlhfJNU7TOn { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.25rem;left:26rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QWFyf2dpQAwHVzRdWmLb8QMribs4ZyBh { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:39.75rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kwakIQhGt8STdVfKeEdhG7zeiTWTpN1V { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5rem;left:39.375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bp9NTlrBvVDd7TRTDf4spOD6dkMlDMU4 { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:14.1875rem;left:26rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ewaXz3gKbXSnDV6pCzn1c24LzmczxKTg { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13.5625rem;left:38.5625rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DsyEcX45Cp3cBfF0N6MwPt3pQecTrDyS { 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:8.125rem;width:14.6875rem;top:0rem;left:29.875rem;overflow:hidden;display:block; }
#KrJa6A5yHdlOsogZ2uklgvdwn7CO6ZB6 { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.9375rem;left:58rem;display:block; }
#qwCZ22riwv6nWFBzDPhGmPyOTEgssJbx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aXTio6NRwKvJ3MvHlC2lkobPiDfJwiQX { color:#000000;display:block;width:9rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5625rem;left:64.875rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oTnLSL0aOtmCsIoikoy5id5aRVr9IMN7 { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.375rem;left:51.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rXLq50iG4eNyLduUZKmunIgn7yEeApLM { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.3125rem;left:51.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tcNK5BlihxLcVPgSXzdtbq1STegDbmQk { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.5625rem;left:63.4375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HbaIB1lgyPADBWRg0QFTW4mLxIaVJkrb { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.25rem;left:51.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GxHO2dAAbveZkKIC64c4ecIoUf0NQocl { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:13.8125rem;left:63.5625rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ihmyZqmMlsckVnTFWx1nmozSbEksUzq4 { 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:8.3125rem;width:14.875rem;top:0rem;left:54.8125rem;overflow:hidden;display:block; }
#VLQBF9xc8HcyuXNwtxNm88rh4EqnZnHt { position:relative;display:block; }#VLQBF9xc8HcyuXNwtxNm88rh4EqnZnHt { background-color: transparent; background-image: none; }#VLQBF9xc8HcyuXNwtxNm88rh4EqnZnHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLQBF9xc8HcyuXNwtxNm88rh4EqnZnHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLQBF9xc8HcyuXNwtxNm88rh4EqnZnHt > .row .container > .video-iframe-container { display: none; }#VLQBF9xc8HcyuXNwtxNm88rh4EqnZnHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLQBF9xc8HcyuXNwtxNm88rh4EqnZnHt > .row > .video-iframe-container { display: none; }#VLQBF9xc8HcyuXNwtxNm88rh4EqnZnHt > .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); }#VLQBF9xc8HcyuXNwtxNm88rh4EqnZnHt { border-width: 0; border-radius: 0; }#VLQBF9xc8HcyuXNwtxNm88rh4EqnZnHt > .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; }#VLQBF9xc8HcyuXNwtxNm88rh4EqnZnHt > .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:28.125rem;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; }#nQSQiuwoH07B3QP0vabp6eEcnfdzml7g { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.875rem;left:8rem;display:block; }
#LRlLFizqOHr9qgNneVp34X3T6r5AW6TX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IimNS0IVNXnOD1wPo5qMKQHxhey5xH6l { color:#000000;display:block;width:8.375rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5rem;left:15.5rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#d7n0HfcDl0kbbWLS6M6AT2O8LzOsRfMp { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.25rem;left:1.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eyHwKXcOhcOk2SrBN4aefrqkbA8yic7i { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VIxSKPdS8eDQbHzQLK0V7oPwX1P9QfRR { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:13.5rem;left:13.5rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aULZMFOs3o9UHESqOBRz1K7pR7B7A7z6 { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.3125rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WkhIN58kbk1GMqEtP59Mzl35IsgZ7qiA { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.5rem;left:13.4375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UcBDCTeofHqLsN4cMxoylsuiPHFHh5fT { 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:8.625rem;width:15.5rem;top:0rem;left:4.5rem;overflow:hidden;display:block; }
#RUXnL8BscuX9KRBS8w1GTQD2Cw60UNJs { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:17.9375rem;left:33rem;display:block; }
#ZNtiz0FXwAXlVgpg2bJyi7LHAWhmmg1O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kyFDEQObANFsr22Pb1Rkyq8Qwno4Jbxu { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.5625rem;left:40.4375rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vslOZBtAUAUi5OJmgyhLEaMP5eflci63 { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.375rem;left:26.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zNW5BZeXodl4ZffJtEAglvDK301srzTb { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12.3125rem;left:26.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iswl5t9TctUBmIOD23n7KnJui4vdhOJN { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:38.375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EyMw3bHUbrS8tprA2KEw3pK3V8xudz5a { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.625rem;left:38.5rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EoccCME5zN6X4kD0bm1JzJvLlEJgTS37 { 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:9.0625rem;width:16.1875rem;top:0rem;left:28.375rem;overflow:hidden;display:block; }
#CTiaHhIwu30rd4iX6G7g5EpKfzLwdCb9 { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.1875rem;left:26.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hy5oD4yQKsVE2QJovWZRXfhJEHkxtWMv { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.875rem;left:58rem;display:block; }
#U6kKtcRNxVmWNZP5PXOzlkINIPWmoW8u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rN1gPl31erFnW4T5mHN7s5UKFBQgqser { color:#000000;display:block;width:8.375rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5rem;left:65.5rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nuObT7OW5u2SyJNfUkEes2AOVdg19gZQ { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.25rem;left:51.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VlTxzFXv8bPAJILbeNTCOHMSVUudXMzG { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:13.5rem;left:63.5rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uepqFxXawkadV2uq8DU3F30N5giSQV2t { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.3125rem;left:51.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AlomtEupavuUqILKUTOC5p5xrPy7ytCG { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.5rem;left:63.4375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Olf0lDfaTdZ2kg1ZnpnJ81hHyHAx0BSk { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:51.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C0WStIPTilRIEplDd9HOS1glHgzCFTpk { 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:9.0625rem;width:16.1875rem;top:0rem;left:54.75rem;overflow:hidden;display:block; }
#NiAAI6v3I5arpMcryK2KGppoJqU3uflF { position:relative;display:block; }#NiAAI6v3I5arpMcryK2KGppoJqU3uflF { background-color: transparent; background-image: none; }#NiAAI6v3I5arpMcryK2KGppoJqU3uflF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiAAI6v3I5arpMcryK2KGppoJqU3uflF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiAAI6v3I5arpMcryK2KGppoJqU3uflF > .row .container > .video-iframe-container { display: none; }#NiAAI6v3I5arpMcryK2KGppoJqU3uflF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiAAI6v3I5arpMcryK2KGppoJqU3uflF > .row > .video-iframe-container { display: none; }#NiAAI6v3I5arpMcryK2KGppoJqU3uflF > .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); }#NiAAI6v3I5arpMcryK2KGppoJqU3uflF { border-width: 0; border-radius: 0; }#NiAAI6v3I5arpMcryK2KGppoJqU3uflF > .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; }#NiAAI6v3I5arpMcryK2KGppoJqU3uflF > .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:28.0625rem;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; }#zSMgybMsoozHIydRgbsgaBKvwtAQmlcP { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:17.9375rem;left:8rem;display:block; }
#VVqwSO2WxE33RBWwfCHlny85mI1DnDi5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FVQEm0WQpa1ChsOVrBoKhc2OGez5xx2m { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:11.5625rem;left:15.4375rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Utz0ZmHcJgw7sLG4TiRWnB0Ig9mligfi { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:13.625rem;left:13.5rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bEIa38L6KF98qGu4TVyf4kxofVtoGzSn { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:12.125rem;left:1.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CLgMUH1qWpuR9PGRU4TtSX7cEPv5P5Qm { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5625rem;left:13.375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#t0xQQTzvoZfftzskE3qI19TqzypZR27W { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.375rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OncwVlOzeEEW5WncLITWkARuWX6rGyeh { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.1875rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bTohypMhe0IhG9mt9Ea5Sh6hLUVvi4Wt { position:absolute;display:block;z-index:15027;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:7.875rem;width:14rem;top:0rem;left:5.1875rem;overflow:hidden;display:block; }
#cf9c6FUMmR4yK0WHrLSNqX5pBXAvhzHq { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:17.9375rem;left:33rem;display:block; }
#UgzGOa7uWVreAbiRspbVkfThGT4HGzzy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qaa7lqGB6hd56wbNB8RIboqZJ00iXi6g { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:13.625rem;left:38.5rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#edT23vwlt0pxdE9HzPKsPGlpAKbgZzmZ { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:11.5625rem;left:40.4375rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HLDGpxpRUB5T7pqkblWZvvCQmeg0HmAU { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:12.125rem;left:26.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IDlftdQFVKCavLrPMIGLTvJSExToKh7V { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:10.375rem;left:26.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xQPZFPZ7KoDc4g7MIhLe6emKq1KsyRcv { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:14.1875rem;left:26.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BUkpOWTv6scrnaaQF4VZ44xOVlnHSaC9 { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:10.5625rem;left:38.375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kHax017Rpvt9v6EerhZn5fsVvALrkf6d { position:absolute;display:block;z-index:15035;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:7.875rem;width:14rem;top:0rem;left:30.1875rem;overflow:hidden;display:block; }
#KlZg4bdGUydpBTtWTpkhGGzA0NS4cmgr { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:13.8125rem;left:63.5625rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#inh7LLAUahL75STxFfxPSLPl2ledW3Vk { color:#000000;display:block;width:9rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.5625rem;left:64.875rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bUhWacWBUkNDH12Ca06uNG3F4MwFvwk9 { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:17.9375rem;left:58rem;display:block; }
#BiDS7HiL4Ilwxfiz56OimgRkGm7bbqTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W4ml04iCahIS1ZbdTAHxMZuHytrVK980 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.3125rem;left:51.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u0NB170Sl7I6TKE7S4o1w9UbZgWTm6EN { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.5625rem;left:63.4375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dDSqO4yrKcMCXqmFxG7n0xGEfhQiMnw9 { position:absolute;display:block;z-index:15016;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:10.3125rem;width:18.6875rem;top:0rem;left:52.875rem;overflow:hidden;display:block; }
#NHD3DvBzUv8xcQUi9BOnMGyWBkTBt56Z { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.375rem;left:51.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lTki5BkE3C1zqTRT3ihZSxikFsy0wSQQ { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:14.25rem;left:51.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zzRTiRyXAKmGvNemJaBrkk1DvcoVeOBZ { position:relative;display:block; }#zzRTiRyXAKmGvNemJaBrkk1DvcoVeOBZ { background-color: transparent; background-image: none; }#zzRTiRyXAKmGvNemJaBrkk1DvcoVeOBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzRTiRyXAKmGvNemJaBrkk1DvcoVeOBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzRTiRyXAKmGvNemJaBrkk1DvcoVeOBZ > .row .container > .video-iframe-container { display: none; }#zzRTiRyXAKmGvNemJaBrkk1DvcoVeOBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzRTiRyXAKmGvNemJaBrkk1DvcoVeOBZ > .row > .video-iframe-container { display: none; }#zzRTiRyXAKmGvNemJaBrkk1DvcoVeOBZ > .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); }#zzRTiRyXAKmGvNemJaBrkk1DvcoVeOBZ { border-width: 0; border-radius: 0; }#zzRTiRyXAKmGvNemJaBrkk1DvcoVeOBZ > .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; }#zzRTiRyXAKmGvNemJaBrkk1DvcoVeOBZ > .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:28.0625rem;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; }#z7g3UH4DXWGt6agD0vEs3UH5dmTJSk3B { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.9375rem;left:8rem;display:block; }
#LZAbhtUXTyin2TmmJAifMd8VOLC8VXnD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Frc981sJaViw1NUgDkScTATeTmntorEu { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:13.8125rem;left:13.5625rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IzATNyF3783Wd6T8BuhIE9q0rSV3lfhC { color:#000000;display:block;width:9rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:11.5625rem;left:14.875rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#coQaQqQhTyTz65RmifqNvxsiZ45l0oX0 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:12.3125rem;left:1.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iKXgaqMMfU8E9nBQNiXzwTmG3o3JAgdn { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:10.5625rem;left:13.4375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Kmy43xaC0HIA9ukxlf1MqtvCTShlG76J { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.375rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TqORUagGSghirpi9WaO8LJDrW4xSaRDH { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:14.25rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTsrg1JLTSmKtpLyN0PvWEuoL1p4lFCp { position:absolute;display:block;z-index:15024;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:10.3125rem;width:18.6875rem;top:0rem;left:2.875rem;overflow:hidden;display:block; }
#Or29W8mJHTywE92Kt1mSky3LqezvIlVc { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:17.9375rem;left:33rem;display:block; }
#dQ5NLnR3DcneuyLZH7X8amQu1AFTBOom { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oBe7cWcH0NAh3arnvO6z3tBOCTOyUPOX { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:13.8125rem;left:38.5625rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Fco4OvyD4lrTDSteQuRyxzZxi8fLxkhm { color:#000000;display:block;width:9rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:11.5625rem;left:39.875rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#O8iHpiPd1lma4pGKf63TeE5NNZXNpnEa { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:12.3125rem;left:26.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xxyaXdemsaAQr4XbfNocwTaBE4tIxqFg { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:10.5625rem;left:38.4375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IIK2MM4sob8T9dWFcxmU4pUuev9Q0oEH { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:10.375rem;left:26.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r8LRx5WoBehmfyiHWKu2scKfTeOXAfga { position:absolute;display:block;z-index:15032;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:10.3125rem;width:18.3125rem;top:0rem;left:27.875rem;overflow:hidden;display:block; }
#Fir9hVaO9ZSDSmLu1RSmTemSV5cSssld { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:14.25rem;left:26.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yovauTXoPbad1XSa2MhRmfW5eb90o0Iz { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:13.8125rem;left:63.5625rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hIFmX227tKdaFfTpqvziLvXsl5MA3h4Q { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:17.9375rem;left:58rem;display:block; }
#kwVSR97x2bZuf1OTvmQ7PT97QtSJdRyK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AnKmXikeX7Ht5nCf3vFM2T7Nx8arlvfk { color:#000000;display:block;width:9rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:11.5625rem;left:64.875rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T5SqLawuiJGg0gZnB7npwuXdIuhh0mHF { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:10.5625rem;left:63.4375rem;height:0.9749375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PRmASEt2UgEDTRln8Z7vl0Vdt822KULt { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:12.3125rem;left:51.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RxhuyA02UB98ZvPCdKA4XU12Tn0HH2lF { position:absolute;display:block;z-index:15040;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:10.3125rem;width:18.3125rem;top:0rem;left:52.875rem;overflow:hidden;display:block; }
#qs2UDfuKEN8G1u76yLRciIilgwKtZi0s { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:10.375rem;left:51.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dIagkUXF3P0MMomT2Z2SNGGekeVfan0f { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:14.25rem;left:51.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TFLeazBJxi6TW8kahirPB2gVrtLzulLO { position:relative;display:none; }#TFLeazBJxi6TW8kahirPB2gVrtLzulLO { border-width: 0; border-radius: 0; }#TFLeazBJxi6TW8kahirPB2gVrtLzulLO > .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; }#TFLeazBJxi6TW8kahirPB2gVrtLzulLO > .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:20.0625rem;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; }#HttN3IoNuTdJ7nlxrTTcFsuzpgZIdcGW { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:"audi type extended";font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.75rem;left:9.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q1iw0Z3iHnFhRrskgz8q1qN3WW9hKtMO { color:#000000;display:block;width:54.6875rem;position:absolute;font-family:"audi type wide";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12.4375rem;left:10.1875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gl75TKhpA1ezVPQ49kEPy3rndgzC8EXq { position:relative;display:none; }#Gl75TKhpA1ezVPQ49kEPy3rndgzC8EXq { border-width: 0; border-radius: 0; }#Gl75TKhpA1ezVPQ49kEPy3rndgzC8EXq > .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; }#Gl75TKhpA1ezVPQ49kEPy3rndgzC8EXq > .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:37.625rem;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; }#fn1yBBKhcPW2cWHQF9oQkd9DpworQs36 { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:"audi type extended";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:39.09375rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D0NvQ3nUQCm03tBvv2CNXzLA6HFiTDC1 { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:"audi type normal";font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.1875rem;left:39.09375rem;height:18.521475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iixtdkE8uXmolcdNnEwzHGIfGf6ndRg6 { color:#515151;display:block;width:34.3125rem;position:absolute;font-family:"audi type normal";font-size:0.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:25.83349609375rem;left:39.09375rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d6EhDtNrFCFCAAKaq4XnNSnRFX6d5d6H { position:absolute;display:block;z-index:15009;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:37.5625rem;width:37.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uzy28TfTx2ZBsdBtFB3KfSTu9DhwrLHW { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.78125rem;left:39.09375rem;display:block; }
#CRJbJRkkoNesZAMpALHVHiVDNybGyAcT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ERCt4IUT53l3MSCFutOH2WRodBn82TCe { position:relative;display:none; }#ERCt4IUT53l3MSCFutOH2WRodBn82TCe { border-width: 0; border-radius: 0; }#ERCt4IUT53l3MSCFutOH2WRodBn82TCe > .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; }#ERCt4IUT53l3MSCFutOH2WRodBn82TCe > .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:5.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; }#apJ17Zfbsxpy8aXOviUx4wDopl3snHkb { position:relative;display:none; }#apJ17Zfbsxpy8aXOviUx4wDopl3snHkb { border-width: 0; border-radius: 0; }#apJ17Zfbsxpy8aXOviUx4wDopl3snHkb > .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; }#apJ17Zfbsxpy8aXOviUx4wDopl3snHkb > .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:37.625rem;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; }#JV0EB5t2zFdVJqGQ5QnVGCCVQ9paE5qv { position:absolute;display:block;z-index:15009;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:37.5625rem;width:37.5625rem;top:0rem;left:37.4375rem;overflow:hidden;display:block; }
#TJa2w4pWCJbTKFkKkTaCx8SSxgCr070r { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:32.4375rem;left:0.0625rem;display:block; }
#kI35q2Bbe70Rii2ZG9iKz4H9ic0Av722 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zuhyKAcssTsRTeDg33UcMUzIoMICnhwJ { color:#515151;display:block;width:34.3125rem;position:absolute;font-family:"audi type normal";font-size:0.5625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PAHfwfeKdI7zN0TDvicrX50sLmklVoxU { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:"audi type normal";font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:18.521475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f5isAO3H79PpcBvA17NB2vybDwTK7yMC { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:"audi type extended";font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xv4HhayTV8bE2CcOCTNOIvPT0Hp0GxVW { position:relative;display:block; }#xv4HhayTV8bE2CcOCTNOIvPT0Hp0GxVW { background-color: transparent; background-image: none; }#xv4HhayTV8bE2CcOCTNOIvPT0Hp0GxVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xv4HhayTV8bE2CcOCTNOIvPT0Hp0GxVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xv4HhayTV8bE2CcOCTNOIvPT0Hp0GxVW > .row .container > .video-iframe-container { display: none; }#xv4HhayTV8bE2CcOCTNOIvPT0Hp0GxVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xv4HhayTV8bE2CcOCTNOIvPT0Hp0GxVW > .row > .video-iframe-container { display: none; }#xv4HhayTV8bE2CcOCTNOIvPT0Hp0GxVW > .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); }#xv4HhayTV8bE2CcOCTNOIvPT0Hp0GxVW { border-width: 0; border-radius: 0; }#xv4HhayTV8bE2CcOCTNOIvPT0Hp0GxVW > .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; }#xv4HhayTV8bE2CcOCTNOIvPT0Hp0GxVW > .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:9.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:block; }#TsHcs98t0bhbQpClp3Lc95ouEO1vFhtb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ba80cfc7-ee95-4268-9ce4-79f301639653/audiempresas.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TsHcs98t0bhbQpClp3Lc95ouEO1vFhtb.adaptive-delivery-prevent-bg, #TsHcs98t0bhbQpClp3Lc95ouEO1vFhtb.lazyload, #TsHcs98t0bhbQpClp3Lc95ouEO1vFhtb.lazyloading { background-image: none; }#TsHcs98t0bhbQpClp3Lc95ouEO1vFhtb > .row .container { border-width: 0; border-radius: 0; }#TsHcs98t0bhbQpClp3Lc95ouEO1vFhtb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsHcs98t0bhbQpClp3Lc95ouEO1vFhtb > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:none; }#ND0WrHlvGBMPoObAhTwQo84oIqJT3ohV { position:relative;display:none; }#ND0WrHlvGBMPoObAhTwQo84oIqJT3ohV { border-width: 0; border-radius: 0; }#ND0WrHlvGBMPoObAhTwQo84oIqJT3ohV > .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; }#ND0WrHlvGBMPoObAhTwQo84oIqJT3ohV > .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:20.8125rem;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; }#XPCxiJJvd2UtitsaGQuUDLlXveWONCRM { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:"audi type extended";font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.57470703125rem;left:20.65625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zPrNkLfAG05UsvDhDnlWaUGvCTAzFre7 { color:#000000;display:block;width:61.375rem;position:absolute;font-family:"audi type wide";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:6.9375rem;left:6.8125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVVuq5xpI8VnxbAZ0PIsWzKxRvOdBsf0 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:12.6875rem;left:28.1875rem;display:block; }
#aDRBDLy663xV85G5fIcM0mz050WedsvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvQO5xu5eer6ADyK4lexoMleq6tswKCh { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"audi type normal";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.6875rem;left:38.375rem;display:block; }
#aP8lBKMRg1aPPrNmKtnQWGsTTfTLbe2x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r322uVoLfH9FiELUVHrk5VXwBNNFhpIt { position:relative;display:none; }#r322uVoLfH9FiELUVHrk5VXwBNNFhpIt { border-width: 0; border-radius: 0; }#r322uVoLfH9FiELUVHrk5VXwBNNFhpIt > .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; }#r322uVoLfH9FiELUVHrk5VXwBNNFhpIt > .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:9.3125rem;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; }#fgJHbs7gDsVRJixz15pMKai029L9zZGg { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"audi type extended";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.28125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fmnpJWxRQrphnMG8u6iquugeK9Do1A15 { position:relative;display:none; }#fmnpJWxRQrphnMG8u6iquugeK9Do1A15 { border-width: 0; border-radius: 0; }#fmnpJWxRQrphnMG8u6iquugeK9Do1A15 > .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; }#fmnpJWxRQrphnMG8u6iquugeK9Do1A15 > .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:39.625rem;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; }#RrV6PlMTaapBg1WURca5TW8OCTVmvq1a { 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:9.0625rem;width:16.1875rem;top:0rem;left:3.125rem;overflow:hidden;display:block; }
#hny83X63wV2b0bIGdEr2lVyaMIBTbX4k { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rSTagX6zbfTBScl5Z5M0kHbtinMQTKaJ { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZdDACpUB8rXzNNE7UCcNrSNyIcBQQ8GG { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:13.75rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pnhqKxQ2z4fUNnLG9MbSR46xHANl1Gvz { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5rem;left:13.375rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#N4RNrSu4LAVwwbi3ztJRvdyWBVJ3hSWJ { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.0625rem;left:7.1875rem;display:block; }
#bPqKQIBvcIF86nK2wRPfQ7oqWVdenHy3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bzm7Ttouv9w5gq0sKGVAnsZZLL3BZOIG { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.0625rem;left:0rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nh1MlAJBB7KE1gsryCl9xwNFAgs1ZXIb { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13.5625rem;left:12.5625rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BDGmT62N4T1bkrKIlE4QgQ6fJRzTFOrx { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.0625rem;left:32.1875rem;display:block; }
#zNqnyvMVwWVTBA6gT5GimeHJRnLO5wbH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dKEgnHFnyit6A2vuwHTWQHMPFC6yWcUz { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.5625rem;left:37.4375rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#R22NLKdwT33v08QcCelMdOlDlbcUwwS2 { color:#000000;display:block;width:9rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5rem;left:38.8125rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nH3D2xb7UvzvicCrDJxMQKfOLsbh51QN { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.25rem;left:25rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kkkanMenUbBJvLpIxCxnIN4SFOgMdAZx { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.3125rem;left:25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DxEq6VsOM8w80Ua4raLCTFK7lplPwgyp { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.5rem;left:37.375rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vhlvNozsWQARInCxGcgM96N0MoDXnXnt { 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:9.0625rem;width:16.1875rem;top:0rem;left:28.3125rem;overflow:hidden;display:block; }
#FBPAtWhSs4mVVP29C6sqLPbKarG5l36E { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"audi type extended";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#swOAHT40IGTGr4vMZTKoqrtrsTHcpJow { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"audi type extended";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.81201171875rem;left:25rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRfK82dGKKW22naX2x8koRMUMzQQaTwi { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:25.0625rem;left:25rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KWlQZDqxgv4swHDxGXxKGtq6sHPDioNw { position:relative;display:none; }#KWlQZDqxgv4swHDxGXxKGtq6sHPDioNw { border-width: 0; border-radius: 0; }#KWlQZDqxgv4swHDxGXxKGtq6sHPDioNw > .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; }#KWlQZDqxgv4swHDxGXxKGtq6sHPDioNw > .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:9.3125rem;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; }#iG391y3rlIbuXwT0Railufso6ibN9hVe { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"audi type extended";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.28125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X99nq6Ec9QA6rqTgo6ABHMFJRlu1QkP6 { position:relative;display:none; }#X99nq6Ec9QA6rqTgo6ABHMFJRlu1QkP6 { border-width: 0; border-radius: 0; }#X99nq6Ec9QA6rqTgo6ABHMFJRlu1QkP6 > .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; }#X99nq6Ec9QA6rqTgo6ABHMFJRlu1QkP6 > .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:39.625rem;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; }#yxGcPNeDD86J9zSq0gs1TzkDrqBX7TAR { 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:9.0625rem;width:16.1875rem;top:0rem;left:3.125rem;overflow:hidden;display:block; }
#xGUkmXtI5nP6t48VVvwO4WKn6C6TQxRf { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MxbFcK6xsO401l7TsvTveMUmNs1W0DC7 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vLNewtvnLXuvbXB2bqcmTV7i78y03mLA { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:13.75rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ptbIXNRk25fLAsWdMgZZy1OEvKRCEqpf { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5rem;left:13.375rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RKgRTIdx3rf8Vd4qSwfeWsDTfgR5DyzV { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.0625rem;left:7.1875rem;display:block; }
#CEm0vQhhQvu5Ir0v8TlMJLuO6nJJ7T2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V1akZkbcXzasvidaIBNBETp2w59eDozD { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.0625rem;left:0rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IBAMUBstVF3KB9wPuMAwzO1XmZZbv4N0 { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13.5625rem;left:12.5625rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#invMtnBXkNUR0zkd91RePoT6nlVz1KwS { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.0625rem;left:32.1875rem;display:block; }
#n3Rb6VVT5Vu6lJuisJKOmUJG1J6tHfcP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cflQp5AA7An0Z1zXEQHu67BlkuDf6DCs { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.5625rem;left:37.4375rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VxvxrAOAT4mpPbnBbGy9y7RdBnTzNmp1 { color:#000000;display:block;width:9rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5rem;left:38.8125rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xWt7z3CHbqaJgZXE7lqUflffE3lqzSto { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.25rem;left:25rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d0gb2gT8Pxzcomo4TuCtdhMO0sTdLk2M { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.3125rem;left:25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CWH5HcpPOPIDgBphkk8MHIMlzBvkUs9d { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.5rem;left:37.375rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JJ7DwTwQgpaHvJAV5hlyKkOoTuaolyPl { 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:9.0625rem;width:16.1875rem;top:0rem;left:28.3125rem;overflow:hidden;display:block; }
#IuHl8ZSsq2Hm2LyRmNB6JUuWNrViwFOp { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"audi type extended";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZCPbIVTgmElpWeRb71USLWu3yikbPXiU { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"audi type extended";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.81201171875rem;left:25rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ppNFNMe195adzMyHrJsPU3lqTHSog37R { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:25.0625rem;left:25rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lbAMWgbMcQKIMILEMuUlsFXGm5cf1ZvS { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:25.0625rem;left:50rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vsxC8x3xCqvBUtVhd9lQlMMrUE8yzBVd { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"audi type extended";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:15.8125rem;left:50rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pf3p0nJC2TvCiQdVsfOzLFyP9KrJR7c8 { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:19.0625rem;left:57.1875rem;display:block; }
#Xo2Dwx2xGMI5didsFbDNDkgxiZShapeC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQCNGQkPRHf1iAxThN4hskoFDi2r8MCM { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type extended";font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:13.5625rem;left:62.4375rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ovPf5nOxkKNQU3vpobgz6lm6FQ5du31g { color:#000000;display:block;width:9rem;position:absolute;font-family:"audi type normal";font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:11.5rem;left:63.8125rem;height:2.2749rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#o2sMRas1Bp7eSrZtiGBEtOF9PEaVfnFa { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:10.5rem;left:62.375rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fnv1m2QXpbEPaQbl6XvVKtHzpyOKUhXn { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:12.25rem;left:50rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wghfyu1w6x2BwzfRUSFkLWOSeNyOTkUr { 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:9.5625rem;width:17.1875rem;top:0rem;left:52.5625rem;overflow:hidden;display:block; }
#zEeqobIFBxUZ2Z2aDfwKIFT5il3cAPqX { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.3125rem;left:50rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1c5e78b7-c2fe-4ae2-bc87-a3bfdcdea6fe/footerimage.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa.adaptive-delivery-prevent-bg, #nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa.lazyload, #nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa.lazyloading { background-image: none; }#nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa > .row .container { background-color: transparent; background-image: none; }#nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa > .row .container > .video-iframe-container { display: none; }#nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa > .row > .video-iframe-container { display: none; }#nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa > .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); }#nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa > .row .container { border-width: 0; border-radius: 0; }#nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#yQmZpSwCh0x7sGh5DwAhr3dyTbDqElkV { position:relative;display:block; }#yQmZpSwCh0x7sGh5DwAhr3dyTbDqElkV { background-color: transparent; background-image: none; }#yQmZpSwCh0x7sGh5DwAhr3dyTbDqElkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQmZpSwCh0x7sGh5DwAhr3dyTbDqElkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQmZpSwCh0x7sGh5DwAhr3dyTbDqElkV > .row .container > .video-iframe-container { display: none; }#yQmZpSwCh0x7sGh5DwAhr3dyTbDqElkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQmZpSwCh0x7sGh5DwAhr3dyTbDqElkV > .row > .video-iframe-container { display: none; }#yQmZpSwCh0x7sGh5DwAhr3dyTbDqElkV > .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); }#yQmZpSwCh0x7sGh5DwAhr3dyTbDqElkV { border-width: 0; border-radius: 0; }#yQmZpSwCh0x7sGh5DwAhr3dyTbDqElkV > .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; }#yQmZpSwCh0x7sGh5DwAhr3dyTbDqElkV > .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:16.875rem;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; }#d5nFkoQDSLkGuKWPoOFBarBKCPsV6gGZ { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:"audi type extended";font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3125rem;left:20.6875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eq7gaTnqpTwu99sdN5Fc9cCpfUiGNLfA { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type wide";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.1875rem;left:32.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M6iPkntPFgnu1T6SA2g8GR6V4KOAG3vv { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"audi type wide";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.3125rem;left:27.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iJKL3vXNzfadss88uR1btmR333eubHDF { position:relative;display:block; }#iJKL3vXNzfadss88uR1btmR333eubHDF { background-color: transparent; background-image: none; }#iJKL3vXNzfadss88uR1btmR333eubHDF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJKL3vXNzfadss88uR1btmR333eubHDF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJKL3vXNzfadss88uR1btmR333eubHDF > .row .container > .video-iframe-container { display: none; }#iJKL3vXNzfadss88uR1btmR333eubHDF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJKL3vXNzfadss88uR1btmR333eubHDF > .row > .video-iframe-container { display: none; }#iJKL3vXNzfadss88uR1btmR333eubHDF > .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); }#iJKL3vXNzfadss88uR1btmR333eubHDF { border-width: 0; border-radius: 0; }#iJKL3vXNzfadss88uR1btmR333eubHDF > .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; }#iJKL3vXNzfadss88uR1btmR333eubHDF > .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:29.5625rem;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; }#N2C1El6QgwGKfH08zb1OcTltImfM1iKw { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type wide";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.11865234375rem;left:7.28125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#spolhdPpOslIz1QLIHRH41uZDVa5ZzzQ { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"audi type wide";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.84375rem;left:2.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivxI97ltGKBetFhZ2hH5nSkUcrNAMXRx { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"audi type wide";font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.96875rem;left:1.34375rem;height:5.68603125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fKnb83T5py22IoR8Qs8cHIBzO40DdIAw { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.3125rem;left:8.25rem;display:block; }
#mVpXfzElkdsv9fbMoEOGoiy6No24QELy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IADDceiEEHsNLqNCE5wpuBALl1ftpVDV { color:#000000;display:block;width:22.625rem;position:absolute;font-family:"audi type wide";font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:6.89453125rem;left:26.1875rem;height:7.96044375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iMFO19qc4spI2AormIHfxs6caVu2BIXl { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.3125rem;left:33.25rem;display:block; }
#laf22XsB0gEQ23CeG63aKNmDl7QomGU7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zK5tyFSflnqzcvc9KDgeT6mkl9xAiKul { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"audi type wide";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:4.8125rem;left:27.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qWolhPzXTTgmehoJA1UWdkF30QqSFoub { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type wide";font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.125rem;left:32.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RqBHsoRtkwfIWFsufzoHmyql79RIZvrm { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"audi type wide";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:7rem;left:51.375rem;height:6.8232375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L07PH4T6UKEpw2S75Vaoronwx4IkTok1 { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:18.3125rem;left:58.25rem;display:block; }
#GeygvgQMdGXq88HmfEdV5LKFE8wLkzK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z9nLOlV08kfEmFdL7FMfAMrv0ZAl18bT { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"audi type wide";font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:4.875rem;left:53rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oi3uLSeS0rn14Rk4rFll8MLOyxpGH0Zq { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"audi type wide";font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.125rem;left:57.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AvgMuKyIHNuS2pnGGXBM8B1fDfTBT0N1 { color:#000000;display:block;width:22.625rem;position:absolute;font-family:"audi type wide";font-size:0.625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.375rem;left:26.1875rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/be9529fc-d84b-41bb-b2b1-45a2f46d076b/4764dad7596e1ec261184aa41d5e7230.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6.adaptive-delivery-prevent-bg, #QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6.lazyload, #QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6.lazyloading { background-image: none; }#QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6 > .row .container { background-color: transparent; background-image: none; }#QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6 > .row .container > .video-iframe-container { display: none; }#QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6 > .row > .video-iframe-container { display: none; }#QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6 > .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); }#QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6 > .row .container { border-width: 0; border-radius: 0; }#QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6 > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#MrGwNzO4mlM3PBB7CSvsGkOaLPBF2k13 { box-sizing:content-box;height:43.875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.79);background-image:none;top:0rem;left:36.53125rem;display:block; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-form-header {  }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-regular-label { height:auto;display:block;font-family:"audi type normal";font-size:0.875rem;font-weight:400;color:#000000;width:30.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.8;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"audi type normal";font-size:0.75rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:17.875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:300;color:#ffffff;width:12.875rem;height:3.125rem;font-family:"audi type normal";overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu [class*="-text"]:-moz-placeholder { color:#000000;font-family:"audi type normal";font-size:0.75rem;font-weight:400;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu [class*="-text"]::-moz-placeholder { color:#000000;font-family:"audi type normal";font-size:0.75rem;font-weight:400;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"audi type normal";font-size:0.75rem;font-weight:400;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"audi type normal";font-size:0.75rem;font-weight:400;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"audi type normal";line-height:1.3;font-size:0.625rem;font-weight:300;color:#000000;vertical-align:top;width:29.5rem;overflow:hidden;font-style:normal;float:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"audi type normal";font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-container:first-of-type{padding-top:0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-container:last-of-type{padding-bottom:0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4130859375rem;left:38.81201171875rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.75rem;display:block;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu {display:block;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4130859375rem;left:38.81201171875rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #J2BLlo2nCw3xhH2UMDqxFkOSMmuNTxMH { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QCidya1QurpPigrTyClhHSqfW2Qi4tKV { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #BGRfPldr83h9pwk7lx5KlTe6MatHxktt { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #r2D186ZGvTRaWsCEnQGOvETZndvqCyOa { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hMaZ3y14p78it4LQLhLB5UXJLARnQQnp { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #u3rkCoreBEin6yxWP13O93AogZrCxVC8 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QeLbaoFTpbTAg1iloAaKwRXPm7laxNFy { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zQhsGdioy5UL7N31AlT98VTCMDdyZdMe { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #fQPuTOIgmhL7pUT7VaIzzZCDUTyiUI87 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #esU9vMePtB9EgcBK1P3z4IMWWcQzBhbQ { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #mD2JPc52nzrDcp3HU4hdXVNNAQy0QcLk { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #IfKqfvytaXfwBT3pZ6R78UXoFToKThur { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uyNT8HqaK6zp8STP7dITBIybfbJT4nKn { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #igxg610RtTBvgLGEdT3HW0OxdTDNIZ0y { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uERLF5rT1V4y6rLoRlMzsd6OVEFRKtnL { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #xXWWCrmZRMFOBvKgtQ4vFx3DQclo2Lz8 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #eXIGgOvZ5rfuTK3mnTbzC2pKheRnxCDM { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #ReAybEhJnFhqbsfMCRbEigtGuRhiwmEf { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zTfHaVd2nv85UhESxca5Jp2UWFPTZnR1 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #wP4INBXlCQZIIKvTvCT4hC9okyCFwVlc { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #U0aQm4CQ4nHiRAV3bBqC0GBLW0b9ULTT { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #vRlaTksIrXslmvxlSCHA24dT5Jp4BnuA { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #h1Tkhq0zGZNyZs0boCtdzoSkWL8tK2yz { position:relative;z-index:2; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #rdTr9LxJKKee3kzBLihATUXeMk13U3w1 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #mdDID0ZPZecCHzlx17KkkBWck6vgtKD0 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hnQUxM6OwHTDuSIPybVWuKKHOUHQxDGe { position:relative;z-index:2; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #CmXAQP6B2SE6TdZwqhAobwvnDbWJKqt8 { position:relative; }
#sLfVnCTrTHCFgQZbeD5TKUWDnu5JIV9Q { position:relative;display:block; }
#gEanltlUR8PrQpgBRTb2G050KwzUo2PB { position:relative;display:block; }
#Iii9MBrvirny8VJeqQhmSy5V6zmipJFU { position:relative;display:block; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #DJbSwN6c26ZJ48Ix0gzR9qqQTw2ohJRQ { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #UoULeKd8P6Ie6VHBMJ7gVgNZoquXL9D1 { position:relative; }
#b3gKPyZuN60R8Q7SMT0bOedZF9yiqoeO { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:"audi type extended";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:39.96875rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O2NLkHvkdLIRuv0hX6eT8ExbrbpToS9L { position:relative;display:block; }#O2NLkHvkdLIRuv0hX6eT8ExbrbpToS9L { background-color: transparent; background-image: none; }#O2NLkHvkdLIRuv0hX6eT8ExbrbpToS9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2NLkHvkdLIRuv0hX6eT8ExbrbpToS9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2NLkHvkdLIRuv0hX6eT8ExbrbpToS9L > .row .container > .video-iframe-container { display: none; }#O2NLkHvkdLIRuv0hX6eT8ExbrbpToS9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2NLkHvkdLIRuv0hX6eT8ExbrbpToS9L > .row > .video-iframe-container { display: none; }#O2NLkHvkdLIRuv0hX6eT8ExbrbpToS9L > .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); }#O2NLkHvkdLIRuv0hX6eT8ExbrbpToS9L { border-width: 0; border-radius: 0; }#O2NLkHvkdLIRuv0hX6eT8ExbrbpToS9L > .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; }#O2NLkHvkdLIRuv0hX6eT8ExbrbpToS9L > .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:19.6875rem;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; }#mrNZ1FSqA86zTwQTNT6HV8fK9hbSzNBy { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:"audi type extended";font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6rem;left:20.65625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XkCi2fyTNbeTZaxN8DxNqhJHhIIihv2K { color:#000000;display:block;width:60.25rem;position:absolute;font-family:"audi type wide";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.25rem;left:7.375rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EK3nARbwU3MELDgLJTrfN7NS2Ew414H2 { position:relative;display:block; }#EK3nARbwU3MELDgLJTrfN7NS2Ew414H2 { background-color: transparent; background-image: none; }#EK3nARbwU3MELDgLJTrfN7NS2Ew414H2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK3nARbwU3MELDgLJTrfN7NS2Ew414H2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK3nARbwU3MELDgLJTrfN7NS2Ew414H2 > .row .container > .video-iframe-container { display: none; }#EK3nARbwU3MELDgLJTrfN7NS2Ew414H2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK3nARbwU3MELDgLJTrfN7NS2Ew414H2 > .row > .video-iframe-container { display: none; }#EK3nARbwU3MELDgLJTrfN7NS2Ew414H2 > .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); }#EK3nARbwU3MELDgLJTrfN7NS2Ew414H2 { border-width: 0; border-radius: 0; }#EK3nARbwU3MELDgLJTrfN7NS2Ew414H2 > .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; }#EK3nARbwU3MELDgLJTrfN7NS2Ew414H2 > .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:32.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:block; }#eRxnWvvTXRzuL0FV5BKVhkPgg3vqqWUJ { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.3125rem;left:5.125rem;display:block; }
#HeafVu04HNuoq217kgSzhzbwkzNWMGxz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p1EaeODV0LfSPA65XXqxO9iF7MF8DSQn { color:#000000;display:block;width:16rem;position:absolute;font-family:"audi type wide";font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:1.375rem;height:6.82225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPZagtAs5D8cwTpagDmpRUKrg3Fq0D1G { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:"audi type extended";font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.625rem;left:3.09375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fiA9IukCZrpFSSudU2GTpgyynwazBe3m { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:17.375rem;left:23.875rem;display:block; }
#lqFk4lPTPgl7mUmwp18T5Jtb94Lr65np { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bhyd1Rr9Uax3EOhQSsoaTN8J6P2fdq05 { color:#000000;display:block;width:16rem;position:absolute;font-family:"audi type wide";font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:5.4375rem;left:20.125rem;height:6.82225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PVV0n67IB1nIVKKz5FLEo3waKv5yJhCD { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:"audi type extended";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.6875rem;left:21.875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qmwsRhg7c9HQwBbAZKgH12sKemodEh45 { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:17.375rem;left:42.625rem;display:block; }
#O9hD0BGTah8Zq3VZ0gxlVpRaOD1uMQTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XSO7AQdnLcXCm06Rmulxu4sZmwU41yKQ { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"audi type wide";font-size:0.75rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:5.375rem;left:38.5625rem;height:7.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SOydb6SOftCDJhQ0vLOgq3WTsCmO0mck { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"audi type extended";font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1.6875rem;left:39.71875rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x2afz96oFrP4FezfJCwIJaft2RST84xd { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 type normal";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:17.375rem;left:61.375rem;display:block; }
#A1vtg8Thqbx7rr36QKZ9pMMhKBgnuA5G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l2qV2FvaHsgzCCe53Ne8W6WlOmfJQ9aF { color:#000000;display:block;width:16rem;position:absolute;font-family:"audi type wide";font-size:0.75rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:5.4375rem;left:57.625rem;height:9.746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KxPB16mcehg4o1BU7gbIgH2QlrC41Dsl { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:"audi type extended";font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:1.625rem;left:57.46875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/babc37d2-d69d-4c82-90cf-542251abdd3e/aa4fbc126469bf05c647d7c764e44bc4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9.adaptive-delivery-prevent-bg, #wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9.lazyload, #wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9.lazyloading { background-image: none; }#wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9 > .row .container { background-color: transparent; background-image: none; }#wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9 > .row .container > .video-iframe-container { display: none; }#wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9 > .row > .video-iframe-container { display: none; }#wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9 > .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); }#wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9 > .row .container { border-width: 0; border-radius: 0; }#wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9 > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#LTFreFx2wflA3MgPH0FuvKUueuXyCDZI { box-sizing:content-box;height:42.5rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.79);background-image:none;top:0rem;left:36.53125rem;display:block; }
#g0D7TRhdNIMpDaDEUZBQA29HkzTiZ2Rk { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:"audi type extended";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:39.96875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-form-header {  }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-regular-label { height:auto;display:block;font-family:seat;font-size:0.875rem;font-weight:300;color:#000000;width:28.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.8;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"audi type normal";font-size:0.75rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:16.5rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:300;color:#ffffff;width:11.9375rem;height:3.125rem;font-family:"audi type normal";overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 [class*="-text"]:-moz-placeholder { color:#000000;font-family:"audi type normal";font-size:0.75rem;font-weight:400;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 [class*="-text"]::-moz-placeholder { color:#000000;font-family:"audi type normal";font-size:0.75rem;font-weight:400;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"audi type normal";font-size:0.75rem;font-weight:400;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"audi type normal";font-size:0.75rem;font-weight:400;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"audi type normal";line-height:1.3;font-size:0.625rem;font-weight:300;color:#000000;vertical-align:top;width:27.1875rem;overflow:hidden;font-style:normal;float:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:seat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-container:first-of-type{padding-top:0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-container:last-of-type{padding-bottom:0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.25rem;left:38.59375rem; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.4375rem;display:block;vertical-align:top; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 {display:block;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.25rem;left:38.59375rem; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #h8wmDuwLXBXwvScdFu9xPkqRkpyJhPZT { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #BtmRutgw3W0Vd3VtJdU2hcS5BebL8T85 { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Pk81Kl8HXXHJ40dmdbHlwZiilyf7TSBU { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qgu4MJ7QE8cIPcvJyOCGGCHVwBwRBu6s { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #agR6TITLCLfGi6uGa00V2HGQexl6AL1q { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #AaLSkyvu7iX3AtDL00DXLcQqkchmSrx5 { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QgPTSScGyv8h5CiKHL4iJAaclcR8SAGq { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #FSvT1TOSCXG3iLJxrvGXQQR5RttfhLHB { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QFug1rJC2GyqRfr8iLDsAkqidXWpaQr3 { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #LfFeSdt5Hgeef4xUZBt2PWcwkxNHy6RJ { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #McN2qN1UVKUgOeiwNlSMgcU4S9zQGLVk { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MVfVWvtmCssL7L3cEU5uxnSeIZsFCkxe { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #F8l9FdJFZKkJX0T0urKQMwh0h5i5yN1T { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #IhXXI2upxTqtfdgKLCsaKHw4MbkzkaqG { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #lBmcHXTHCIiQcu7Pn0QebWJvTkwlrTc8 { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Ztim0mXld9ELXV2VOSoMFd8SHNdECNtA { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Gf361OXSrfzFbqm18IoR1gtlZ4aTkQay { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #ThITDT0gkzZPBor04q4lGrTdt5cl3BwI { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qga0TA3cr3tCv5mf4pcf1D6ClF2iILwQ { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QKgeIwJ84pfZvslw4uIzJfd0eTmy4cNi { position:relative;z-index:2; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MHMsKspk5cCLwrCkNiHtcXuUiiUZmZS0 { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #WECbS2TAC5LDAvyTzAZ1vnrXaSquXGnp { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #xClQxr136Hspvq4NfnzgEzX5uwnOhbwT { position:relative;z-index:2; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #iOVkIhSqqhwAtBpw6wC2RgnSBhd74Hw6 { position:relative; }
#XdmO6c2ysG0tvUUBvHhotVBi2XJKGkgi { position:relative;display:block; }
#V6I6U2KyTzwBNrP0JKPmeZsrVESgcHOq { position:relative;display:block; }
#JwSkHAmZXFNbLi8fprUsas5Ig8b51LKR { position:relative;display:block; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #mm8GdSJhTET187yHUxWovwB8k88Dys5F { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Vr8kRBNG4piJqGNzl4PrmIZavhiAflx7 { position:relative; }
#iU9HN9JbO3UCVGft6WWOJDi2tKMTxD68 { position:relative;display:block; }#iU9HN9JbO3UCVGft6WWOJDi2tKMTxD68 { background-color: transparent; background-image: none; }#iU9HN9JbO3UCVGft6WWOJDi2tKMTxD68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU9HN9JbO3UCVGft6WWOJDi2tKMTxD68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU9HN9JbO3UCVGft6WWOJDi2tKMTxD68 > .row .container > .video-iframe-container { display: none; }#iU9HN9JbO3UCVGft6WWOJDi2tKMTxD68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU9HN9JbO3UCVGft6WWOJDi2tKMTxD68 > .row > .video-iframe-container { display: none; }#iU9HN9JbO3UCVGft6WWOJDi2tKMTxD68 > .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); }#iU9HN9JbO3UCVGft6WWOJDi2tKMTxD68 { border-width: 0; border-radius: 0; }#iU9HN9JbO3UCVGft6WWOJDi2tKMTxD68 > .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; }#iU9HN9JbO3UCVGft6WWOJDi2tKMTxD68 > .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:9rem;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; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 { position:relative;display:block; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 { background-color: transparent; background-image: none; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .row .container > .video-iframe-container { display: none; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .row > .video-iframe-container { display: none; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .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); }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 { border-width: 0; border-radius: 0; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .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; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .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:32.9375rem;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; }#TOx76OyNTyOAQ1RwbMTvfEEIgVI5B8ST { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:"audi type extended";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I3tVqFbxJKA9IDUOsy6bb9NzgFG20iPJ { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"audi type normal";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.53125rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C7floJGlLIBsAwq6tQ22yZhQ5JedDUTa { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:"audi type normal";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.65625rem;left:0rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m0GlmNgdEQcgIQQNLGdTE8UFvTfPBG8y { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.625rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QJX1s0dz6uN8IP7aKbLx4lmub7siOhPi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:12.9375rem;left:0rem;height:1.949225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m1xLu95G0zrklJyCOT3JNLz2fQ6TW3yR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ryRJRRqgo8NeUdD5yHmc9VbgFeann3Hw { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:18.025390625rem;left:0rem;height:2.9238375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQlHLRXqQBqJDfT6QisRhb8HcemBrWFu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.6875rem;left:18.8125rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hqlamtPUZ2I3veTPNPcu4epWPrGCch95 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:18rem;left:18.8125rem;height:2.9238375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BI17mRag9aEwmqClXCt0TKLCvNPsUNVT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.9375rem;left:18.8125rem;height:1.949225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FyHZUpaMkT7g5ukAxC0Hg0TVpB0NcKns { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:9.625rem;left:18.8125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EpFpeAZwO7EPs4ldbstyZyEN384MTvKz { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:"audi type normal";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.6875rem;left:18.8125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cyrEovhiO62FMsivtLTNaI6awmkpA0QS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:16.6875rem;left:58.3125rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZrR3EwIIEzI4J0W9yAkagLP0tQl9gQ5y { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:18rem;left:58.3125rem;height:2.9238375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ELJwwSywo36K4q8rshTixBEcHiPiqW7l { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:18rem;left:39.5rem;height:2.9238375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oTcpQFA2NZDtIpongLsn7pLuQRwGSBHT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:12.9375rem;left:58.3125rem;height:1.949225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eogFzU84RG2zknhh4fHiRUG7mh4pf2cF { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:12.9375rem;left:39.5rem;height:1.949225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fhy4ozTm6cqsRpNxSBTdwqtlMfyVHNPX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.6875rem;left:39.5rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nSpnrGJx2KdHBBVqwEsRfTp6eGm77c1X { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.625rem;left:39.5rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uplCoODoyKiZ7OH0BMqlMZMhQz9TAtHt { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"audi type normal";font-size:0.75rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:9.625rem;left:58.3125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RSn6o5c9aBD9UfyTqFI4O3wx6ueEWTKu { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:"audi type normal";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.6875rem;left:39.5rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rMfCb4lUXMbgtoLmWxsSP7CzOI5UHnKO { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:"audi type normal";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.6875rem;left:58.3125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Eka4AvFapfvWx21HvHwfCx4aBqRO45OB { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"audi type normal";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.5625rem;left:39.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T8XmX5CuGwzuLALyg5J7PCscuUhViRrT { box-sizing:content-box;height:18.75rem;width:0.0625rem;position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;top:3.96875rem;left:37.40625rem;display:block; }
#Cpx3Wn9ZltDO3krBQdvJRizgp9poGUbb { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#iI1uCSdsnDnNV7qpVAxRBEa8JMt5gWmh { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:"audi type normal";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:28rem;left:2.8125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XT7KetzvxmBiUD0uVmsy2Z9zqqwQHrlv { box-sizing:content-box;height:2.5rem;width:10.1875rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;top:27.4375rem;left:0rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#rH6ZzJ7g6sl9F7kbVK6fnZWSUoNrniCQ { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"audi type normal";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.625rem;left:0rem;height:2.2744125rem;font-style:normal;display:block; }
#KL0exvgQmWRpJNO9Ct9lOcHbuv6b2VeF { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:27.6875rem;left:0.25rem; }
#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg { 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; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container { background-color: transparent; background-image: none; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container > .video-iframe-container { display: none; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row > .video-iframe-container { display: none; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .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); }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container { border-width: 0; border-radius: 0; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#vaMRWoH466Kc9MobVNn09sIcEX5B1iU6 { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"audi type normal";font-size:0.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T6Seaw9iPK6hnBMgEuTrsQQiRZXBOMrf { color:rgba(255,255,255,0.65);display:block;width:75rem;position:absolute;font-family:"audi type normal";font-size:0.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:11.6982375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PnXaKbUgFG4NJvIRxnAekmdyaqIpaJDP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.25rem;left:65.625rem; }
#PnXaKbUgFG4NJvIRxnAekmdyaqIpaJDP > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#ghv6RmdXVr092FJz05b5PHemL28gTh2O { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.25rem;left:69rem; }
#ghv6RmdXVr092FJz05b5PHemL28gTh2O > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#IAvK0gBFHBag0cSwkw5wM1Zn6UmawD5n { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.25rem;left:72.5rem; }
#IAvK0gBFHBag0cSwkw5wM1Zn6UmawD5n > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#ZI3u0nyKsTKdbHGlS4l8NLp3aQLUJAr0 { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"audi type extended";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:1.6875rem;left:2.9375rem;height:1.625rem;font-style:normal;display:block; }
#rVSLUMF1Zz2sywxnxOvsTGt39sC3ToAt { color:#f3002d;display:block;width:3.125rem;position:absolute;font-family:"audi type normal";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIsQxnAZyOB0kIT03n7c7xMrQafmT1tO { display:block; }#TIsQxnAZyOB0kIT03n7c7xMrQafmT1tO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etuCTUrL5DQymfWISsH9m61hu6yv7rS3 { width:10.5rem;height:2.625rem;top:1.9375rem;left:34.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZkQOfbMItlBokVZMSz3VRbtoxCUOy2P { display:block; }
 }@media only screen and (max-width: 763px) { #V56k5PsSmnVXazISMADH9xIZpMhG5PUO { top:5.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxFn9VgaRXBpC9CblCimL8GQRqVUmdFt { top:1.8125rem;left:18.28125rem;width:11.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anCfB1b0F8Tk5fVhoGT58J7mMsToAasf { display:block; }#anCfB1b0F8Tk5fVhoGT58J7mMsToAasf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6omOzJT8pfIZAKOB0BITomz11dSB4BF { width:10.5rem;height:2.625rem;top:1.9375rem;left:34.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1Jp3pKezH0XpLh0Zwf3ysrcsZ9GCDg { display:block; }
 }@media only screen and (max-width: 763px) { #mHwHf9ZaMCiIHbismaMxtupPKGfQkedW { top:2rem;left:19.21875rem;width:9.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kITC5HZVZcTtDFnOFOHQ6Oc5Ju67CfL7 { display:block; }#kITC5HZVZcTtDFnOFOHQ6Oc5Ju67CfL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byMJIo6FfexZbQqWC6RJNQ5kC0marVqW { width:11.4375rem;height:2.0625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBFQdvDvKbJfoqXSPWAmyiRE3ZEhGBU5 { display:block; }
 }@media only screen and (max-width: 763px) { #wCbTa38kXCpMSUVOuhBRn5FI70kutmXL { width:11.4375rem;height:2.0625rem;top:1.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1wZ9eubpUrph315Z1yTMr0kyAb41MAI { display:block; }
 }@media only screen and (max-width: 763px) { #KZmrmTaNeGK98wDGEpTfN0bTvfanNXU0 { width:11.4375rem;height:2.0625rem;top:1.625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVeOl0x1TCSrHuFN7TFHM4EtHm4hN1bk { display:block; }
 }@media only screen and (max-width: 763px) { #n4NoZbbSaexiQ8ZPGwNL3kaVTX6ZCh8x { width:11.4375rem;height:2.0625rem;top:1.625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkQZyw8buQ3lZv8cDrslHLetKHUlna0u { display:block; }
 }@media only screen and (max-width: 763px) { #uIg0EOlWD2FX9AOWJ81gEgXTlUFqqwK1 { width:11.4375rem;height:2.0625rem;top:1.625rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6TARKfbuvChNk1CFRhkLp4wvDV2cWqU { display:block; }
 }@media only screen and (max-width: 763px) { #shIqgrttlw1LABId8W1biHZTf4bI1PXQ { width:11.4375rem;height:2.0625rem;top:1.625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4g25Cun7T1pbe4GbegAsZpJip3hoPCI { display:block; }
 }@media only screen and (max-width: 763px) { #cq8zE97R9oQX6Gz7CwDsb9EvFqcaDlTw { display:block; }#cq8zE97R9oQX6Gz7CwDsb9EvFqcaDlTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzaTR7dJdc0D0TeNKNwBZlgD2BRWsXpO { width:9.6875rem;height:2.0625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foBZM1lIb4ftqzBldLyOSkHf3FmgOtLn { display:block; }
 }@media only screen and (max-width: 763px) { #ivegzbKCps5UKUBklGlkIRwAPVJFrB7p { width:9.6875rem;height:2.0625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7zh92kLL0E781h6BSIxXNrs7DZWalfD { display:block; }
 }@media only screen and (max-width: 763px) { #rmt8IUqWvMmOS3NhxZpuAv6bnFTvzgpB { width:9.6875rem;height:2.0625rem;top:2rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #va2r35ZuxaNeoruHS74FSO8whypL2PBM { display:block; }
 }@media only screen and (max-width: 763px) { #lmTUS425u133q7pxSvP2aM8ViFL11Com { width:9.6875rem;height:2.0625rem;top:2rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVcThWxRvgHLbMhwOCh1dXi6KqOAJuNB { display:block; }
 }@media only screen and (max-width: 763px) { #TbmukB8ppQMOEIILRi6abSfQWEeAmGT0 { width:9.6875rem;height:2.0625rem;top:2rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1oJMyTvNkytA4HnHdbBJTMBSTEIigMo { display:block; }
 }@media only screen and (max-width: 763px) { #T30zSnDSAVeXbZlFHtVhyTDVeRkAKoJ6 { width:9.6875rem;height:2.0625rem;top:2rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyxglzKheveM0ldkzF0CUhwerMbXM96v { display:block; }
 }@media only screen and (max-width: 763px) { #nH9vIcqHeeKVSKiNAJrQgFlrIt08mV8r { width:9.6875rem;height:2.0625rem;top:2rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRa0TV0i5hdBLGhsA34kqQzMpBu4BEdT { display:block; }
 }@media only screen and (max-width: 763px) { #Ekg5z5SMd9mP1bRfbJKIupskRzHI8Tsx { display:block; }#Ekg5z5SMd9mP1bRfbJKIupskRzHI8Tsx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rScBgORdyHDuSEug9Ww9x9VvMnuIlxfl { top:25rem;left:0rem;width:28.8125rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEDifhDvCqwSeR6XXlHawcvXsAmS6wNc { top:29.0625rem;left:0rem;width:33.6875rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKoerx0IEMweEI162uwWC6p2aZ86q6aE { width:9.75rem;height:3.25rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcJZTVrQWeeEOsWR40Wmyf3z40hh1Aqf { display:block; }
 }@media only screen and (max-width: 763px) { #g3UCOekz9vHsG8GaJIhwe434gHO7fJoc { display:block; }#g3UCOekz9vHsG8GaJIhwe434gHO7fJoc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSgcM3W056dc5aLAPwhVFI92PUIy6GSG { width:9.6875rem;height:2.0625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZGmbWIBIJrmQ28H8c3D7Z9xlQ1mm5AL { display:block; }
 }@media only screen and (max-width: 763px) { #Fhh4XW1GaJzWUvPhf4t6Vwnm8NJtncTb { width:9.6875rem;height:2.0625rem;top:2rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzQvZUXrkvMeIQTDuTWXZUy3axSSU8QX { display:block; }
 }@media only screen and (max-width: 763px) { #HGtQzWrplR4CiPSyebta8Jo2qHKdK08a { width:9.6875rem;height:2.0625rem;top:2rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWIayUTFXerf6MGzFC2SMHAEwnOk79ul { display:block; }
 }@media only screen and (max-width: 763px) { #K8ESV7A9ZXD6sBPsBWQqqk3gBCVvbPow { width:9.6875rem;height:2.0625rem;top:2rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt68xTy2sZrTNJJO8axBGGGFUceS9T0J { display:block; }
 }@media only screen and (max-width: 763px) { #ByJ3vAOCz6LDUWzKqxwWRvV3E2U9RXD0 { width:9.6875rem;height:2.0625rem;top:2rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFBRDBfTuMf3PO1NS69N0WMzMeODAUDR { display:block; }
 }@media only screen and (max-width: 763px) { #kUbcoXTJe1yL3v1Dc5EtQUZTvJclqDRC { width:9.6875rem;height:2.0625rem;top:2rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyhfFv2xcOIzytTFTi35NkzMOLqHSLrK { display:block; }
 }@media only screen and (max-width: 763px) { #lRsmw9ooFxRfRaMKllP4sLN3PdNL2ag5 { display:block; }#lRsmw9ooFxRfRaMKllP4sLN3PdNL2ag5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRpXJJnslTDfThudmnTNLbwlIADqA483 { width:9.75rem;height:3.25rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZB54TXbo9w16zOCTkIpDkKEKHBlmRip { display:block; }
 }@media only screen and (max-width: 763px) { #Jgd4kWPEWzcEAdgD8gQVb4y4m0hCJl4g { top:33.8125rem;left:0rem;width:27.5625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR27rSSFrfm0f5gSkTDLVsWuN7ARTKFH { top:36.6875rem;left:0rem;width:35.75rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi { display:block; }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmyXm2TMdq9GSXKIa4TnNK9rlFIBJHGV { width:13.4375rem;height:3.25rem;top:50.375rem;left:17.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8Vk7dahB1zT4nnRPZrQrtQNOMTExnm0 { display:block; }
 }@media only screen and (max-width: 763px) { #mr0xCU3adOouiNcWhHQ25cyQb9fUSwnw { display:block; }#mr0xCU3adOouiNcWhHQ25cyQb9fUSwnw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRA9ApGXttUVV3hXixciTbHTuNC5lwZ7 { width:8.5rem;height:2.75rem;top:8.3125rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUs9uL50fpMSZUMJGhJEIIX1sqTn86Tw { display:block; }
 }@media only screen and (max-width: 763px) { #u8TyJEZxFuvVA208BpfrDXqZrF3J6IlI { display:block; }#u8TyJEZxFuvVA208BpfrDXqZrF3J6IlI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErPJ4ZmRt8lrTK5fttHmgbFI1glIuFzh { top:7.8125rem;left:0rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6tDdGDOtTpIOaEfEFTz9ANCEi1IVF1w { top:7.8125rem;left:7.125rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5JKSo1rQDBzR426Ee8xC6FdC01Han4P { top:7.8125rem;left:19.0625rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6MuolTHaGKAi5t0gEToD0yV25Ce1sng { top:7.8125rem;left:31rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITsKHJbPmPppk36CFzza7IJ7ktytG7Oz { top:1.6875rem;left:34rem;width:13.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd4Hf0IuWLQCb6H9fHlfWsMGUgI3hsfT { top:1.6875rem;left:22.125rem;width:13.6875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX9gfC3aWMwfhCuKTFbL8uyXTflZ1fS8 { top:1.6875rem;left:10.1875rem;width:13.6875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awiixh00LuvswL12hzM9OeuLqAHvhV9x { top:1.6875rem;left:0rem;width:13.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tveZp0z02K37Vw6pVg1otUJ7tKqz6Ahf { display:block; }#tveZp0z02K37Vw6pVg1otUJ7tKqz6Ahf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFIK0qEdq9XPmFkz3LU5b1JdRcXJAfVO { top:7.8125rem;left:0rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goAuOUfTWrPKozf1zauHzNTVckKCmHnM { top:7.8125rem;left:7.125rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6KR6vItXwinC8noqeO0iOQKB0v1v716 { top:7.8125rem;left:19.0625rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfecI9d55VhSEechMGcc5LXpFFP9f4Ai { top:1.5625rem;left:22.1875rem;width:13.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU102FPmkDA2CrPHplh7ST3Bqab7L6Bx { top:1.5625rem;left:10.1875rem;width:13.6875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br256PhUhXJgg0hq44RdrzsNh1XnApuJ { top:1.5625rem;left:0rem;width:13.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuqf7baTh2sI1M7lQGTBRUsgbsUG0iKu { top:7.75rem;left:31rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AREqBtRnEsakOWvS99UMvZwTaZSKoAyi { top:1.5625rem;left:34rem;width:13.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykkwdB4mA3TzO4AqaRL0CoVLfhTK4ARV { display:block; }#ykkwdB4mA3TzO4AqaRL0CoVLfhTK4ARV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTnzhT6LF2BT9qrXoxNMulW8xdHHIXeo { top:7.25rem;left:0rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa8hRAEc8Dx40fOy0BxpfCfdqD0AcTlP { top:7.5625rem;left:7.125rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laDb1ilq1fuBs412IVSrZHDZG6sZatt3 { top:7.4375rem;left:19.0625rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0eRTzqfFBxdCTMz18crbxcAEfpnAAyu { top:1.4375rem;left:0rem;width:13.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EozPeQJdSBkedOg0TTnuVSkBCKlfT56X { top:1.375rem;left:22.25rem;width:13.6875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3HA1na0BJdtRwkhawCDALJe497P17r9 { top:1.4375rem;left:10.1875rem;width:13.6875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWCVUzbmnCRD8dpIOC0e24wvzxN6z4Td { top:1.4375rem;left:33.8125rem;width:13.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrK4gGT8w7lGDqmuv3grapTo4QDt5WRe { top:7.8125rem;left:31rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvxqXWtNRTql2puAiqtkXrx2ZLxHNdVi { display:block; }#hvxqXWtNRTql2puAiqtkXrx2ZLxHNdVi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJWcFWidUn1a6aIa3Qt8VwuqxkXpUGIx { top:7.5625rem;left:7.125rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwTb7XOMmw8ZkSVaNWDQlAzCmMWempwx { top:7.4375rem;left:19.0625rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKZXaTabh1sSEhLCBySaKif73Jyk6Vre { top:1.3125rem;left:22rem;width:13.8125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqobI8trqmKX1KJQhXcsZGmXzN94iRx9 { top:1.3125rem;left:10.1875rem;width:13.6875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXtHPD1ApvuHdtSnhvQCmk7m52qOyss5 { display:block; }#GXtHPD1ApvuHdtSnhvQCmk7m52qOyss5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE { display:block; }#ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cC0XOmzO0XuhzoiCQ4bFrK9Gy2KTF8N8 { top:3.3125rem;left:7.03125rem;width:33.6875rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTwLlAqLZJhAT8duLf0vJJJDUP6T6Af { display:block; }#GTTwLlAqLZJhAT8duLf0vJJJDUP6T6Af > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #st8AgeTw9NBVTPHfb9KghmhpffhZVE09 { top:2.9375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn731yNab2fi0SmQVZT0HPp15TF7deFQ { display:block; }#fn731yNab2fi0SmQVZT0HPp15TF7deFQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spCouQG77b62h0m13UO4PGXz8RaPZHT2 { top:3rem;left:7.03125rem;width:33.6875rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfU5Im7z3Lb6saNZG3EtMpv7xaKnFXlP { top:6.75rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOfEmWTwqdT9K3BQHvkN8xETTsBJkEbx { display:block; }#pOfEmWTwqdT9K3BQHvkN8xETTsBJkEbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPZkP7W8o52vCMhoqGnwvSAKofsSmsuL { top:0rem;left:6.96875rem;width:4.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdvaQlmxZlDO5D8pTENKyzckJ5y0TUSb { top:4.8125rem;left:2.5625rem;width:13.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayl1xBkgBVBqBb2gTpncyxuayAbwXFLy { top:4.8125rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTgmWXTRdFDQ54xZvJc5eCckZcRTgvAR { top:0rem;left:22.90625rem;width:1.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV77f4xEN6kXwBQm7eGcAhT9Ut7GFpSL { top:4.8125rem;left:31.875rem;width:13.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQbirHdEnfFPzKJXHHdOu7NsAEd7zC5h { top:0rem;left:37.28125rem;width:2.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmwZCFauZtcuUvTAo3UQfLm2zmWNrTDG { width:8.5rem;height:2.75rem;top:8.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUiEPSBHoRREmWh9ITO7adgqIRHmDQyx { display:block; }
 }@media only screen and (max-width: 763px) { #tQRiQIvxodc6U32JByTAqNn13BmPTnJz { width:8.5rem;height:2.75rem;top:8.3125rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocqcW3GI8XI7olVTWszv3ZUVnmwF2T1Q { display:block; }
 }@media only screen and (max-width: 763px) { #RGk8T7QdQgzwQykDDgROz0F7TaJlTASE { width:8.5rem;height:2.75rem;top:8.3125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1lwfl5PUfqGIvAfTrrB3ITFMMDCQ60e { display:block; }
 }@media only screen and (max-width: 763px) { #HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn { display:block; }#HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThXNsiHJcoEK4FXuOIaTemk6b9Hy7RFV { display:block; }#ThXNsiHJcoEK4FXuOIaTemk6b9Hy7RFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf7d4JraOwV85i45OJDKI1q4FzQuww4U { top:2.875rem;left:6.375rem;width:35rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP7Gqyuqs81N60EbSncNp5PTJFTk87Td { display:block; }#MP7Gqyuqs81N60EbSncNp5PTJFTk87Td > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaV0QLHachLHiAtI1V7ryvPaIUqrhp4G { top:3rem;left:0rem;width:21.875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMoWnakFEIkxxJlDbmm9SVxrxnTEagHv { top:13.375rem;left:0rem;width:10.6875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqSIiQWR0TpxAJZppKHuXaNVLIU65QaI { top:15.25rem;left:0rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXw57xdPhZziVeBtIlT15oU33QSEJqA7 { top:14.5rem;left:8.25rem;width:7.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKn4FFeD4ImJl5JgVfZJcgZWWVHKPtRV { top:13.5rem;left:8.8125rem;width:9.4375rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS9daJJSqnhcWhoTioeF16T0qSJhu6m5 { width:8.5rem;height:2.75rem;top:20.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtNfNe66mgHd2y6O7DqLUBvgJ4gPoQI0 { display:block; }
 }@media only screen and (max-width: 763px) { #TFa5ayRnSCtlduEaWV6TRZ4t4cLVPkNS { top:14.5rem;left:24.125rem;width:7.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq0cPEkyEb8aoGX6Dm0CpDPbqsbB6QDU { width:8.5rem;height:2.75rem;top:20.875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3h39eVwEEWnocxLfaQiSOpAF0cpPRsX { display:block; }
 }@media only screen and (max-width: 763px) { #KTT4rWfVgxICTySFitXv3OPP41oEc4dP { top:3rem;left:10.5rem;width:21.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrI298c74Foa0dTumA4mCTxHlZdUTS2E { top:13.3125rem;left:15.875rem;width:11.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP62Flmf7hgVJkxNX49ZAq9LlQl46e4r { top:15.25rem;left:15.875rem;width:5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuZkuzoGlMfEFVoUErpiP88QWSX6Ul27 { top:13.5rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbz5lpqWCp6mkiaT3Go5MGPcAtCXpquB { top:14.5625rem;left:40rem;width:7.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUeTJz4tzTr17dzE6SmR8OkvnaPcoXUh { width:8.5rem;height:2.75rem;top:20.9375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLNxdxbyt5MP11eqz3TGDTvtums29CDT { display:block; }
 }@media only screen and (max-width: 763px) { #edhDsyTRx6TVePI6uelzpXQXhkCmdh3T { top:3.0625rem;left:26.375rem;width:21.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbGgxfzuQyAOKDN2dAxh1K970v7cxTTM { top:13.375rem;left:31.75rem;width:11.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWIPxLwNE3b34pUVVvMn9hcqUuF5UIqR { top:15.3125rem;left:31.75rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuK181Osx0OpbkNZwgpPKqfTSbrLEW9b { top:13.5625rem;left:37.125rem;width:10.5rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2ZbWW0GkRwwugLhU0TUUfhCfIJPdRJJ { top:16.5625rem;left:25.6875rem;width:6.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkUtnAJHoHB5hZiSXmLDMt4JU6DeXTR3 { top:16.5625rem;left:41.5625rem;width:6.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzmu0g2M6CNJtLWmhEiERAKZPEE1b5gb { top:17.1875rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLVgE7PqulbP0SMOzqXqhwTdbpUJxKTZ { top:17.1875rem;left:15.875rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3gPdqGZTDa6wPXfEfz7smp77gFd1URQ { top:17.1875rem;left:31.75rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFC6ahUn3SKRPZD6kQXoisv81gTCrDUq { display:block; }#aFC6ahUn3SKRPZD6kQXoisv81gTCrDUq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBuaO98C3m6tlKPD8gb9QviyMNm0wbMu { top:1.375rem;left:0rem;width:10.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSpOFapoMHBolmVGS4GvHwmnoDCHm26p { display:block; }#TSpOFapoMHBolmVGS4GvHwmnoDCHm26p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUzaqyuIfFZ4eNcwynFtpCBRpPPGyeF2 { top:0rem;left:0rem;width:16.1875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig2lOrgH97BRWlLpueTU9z7NeFI7BGqw { top:10.375rem;left:0rem;width:10.6875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU1SEKw6V7w1BpMTvuHWzOrcKnOzxJmx { top:12.0625rem;left:0rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEuv0MUhZ6mOA1Uv4FqMHOsnaRfKMT53 { top:11.5rem;left:6.8125rem;width:9.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTTyfBH28o2ubU9FD29bT6dmqwG7W2p { top:10.5rem;left:6.4375rem;width:9.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW3QRdMU5NDbNDQOAAE57hTsNiHIK66m { width:8.5rem;height:2.75rem;top:19.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD9TSC5RHUHGZw5U0kvvfqxPCTTxqWKR { display:block; }
 }@media only screen and (max-width: 763px) { #CIeBLnq03kTz7o0JRgSXc5CLnD3TxW2t { top:15.625rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir4zV8ea7eVkZkhbRpGcFFqbQTfxfev7 { top:13.75rem;left:5.4375rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owuRT744GgUXdRVgKMZ8qIHhkGAoMdAX { top:11.5rem;left:22.75rem;width:9rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaITzLIWENKGihIOA3lAaTUIzrhxZtWo { width:8.5rem;height:2.75rem;top:19.3125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRQGuJPuF6Gyo1mD3VT4ZLDKTMRr2965 { display:block; }
 }@media only screen and (max-width: 763px) { #cTPye5oUk9XwMZ59m6hohUvnCbiiITdr { top:10.3125rem;left:15.875rem;width:13.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPcnnGfBxSKl4wlBt0hfMWd4aDEswOOw { top:12rem;left:15.875rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eui8TTAxwDKcLGDiFcppVgbHveHRKgPu { top:10.5rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORwSW8TBzcr7GbIALfbMzHhbpE5EApXP { top:13.75rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skknodlfOa5J07JaKS8MM48HD6J7tTqy { top:0rem;left:15.5625rem;width:16.1875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWJk40OTGl296tWPA6yhgr2ipsL39iEE { top:15.625rem;left:15.875rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6mKChDqflFhbuSP7IEdrKBMNyuqXm6Q { width:8.5rem;height:2.75rem;top:19.3125rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGsH2pcTw6ziS1n0GbHetMyt5G8TuW60 { display:block; }
 }@media only screen and (max-width: 763px) { #TLL4XdBpwQhz6Lv7oR3u0ckqphNx9vKm { top:11.5rem;left:39.25rem;width:8.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnealStKmFF7u7aodsv4gvvH4bOp0NWw { top:13.75rem;left:37.1875rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsFPi6NIyDnFoXCcMFUOwl6dgbXMQ3H { top:10.3125rem;left:31.75rem;width:15rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxoSgyoP0Xb2MRtwFzXUgmhq0uQ0ssaK { top:12rem;left:31.75rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpEkkhK0ZBN2hz73lB60IVPKw6LhyoL7 { top:10.5rem;left:37.1875rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXtbTofd7nVhk50qIizbolPqwb0FWxdT { top:0rem;left:31.4375rem;width:16.1875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6QndGIukve2y2bUnVDmLfHfCIFUoTiQ { top:15.625rem;left:31.75rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oac2nPczzzXpxKrdwT0sEiIgVG2MmkQy { display:block; }#Oac2nPczzzXpxKrdwT0sEiIgVG2MmkQy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezh0UnLP83xhLPcfEbFFfPUwIvK55ASs { top:11.5625rem;left:7.4375rem;width:8.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUUTZ2biV3ie4iHeGMiqi5z4oTDF7lMo { width:8.5rem;height:2.75rem;top:17.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPcAMBgZgIsS9Scxxut9Tp00BotcfJuT { display:block; }
 }@media only screen and (max-width: 763px) { #FdiFT58p2aZaTAzG3IRk68hxz7mqsMGS { top:0rem;left:0rem;width:16.1875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEXKtNgNJ2VJF93ltDP7HTvNcvE8B3tE { top:10.375rem;left:0rem;width:11.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCJT9r7zmcdEbGnlwyKXuHmTvpfBR1FW { top:12.125rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvKCV1LEBAieO4K4zxMtJFplSdCyRsbZ { top:10.5625rem;left:5.375rem;width:10.5rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHlTUdJno8zhR6z8HOW8C7eMllxg9hdO { top:14.1875rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi7dWOpTOmWQCSiwHD8g0A0pVS2VkQTo { top:13.75rem;left:5.4375rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmqWrO8GFL0G96TOQUH51aa1vWoavCgJ { width:8.5rem;height:2.75rem;top:17.875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yizHdSM4XfSpiLWr0fXVvcRQeTuTw70R { display:block; }
 }@media only screen and (max-width: 763px) { #wF4DQzmie0mMgpigu9pGTailOUn7M5aN { top:13.6875rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl6I1ohFq2NnXUd05gU5iGaahT3B6X1n { top:11.5rem;left:22.6875rem;width:9.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbhLDN76GoTknw9RBp7S27oqTodyDqT3 { top:10.5rem;left:22.3125rem;width:9.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLzIGS6HN9CJFZpQT2wLML7WxrE7oe63 { top:10.375rem;left:15.875rem;width:10.6875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTXnEO7AfU3MmJDaTWghJNGRrovtOHi1 { top:12.25rem;left:15.875rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgMsfcdK1qG35LIZzVk0NhFigdwMhE0d { top:0rem;left:15.5rem;width:16.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tslDl0TovRFVmii0LltF3yHHGKTiJGEw { top:14.1875rem;left:15.875rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJbXpq35uzAx409kKmLVuZ5x4eNMsM7G { width:8.5rem;height:2.75rem;top:17.875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytoWWuLJnOhpqLRU4NonlMKByDyUoGm8 { display:block; }
 }@media only screen and (max-width: 763px) { #fXnLTa8riTG5LqK2CUhH8ZlMqr5W0vyn { top:13.6875rem;left:37.1875rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxATuMHC8q4Xs4srkHmcPbT2y2Q4ec12 { top:11.5rem;left:38.5625rem;width:9.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5p2A0FvnoJJiJTqTXdMZ4UOWNSZbQvZ { top:10.5rem;left:38.1875rem;width:9.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB1k3e7XVFHtaTs8TwqiGTPTTXqVOpBv { top:10.375rem;left:31.75rem;width:10.6875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsvTks9EP8R9bTvra3SV8NkhhsiIupff { top:12.25rem;left:31.75rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc41b3qs9ZbPW898rfoi9fse2QRuNhPg { top:0rem;left:31.375rem;width:16.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #It6aBWTpOOUFZyJf2UM3WHuTJDRK96zT { top:14.1875rem;left:31.75rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7LooczOP6kPGhuN7qEvOReFb9dpl8Ro { display:block; }#Q7LooczOP6kPGhuN7qEvOReFb9dpl8Ro > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJilCwxvsJ3l1rRl5dCehe35fuXOaQhe { width:8.5rem;height:2.75rem;top:17.9375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK7DKGSTVRcuTFO3JdkmmQHld8Fk0nv2 { display:block; }
 }@media only screen and (max-width: 763px) { #GTC8VXI2689nwmq9xvQaIsr6O1hRi0JM { top:11.5625rem;left:23.3125rem;width:8.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOow4XQJhebahGytCwaKmFfblTxZygHr { top:10.375rem;left:15.875rem;width:11.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbThh4T3MBzT11pxq7OQcGWXC0dmr6um { top:12.3125rem;left:15.875rem;width:12.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR2fK0LT4wKt38D0sLrLQGIqMltCx1mb { top:10.5625rem;left:21.25rem;width:10.5rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXh76vdROdu3PykeJSEvH4bvHSkDiNZI { top:13.75rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpX4umKOhQ5iaLW0Ws1DUuNHH9WUvaFA { top:0rem;left:15.5625rem;width:16.1875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIMGv6pAiMMT8G1THABcP65qLvgE0zd1 { top:14.1875rem;left:15.875rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #niNgUKFEdWhTDEn827Ep2NaNFS4xsZhm { display:block; }#niNgUKFEdWhTDEn827Ep2NaNFS4xsZhm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVJmgvLcD05sbvK5eI8GZ0NfMsoCx2DK { top:4.5rem;left:0rem;width:10.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VscXs9NeqhXIbxTNntofLzVTwpEl1kPp { display:block; }#VscXs9NeqhXIbxTNntofLzVTwpEl1kPp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP9LKnaWtT9izxw15dNWJXvhZ487AVE9 { top:0rem;left:0rem;width:16.1875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvfaE8nHMLbkrG8oStAcFoIggJtPzq4k { top:10.375rem;left:0rem;width:10.6875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPimnfe192g56F7rprCyNv3DbxF5xJ9N { top:12.25rem;left:0rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA2NDet0qnO4eVJINDWcSeFKD81NDWqJ { top:11.5rem;left:6.8125rem;width:9.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPUpLga7VMxShB97mcLXk5NQvPdkLfug { top:10.5rem;left:6.4375rem;width:9.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHuNRpqF9hM2zQuL9IGiN9yEBv0eTSo9 { width:8.5rem;height:2.75rem;top:17.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWhklFwMRuCN76Tmft5GQ99Bbnk0XgJk { display:block; }
 }@media only screen and (max-width: 763px) { #gUlMla7uK4izDycdcBAdtwy8vrSUVr95 { top:14.1875rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbdNVu9zyJHtX1dCwywNMnm4FhIX1Ee9 { top:13.5625rem;left:5.4375rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfG3QNSevRQJtPy0zuDAv4No7XZTo7NM { width:8.5rem;height:2.75rem;top:17.875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVGUNyJeohaiQQWbfmVG1lBuUmRqP75M { display:block; }
 }@media only screen and (max-width: 763px) { #XZ6K1TkxfFJCMF9r7ITrBVhqbRc8fby6 { top:13.5625rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG1oLZ3dpIsudgsqdQNUPy1KsPrSh6wT { top:11.5rem;left:22.75rem;width:9rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBeb30TLSNO23aahZPmfeCQnCqIWe8pK { top:12.25rem;left:15.875rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCf89ZrsFOAkVmVyxnpJTwPcpS0Cln6O { top:10.3125rem;left:15.875rem;width:11.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQr3MgZkZhb1VpgzABht88z1uZuzSxJ2 { top:10.5rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3n3Cowd459D9tQ8HhG6eJ6MKd7AnbwF { top:14.1875rem;left:15.875rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwnbKPOfvwWUCZTW8E7JVJpV1QZAy5Ce { top:0rem;left:15.5625rem;width:16.1875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVtFpMXB4JPt25Ql8qBz8nsWbd5sTVDE { width:8.5rem;height:2.75rem;top:17.9375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG65HHabUullNfHcIL1AvGppaEuvPoev { display:block; }
 }@media only screen and (max-width: 763px) { #SLxOzf9dQZtstEd671blWxT5Q85DLDHQ { top:11.5625rem;left:39.1875rem;width:8.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOZ1LNaRB2V6C0PJM2UccPy9Tf3dwdfB { top:13.75rem;left:37.1875rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVOo6x7T5kuPWRWSD7CAVDxhI34dLbFz { top:10.375rem;left:31.75rem;width:11.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RevSnA8OhP17wTEr6Gv8IN1c8U33WOc0 { top:12.3125rem;left:31.75rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlJ5inARmrvG9KqdTUFVo9XWwbeKMD1h { top:10.5625rem;left:37.125rem;width:10.5rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pemkCkv8lBECZtrszB4GMJnwcNbGdbNi { top:0rem;left:31.4375rem;width:16.1875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxeAA9TODxRSvDCKFld6KKtquDAQDhSa { top:14.1875rem;left:31.75rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhe33r3TMK1yJebH4OuLsX9wlP3wuDB5 { display:block; }#bhe33r3TMK1yJebH4OuLsX9wlP3wuDB5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAAZhB69QoE0Ufl3EbvOovQ9FTLRxTFm { top:11.5625rem;left:23.3125rem;width:8.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyELs86rUJgcufX4bLTNGB6CxhrJUJL2 { top:13.75rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8uAiCAT5IF1go8ZQCzfpIcawUpk3brK { width:8.5rem;height:2.75rem;top:17.9375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwCsO0CJTC3sRaWgFTeH4zF00K4B43kz { display:block; }
 }@media only screen and (max-width: 763px) { #zCeUDUOBiDC3hyLKXniOAkBzHCaZ8VNB { top:10.5625rem;left:21.25rem;width:10.5rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDvHwFA5GpvoNRNML8RJKGsv3WdzB7MB { top:10.375rem;left:15.875rem;width:11.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idpQmkPQDfhTUTCoCtqMRLd7eG2ErbTi { top:12.3125rem;left:15.875rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3CzTNqLeAXTTrgSyUFDA485OVTw5IL8 { top:0rem;left:15.5625rem;width:16.1875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #JITXyECvTOdgrnTSxAUGiiqWJgezu1zT { top:14.1875rem;left:15.875rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOeqR2B40oCUNVOO0E0oZJbNgUS9Tth8 { display:block; }#cOeqR2B40oCUNVOO0E0oZJbNgUS9Tth8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyedv2h6qVFEnTZO6EIJbQ3MRtNRJ8yZ { top:4.5rem;left:0rem;width:15.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkhvIqkMPUIEaHfysM7GHNBnLidVMe5M { display:block; }#tkhvIqkMPUIEaHfysM7GHNBnLidVMe5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoZcOpBf5X83zn0QodsuQtCreVTD8S4a { top:11.5625rem;left:7.4375rem;width:8.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg2vCKdZ0D4GTFubCgDUfd4ZMN5W4tmh { width:8.5rem;height:2.75rem;top:17.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnSDADv6cWvN9KyIb440GrsRLcOy0by4 { display:block; }
 }@media only screen and (max-width: 763px) { #AsxCqh3hNVdzA5UP5nelznCnToMzQHsw { top:0rem;left:0rem;width:16.1875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLFrgRTXJm2SNwF2eHftQgyhdRvLZcD4 { top:10.375rem;left:0rem;width:11.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMLb40Nec1XhDTzBBqTAqzeHO5sC37TW { top:12.3125rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmsBClAaTbJJu9Bn8X6WOHzTXWSaa8M9 { top:10.5625rem;left:5.375rem;width:10.5rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN02tQMfcQSJ6kzvx1pFefTLJr7Ja0SW { top:14.1875rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxU2IFEE8T3SQFw8HPXVnKddDanset5b { top:13.75rem;left:5.4375rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5JUMMvvfvolvzahvBQ6Ba1TxAZAtJJe { width:8.5rem;height:2.75rem;top:17.9375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRvfXoJrnv8sdla54Tqtz6tftuDw5bk9 { display:block; }
 }@media only screen and (max-width: 763px) { #IPhNIk8klvTtL3BUG4sRQFMVmmL0MN1K { top:11.5625rem;left:23.3125rem;width:8.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk5UOCL7dxIV1aXJWTglt9R5WX4EDOd7 { top:10.375rem;left:15.875rem;width:11.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS12fyTrozyDolsRcT1HnFsLI5y68JdA { top:12.3125rem;left:15.875rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQQoI02B057cTPswIznDyCMEmxGDgWDM { top:10.5625rem;left:21.25rem;width:10.5rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNnBbrUckAUoPsyEXiHTmWP72UriseNe { top:13.75rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDvnsvgMsSqOfyTPvPGBXqFxilLzEFmJ { top:0rem;left:15.5625rem;width:16.1875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhxZSM0orOQyL2dBo00HPWO6duGz77BB { top:14.1875rem;left:15.875rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROJUhTek0nepwdktkTMpkBqBD9wv1TkT { top:11.625rem;left:39.1875rem;width:8.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNmWap4MiO7PA68S0WL4Nk8I0lJUirWx { top:13.8125rem;left:37.1875rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkF3BgNL2ufCt8FI7vpd5te9XHpkMR49 { width:8.5rem;height:2.75rem;top:18rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wINxX6VAX3XFq1sWOKp2JdXtVDOkdaXQ { display:block; }
 }@media only screen and (max-width: 763px) { #Z964Sqs4RhJAilcTbWww5JIwv9aoeM7e { top:10.625rem;left:37.125rem;width:10.5rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTT9hip3fEc7C1AcA5D9tzTiD6UBbTJJ { top:10.4375rem;left:31.75rem;width:11.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT0LctPTPA2Uih5y4TiCX2fybizgwy3U { top:12.375rem;left:31.75rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6UMTMWT0hhgq05Ppv2a8aNqqd8Bai3B { top:0.0625rem;left:31.4375rem;width:16.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzcu9pqWA89gUUh2KR9xyOBgOkbgy5an { top:14.25rem;left:31.75rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qll6AvTHTNKveiolZMT5WnXKhrTTbqA0 { display:block; }#Qll6AvTHTNKveiolZMT5WnXKhrTTbqA0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxrWWHUlD4NxbRQLqn8fNi8sCLxX98oA { width:8.5rem;height:2.75rem;top:17.9375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoOdT6IKRQzEvetFoXBLkOVaUWpeX24T { display:block; }
 }@media only screen and (max-width: 763px) { #OMTIOLzgNkhfZZz046IgQSCCdeKh4PN2 { top:13.75rem;left:13.4375rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1AxlZrpg0ypiMTkdiroKmmkpCb1oaov { top:11.5625rem;left:15.4375rem;width:8.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCdz0Vy9ZoErFGOFogrdZr7sNsQIiDUA { top:12.3125rem;left:6.5625rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV8H0a0SUohGExDJwUTugpiBwUx62B75 { top:14.1875rem;left:6.5625rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #op9mR0l3RqGEUe7Lyc6pV9yZgx42zJLX { top:10.375rem;left:6.5625rem;width:11.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knDibK09T54eohvlNwzRsXsS1n9n21S7 { top:10.5625rem;left:13.375rem;width:10.5rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3SgkOdXtGqTXTiIWHCS4CqFTOn8dT4N { top:0rem;left:7.8125rem;width:16.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFdU7y0qNpH1NTCzGmGpAH7xgNwrWewP { width:8.5rem;height:2.75rem;top:17.9375rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIiiaTkHQrH66JQyrUhs3yatfdOa982g { display:block; }
 }@media only screen and (max-width: 763px) { #DVn2GS8wHeqR8UKbJGlHU8TdeLeHrU7J { top:13.75rem;left:30.875rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFdGd7EHkU7RZ6dgEbpVfeQT3ONbH0eG { top:11.5625rem;left:32.8125rem;width:8.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTNotJfaTy63D2xaOWz1M5idb1zvDuqS { top:12.3125rem;left:23.875rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8CIPc5oQRIuen3wxPM3BOim7BZt1aVO { top:14.1875rem;left:23.875rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqSTiOqI12b9fPbmrrlskuI0NUDoncpB { top:10.375rem;left:23.875rem;width:11.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB7heBu8R1uLybXPrEa2R7PvKpJW50Si { top:10.5625rem;left:30.75rem;width:10.5rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yru0WqO6eBMNpy4yp5bUPwlhoxlnNQme { top:0rem;left:23.875rem;width:16.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPB9E39VVI6Q9BqvKO6Ewrgn0gkgvc5e { display:block; }#lPB9E39VVI6Q9BqvKO6Ewrgn0gkgvc5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCopgS0zogD5K5OAyUxbpvmcNPFQ5SsX { top:7.25rem;left:0rem;width:15.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwV6Xqi7tZKc9ccevHEifMmpTdt0iwfw { display:block; }#IwV6Xqi7tZKc9ccevHEifMmpTdt0iwfw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PthwP8Xlxiq7qQvygzCWXTqCIONzBL4S { top:11.5625rem;left:6.875rem;width:9rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnqCM5ZyE1RLzuPaEKmxZKRtxpgccvTk { width:8.5rem;height:2.75rem;top:17.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8wa3iAeyTbqmgbZ75N6CELhpDiH5I7w { display:block; }
 }@media only screen and (max-width: 763px) { #lNFXWkXXpaGyCkrmZJokwebGkzc7McP3 { top:10.375rem;left:0rem;width:11.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIb7UJqwAMT3JmduRx4dmn0vkZTG4FRx { top:12.3125rem;left:0rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dydtA5sA963NLAtAl9ea8DdOFHbwakXt { top:10.5625rem;left:5.4375rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tont4cmCtTiLKkl7hH0Jn1DUApdIHMKL { top:14.25rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7P4TwbFDBUT8s8qx6T7RIuzlf7BeMlD { top:13.8125rem;left:5.4375rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipkXd4yyiRrDi1MD0i8BTClKZnTLWEbF { top:0rem;left:0.25rem;width:14.875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSLmSxtEOsxq8eDCMnQh47rPZurnOTaf { width:8.5rem;height:2.75rem;top:17.875rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvHPlDhLQeEIKDHGxdW41vOHMfg0r5ZV { display:block; }
 }@media only screen and (max-width: 763px) { #SRf5NvLTeqhLskVR0vaB3IGdDV2TXdHT { top:10.375rem;left:15.875rem;width:10.6875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkoNSC6PEOB2Ai2xTdSPoRlhfJNU7TOn { top:12.25rem;left:15.875rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWFyf2dpQAwHVzRdWmLb8QMribs4ZyBh { top:11.5rem;left:22.6875rem;width:9.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwakIQhGt8STdVfKeEdhG7zeiTWTpN1V { top:10.5rem;left:22.3125rem;width:9.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp9NTlrBvVDd7TRTDf4spOD6dkMlDMU4 { top:14.1875rem;left:15.875rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewaXz3gKbXSnDV6pCzn1c24LzmczxKTg { top:13.5625rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsyEcX45Cp3cBfF0N6MwPt3pQecTrDyS { top:0rem;left:16.1875rem;width:14.6875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrJa6A5yHdlOsogZ2uklgvdwn7CO6ZB6 { width:8.5rem;height:2.75rem;top:17.9375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwCZ22riwv6nWFBzDPhGmPyOTEgssJbx { display:block; }
 }@media only screen and (max-width: 763px) { #aXTio6NRwKvJ3MvHlC2lkobPiDfJwiQX { top:11.5625rem;left:38.625rem;width:9rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTnLSL0aOtmCsIoikoy5id5aRVr9IMN7 { top:10.375rem;left:31.75rem;width:11.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXLq50iG4eNyLduUZKmunIgn7yEeApLM { top:12.3125rem;left:31.75rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcNK5BlihxLcVPgSXzdtbq1STegDbmQk { top:10.5625rem;left:37.1875rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbaIB1lgyPADBWRg0QFTW4mLxIaVJkrb { top:14.25rem;left:31.75rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxHO2dAAbveZkKIC64c4ecIoUf0NQocl { top:13.8125rem;left:37.1875rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihmyZqmMlsckVnTFWx1nmozSbEksUzq4 { top:0rem;left:32rem;width:14.875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLQBF9xc8HcyuXNwtxNm88rh4EqnZnHt { display:block; }#VLQBF9xc8HcyuXNwtxNm88rh4EqnZnHt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQSQiuwoH07B3QP0vabp6eEcnfdzml7g { width:8.5rem;height:2.75rem;top:17.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRlLFizqOHr9qgNneVp34X3T6r5AW6TX { display:block; }
 }@media only screen and (max-width: 763px) { #IimNS0IVNXnOD1wPo5qMKQHxhey5xH6l { top:11.5rem;left:7.5rem;width:8.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7n0HfcDl0kbbWLS6M6AT2O8LzOsRfMp { top:12.25rem;left:0rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyHwKXcOhcOk2SrBN4aefrqkbA8yic7i { top:14.1875rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIxSKPdS8eDQbHzQLK0V7oPwX1P9QfRR { top:13.5rem;left:5.4375rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aULZMFOs3o9UHESqOBRz1K7pR7B7A7z6 { top:10.3125rem;left:0rem;width:11.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkhIN58kbk1GMqEtP59Mzl35IsgZ7qiA { top:10.5rem;left:5.4375rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcBDCTeofHqLsN4cMxoylsuiPHFHh5fT { top:0rem;left:0rem;width:15.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUXnL8BscuX9KRBS8w1GTQD2Cw60UNJs { width:8.5rem;height:2.75rem;top:17.9375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNtiz0FXwAXlVgpg2bJyi7LHAWhmmg1O { display:block; }
 }@media only screen and (max-width: 763px) { #kyFDEQObANFsr22Pb1Rkyq8Qwno4Jbxu { top:11.5625rem;left:23.3125rem;width:8.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vslOZBtAUAUi5OJmgyhLEaMP5eflci63 { top:10.375rem;left:15.875rem;width:11.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNW5BZeXodl4ZffJtEAglvDK301srzTb { top:12.3125rem;left:15.875rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iswl5t9TctUBmIOD23n7KnJui4vdhOJN { top:10.5625rem;left:21.25rem;width:10.5rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyMw3bHUbrS8tprA2KEw3pK3V8xudz5a { top:13.625rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoccCME5zN6X4kD0bm1JzJvLlEJgTS37 { top:0rem;left:15.5625rem;width:16.1875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTiaHhIwu30rd4iX6G7g5EpKfzLwdCb9 { top:14.1875rem;left:15.875rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy5oD4yQKsVE2QJovWZRXfhJEHkxtWMv { width:8.5rem;height:2.75rem;top:17.875rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kKtcRNxVmWNZP5PXOzlkINIPWmoW8u { display:block; }
 }@media only screen and (max-width: 763px) { #rN1gPl31erFnW4T5mHN7s5UKFBQgqser { top:11.5rem;left:39.25rem;width:8.375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuObT7OW5u2SyJNfUkEes2AOVdg19gZQ { top:12.25rem;left:31.75rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlTxzFXv8bPAJILbeNTCOHMSVUudXMzG { top:13.5rem;left:37.1875rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uepqFxXawkadV2uq8DU3F30N5giSQV2t { top:10.3125rem;left:31.75rem;width:11.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlomtEupavuUqILKUTOC5p5xrPy7ytCG { top:10.5rem;left:37.1875rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olf0lDfaTdZ2kg1ZnpnJ81hHyHAx0BSk { top:14.1875rem;left:31.75rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0WStIPTilRIEplDd9HOS1glHgzCFTpk { top:0rem;left:31.4375rem;width:16.1875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiAAI6v3I5arpMcryK2KGppoJqU3uflF { display:block; }#NiAAI6v3I5arpMcryK2KGppoJqU3uflF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSMgybMsoozHIydRgbsgaBKvwtAQmlcP { width:8.5rem;height:2.75rem;top:17.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVqwSO2WxE33RBWwfCHlny85mI1DnDi5 { display:block; }
 }@media only screen and (max-width: 763px) { #FVQEm0WQpa1ChsOVrBoKhc2OGez5xx2m { top:11.5625rem;left:7.4375rem;width:8.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utz0ZmHcJgw7sLG4TiRWnB0Ig9mligfi { top:13.625rem;left:5.4375rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEIa38L6KF98qGu4TVyf4kxofVtoGzSn { top:12.125rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLgMUH1qWpuR9PGRU4TtSX7cEPv5P5Qm { top:10.5625rem;left:5.375rem;width:10.5rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0xQQTzvoZfftzskE3qI19TqzypZR27W { top:10.375rem;left:0rem;width:11.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OncwVlOzeEEW5WncLITWkARuWX6rGyeh { top:14.1875rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTohypMhe0IhG9mt9Ea5Sh6hLUVvi4Wt { top:0rem;left:0.625rem;width:14rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf9c6FUMmR4yK0WHrLSNqX5pBXAvhzHq { width:8.5rem;height:2.75rem;top:17.9375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgzGOa7uWVreAbiRspbVkfThGT4HGzzy { display:block; }
 }@media only screen and (max-width: 763px) { #Qaa7lqGB6hd56wbNB8RIboqZJ00iXi6g { top:13.625rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edT23vwlt0pxdE9HzPKsPGlpAKbgZzmZ { top:11.5625rem;left:23.3125rem;width:8.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLDGpxpRUB5T7pqkblWZvvCQmeg0HmAU { top:12.125rem;left:15.875rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDlftdQFVKCavLrPMIGLTvJSExToKh7V { top:10.375rem;left:15.875rem;width:11.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQPZFPZ7KoDc4g7MIhLe6emKq1KsyRcv { top:14.1875rem;left:15.875rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUkpOWTv6scrnaaQF4VZ44xOVlnHSaC9 { top:10.5625rem;left:21.25rem;width:10.5rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHax017Rpvt9v6EerhZn5fsVvALrkf6d { top:0rem;left:16.5rem;width:14rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlZg4bdGUydpBTtWTpkhGGzA0NS4cmgr { top:13.8125rem;left:37.1875rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inh7LLAUahL75STxFfxPSLPl2ledW3Vk { top:11.5625rem;left:38.625rem;width:9rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUhWacWBUkNDH12Ca06uNG3F4MwFvwk9 { width:8.5rem;height:2.75rem;top:17.9375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiDS7HiL4Ilwxfiz56OimgRkGm7bbqTi { display:block; }
 }@media only screen and (max-width: 763px) { #W4ml04iCahIS1ZbdTAHxMZuHytrVK980 { top:12.3125rem;left:31.75rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0NB170Sl7I6TKE7S4o1w9UbZgWTm6EN { top:10.5625rem;left:37.1875rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDSqO4yrKcMCXqmFxG7n0xGEfhQiMnw9 { top:0rem;left:28.9375rem;width:18.6875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHD3DvBzUv8xcQUi9BOnMGyWBkTBt56Z { top:10.375rem;left:31.75rem;width:11.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTki5BkE3C1zqTRT3ihZSxikFsy0wSQQ { top:14.25rem;left:31.75rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzRTiRyXAKmGvNemJaBrkk1DvcoVeOBZ { display:block; }#zzRTiRyXAKmGvNemJaBrkk1DvcoVeOBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7g3UH4DXWGt6agD0vEs3UH5dmTJSk3B { width:8.5rem;height:2.75rem;top:17.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZAbhtUXTyin2TmmJAifMd8VOLC8VXnD { display:block; }
 }@media only screen and (max-width: 763px) { #Frc981sJaViw1NUgDkScTATeTmntorEu { top:13.8125rem;left:5.4375rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzATNyF3783Wd6T8BuhIE9q0rSV3lfhC { top:11.5625rem;left:6.875rem;width:9rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQaQqQhTyTz65RmifqNvxsiZ45l0oX0 { top:12.3125rem;left:0rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKXgaqMMfU8E9nBQNiXzwTmG3o3JAgdn { top:10.5625rem;left:5.4375rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmy43xaC0HIA9ukxlf1MqtvCTShlG76J { top:10.375rem;left:0rem;width:11.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqORUagGSghirpi9WaO8LJDrW4xSaRDH { top:14.25rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTsrg1JLTSmKtpLyN0PvWEuoL1p4lFCp { top:0rem;left:0rem;width:18.6875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or29W8mJHTywE92Kt1mSky3LqezvIlVc { width:8.5rem;height:2.75rem;top:17.9375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ5NLnR3DcneuyLZH7X8amQu1AFTBOom { display:block; }
 }@media only screen and (max-width: 763px) { #oBe7cWcH0NAh3arnvO6z3tBOCTOyUPOX { top:13.8125rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fco4OvyD4lrTDSteQuRyxzZxi8fLxkhm { top:11.5625rem;left:22.75rem;width:9rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8iHpiPd1lma4pGKf63TeE5NNZXNpnEa { top:12.3125rem;left:15.875rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxyaXdemsaAQr4XbfNocwTaBE4tIxqFg { top:10.5625rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIK2MM4sob8T9dWFcxmU4pUuev9Q0oEH { top:10.375rem;left:15.875rem;width:11.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8LRx5WoBehmfyiHWKu2scKfTeOXAfga { top:0rem;left:13.0625rem;width:18.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fir9hVaO9ZSDSmLu1RSmTemSV5cSssld { top:14.25rem;left:15.875rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yovauTXoPbad1XSa2MhRmfW5eb90o0Iz { top:13.8125rem;left:37.1875rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIFmX227tKdaFfTpqvziLvXsl5MA3h4Q { width:8.5rem;height:2.75rem;top:17.9375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwVSR97x2bZuf1OTvmQ7PT97QtSJdRyK { display:block; }
 }@media only screen and (max-width: 763px) { #AnKmXikeX7Ht5nCf3vFM2T7Nx8arlvfk { top:11.5625rem;left:38.625rem;width:9rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5SqLawuiJGg0gZnB7npwuXdIuhh0mHF { top:10.5625rem;left:37.1875rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRmASEt2UgEDTRln8Z7vl0Vdt822KULt { top:12.3125rem;left:31.75rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxhuyA02UB98ZvPCdKA4XU12Tn0HH2lF { top:0rem;left:29.3125rem;width:18.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs2UDfuKEN8G1u76yLRciIilgwKtZi0s { top:10.375rem;left:31.75rem;width:11.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIagkUXF3P0MMomT2Z2SNGGekeVfan0f { top:14.25rem;left:31.75rem;width:9.1875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFLeazBJxi6TW8kahirPB2gVrtLzulLO { display:block; }#TFLeazBJxi6TW8kahirPB2gVrtLzulLO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HttN3IoNuTdJ7nlxrTTcFsuzpgZIdcGW { top:9.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1iw0Z3iHnFhRrskgz8q1qN3WW9hKtMO { top:12.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl75TKhpA1ezVPQ49kEPy3rndgzC8EXq { display:block; }#Gl75TKhpA1ezVPQ49kEPy3rndgzC8EXq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fn1yBBKhcPW2cWHQF9oQkd9DpworQs36 { top:1.5625rem;left:17.0625rem;width:30.6875rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0NvQ3nUQCm03tBvv2CNXzLA6HFiTDC1 { top:5.1875rem;left:13.4375rem;width:34.3125rem;height:18.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iixtdkE8uXmolcdNnEwzHGIfGf6ndRg6 { top:25.8125rem;left:13.4375rem;width:34.3125rem;height:4.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6EhDtNrFCFCAAKaq4XnNSnRFX6d5d6H { top:0rem;left:0rem;width:37.5625rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzy28TfTx2ZBsdBtFB3KfSTu9DhwrLHW { width:11.125rem;height:2.75rem;top:32.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRJbJRkkoNesZAMpALHVHiVDNybGyAcT { display:block; }
 }@media only screen and (max-width: 763px) { #ERCt4IUT53l3MSCFutOH2WRodBn82TCe { display:block; }#ERCt4IUT53l3MSCFutOH2WRodBn82TCe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apJ17Zfbsxpy8aXOviUx4wDopl3snHkb { display:block; }#apJ17Zfbsxpy8aXOviUx4wDopl3snHkb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JV0EB5t2zFdVJqGQ5QnVGCCVQ9paE5qv { top:0rem;left:0rem;width:37.5625rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJa2w4pWCJbTKFkKkTaCx8SSxgCr070r { width:11.125rem;height:2.75rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI35q2Bbe70Rii2ZG9iKz4H9ic0Av722 { display:block; }
 }@media only screen and (max-width: 763px) { #zuhyKAcssTsRTeDg33UcMUzIoMICnhwJ { top:26.5625rem;left:0rem;width:34.3125rem;height:4.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAHfwfeKdI7zN0TDvicrX50sLmklVoxU { top:6.4375rem;left:0rem;width:34.3125rem;height:18.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5isAO3H79PpcBvA17NB2vybDwTK7yMC { top:2.0625rem;left:0rem;width:30.6875rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv4HhayTV8bE2CcOCTNOIvPT0Hp0GxVW { display:block; }#xv4HhayTV8bE2CcOCTNOIvPT0Hp0GxVW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsHcs98t0bhbQpClp3Lc95ouEO1vFhtb { display:block; }#TsHcs98t0bhbQpClp3Lc95ouEO1vFhtb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ND0WrHlvGBMPoObAhTwQo84oIqJT3ohV { display:block; }#ND0WrHlvGBMPoObAhTwQo84oIqJT3ohV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPCxiJJvd2UtitsaGQuUDLlXveWONCRM { top:3.5625rem;left:7.03125rem;width:33.6875rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPrNkLfAG05UsvDhDnlWaUGvCTAzFre7 { top:6.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVVuq5xpI8VnxbAZ0PIsWzKxRvOdBsf0 { width:8.5rem;height:2.75rem;top:12.6875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDRBDLy663xV85G5fIcM0mz050WedsvT { display:block; }
 }@media only screen and (max-width: 763px) { #JvQO5xu5eer6ADyK4lexoMleq6tswKCh { width:8.5rem;height:2.75rem;top:12.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP8lBKMRg1aPPrNmKtnQWGsTTfTLbe2x { display:block; }
 }@media only screen and (max-width: 763px) { #r322uVoLfH9FiELUVHrk5VXwBNNFhpIt { display:block; }#r322uVoLfH9FiELUVHrk5VXwBNNFhpIt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgJHbs7gDsVRJixz15pMKai029L9zZGg { top:7.25rem;left:0rem;width:10.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmnpJWxRQrphnMG8u6iquugeK9Do1A15 { display:block; }#fmnpJWxRQrphnMG8u6iquugeK9Do1A15 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrV6PlMTaapBg1WURca5TW8OCTVmvq1a { top:0rem;left:0rem;width:16.1875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hny83X63wV2b0bIGdEr2lVyaMIBTbX4k { top:10.375rem;left:0rem;width:10.6875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSTagX6zbfTBScl5Z5M0kHbtinMQTKaJ { top:12.25rem;left:0rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdDACpUB8rXzNNE7UCcNrSNyIcBQQ8GG { top:11.5rem;left:6.8125rem;width:9.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnhqKxQ2z4fUNnLG9MbSR46xHANl1Gvz { top:10.5rem;left:6.4375rem;width:9.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4RNrSu4LAVwwbi3ztJRvdyWBVJ3hSWJ { width:8.5rem;height:2.75rem;top:19.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPqKQIBvcIF86nK2wRPfQ7oqWVdenHy3 { display:block; }
 }@media only screen and (max-width: 763px) { #bzm7Ttouv9w5gq0sKGVAnsZZLL3BZOIG { top:25.0625rem;left:0rem;width:22.3125rem;height:8.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh1MlAJBB7KE1gsryCl9xwNFAgs1ZXIb { top:13.5625rem;left:5.4375rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDGmT62N4T1bkrKIlE4QgQ6fJRzTFOrx { width:8.5rem;height:2.75rem;top:19.0625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNqnyvMVwWVTBA6gT5GimeHJRnLO5wbH { display:block; }
 }@media only screen and (max-width: 763px) { #dKEgnHFnyit6A2vuwHTWQHMPFC6yWcUz { top:13.5625rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R22NLKdwT33v08QcCelMdOlDlbcUwwS2 { top:11.5rem;left:22.75rem;width:9rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH3D2xb7UvzvicCrDJxMQKfOLsbh51QN { top:12.25rem;left:15.875rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkkanMenUbBJvLpIxCxnIN4SFOgMdAZx { top:10.3125rem;left:15.875rem;width:11.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxEq6VsOM8w80Ua4raLCTFK7lplPwgyp { top:10.5rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhlvNozsWQARInCxGcgM96N0MoDXnXnt { top:0rem;left:15.5625rem;width:16.1875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBPAtWhSs4mVVP29C6sqLPbKarG5l36E { top:15.8125rem;left:0rem;width:24.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swOAHT40IGTGr4vMZTKoqrtrsTHcpJow { top:15.75rem;left:7.5625rem;width:24.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRfK82dGKKW22naX2x8koRMUMzQQaTwi { top:25.0625rem;left:9.4375rem;width:22.3125rem;height:8.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWlQZDqxgv4swHDxGXxKGtq6sHPDioNw { display:block; }#KWlQZDqxgv4swHDxGXxKGtq6sHPDioNw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iG391y3rlIbuXwT0Railufso6ibN9hVe { top:7.25rem;left:0rem;width:17.4375rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X99nq6Ec9QA6rqTgo6ABHMFJRlu1QkP6 { display:block; }#X99nq6Ec9QA6rqTgo6ABHMFJRlu1QkP6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxGcPNeDD86J9zSq0gs1TzkDrqBX7TAR { top:0rem;left:0rem;width:16.1875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGUkmXtI5nP6t48VVvwO4WKn6C6TQxRf { top:10.375rem;left:0rem;width:10.6875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxbFcK6xsO401l7TsvTveMUmNs1W0DC7 { top:12.25rem;left:0rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLNewtvnLXuvbXB2bqcmTV7i78y03mLA { top:11.5rem;left:6.8125rem;width:9.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptbIXNRk25fLAsWdMgZZy1OEvKRCEqpf { top:10.5rem;left:6.4375rem;width:9.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKgRTIdx3rf8Vd4qSwfeWsDTfgR5DyzV { width:8.5rem;height:2.75rem;top:19.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEm0vQhhQvu5Ir0v8TlMJLuO6nJJ7T2T { display:block; }
 }@media only screen and (max-width: 763px) { #V1akZkbcXzasvidaIBNBETp2w59eDozD { top:25.0625rem;left:0rem;width:22.3125rem;height:8.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBAMUBstVF3KB9wPuMAwzO1XmZZbv4N0 { top:13.5625rem;left:5.4375rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #invMtnBXkNUR0zkd91RePoT6nlVz1KwS { width:8.5rem;height:2.75rem;top:19.0625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3Rb6VVT5Vu6lJuisJKOmUJG1J6tHfcP { display:block; }
 }@media only screen and (max-width: 763px) { #cflQp5AA7An0Z1zXEQHu67BlkuDf6DCs { top:13.5625rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxvxrAOAT4mpPbnBbGy9y7RdBnTzNmp1 { top:11.5rem;left:22.75rem;width:9rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWt7z3CHbqaJgZXE7lqUflffE3lqzSto { top:12.25rem;left:15.875rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0gb2gT8Pxzcomo4TuCtdhMO0sTdLk2M { top:10.3125rem;left:15.875rem;width:11.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWH5HcpPOPIDgBphkk8MHIMlzBvkUs9d { top:10.5rem;left:21.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ7DwTwQgpaHvJAV5hlyKkOoTuaolyPl { top:0rem;left:15.5625rem;width:16.1875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuHl8ZSsq2Hm2LyRmNB6JUuWNrViwFOp { top:15.8125rem;left:0rem;width:24.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCPbIVTgmElpWeRb71USLWu3yikbPXiU { top:15.75rem;left:7.5625rem;width:24.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppNFNMe195adzMyHrJsPU3lqTHSog37R { top:25.0625rem;left:9.4375rem;width:22.3125rem;height:8.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbAMWgbMcQKIMILEMuUlsFXGm5cf1ZvS { top:25.0625rem;left:25.3125rem;width:22.3125rem;height:8.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsxC8x3xCqvBUtVhd9lQlMMrUE8yzBVd { top:15.8125rem;left:23.4375rem;width:24.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf3p0nJC2TvCiQdVsfOzLFyP9KrJR7c8 { width:8.5rem;height:2.75rem;top:19.0625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo2Dwx2xGMI5didsFbDNDkgxiZShapeC { display:block; }
 }@media only screen and (max-width: 763px) { #eQCNGQkPRHf1iAxThN4hskoFDi2r8MCM { top:13.5625rem;left:37.1875rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovPf5nOxkKNQU3vpobgz6lm6FQ5du31g { top:11.5rem;left:38.625rem;width:9rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2sMRas1Bp7eSrZtiGBEtOF9PEaVfnFa { top:10.5rem;left:37.1875rem;width:10.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnv1m2QXpbEPaQbl6XvVKtHzpyOKUhXn { top:12.25rem;left:31.75rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wghfyu1w6x2BwzfRUSFkLWOSeNyOTkUr { top:0rem;left:30.4375rem;width:17.1875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEeqobIFBxUZ2Z2aDfwKIFT5il3cAPqX { top:10.3125rem;left:31.75rem;width:11.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa { display:block; }#nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQmZpSwCh0x7sGh5DwAhr3dyTbDqElkV { display:block; }#yQmZpSwCh0x7sGh5DwAhr3dyTbDqElkV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5nFkoQDSLkGuKWPoOFBarBKCPsV6gGZ { top:5.3125rem;left:7.0625rem;width:33.6875rem;height:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq7gaTnqpTwu99sdN5Fc9cCpfUiGNLfA { top:3.1875rem;left:18.6875rem;width:10.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6iPkntPFgnu1T6SA2g8GR6V4KOAG3vv { top:12.3125rem;left:14.3125rem;width:19.125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJKL3vXNzfadss88uR1btmR333eubHDF { display:block; }#iJKL3vXNzfadss88uR1btmR333eubHDF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2C1El6QgwGKfH08zb1OcTltImfM1iKw { top:3.0625rem;left:2.71875rem;width:10.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spolhdPpOslIz1QLIHRH41uZDVa5ZzzQ { top:4.8125rem;left:0rem;width:19.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivxI97ltGKBetFhZ2hH5nSkUcrNAMXRx { top:6.9375rem;left:0rem;width:22.3125rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKnb83T5py22IoR8Qs8cHIBzO40DdIAw { width:8.5rem;height:2.75rem;top:18.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVpXfzElkdsv9fbMoEOGoiy6No24QELy { display:block; }
 }@media only screen and (max-width: 763px) { #IADDceiEEHsNLqNCE5wpuBALl1ftpVDV { top:6.875rem;left:9.125rem;width:22.625rem;height:7.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMFO19qc4spI2AormIHfxs6caVu2BIXl { width:8.5rem;height:2.75rem;top:18.3125rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laf22XsB0gEQ23CeG63aKNmDl7QomGU7 { display:block; }
 }@media only screen and (max-width: 763px) { #zK5tyFSflnqzcvc9KDgeT6mkl9xAiKul { top:4.8125rem;left:12.625rem;width:19.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWolhPzXTTgmehoJA1UWdkF30QqSFoub { top:3.125rem;left:18.625rem;width:10.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqBHsoRtkwfIWFsufzoHmyql79RIZvrm { top:7rem;left:25.3125rem;width:22.3125rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L07PH4T6UKEpw2S75Vaoronwx4IkTok1 { width:8.5rem;height:2.75rem;top:18.3125rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeygvgQMdGXq88HmfEdV5LKFE8wLkzK0 { display:block; }
 }@media only screen and (max-width: 763px) { #Z9nLOlV08kfEmFdL7FMfAMrv0ZAl18bT { top:4.875rem;left:28.5rem;width:19.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi3uLSeS0rn14Rk4rFll8MLOyxpGH0Zq { top:3.125rem;left:34.5rem;width:10.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvgMuKyIHNuS2pnGGXBM8B1fDfTBT0N1 { top:15.375rem;left:9.125rem;width:22.625rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6 { display:block; }#QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrGwNzO4mlM3PBB7CSvsGkOaLPBF2k13 { top:0rem;left:0rem;width:47.75rem;height:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-regular-label { width:30.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text { width:30.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-textarea { width:30.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select { width:30.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-button { width:12.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-checkbox-label { width:29.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu  { width:30.75rem;height:auto;top:8.375rem;left:14.5rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .radio-container { width:30.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu {display:block;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu { width:30.75rem;height:auto;top:8.375rem;left:14.5rem; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #J2BLlo2nCw3xhH2UMDqxFkOSMmuNTxMH {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QCidya1QurpPigrTyClhHSqfW2Qi4tKV {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #BGRfPldr83h9pwk7lx5KlTe6MatHxktt {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #r2D186ZGvTRaWsCEnQGOvETZndvqCyOa {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hMaZ3y14p78it4LQLhLB5UXJLARnQQnp {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #u3rkCoreBEin6yxWP13O93AogZrCxVC8 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QeLbaoFTpbTAg1iloAaKwRXPm7laxNFy {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zQhsGdioy5UL7N31AlT98VTCMDdyZdMe {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #fQPuTOIgmhL7pUT7VaIzzZCDUTyiUI87 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #esU9vMePtB9EgcBK1P3z4IMWWcQzBhbQ {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #mD2JPc52nzrDcp3HU4hdXVNNAQy0QcLk {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #IfKqfvytaXfwBT3pZ6R78UXoFToKThur {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uyNT8HqaK6zp8STP7dITBIybfbJT4nKn {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #igxg610RtTBvgLGEdT3HW0OxdTDNIZ0y {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uERLF5rT1V4y6rLoRlMzsd6OVEFRKtnL {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #xXWWCrmZRMFOBvKgtQ4vFx3DQclo2Lz8 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #eXIGgOvZ5rfuTK3mnTbzC2pKheRnxCDM {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #ReAybEhJnFhqbsfMCRbEigtGuRhiwmEf {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zTfHaVd2nv85UhESxca5Jp2UWFPTZnR1 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #wP4INBXlCQZIIKvTvCT4hC9okyCFwVlc {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #U0aQm4CQ4nHiRAV3bBqC0GBLW0b9ULTT {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #vRlaTksIrXslmvxlSCHA24dT5Jp4BnuA {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #h1Tkhq0zGZNyZs0boCtdzoSkWL8tK2yz {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #rdTr9LxJKKee3kzBLihATUXeMk13U3w1 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #mdDID0ZPZecCHzlx17KkkBWck6vgtKD0 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hnQUxM6OwHTDuSIPybVWuKKHOUHQxDGe {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #CmXAQP6B2SE6TdZwqhAobwvnDbWJKqt8 {  }
 }@media only screen and (max-width: 763px) { #sLfVnCTrTHCFgQZbeD5TKUWDnu5JIV9Q { display:block; }
 }@media only screen and (max-width: 763px) { #gEanltlUR8PrQpgBRTb2G050KwzUo2PB { display:block; }
 }@media only screen and (max-width: 763px) { #Iii9MBrvirny8VJeqQhmSy5V6zmipJFU { display:block; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #DJbSwN6c26ZJ48Ix0gzR9qqQTw2ohJRQ {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #UoULeKd8P6Ie6VHBMJ7gVgNZoquXL9D1 {  }
 }@media only screen and (max-width: 763px) { #b3gKPyZuN60R8Q7SMT0bOedZF9yiqoeO { top:2.4375rem;left:14.0625rem;width:33.6875rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2NLkHvkdLIRuv0hX6eT8ExbrbpToS9L { display:block; }#O2NLkHvkdLIRuv0hX6eT8ExbrbpToS9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrNZ1FSqA86zTwQTNT6HV8fK9hbSzNBy { top:6rem;left:7.03125rem;width:33.6875rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkCi2fyTNbeTZaxN8DxNqhJHhIIihv2K { top:9.25rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK3nARbwU3MELDgLJTrfN7NS2Ew414H2 { display:block; }#EK3nARbwU3MELDgLJTrfN7NS2Ew414H2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRxnWvvTXRzuL0FV5BKVhkPgg3vqqWUJ { width:8.5rem;height:2.75rem;top:17.3125rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeafVu04HNuoq217kgSzhzbwkzNWMGxz { display:block; }
 }@media only screen and (max-width: 763px) { #p1EaeODV0LfSPA65XXqxO9iF7MF8DSQn { top:5.375rem;left:0rem;width:16rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPZagtAs5D8cwTpagDmpRUKrg3Fq0D1G { top:1.625rem;left:0rem;width:12.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiA9IukCZrpFSSudU2GTpgyynwazBe3m { width:8.5rem;height:2.75rem;top:17.375rem;left:13.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqFk4lPTPgl7mUmwp18T5Jtb94Lr65np { display:block; }
 }@media only screen and (max-width: 763px) { #Bhyd1Rr9Uax3EOhQSsoaTN8J6P2fdq05 { top:5.4375rem;left:7.875rem;width:16rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVV0n67IB1nIVKKz5FLEo3waKv5yJhCD { top:1.6875rem;left:11.3125rem;width:12.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmwsRhg7c9HQwBbAZKgH12sKemodEh45 { width:8.5rem;height:2.75rem;top:17.375rem;left:25.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9hD0BGTah8Zq3VZ0gxlVpRaOD1uMQTy { display:block; }
 }@media only screen and (max-width: 763px) { #XSO7AQdnLcXCm06Rmulxu4sZmwU41yKQ { top:5.375rem;left:19.1875rem;width:16.625rem;height:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOydb6SOftCDJhQ0vLOgq3WTsCmO0mck { top:1.6875rem;left:21.5rem;width:14.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2afz96oFrP4FezfJCwIJaft2RST84xd { width:8.5rem;height:2.75rem;top:17.375rem;left:37.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1vtg8Thqbx7rr36QKZ9pMMhKBgnuA5G { display:block; }
 }@media only screen and (max-width: 763px) { #l2qV2FvaHsgzCCe53Ne8W6WlOmfJQ9aF { top:5.4375rem;left:31.75rem;width:16rem;height:9.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxPB16mcehg4o1BU7gbIgH2QlrC41Dsl { top:1.625rem;left:31.4375rem;width:16.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9 { display:block; }#wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTFreFx2wflA3MgPH0FuvKUueuXyCDZI { top:0rem;left:0rem;width:47.75rem;height:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0D7TRhdNIMpDaDEUZBQA29HkzTiZ2Rk { top:2.4375rem;left:14.0625rem;width:33.6875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-regular-label { width:28.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text { width:28.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-textarea { width:28.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select { width:28.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-button { width:11.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-checkbox-label { width:27.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5  { width:28.4375rem;height:auto;top:6.25rem;left:16.8125rem; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .radio-container { width:28.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 {display:block;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 { width:28.4375rem;height:auto;top:6.25rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #h8wmDuwLXBXwvScdFu9xPkqRkpyJhPZT {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #BtmRutgw3W0Vd3VtJdU2hcS5BebL8T85 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Pk81Kl8HXXHJ40dmdbHlwZiilyf7TSBU {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qgu4MJ7QE8cIPcvJyOCGGCHVwBwRBu6s {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #agR6TITLCLfGi6uGa00V2HGQexl6AL1q {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #AaLSkyvu7iX3AtDL00DXLcQqkchmSrx5 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QgPTSScGyv8h5CiKHL4iJAaclcR8SAGq {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #FSvT1TOSCXG3iLJxrvGXQQR5RttfhLHB {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QFug1rJC2GyqRfr8iLDsAkqidXWpaQr3 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #LfFeSdt5Hgeef4xUZBt2PWcwkxNHy6RJ {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #McN2qN1UVKUgOeiwNlSMgcU4S9zQGLVk {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MVfVWvtmCssL7L3cEU5uxnSeIZsFCkxe {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #F8l9FdJFZKkJX0T0urKQMwh0h5i5yN1T {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #IhXXI2upxTqtfdgKLCsaKHw4MbkzkaqG {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #lBmcHXTHCIiQcu7Pn0QebWJvTkwlrTc8 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Ztim0mXld9ELXV2VOSoMFd8SHNdECNtA {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Gf361OXSrfzFbqm18IoR1gtlZ4aTkQay {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #ThITDT0gkzZPBor04q4lGrTdt5cl3BwI {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qga0TA3cr3tCv5mf4pcf1D6ClF2iILwQ {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QKgeIwJ84pfZvslw4uIzJfd0eTmy4cNi {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MHMsKspk5cCLwrCkNiHtcXuUiiUZmZS0 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #WECbS2TAC5LDAvyTzAZ1vnrXaSquXGnp {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #xClQxr136Hspvq4NfnzgEzX5uwnOhbwT {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #iOVkIhSqqhwAtBpw6wC2RgnSBhd74Hw6 {  }
 }@media only screen and (max-width: 763px) { #XdmO6c2ysG0tvUUBvHhotVBi2XJKGkgi { display:block; }
 }@media only screen and (max-width: 763px) { #V6I6U2KyTzwBNrP0JKPmeZsrVESgcHOq { display:block; }
 }@media only screen and (max-width: 763px) { #JwSkHAmZXFNbLi8fprUsas5Ig8b51LKR { display:block; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #mm8GdSJhTET187yHUxWovwB8k88Dys5F {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Vr8kRBNG4piJqGNzl4PrmIZavhiAflx7 {  }
 }@media only screen and (max-width: 763px) { #iU9HN9JbO3UCVGft6WWOJDi2tKMTxD68 { display:block; }#iU9HN9JbO3UCVGft6WWOJDi2tKMTxD68 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 { display:block; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOx76OyNTyOAQ1RwbMTvfEEIgVI5B8ST { top:0rem;left:0rem;width:33.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3tVqFbxJKA9IDUOsy6bb9NzgFG20iPJ { top:4.5rem;left:0rem;width:8.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7floJGlLIBsAwq6tQ22yZhQ5JedDUTa { top:7.625rem;left:0rem;width:5.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0GlmNgdEQcgIQQNLGdTE8UFvTfPBG8y { top:9.625rem;left:0rem;width:10.8125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJX1s0dz6uN8IP7aKbLx4lmub7siOhPi { top:12.9375rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1xLu95G0zrklJyCOT3JNLz2fQ6TW3yR { top:16.6875rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryRJRRqgo8NeUdD5yHmc9VbgFeann3Hw { top:18rem;left:0rem;width:16.625rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQlHLRXqQBqJDfT6QisRhb8HcemBrWFu { top:16.6875rem;left:5.1875rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqlamtPUZ2I3veTPNPcu4epWPrGCch95 { top:18rem;left:5.1875rem;width:16.6875rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI17mRag9aEwmqClXCt0TKLCvNPsUNVT { top:12.9375rem;left:5.1875rem;width:12.5rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyHZUpaMkT7g5ukAxC0Hg0TVpB0NcKns { top:9.625rem;left:5.1875rem;width:12.8125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpFpeAZwO7EPs4ldbstyZyEN384MTvKz { top:7.6875rem;left:5.1875rem;width:5.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyrEovhiO62FMsivtLTNaI6awmkpA0QS { top:16.6875rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrR3EwIIEzI4J0W9yAkagLP0tQl9gQ5y { top:18rem;left:31.0625rem;width:16.6875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELJwwSywo36K4q8rshTixBEcHiPiqW7l { top:18rem;left:25.875rem;width:16.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTcpQFA2NZDtIpongLsn7pLuQRwGSBHT { top:12.9375rem;left:35.25rem;width:12.5rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eogFzU84RG2zknhh4fHiRUG7mh4pf2cF { top:12.9375rem;left:25.875rem;width:14.0625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhy4ozTm6cqsRpNxSBTdwqtlMfyVHNPX { top:16.6875rem;left:25.875rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSpnrGJx2KdHBBVqwEsRfTp6eGm77c1X { top:9.625rem;left:25.875rem;width:10.8125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uplCoODoyKiZ7OH0BMqlMZMhQz9TAtHt { top:9.5625rem;left:33.375rem;width:14.375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSn6o5c9aBD9UfyTqFI4O3wx6ueEWTKu { top:7.6875rem;left:25.875rem;width:5.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMfCb4lUXMbgtoLmWxsSP7CzOI5UHnKO { top:7.6875rem;left:42.3125rem;width:5.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eka4AvFapfvWx21HvHwfCx4aBqRO45OB { top:4.5625rem;left:25.875rem;width:8.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8XmX5CuGwzuLALyg5J7PCscuUhViRrT { top:3.9375rem;left:23.78125rem;width:0.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpx3Wn9ZltDO3krBQdvJRizgp9poGUbb { display:none; }
 }@media only screen and (max-width: 763px) { #iI1uCSdsnDnNV7qpVAxRBEa8JMt5gWmh { top:28rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT7KetzvxmBiUD0uVmsy2Z9zqqwQHrlv { top:27.4375rem;left:0rem;width:10.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH6ZzJ7g6sl9F7kbVK6fnZWSUoNrniCQ { top:24.625rem;left:0rem;width:20.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL0exvgQmWRpJNO9Ct9lOcHbuv6b2VeF { top:27.6875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg { display:block; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaMRWoH466Kc9MobVNn09sIcEX5B1iU6 { top:4.375rem;left:0rem;width:19.625rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Seaw9iPK6hnBMgEuTrsQQiRZXBOMrf { top:8.625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnXaKbUgFG4NJvIRxnAekmdyaqIpaJDP { top:3.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#PnXaKbUgFG4NJvIRxnAekmdyaqIpaJDP > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ghv6RmdXVr092FJz05b5PHemL28gTh2O { top:3.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#ghv6RmdXVr092FJz05b5PHemL28gTh2O > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #IAvK0gBFHBag0cSwkw5wM1Zn6UmawD5n { top:3.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#IAvK0gBFHBag0cSwkw5wM1Zn6UmawD5n > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ZI3u0nyKsTKdbHGlS4l8NLp3aQLUJAr0 { top:1.6875rem;left:0rem;width:6.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVSLUMF1Zz2sywxnxOvsTGt39sC3ToAt { top:1.6875rem;left:0rem;width:3.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIsQxnAZyOB0kIT03n7c7xMrQafmT1tO { position:relative;z-index:auto;display:block; }#TIsQxnAZyOB0kIT03n7c7xMrQafmT1tO > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etuCTUrL5DQymfWISsH9m61hu6yv7rS3 { width:10.5rem;height:2.625rem;top:1.9375rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZkQOfbMItlBokVZMSz3VRbtoxCUOy2P { display:block; }
 }@media only screen and (max-width: 763px) { #V56k5PsSmnVXazISMADH9xIZpMhG5PUO { width:20rem;height:0.0625rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxFn9VgaRXBpC9CblCimL8GQRqVUmdFt { width:11.1875rem;height:1.625rem;top:2.6875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anCfB1b0F8Tk5fVhoGT58J7mMsToAasf { position:relative;z-index:auto;display:none; }#anCfB1b0F8Tk5fVhoGT58J7mMsToAasf > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O6omOzJT8pfIZAKOB0BITomz11dSB4BF { width:10.5rem;height:2.625rem;top:1.9375rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZ1Jp3pKezH0XpLh0Zwf3ysrcsZ9GCDg { display:block; }
 }@media only screen and (max-width: 763px) { #mHwHf9ZaMCiIHbismaMxtupPKGfQkedW { width:8.0625rem;height:1.25rem;top:1.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kITC5HZVZcTtDFnOFOHQ6Oc5Ju67CfL7 { display:none; }#kITC5HZVZcTtDFnOFOHQ6Oc5Ju67CfL7 > .row .container { width:20rem;height:21.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #byMJIo6FfexZbQqWC6RJNQ5kC0marVqW { width:11.4375rem;height:2.0625rem;top:1.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBFQdvDvKbJfoqXSPWAmyiRE3ZEhGBU5 { display:block; }
 }@media only screen and (max-width: 763px) { #wCbTa38kXCpMSUVOuhBRn5FI70kutmXL { width:11.4375rem;height:2.0625rem;top:4.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1wZ9eubpUrph315Z1yTMr0kyAb41MAI { display:block; }
 }@media only screen and (max-width: 763px) { #KZmrmTaNeGK98wDGEpTfN0bTvfanNXU0 { width:11.4375rem;height:2.0625rem;top:7.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVeOl0x1TCSrHuFN7TFHM4EtHm4hN1bk { display:block; }
 }@media only screen and (max-width: 763px) { #n4NoZbbSaexiQ8ZPGwNL3kaVTX6ZCh8x { width:11.4375rem;height:2.0625rem;top:11.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkQZyw8buQ3lZv8cDrslHLetKHUlna0u { display:block; }
 }@media only screen and (max-width: 763px) { #uIg0EOlWD2FX9AOWJ81gEgXTlUFqqwK1 { width:11.4375rem;height:2.0625rem;top:14.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6TARKfbuvChNk1CFRhkLp4wvDV2cWqU { display:block; }
 }@media only screen and (max-width: 763px) { #shIqgrttlw1LABId8W1biHZTf4bI1PXQ { width:11.4375rem;height:2.0625rem;top:17.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4g25Cun7T1pbe4GbegAsZpJip3hoPCI { display:block; }
 }@media only screen and (max-width: 763px) { #cq8zE97R9oQX6Gz7CwDsb9EvFqcaDlTw { display:none; }#cq8zE97R9oQX6Gz7CwDsb9EvFqcaDlTw > .row .container { width:20rem;height:24.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KzaTR7dJdc0D0TeNKNwBZlgD2BRWsXpO { width:11.4375rem;height:2.0625rem;top:1.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #foBZM1lIb4ftqzBldLyOSkHf3FmgOtLn { display:block; }
 }@media only screen and (max-width: 763px) { #ivegzbKCps5UKUBklGlkIRwAPVJFrB7p { width:11.4375rem;height:2.0625rem;top:4.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7zh92kLL0E781h6BSIxXNrs7DZWalfD { display:block; }
 }@media only screen and (max-width: 763px) { #rmt8IUqWvMmOS3NhxZpuAv6bnFTvzgpB { width:11.4375rem;height:2.0625rem;top:7.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #va2r35ZuxaNeoruHS74FSO8whypL2PBM { display:block; }
 }@media only screen and (max-width: 763px) { #lmTUS425u133q7pxSvP2aM8ViFL11Com { width:11.4375rem;height:2.0625rem;top:11.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVcThWxRvgHLbMhwOCh1dXi6KqOAJuNB { display:block; }
 }@media only screen and (max-width: 763px) { #TbmukB8ppQMOEIILRi6abSfQWEeAmGT0 { width:11.4375rem;height:2.0625rem;top:14.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1oJMyTvNkytA4HnHdbBJTMBSTEIigMo { display:block; }
 }@media only screen and (max-width: 763px) { #T30zSnDSAVeXbZlFHtVhyTDVeRkAKoJ6 { width:11.4375rem;height:2.0625rem;top:17.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyxglzKheveM0ldkzF0CUhwerMbXM96v { display:block; }
 }@media only screen and (max-width: 763px) { #nH9vIcqHeeKVSKiNAJrQgFlrIt08mV8r { width:9.6875rem;height:2.0625rem;top:21.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRa0TV0i5hdBLGhsA34kqQzMpBu4BEdT { display:block; }
 }@media only screen and (max-width: 763px) { #Ekg5z5SMd9mP1bRfbJKIupskRzHI8Tsx { display:none; }#Ekg5z5SMd9mP1bRfbJKIupskRzHI8Tsx > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rScBgORdyHDuSEug9Ww9x9VvMnuIlxfl { width:20rem;height:1.625rem;top:4.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEDifhDvCqwSeR6XXlHawcvXsAmS6wNc { width:10.6875rem;height:1.94921875rem;top:6.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKoerx0IEMweEI162uwWC6p2aZ86q6aE { width:7.25rem;height:2.375rem;top:14.63671875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcJZTVrQWeeEOsWR40Wmyf3z40hh1Aqf { display:block; }
 }@media only screen and (max-width: 763px) { #g3UCOekz9vHsG8GaJIhwe434gHO7fJoc { display:none; }#g3UCOekz9vHsG8GaJIhwe434gHO7fJoc > .row .container { width:20rem;height:24.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sSgcM3W056dc5aLAPwhVFI92PUIy6GSG { width:11.4375rem;height:2.0625rem;top:1.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZGmbWIBIJrmQ28H8c3D7Z9xlQ1mm5AL { display:block; }
 }@media only screen and (max-width: 763px) { #Fhh4XW1GaJzWUvPhf4t6Vwnm8NJtncTb { width:11.4375rem;height:2.0625rem;top:4.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzQvZUXrkvMeIQTDuTWXZUy3axSSU8QX { display:block; }
 }@media only screen and (max-width: 763px) { #HGtQzWrplR4CiPSyebta8Jo2qHKdK08a { width:11.4375rem;height:2.0625rem;top:7.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWIayUTFXerf6MGzFC2SMHAEwnOk79ul { display:block; }
 }@media only screen and (max-width: 763px) { #K8ESV7A9ZXD6sBPsBWQqqk3gBCVvbPow { width:11.4375rem;height:2.0625rem;top:11.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt68xTy2sZrTNJJO8axBGGGFUceS9T0J { display:block; }
 }@media only screen and (max-width: 763px) { #ByJ3vAOCz6LDUWzKqxwWRvV3E2U9RXD0 { width:11.4375rem;height:2.0625rem;top:14.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFBRDBfTuMf3PO1NS69N0WMzMeODAUDR { display:block; }
 }@media only screen and (max-width: 763px) { #kUbcoXTJe1yL3v1Dc5EtQUZTvJclqDRC { width:11.4375rem;height:2.0625rem;top:17.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyhfFv2xcOIzytTFTi35NkzMOLqHSLrK { display:block; }
 }@media only screen and (max-width: 763px) { #lRsmw9ooFxRfRaMKllP4sLN3PdNL2ag5 { display:none; }#lRsmw9ooFxRfRaMKllP4sLN3PdNL2ag5 > .row .container { width:20rem;height:9.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MRpXJJnslTDfThudmnTNLbwlIADqA483 { width:7.6875rem;height:2.375rem;top:6.84375rem;left:5.34375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZB54TXbo9w16zOCTkIpDkKEKHBlmRip { display:block; }
 }@media only screen and (max-width: 763px) { #Jgd4kWPEWzcEAdgD8gQVb4y4m0hCJl4g { width:17.8125rem;height:1.4624rem;top:6.5625rem;left:1.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gR27rSSFrfm0f5gSkTDLVsWuN7ARTKFH { width:16.8125rem;height:2.923825rem;top:4.6875rem;left:1.59375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a2b65fec-28e0-462e-b393-e1ce7a911fe0/AudiQ3mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi.adaptive-delivery-prevent-bg, #MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi.lazyload, #MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi.lazyloading { background-image: none; }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .row .container { background-color: transparent; background-image: none; }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .row .container > .video-iframe-container { display: none; }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .row > .video-iframe-container { display: none; }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .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); }#MysWTCRwr9ax2Qg1f59WAvG2eVInSxRi > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmyXm2TMdq9GSXKIa4TnNK9rlFIBJHGV { width:9.875rem;height:2.3125rem;top:16.875rem;left:5.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8Vk7dahB1zT4nnRPZrQrtQNOMTExnm0 { display:block; }
 }@media only screen and (max-width: 763px) { #mr0xCU3adOouiNcWhHQ25cyQb9fUSwnw { display:block; }#mr0xCU3adOouiNcWhHQ25cyQb9fUSwnw > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRA9ApGXttUVV3hXixciTbHTuNC5lwZ7 { width:8.5rem;height:2.375rem;top:1.9375rem;left:5.75rem;font-size:0.75rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #hUs9uL50fpMSZUMJGhJEIIX1sqTn86Tw { display:block; }
 }@media only screen and (max-width: 763px) { #u8TyJEZxFuvVA208BpfrDXqZrF3J6IlI { display:block; }#u8TyJEZxFuvVA208BpfrDXqZrF3J6IlI > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErPJ4ZmRt8lrTK5fttHmgbFI1glIuFzh { width:16.75rem;height:1.29980625rem;top:8.625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6tDdGDOtTpIOaEfEFTz9ANCEi1IVF1w { width:16.75rem;height:1.29980625rem;top:16.0625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5JKSo1rQDBzR426Ee8xC6FdC01Han4P { width:16.75rem;height:1.29980625rem;top:23.5625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6MuolTHaGKAi5t0gEToD0yV25Ce1sng { width:16.75rem;height:1.29980625rem;top:31.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITsKHJbPmPppk36CFzza7IJ7ktytG7Oz { width:12.25rem;height:5.25rem;top:26.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd4Hf0IuWLQCb6H9fHlfWsMGUgI3hsfT { width:12.25rem;height:5.25rem;top:18.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX9gfC3aWMwfhCuKTFbL8uyXTflZ1fS8 { width:12.25rem;height:5.25rem;top:10.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awiixh00LuvswL12hzM9OeuLqAHvhV9x { width:12.25rem;height:5.25rem;top:3.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tveZp0z02K37Vw6pVg1otUJ7tKqz6Ahf { display:block; }#tveZp0z02K37Vw6pVg1otUJ7tKqz6Ahf > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFIK0qEdq9XPmFkz3LU5b1JdRcXJAfVO { width:16.75rem;height:1.29980625rem;top:5.75rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goAuOUfTWrPKozf1zauHzNTVckKCmHnM { width:16.75rem;height:1.29980625rem;top:13.5625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6KR6vItXwinC8noqeO0iOQKB0v1v716 { width:16.75rem;height:1.29980625rem;top:21.6875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfecI9d55VhSEechMGcc5LXpFFP9f4Ai { width:13.375rem;height:5.6875rem;top:16rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU102FPmkDA2CrPHplh7ST3Bqab7L6Bx { width:12.4375rem;height:5.3125rem;top:8.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br256PhUhXJgg0hq44RdrzsNh1XnApuJ { width:12.25rem;height:5.25rem;top:24.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuqf7baTh2sI1M7lQGTBRUsgbsUG0iKu { width:16.75rem;height:1.29980625rem;top:30.1875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AREqBtRnEsakOWvS99UMvZwTaZSKoAyi { width:12.25rem;height:5.25rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykkwdB4mA3TzO4AqaRL0CoVLfhTK4ARV { display:block; }#ykkwdB4mA3TzO4AqaRL0CoVLfhTK4ARV > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTnzhT6LF2BT9qrXoxNMulW8xdHHIXeo { width:16.75rem;height:1.29980625rem;top:15.125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa8hRAEc8Dx40fOy0BxpfCfdqD0AcTlP { width:16.75rem;height:1.29980625rem;top:23.4375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laDb1ilq1fuBs412IVSrZHDZG6sZatt3 { width:16.75rem;height:1.29980625rem;top:32.625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0eRTzqfFBxdCTMz18crbxcAEfpnAAyu { width:12.25rem;height:5.25rem;top:9.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EozPeQJdSBkedOg0TTnuVSkBCKlfT56X { width:12.25rem;height:5.25rem;top:27.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3HA1na0BJdtRwkhawCDALJe497P17r9 { width:12.3125rem;height:5.25rem;top:18.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWCVUzbmnCRD8dpIOC0e24wvzxN6z4Td { width:12.25rem;height:5.25rem;top:0.9248046875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrK4gGT8w7lGDqmuv3grapTo4QDt5WRe { width:16.75rem;height:1.29980625rem;top:6.1123046875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvxqXWtNRTql2puAiqtkXrx2ZLxHNdVi { display:block; }#hvxqXWtNRTql2puAiqtkXrx2ZLxHNdVi > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJWcFWidUn1a6aIa3Qt8VwuqxkXpUGIx { width:16.75rem;height:1.29980625rem;top:5.1875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwTb7XOMmw8ZkSVaNWDQlAzCmMWempwx { width:16.75rem;height:1.29980625rem;top:14.1875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKZXaTabh1sSEhLCBySaKif73Jyk6Vre { width:12.25rem;height:5.25rem;top:9rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqobI8trqmKX1KJQhXcsZGmXzN94iRx9 { width:12.3125rem;height:5.25rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXtHPD1ApvuHdtSnhvQCmk7m52qOyss5 { display:block; }#GXtHPD1ApvuHdtSnhvQCmk7m52qOyss5 > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE { display:block; }#ClWT3Pfz6Zyh2OILdiKtU9HfxEOfx3EE > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cC0XOmzO0XuhzoiCQ4bFrK9Gy2KTF8N8 { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTwLlAqLZJhAT8duLf0vJJJDUP6T6Af { display:none; }#GTTwLlAqLZJhAT8duLf0vJJJDUP6T6Af > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #st8AgeTw9NBVTPHfb9KghmhpffhZVE09 { width:18.8125rem;height:10.7206875rem;top:1.0625rem;left:0.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn731yNab2fi0SmQVZT0HPp15TF7deFQ { display:block; }#fn731yNab2fi0SmQVZT0HPp15TF7deFQ > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spCouQG77b62h0m13UO4PGXz8RaPZHT2 { width:20rem;height:3.57421875rem;top:1.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfU5Im7z3Lb6saNZG3EtMpv7xaKnFXlP { width:16.8125rem;height:9.746125rem;top:6.0625rem;left:1.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOfEmWTwqdT9K3BQHvkN8xETTsBJkEbx { display:block; }#pOfEmWTwqdT9K3BQHvkN8xETTsBJkEbx > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPZkP7W8o52vCMhoqGnwvSAKofsSmsuL { width:4.3125rem;height:3.3125rem;top:3.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdvaQlmxZlDO5D8pTENKyzckJ5y0TUSb { width:13.125rem;height:1.13720625rem;top:8.0625rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayl1xBkgBVBqBb2gTpncyxuayAbwXFLy { width:13.125rem;height:1.13720625rem;top:19.1875rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTgmWXTRdFDQ54xZvJc5eCckZcRTgvAR { width:1.8125rem;height:3.3125rem;top:14.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV77f4xEN6kXwBQm7eGcAhT9Ut7GFpSL { width:13.125rem;height:1.13720625rem;top:30.25rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQbirHdEnfFPzKJXHHdOu7NsAEd7zC5h { width:2.3125rem;height:3.3125rem;top:25.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmwZCFauZtcuUvTAo3UQfLm2zmWNrTDG { width:8.5rem;height:2.375rem;top:10.3125rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUiEPSBHoRREmWh9ITO7adgqIRHmDQyx { display:block; }
 }@media only screen and (max-width: 763px) { #tQRiQIvxodc6U32JByTAqNn13BmPTnJz { width:8.5rem;height:2.375rem;top:21.375rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocqcW3GI8XI7olVTWszv3ZUVnmwF2T1Q { display:block; }
 }@media only screen and (max-width: 763px) { #RGk8T7QdQgzwQykDDgROz0F7TaJlTASE { width:8.5rem;height:2.375rem;top:32.5rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1lwfl5PUfqGIvAfTrrB3ITFMMDCQ60e { display:block; }
 }@media only screen and (max-width: 763px) { #HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn { display:block; }#HN03Px9tpCpsTkTQ6ymNKlytMF8PScOn > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThXNsiHJcoEK4FXuOIaTemk6b9Hy7RFV { display:block; }#ThXNsiHJcoEK4FXuOIaTemk6b9Hy7RFV > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf7d4JraOwV85i45OJDKI1q4FzQuww4U { width:13.125rem;height:2.2744125rem;top:0.806640625rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP7Gqyuqs81N60EbSncNp5PTJFTk87Td { display:none; }#MP7Gqyuqs81N60EbSncNp5PTJFTk87Td > .row .container { width:20rem;height:72.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GaV0QLHachLHiAtI1V7ryvPaIUqrhp4G { width:20rem;height:8.3428571428569rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMoWnakFEIkxxJlDbmm9SVxrxnTEagHv { width:10.6875rem;height:1.3808625rem;top:10.6875rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqSIiQWR0TpxAJZppKHuXaNVLIU65QaI { width:10.9375rem;height:1.13720625rem;top:12.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXw57xdPhZziVeBtIlT15oU33QSEJqA7 { width:7.625rem;height:2.2749rem;top:11.75rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKn4FFeD4ImJl5JgVfZJcgZWWVHKPtRV { width:8.75rem;height:0.73095625rem;top:11.125rem;left:11.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS9daJJSqnhcWhoTioeF16T0qSJhu6m5 { width:8.5rem;height:2.375rem;top:16.5107421875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtNfNe66mgHd2y6O7DqLUBvgJ4gPoQI0 { display:block; }
 }@media only screen and (max-width: 763px) { #TFa5ayRnSCtlduEaWV6TRZ4t4cLVPkNS { width:7.625rem;height:2.2749rem;top:33.375rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq0cPEkyEb8aoGX6Dm0CpDPbqsbB6QDU { width:8.5rem;height:2.375rem;top:39.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3h39eVwEEWnocxLfaQiSOpAF0cpPRsX { display:block; }
 }@media only screen and (max-width: 763px) { #KTT4rWfVgxICTySFitXv3OPP41oEc4dP { width:20rem;height:8.5882352941175rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrI298c74Foa0dTumA4mCTxHlZdUTS2E { width:11.25rem;height:1.3808625rem;top:32.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP62Flmf7hgVJkxNX49ZAq9LlQl46e4r { width:5rem;height:1.13720625rem;top:33.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuZkuzoGlMfEFVoUErpiP88QWSX6Ul27 { width:10.4375rem;height:0.73095625rem;top:32.75rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbz5lpqWCp6mkiaT3Go5MGPcAtCXpquB { width:7.625rem;height:2.2749rem;top:57.9375rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUeTJz4tzTr17dzE6SmR8OkvnaPcoXUh { width:8.5rem;height:2.375rem;top:64.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLNxdxbyt5MP11eqz3TGDTvtums29CDT { display:block; }
 }@media only screen and (max-width: 763px) { #edhDsyTRx6TVePI6uelzpXQXhkCmdh3T { width:20rem;height:8.5882352941175rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbGgxfzuQyAOKDN2dAxh1K970v7cxTTM { width:11.375rem;height:1.3808625rem;top:56.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWIPxLwNE3b34pUVVvMn9hcqUuF5UIqR { width:8.3125rem;height:1.13720625rem;top:58.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuK181Osx0OpbkNZwgpPKqfTSbrLEW9b { width:10.5rem;height:0.73095625rem;top:57.1875rem;left:9.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2ZbWW0GkRwwugLhU0TUUfhCfIJPdRJJ { width:6.0625rem;height:0.9746125rem;top:35.5625rem;left:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkUtnAJHoHB5hZiSXmLDMt4JU6DeXTR3 { width:6.0625rem;height:0.9746125rem;top:60.1875rem;left:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzmu0g2M6CNJtLWmhEiERAKZPEE1b5gb { width:7.125rem;height:1.29980625rem;top:13.44921875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLVgE7PqulbP0SMOzqXqhwTdbpUJxKTZ { width:7.125rem;height:1.29980625rem;top:35.875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3gPdqGZTDa6wPXfEfz7smp77gFd1URQ { width:7.0625rem;height:1.29980625rem;top:60.8125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFC6ahUn3SKRPZD6kQXoisv81gTCrDUq { display:block; }#aFC6ahUn3SKRPZD6kQXoisv81gTCrDUq > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBuaO98C3m6tlKPD8gb9QviyMNm0wbMu { width:10.6875rem;height:2.03125rem;top:1.25rem;left:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSpOFapoMHBolmVGS4GvHwmnoDCHm26p { display:block; }#TSpOFapoMHBolmVGS4GvHwmnoDCHm26p > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUzaqyuIfFZ4eNcwynFtpCBRpPPGyeF2 { width:14.75rem;height:8.3125rem;top:1rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig2lOrgH97BRWlLpueTU9z7NeFI7BGqw { width:10.6875rem;height:1.3808625rem;top:10.6875rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU1SEKw6V7w1BpMTvuHWzOrcKnOzxJmx { width:10.9375rem;height:1.13720625rem;top:12.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEuv0MUhZ6mOA1Uv4FqMHOsnaRfKMT53 { width:7.625rem;height:2.2749rem;top:11.75rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTTyfBH28o2ubU9FD29bT6dmqwG7W2p { width:8.75rem;height:0.73095625rem;top:11.125rem;left:11.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW3QRdMU5NDbNDQOAAE57hTsNiHIK66m { width:8.5rem;height:2.375rem;top:16.5107421875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD9TSC5RHUHGZw5U0kvvfqxPCTTxqWKR { display:block; }
 }@media only screen and (max-width: 763px) { #CIeBLnq03kTz7o0JRgSXc5CLnD3TxW2t { width:7.125rem;height:1.29980625rem;top:13.44921875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir4zV8ea7eVkZkhbRpGcFFqbQTfxfev7 { width:10.4375rem;height:0.73095625rem;top:51.5rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owuRT744GgUXdRVgKMZ8qIHhkGAoMdAX { width:7.625rem;height:2.2749rem;top:30.125rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaITzLIWENKGihIOA3lAaTUIzrhxZtWo { width:8.5rem;height:2.375rem;top:36.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRQGuJPuF6Gyo1mD3VT4ZLDKTMRr2965 { display:block; }
 }@media only screen and (max-width: 763px) { #cTPye5oUk9XwMZ59m6hohUvnCbiiITdr { width:11.25rem;height:1.3808625rem;top:29.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPcnnGfBxSKl4wlBt0hfMWd4aDEswOOw { width:7.9375rem;height:1.13720625rem;top:30.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eui8TTAxwDKcLGDiFcppVgbHveHRKgPu { width:10.4375rem;height:0.73095625rem;top:29.5rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORwSW8TBzcr7GbIALfbMzHhbpE5EApXP { width:10.4375rem;height:0.73095625rem;top:32.375rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skknodlfOa5J07JaKS8MM48HD6J7tTqy { width:15.1875rem;height:8.5625rem;top:20.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWJk40OTGl296tWPA6yhgr2ipsL39iEE { width:7.125rem;height:1.29980625rem;top:32.375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6mKChDqflFhbuSP7IEdrKBMNyuqXm6Q { width:8.5rem;height:2.375rem;top:55.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGsH2pcTw6ziS1n0GbHetMyt5G8TuW60 { display:block; }
 }@media only screen and (max-width: 763px) { #TLL4XdBpwQhz6Lv7oR3u0ckqphNx9vKm { width:7.625rem;height:2.2749rem;top:49.25rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnealStKmFF7u7aodsv4gvvH4bOp0NWw { width:10.4375rem;height:0.73095625rem;top:14.02392578125rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsFPi6NIyDnFoXCcMFUOwl6dgbXMQ3H { width:11.25rem;height:2.76171875rem;top:49.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxoSgyoP0Xb2MRtwFzXUgmhq0uQ0ssaK { width:8.25rem;height:1.13720625rem;top:51.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpEkkhK0ZBN2hz73lB60IVPKw6LhyoL7 { width:10.4375rem;height:0.73095625rem;top:48.5625rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXtbTofd7nVhk50qIizbolPqwb0FWxdT { width:15.1875rem;height:8.5625rem;top:40.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6QndGIukve2y2bUnVDmLfHfCIFUoTiQ { width:7.125rem;height:1.29980625rem;top:53.4375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oac2nPczzzXpxKrdwT0sEiIgVG2MmkQy { display:block; }#Oac2nPczzzXpxKrdwT0sEiIgVG2MmkQy > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezh0UnLP83xhLPcfEbFFfPUwIvK55ASs { width:7.625rem;height:2.2749rem;top:10.875rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUUTZ2biV3ie4iHeGMiqi5z4oTDF7lMo { width:8.5rem;height:2.375rem;top:17.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPcAMBgZgIsS9Scxxut9Tp00BotcfJuT { display:block; }
 }@media only screen and (max-width: 763px) { #FdiFT58p2aZaTAzG3IRk68hxz7mqsMGS { width:15.1875rem;height:8.5625rem;top:0rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEXKtNgNJ2VJF93ltDP7HTvNcvE8B3tE { width:11.375rem;height:1.3808625rem;top:9.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCJT9r7zmcdEbGnlwyKXuHmTvpfBR1FW { width:8.3125rem;height:2.2744125rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvKCV1LEBAieO4K4zxMtJFplSdCyRsbZ { width:10.5rem;height:0.73095625rem;top:10.125rem;left:9.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHlTUdJno8zhR6z8HOW8C7eMllxg9hdO { width:7.0625rem;height:1.29980625rem;top:14.875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi7dWOpTOmWQCSiwHD8g0A0pVS2VkQTo { width:10.4375rem;height:0.73095625rem;top:13.14892578125rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmqWrO8GFL0G96TOQUH51aa1vWoavCgJ { width:8.5rem;height:2.375rem;top:36rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yizHdSM4XfSpiLWr0fXVvcRQeTuTw70R { display:block; }
 }@media only screen and (max-width: 763px) { #wF4DQzmie0mMgpigu9pGTailOUn7M5aN { width:10.4375rem;height:0.73095625rem;top:33.5rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl6I1ohFq2NnXUd05gU5iGaahT3B6X1n { width:7.625rem;height:2.2749rem;top:31.25rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbhLDN76GoTknw9RBp7S27oqTodyDqT3 { width:8.75rem;height:0.73095625rem;top:30.625rem;left:11.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLzIGS6HN9CJFZpQT2wLML7WxrE7oe63 { width:10.6875rem;height:1.3808625rem;top:30.1875rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTXnEO7AfU3MmJDaTWghJNGRrovtOHi1 { width:10.9375rem;height:1.13720625rem;top:31.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgMsfcdK1qG35LIZzVk0NhFigdwMhE0d { width:14.75rem;height:8.3125rem;top:20.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tslDl0TovRFVmii0LltF3yHHGKTiJGEw { width:7.125rem;height:1.29980625rem;top:33.5rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJbXpq35uzAx409kKmLVuZ5x4eNMsM7G { width:8.5rem;height:2.75rem;top:58.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytoWWuLJnOhpqLRU4NonlMKByDyUoGm8 { display:block; }
 }@media only screen and (max-width: 763px) { #fXnLTa8riTG5LqK2CUhH8ZlMqr5W0vyn { width:10.4375rem;height:0.73095625rem;top:55.0625rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxATuMHC8q4Xs4srkHmcPbT2y2Q4ec12 { width:9.0625rem;height:2.2749rem;top:52.8125rem;left:10.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5p2A0FvnoJJiJTqTXdMZ4UOWNSZbQvZ { width:9.4375rem;height:0.73095625rem;top:52.0625rem;left:10.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB1k3e7XVFHtaTs8TwqiGTPTTXqVOpBv { width:10.6875rem;height:1.3808625rem;top:51.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsvTks9EP8R9bTvra3SV8NkhhsiIupff { width:10.9375rem;height:1.13720625rem;top:53.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc41b3qs9ZbPW898rfoi9fse2QRuNhPg { width:16.25rem;height:9.125rem;top:42rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #It6aBWTpOOUFZyJf2UM3WHuTJDRK96zT { width:8.0625rem;height:1.29980625rem;top:55.25rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7LooczOP6kPGhuN7qEvOReFb9dpl8Ro { display:block; }#Q7LooczOP6kPGhuN7qEvOReFb9dpl8Ro > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJilCwxvsJ3l1rRl5dCehe35fuXOaQhe { width:8.5rem;height:2.75rem;top:15.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK7DKGSTVRcuTFO3JdkmmQHld8Fk0nv2 { display:block; }
 }@media only screen and (max-width: 763px) { #GTC8VXI2689nwmq9xvQaIsr6O1hRi0JM { width:9.1875rem;height:2.2749rem;top:9.9306640625rem;left:11.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOow4XQJhebahGytCwaKmFfblTxZygHr { width:11.375rem;height:1.3808625rem;top:9.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbThh4T3MBzT11pxq7OQcGWXC0dmr6um { width:11.5625rem;height:2.2744125rem;top:10.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR2fK0LT4wKt38D0sLrLQGIqMltCx1mb { width:10.5rem;height:0.73095625rem;top:9.4375rem;left:9.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXh76vdROdu3PykeJSEvH4bvHSkDiNZI { width:10.4375rem;height:0.73095625rem;top:12.1875rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpX4umKOhQ5iaLW0Ws1DUuNHH9WUvaFA { width:15.125rem;height:8.5rem;top:0rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIMGv6pAiMMT8G1THABcP65qLvgE0zd1 { width:7.625rem;height:1.29980625rem;top:12.9375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #niNgUKFEdWhTDEn827Ep2NaNFS4xsZhm { display:block; }#niNgUKFEdWhTDEn827Ep2NaNFS4xsZhm > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVJmgvLcD05sbvK5eI8GZ0NfMsoCx2DK { width:10.6875rem;height:2.03125rem;top:1.25rem;left:4.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VscXs9NeqhXIbxTNntofLzVTwpEl1kPp { display:block; }#VscXs9NeqhXIbxTNntofLzVTwpEl1kPp > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP9LKnaWtT9izxw15dNWJXvhZ487AVE9 { width:15.75rem;height:8.8125rem;top:0rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvfaE8nHMLbkrG8oStAcFoIggJtPzq4k { width:10.6875rem;height:1.3808625rem;top:8.75rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPimnfe192g56F7rprCyNv3DbxF5xJ9N { width:10.9375rem;height:1.13720625rem;top:10.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA2NDet0qnO4eVJINDWcSeFKD81NDWqJ { width:7.625rem;height:2.2749rem;top:9.8125rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPUpLga7VMxShB97mcLXk5NQvPdkLfug { width:8.75rem;height:0.73095625rem;top:9.1875rem;left:11.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHuNRpqF9hM2zQuL9IGiN9yEBv0eTSo9 { width:8.5rem;height:2.375rem;top:14.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWhklFwMRuCN76Tmft5GQ99Bbnk0XgJk { display:block; }
 }@media only screen and (max-width: 763px) { #gUlMla7uK4izDycdcBAdtwy8vrSUVr95 { width:7.125rem;height:1.29980625rem;top:12.0625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbdNVu9zyJHtX1dCwywNMnm4FhIX1Ee9 { width:10.4375rem;height:0.73095625rem;top:52.125rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfG3QNSevRQJtPy0zuDAv4No7XZTo7NM { width:8.5rem;height:2.375rem;top:32.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVGUNyJeohaiQQWbfmVG1lBuUmRqP75M { display:block; }
 }@media only screen and (max-width: 763px) { #XZ6K1TkxfFJCMF9r7ITrBVhqbRc8fby6 { width:10.4375rem;height:0.73095625rem;top:30.25rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG1oLZ3dpIsudgsqdQNUPy1KsPrSh6wT { width:7.625rem;height:2.2749rem;top:28rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBeb30TLSNO23aahZPmfeCQnCqIWe8pK { width:10.1875rem;height:1.13720625rem;top:28.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCf89ZrsFOAkVmVyxnpJTwPcpS0Cln6O { width:11.25rem;height:1.3808625rem;top:27.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQr3MgZkZhb1VpgzABht88z1uZuzSxJ2 { width:10.4375rem;height:0.73095625rem;top:27.375rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3n3Cowd459D9tQ8HhG6eJ6MKd7AnbwF { width:7.125rem;height:1.29980625rem;top:30.25rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwnbKPOfvwWUCZTW8E7JVJpV1QZAy5Ce { width:16rem;height:8.875rem;top:18.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVtFpMXB4JPt25Ql8qBz8nsWbd5sTVDE { width:8.5rem;height:2.75rem;top:55.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG65HHabUullNfHcIL1AvGppaEuvPoev { display:block; }
 }@media only screen and (max-width: 763px) { #SLxOzf9dQZtstEd671blWxT5Q85DLDHQ { width:8.4375rem;height:2.2749rem;top:49.9375rem;left:11.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOZ1LNaRB2V6C0PJM2UccPy9Tf3dwdfB { width:10.4375rem;height:0.73095625rem;top:12.08642578125rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVOo6x7T5kuPWRWSD7CAVDxhI34dLbFz { width:11.375rem;height:1.3808625rem;top:48.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RevSnA8OhP17wTEr6Gv8IN1c8U33WOc0 { width:11.5625rem;height:1.13720625rem;top:50.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlJ5inARmrvG9KqdTUFVo9XWwbeKMD1h { width:10.5rem;height:0.73095625rem;top:49.25rem;left:9.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pemkCkv8lBECZtrszB4GMJnwcNbGdbNi { width:16.1875rem;height:9.0625rem;top:38.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxeAA9TODxRSvDCKFld6KKtquDAQDhSa { width:7.625rem;height:1.29980625rem;top:52.125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhe33r3TMK1yJebH4OuLsX9wlP3wuDB5 { display:block; }#bhe33r3TMK1yJebH4OuLsX9wlP3wuDB5 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAAZhB69QoE0Ufl3EbvOovQ9FTLRxTFm { width:7.625rem;height:2.2749rem;top:9.9375rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyELs86rUJgcufX4bLTNGB6CxhrJUJL2 { width:10.4375rem;height:0.73095625rem;top:12.1875rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8uAiCAT5IF1go8ZQCzfpIcawUpk3brK { width:8.5rem;height:2.375rem;top:16.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwCsO0CJTC3sRaWgFTeH4zF00K4B43kz { display:block; }
 }@media only screen and (max-width: 763px) { #zCeUDUOBiDC3hyLKXniOAkBzHCaZ8VNB { width:10.5rem;height:0.73095625rem;top:9.1875rem;left:9.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDvHwFA5GpvoNRNML8RJKGsv3WdzB7MB { width:11.375rem;height:1.3808625rem;top:9.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idpQmkPQDfhTUTCoCtqMRLd7eG2ErbTi { width:10.3125rem;height:1.13720625rem;top:10.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3CzTNqLeAXTTrgSyUFDA485OVTw5IL8 { width:15.1875rem;height:8.5rem;top:0rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JITXyECvTOdgrnTSxAUGiiqWJgezu1zT { width:7.0625rem;height:1.29980625rem;top:12.1875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOeqR2B40oCUNVOO0E0oZJbNgUS9Tth8 { display:block; }#cOeqR2B40oCUNVOO0E0oZJbNgUS9Tth8 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyedv2h6qVFEnTZO6EIJbQ3MRtNRJ8yZ { width:15.9375rem;height:2.03125rem;top:1.25rem;left:2rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tkhvIqkMPUIEaHfysM7GHNBnLidVMe5M { display:block; }#tkhvIqkMPUIEaHfysM7GHNBnLidVMe5M > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoZcOpBf5X83zn0QodsuQtCreVTD8S4a { width:7.625rem;height:2.2749rem;top:9.5625rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg2vCKdZ0D4GTFubCgDUfd4ZMN5W4tmh { width:8.5rem;height:2.375rem;top:14.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnSDADv6cWvN9KyIb440GrsRLcOy0by4 { display:block; }
 }@media only screen and (max-width: 763px) { #AsxCqh3hNVdzA5UP5nelznCnToMzQHsw { width:15.8125rem;height:8.875rem;top:0rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLFrgRTXJm2SNwF2eHftQgyhdRvLZcD4 { width:11.375rem;height:1.3808625rem;top:8.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMLb40Nec1XhDTzBBqTAqzeHO5sC37TW { width:10.3125rem;height:2.2744125rem;top:10.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmsBClAaTbJJu9Bn8X6WOHzTXWSaa8M9 { width:10.5rem;height:0.73095625rem;top:8.8125rem;left:9.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN02tQMfcQSJ6kzvx1pFefTLJr7Ja0SW { width:7.0625rem;height:1.29980625rem;top:11.8125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxU2IFEE8T3SQFw8HPXVnKddDanset5b { width:10.4375rem;height:0.73095625rem;top:11.8125rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5JUMMvvfvolvzahvBQ6Ba1TxAZAtJJe { width:8.5rem;height:2.75rem;top:35.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRvfXoJrnv8sdla54Tqtz6tftuDw5bk9 { display:block; }
 }@media only screen and (max-width: 763px) { #IPhNIk8klvTtL3BUG4sRQFMVmmL0MN1K { width:8.4375rem;height:2.2749rem;top:29.875rem;left:11.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk5UOCL7dxIV1aXJWTglt9R5WX4EDOd7 { width:11.375rem;height:1.3808625rem;top:29.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS12fyTrozyDolsRcT1HnFsLI5y68JdA { width:11.5625rem;height:1.13720625rem;top:30.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQQoI02B057cTPswIznDyCMEmxGDgWDM { width:10.5rem;height:0.73095625rem;top:29.375rem;left:9.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNnBbrUckAUoPsyEXiHTmWP72UriseNe { width:10.4375rem;height:0.73095625rem;top:32.125rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDvnsvgMsSqOfyTPvPGBXqFxilLzEFmJ { width:15.125rem;height:8.5rem;top:19.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhxZSM0orOQyL2dBo00HPWO6duGz77BB { width:7.625rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROJUhTek0nepwdktkTMpkBqBD9wv1TkT { width:7.625rem;height:2.2749rem;top:50.5625rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNmWap4MiO7PA68S0WL4Nk8I0lJUirWx { width:10.4375rem;height:0.73095625rem;top:52.8125rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkF3BgNL2ufCt8FI7vpd5te9XHpkMR49 { width:8.5rem;height:2.375rem;top:56.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wINxX6VAX3XFq1sWOKp2JdXtVDOkdaXQ { display:block; }
 }@media only screen and (max-width: 763px) { #Z964Sqs4RhJAilcTbWww5JIwv9aoeM7e { width:10.5rem;height:0.73095625rem;top:49.8125rem;left:9.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTT9hip3fEc7C1AcA5D9tzTiD6UBbTJJ { width:11.375rem;height:1.3808625rem;top:49.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT0LctPTPA2Uih5y4TiCX2fybizgwy3U { width:10.3125rem;height:2.2744125rem;top:51.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6UMTMWT0hhgq05Ppv2a8aNqqd8Bai3B { width:14.125rem;height:7.9375rem;top:41.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzcu9pqWA89gUUh2KR9xyOBgOkbgy5an { width:7.0625rem;height:1.29980625rem;top:52.8125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qll6AvTHTNKveiolZMT5WnXKhrTTbqA0 { display:block; }#Qll6AvTHTNKveiolZMT5WnXKhrTTbqA0 > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxrWWHUlD4NxbRQLqn8fNi8sCLxX98oA { width:8.5rem;height:2.75rem;top:16.052734375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoOdT6IKRQzEvetFoXBLkOVaUWpeX24T { display:block; }
 }@media only screen and (max-width: 763px) { #OMTIOLzgNkhfZZz046IgQSCCdeKh4PN2 { width:10.4375rem;height:0.73095625rem;top:13.0986328125rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1AxlZrpg0ypiMTkdiroKmmkpCb1oaov { width:9.25rem;height:2.2749rem;top:10.9990234375rem;left:11.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCdz0Vy9ZoErFGOFogrdZr7sNsQIiDUA { width:11.5625rem;height:1.13720625rem;top:11.880859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV8H0a0SUohGExDJwUTugpiBwUx62B75 { width:7.9375rem;height:1.29980625rem;top:13.62646484375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #op9mR0l3RqGEUe7Lyc6pV9yZgx42zJLX { width:11.375rem;height:1.3808625rem;top:10.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knDibK09T54eohvlNwzRsXsS1n9n21S7 { width:10.5rem;height:0.73095625rem;top:10.5126953125rem;left:9.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3SgkOdXtGqTXTiIWHCS4CqFTOn8dT4N { width:14.5rem;height:8.0625rem;top:0.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFdU7y0qNpH1NTCzGmGpAH7xgNwrWewP { width:8.5rem;height:2.75rem;top:37.23046875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIiiaTkHQrH66JQyrUhs3yatfdOa982g { display:block; }
 }@media only screen and (max-width: 763px) { #DVn2GS8wHeqR8UKbJGlHU8TdeLeHrU7J { width:10.4375rem;height:0.73095625rem;top:34.001953125rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFdGd7EHkU7RZ6dgEbpVfeQT3ONbH0eG { width:8.5625rem;height:2.2749rem;top:31.7275390625rem;left:12.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTNotJfaTy63D2xaOWz1M5idb1zvDuqS { width:11.5625rem;height:1.13720625rem;top:32.490234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8CIPc5oQRIuen3wxPM3BOim7BZt1aVO { width:8rem;height:1.29980625rem;top:34.544921875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqSTiOqI12b9fPbmrrlskuI0NUDoncpB { width:11.375rem;height:1.3808625rem;top:30.92138671875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB7heBu8R1uLybXPrEa2R7PvKpJW50Si { width:10.5rem;height:0.73095625rem;top:30.8779296875rem;left:9.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yru0WqO6eBMNpy4yp5bUPwlhoxlnNQme { width:16.75rem;height:9.3125rem;top:21.67138671875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPB9E39VVI6Q9BqvKO6Ewrgn0gkgvc5e { display:block; }#lPB9E39VVI6Q9BqvKO6Ewrgn0gkgvc5e > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCopgS0zogD5K5OAyUxbpvmcNPFQ5SsX { width:15.9375rem;height:2.03125rem;top:1.421875rem;left:2.03125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IwV6Xqi7tZKc9ccevHEifMmpTdt0iwfw { display:block; }#IwV6Xqi7tZKc9ccevHEifMmpTdt0iwfw > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PthwP8Xlxiq7qQvygzCWXTqCIONzBL4S { width:7.625rem;height:2.2749rem;top:28.0625rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnqCM5ZyE1RLzuPaEKmxZKRtxpgccvTk { width:8.5rem;height:2.375rem;top:33.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8wa3iAeyTbqmgbZ75N6CELhpDiH5I7w { display:block; }
 }@media only screen and (max-width: 763px) { #lNFXWkXXpaGyCkrmZJokwebGkzc7McP3 { width:11.25rem;height:1.3808625rem;top:27rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIb7UJqwAMT3JmduRx4dmn0vkZTG4FRx { width:11.4375rem;height:1.13720625rem;top:28.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dydtA5sA963NLAtAl9ea8DdOFHbwakXt { width:10.4375rem;height:0.73095625rem;top:27.4375rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tont4cmCtTiLKkl7hH0Jn1DUApdIHMKL { width:7.125rem;height:1.29980625rem;top:30.3125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7P4TwbFDBUT8s8qx6T7RIuzlf7BeMlD { width:10.4375rem;height:0.73095625rem;top:49.75rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipkXd4yyiRrDi1MD0i8BTClKZnTLWEbF { width:13.125rem;height:7.3125rem;top:19.75rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSLmSxtEOsxq8eDCMnQh47rPZurnOTaf { width:8.5rem;height:2.375rem;top:14.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvHPlDhLQeEIKDHGxdW41vOHMfg0r5ZV { display:block; }
 }@media only screen and (max-width: 763px) { #SRf5NvLTeqhLskVR0vaB3IGdDV2TXdHT { width:10.6875rem;height:1.3808625rem;top:8.68115234375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkoNSC6PEOB2Ai2xTdSPoRlhfJNU7TOn { width:10.9375rem;height:1.13720625rem;top:10rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWFyf2dpQAwHVzRdWmLb8QMribs4ZyBh { width:7.625rem;height:2.2749rem;top:9.4375rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwakIQhGt8STdVfKeEdhG7zeiTWTpN1V { width:8.75rem;height:0.73095625rem;top:8.8125rem;left:11.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp9NTlrBvVDd7TRTDf4spOD6dkMlDMU4 { width:7.125rem;height:1.29980625rem;top:11.6875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewaXz3gKbXSnDV6pCzn1c24LzmczxKTg { width:10.4375rem;height:0.73095625rem;top:11.6875rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsyEcX45Cp3cBfF0N6MwPt3pQecTrDyS { width:12.6875rem;height:7rem;top:1.74365234375rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrJa6A5yHdlOsogZ2uklgvdwn7CO6ZB6 { width:8.5rem;height:2.375rem;top:53.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwCZ22riwv6nWFBzDPhGmPyOTEgssJbx { display:block; }
 }@media only screen and (max-width: 763px) { #aXTio6NRwKvJ3MvHlC2lkobPiDfJwiQX { width:7.625rem;height:2.2749rem;top:47.5625rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTnLSL0aOtmCsIoikoy5id5aRVr9IMN7 { width:11.25rem;height:1.3808625rem;top:47.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXLq50iG4eNyLduUZKmunIgn7yEeApLM { width:11.4375rem;height:1.13720625rem;top:48.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcNK5BlihxLcVPgSXzdtbq1STegDbmQk { width:10.4375rem;height:0.73095625rem;top:46.875rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbaIB1lgyPADBWRg0QFTW4mLxIaVJkrb { width:7.125rem;height:1.29980625rem;top:50.6875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxHO2dAAbveZkKIC64c4ecIoUf0NQocl { width:10.4375rem;height:0.73095625rem;top:30.33642578125rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihmyZqmMlsckVnTFWx1nmozSbEksUzq4 { width:13.125rem;height:7.3125rem;top:39.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLQBF9xc8HcyuXNwtxNm88rh4EqnZnHt { display:block; }#VLQBF9xc8HcyuXNwtxNm88rh4EqnZnHt > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQSQiuwoH07B3QP0vabp6eEcnfdzml7g { width:8.5rem;height:2.375rem;top:13.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRlLFizqOHr9qgNneVp34X3T6r5AW6TX { display:block; }
 }@media only screen and (max-width: 763px) { #IimNS0IVNXnOD1wPo5qMKQHxhey5xH6l { width:9.625rem;height:2.2749rem;top:7.9375rem;left:11.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7n0HfcDl0kbbWLS6M6AT2O8LzOsRfMp { width:11.1875rem;height:1.13720625rem;top:8.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyHwKXcOhcOk2SrBN4aefrqkbA8yic7i { width:7.125rem;height:1.29980625rem;top:10.6875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIxSKPdS8eDQbHzQLK0V7oPwX1P9QfRR { width:10.4375rem;height:0.73095625rem;top:49.875rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aULZMFOs3o9UHESqOBRz1K7pR7B7A7z6 { width:11.25rem;height:1.3808625rem;top:7.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkhIN58kbk1GMqEtP59Mzl35IsgZ7qiA { width:10.4375rem;height:0.73095625rem;top:7.1875rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcBDCTeofHqLsN4cMxoylsuiPHFHh5fT { width:12.875rem;height:7.125rem;top:0rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUXnL8BscuX9KRBS8w1GTQD2Cw60UNJs { width:8.5rem;height:2.375rem;top:52.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNtiz0FXwAXlVgpg2bJyi7LHAWhmmg1O { display:block; }
 }@media only screen and (max-width: 763px) { #kyFDEQObANFsr22Pb1Rkyq8Qwno4Jbxu { width:9.625rem;height:2.2749rem;top:27.75rem;left:11.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vslOZBtAUAUi5OJmgyhLEaMP5eflci63 { width:11.375rem;height:1.3808625rem;top:46.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNW5BZeXodl4ZffJtEAglvDK301srzTb { width:11rem;height:1.13720625rem;top:47.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iswl5t9TctUBmIOD23n7KnJui4vdhOJN { width:10.5rem;height:0.73095625rem;top:46.5625rem;left:9.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyMw3bHUbrS8tprA2KEw3pK3V8xudz5a { width:10.4375rem;height:0.73095625rem;top:10.1875rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoccCME5zN6X4kD0bm1JzJvLlEJgTS37 { width:14.4375rem;height:8.0625rem;top:38.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTiaHhIwu30rd4iX6G7g5EpKfzLwdCb9 { width:7.0625rem;height:1.29980625rem;top:49.5625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy5oD4yQKsVE2QJovWZRXfhJEHkxtWMv { width:8.5rem;height:2.375rem;top:32.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kKtcRNxVmWNZP5PXOzlkINIPWmoW8u { display:block; }
 }@media only screen and (max-width: 763px) { #rN1gPl31erFnW4T5mHN7s5UKFBQgqser { width:9.75rem;height:2.2749rem;top:47.4375rem;left:11rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuObT7OW5u2SyJNfUkEes2AOVdg19gZQ { width:10rem;height:1.13720625rem;top:28.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlTxzFXv8bPAJILbeNTCOHMSVUudXMzG { width:10.4375rem;height:0.73095625rem;top:30rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uepqFxXawkadV2uq8DU3F30N5giSQV2t { width:11.25rem;height:1.3808625rem;top:26.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlomtEupavuUqILKUTOC5p5xrPy7ytCG { width:10.4375rem;height:0.73095625rem;top:27.125rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olf0lDfaTdZ2kg1ZnpnJ81hHyHAx0BSk { width:7.125rem;height:1.29980625rem;top:30rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0WStIPTilRIEplDd9HOS1glHgzCFTpk { width:14.4375rem;height:8.125rem;top:18.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiAAI6v3I5arpMcryK2KGppoJqU3uflF { display:block; }#NiAAI6v3I5arpMcryK2KGppoJqU3uflF > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSMgybMsoozHIydRgbsgaBKvwtAQmlcP { width:8.5rem;height:2.75rem;top:14.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVqwSO2WxE33RBWwfCHlny85mI1DnDi5 { display:block; }
 }@media only screen and (max-width: 763px) { #FVQEm0WQpa1ChsOVrBoKhc2OGez5xx2m { width:9.125rem;height:2.2749rem;top:8.75rem;left:11.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utz0ZmHcJgw7sLG4TiRWnB0Ig9mligfi { width:10.4375rem;height:0.73095625rem;top:11rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEIa38L6KF98qGu4TVyf4kxofVtoGzSn { width:11.5625rem;height:1.13720625rem;top:9.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLgMUH1qWpuR9PGRU4TtSX7cEPv5P5Qm { width:10.5rem;height:0.73095625rem;top:8.25rem;left:9.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0xQQTzvoZfftzskE3qI19TqzypZR27W { width:11.375rem;height:1.3808625rem;top:7.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OncwVlOzeEEW5WncLITWkARuWX6rGyeh { width:7.875rem;height:1.29980625rem;top:11.75rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTohypMhe0IhG9mt9Ea5Sh6hLUVvi4Wt { width:14.4375rem;height:8rem;top:0rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf9c6FUMmR4yK0WHrLSNqX5pBXAvhzHq { width:8.5rem;height:2.75rem;top:33.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgzGOa7uWVreAbiRspbVkfThGT4HGzzy { display:block; }
 }@media only screen and (max-width: 763px) { #Qaa7lqGB6hd56wbNB8RIboqZJ00iXi6g { width:10.4375rem;height:0.73095625rem;top:31.125rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edT23vwlt0pxdE9HzPKsPGlpAKbgZzmZ { width:9.125rem;height:2.2749rem;top:28.875rem;left:11.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLDGpxpRUB5T7pqkblWZvvCQmeg0HmAU { width:11.5625rem;height:1.13720625rem;top:29.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDlftdQFVKCavLrPMIGLTvJSExToKh7V { width:11.375rem;height:1.3808625rem;top:28.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQPZFPZ7KoDc4g7MIhLe6emKq1KsyRcv { width:9.1875rem;height:1.29980625rem;top:31.6875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUkpOWTv6scrnaaQF4VZ44xOVlnHSaC9 { width:10.5rem;height:0.73095625rem;top:27.9375rem;left:9.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHax017Rpvt9v6EerhZn5fsVvALrkf6d { width:14rem;height:7.875rem;top:20.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlZg4bdGUydpBTtWTpkhGGzA0NS4cmgr { width:10.4375rem;height:0.73095625rem;top:49.6875rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inh7LLAUahL75STxFfxPSLPl2ledW3Vk { width:9.75rem;height:2.2749rem;top:47.4375rem;left:11rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUhWacWBUkNDH12Ca06uNG3F4MwFvwk9 { width:8.5rem;height:2.75rem;top:53rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiDS7HiL4Ilwxfiz56OimgRkGm7bbqTi { display:block; }
 }@media only screen and (max-width: 763px) { #W4ml04iCahIS1ZbdTAHxMZuHytrVK980 { width:12.625rem;height:1.13720625rem;top:48.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0NB170Sl7I6TKE7S4o1w9UbZgWTm6EN { width:10.4375rem;height:0.73095625rem;top:46.4375rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDSqO4yrKcMCXqmFxG7n0xGEfhQiMnw9 { width:14.6875rem;height:8.125rem;top:39.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHD3DvBzUv8xcQUi9BOnMGyWBkTBt56Z { width:11.25rem;height:1.3808625rem;top:47.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTki5BkE3C1zqTRT3ihZSxikFsy0wSQQ { width:9.1875rem;height:1.29980625rem;top:50.5rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzRTiRyXAKmGvNemJaBrkk1DvcoVeOBZ { display:block; }#zzRTiRyXAKmGvNemJaBrkk1DvcoVeOBZ > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7g3UH4DXWGt6agD0vEs3UH5dmTJSk3B { width:8.5rem;height:2.75rem;top:14.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZAbhtUXTyin2TmmJAifMd8VOLC8VXnD { display:block; }
 }@media only screen and (max-width: 763px) { #Frc981sJaViw1NUgDkScTATeTmntorEu { width:10.4375rem;height:0.73095625rem;top:10.5rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzATNyF3783Wd6T8BuhIE9q0rSV3lfhC { width:9.8125rem;height:2.2749rem;top:8.25rem;left:11rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQaQqQhTyTz65RmifqNvxsiZ45l0oX0 { width:12.625rem;height:1.13720625rem;top:9.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKXgaqMMfU8E9nBQNiXzwTmG3o3JAgdn { width:10.4375rem;height:0.73095625rem;top:7.5625rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmy43xaC0HIA9ukxlf1MqtvCTShlG76J { width:11.25rem;height:1.3808625rem;top:8.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqORUagGSghirpi9WaO8LJDrW4xSaRDH { width:9.1875rem;height:1.29980625rem;top:11.6875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTsrg1JLTSmKtpLyN0PvWEuoL1p4lFCp { width:14.6875rem;height:8.125rem;top:0rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or29W8mJHTywE92Kt1mSky3LqezvIlVc { width:8.5rem;height:2.75rem;top:34.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ5NLnR3DcneuyLZH7X8amQu1AFTBOom { display:block; }
 }@media only screen and (max-width: 763px) { #oBe7cWcH0NAh3arnvO6z3tBOCTOyUPOX { width:10.4375rem;height:0.73095625rem;top:30.8125rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fco4OvyD4lrTDSteQuRyxzZxi8fLxkhm { width:9.875rem;height:2.2749rem;top:28.5rem;left:11rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8iHpiPd1lma4pGKf63TeE5NNZXNpnEa { width:12.625rem;height:1.13720625rem;top:29.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxyaXdemsaAQr4XbfNocwTaBE4tIxqFg { width:10.4375rem;height:0.73095625rem;top:27.625rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIK2MM4sob8T9dWFcxmU4pUuev9Q0oEH { width:11.25rem;height:1.3808625rem;top:28.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8LRx5WoBehmfyiHWKu2scKfTeOXAfga { width:14.5625rem;height:8.125rem;top:19.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fir9hVaO9ZSDSmLu1RSmTemSV5cSssld { width:9.1875rem;height:1.29980625rem;top:31.5625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yovauTXoPbad1XSa2MhRmfW5eb90o0Iz { width:10.4375rem;height:0.73095625rem;top:51.625rem;left:9.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIFmX227tKdaFfTpqvziLvXsl5MA3h4Q { width:8.5rem;height:2.75rem;top:55.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwVSR97x2bZuf1OTvmQ7PT97QtSJdRyK { display:block; }
 }@media only screen and (max-width: 763px) { #AnKmXikeX7Ht5nCf3vFM2T7Nx8arlvfk { width:9.8125rem;height:2.2749rem;top:49.375rem;left:10.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5SqLawuiJGg0gZnB7npwuXdIuhh0mHF { width:10.4375rem;height:0.73095625rem;top:48.625rem;left:9.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRmASEt2UgEDTRln8Z7vl0Vdt822KULt { width:12.625rem;height:1.13720625rem;top:50.6875rem;left:-0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxhuyA02UB98ZvPCdKA4XU12Tn0HH2lF { width:14.75rem;height:8.25rem;top:40.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs2UDfuKEN8G1u76yLRciIilgwKtZi0s { width:11.25rem;height:1.3808625rem;top:49.3125rem;left:-0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIagkUXF3P0MMomT2Z2SNGGekeVfan0f { width:9.1875rem;height:1.29980625rem;top:52.8125rem;left:-0.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFLeazBJxi6TW8kahirPB2gVrtLzulLO { display:none; }#TFLeazBJxi6TW8kahirPB2gVrtLzulLO > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HttN3IoNuTdJ7nlxrTTcFsuzpgZIdcGW { width:19.5rem;height:3.25rem;top:0rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1iw0Z3iHnFhRrskgz8q1qN3WW9hKtMO { width:20rem;height:3.8984375rem;top:3.9853515625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl75TKhpA1ezVPQ49kEPy3rndgzC8EXq { display:none; }#Gl75TKhpA1ezVPQ49kEPy3rndgzC8EXq > .row .container { width:20rem;height:55.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fn1yBBKhcPW2cWHQF9oQkd9DpworQs36 { width:20rem;height:1.4624rem;top:22.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0NvQ3nUQCm03tBvv2CNXzLA6HFiTDC1 { width:20rem;height:13.646475rem;top:25.31884765625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iixtdkE8uXmolcdNnEwzHGIfGf6ndRg6 { width:20rem;height:5.84911875rem;top:41.36962890625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6EhDtNrFCFCAAKaq4XnNSnRFX6d5d6H { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzy28TfTx2ZBsdBtFB3KfSTu9DhwrLHW { width:11.125rem;height:2.75rem;top:49.40966796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRJbJRkkoNesZAMpALHVHiVDNybGyAcT { display:block; }
 }@media only screen and (max-width: 763px) { #ERCt4IUT53l3MSCFutOH2WRodBn82TCe { display:none; }#ERCt4IUT53l3MSCFutOH2WRodBn82TCe > .row .container { width:20rem;height:3.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #apJ17Zfbsxpy8aXOviUx4wDopl3snHkb { display:none; }#apJ17Zfbsxpy8aXOviUx4wDopl3snHkb > .row .container { width:20rem;height:56.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JV0EB5t2zFdVJqGQ5QnVGCCVQ9paE5qv { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJa2w4pWCJbTKFkKkTaCx8SSxgCr070r { width:11.125rem;height:2.75rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI35q2Bbe70Rii2ZG9iKz4H9ic0Av722 { display:block; }
 }@media only screen and (max-width: 763px) { #zuhyKAcssTsRTeDg33UcMUzIoMICnhwJ { width:20rem;height:5.84911875rem;top:42rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAHfwfeKdI7zN0TDvicrX50sLmklVoxU { width:20rem;height:13.646475rem;top:26.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5isAO3H79PpcBvA17NB2vybDwTK7yMC { width:20rem;height:1.4624rem;top:22.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv4HhayTV8bE2CcOCTNOIvPT0Hp0GxVW { display:block; }#xv4HhayTV8bE2CcOCTNOIvPT0Hp0GxVW > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsHcs98t0bhbQpClp3Lc95ouEO1vFhtb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f0bd6ba-2630-489f-9883-d179d3cab6b8/mobile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#TsHcs98t0bhbQpClp3Lc95ouEO1vFhtb.adaptive-delivery-prevent-bg, #TsHcs98t0bhbQpClp3Lc95ouEO1vFhtb.lazyload, #TsHcs98t0bhbQpClp3Lc95ouEO1vFhtb.lazyloading { background-image: none; }#TsHcs98t0bhbQpClp3Lc95ouEO1vFhtb > .row .container { width:20rem;height:13.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ND0WrHlvGBMPoObAhTwQo84oIqJT3ohV { display:none; }#ND0WrHlvGBMPoObAhTwQo84oIqJT3ohV > .row .container { width:20rem;height:19.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XPCxiJJvd2UtitsaGQuUDLlXveWONCRM { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPrNkLfAG05UsvDhDnlWaUGvCTAzFre7 { width:20rem;height:3.8984375rem;top:6.07421875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVVuq5xpI8VnxbAZ0PIsWzKxRvOdBsf0 { width:8.5rem;height:2.75rem;top:12.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDRBDLy663xV85G5fIcM0mz050WedsvT { display:block; }
 }@media only screen and (max-width: 763px) { #JvQO5xu5eer6ADyK4lexoMleq6tswKCh { width:8.5rem;height:2.75rem;top:12.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP8lBKMRg1aPPrNmKtnQWGsTTfTLbe2x { display:block; }
 }@media only screen and (max-width: 763px) { #r322uVoLfH9FiELUVHrk5VXwBNNFhpIt { display:none; }#r322uVoLfH9FiELUVHrk5VXwBNNFhpIt > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fgJHbs7gDsVRJixz15pMKai029L9zZGg { width:10.6875rem;height:2.03125rem;top:1.25rem;left:4.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fmnpJWxRQrphnMG8u6iquugeK9Do1A15 { display:none; }#fmnpJWxRQrphnMG8u6iquugeK9Do1A15 > .row .container { width:20rem;height:64.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RrV6PlMTaapBg1WURca5TW8OCTVmvq1a { width:15.75rem;height:8.8125rem;top:0rem;left:2.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hny83X63wV2b0bIGdEr2lVyaMIBTbX4k { width:10.6875rem;height:1.3808625rem;top:8.375rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSTagX6zbfTBScl5Z5M0kHbtinMQTKaJ { width:10.9375rem;height:1.13720625rem;top:10rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdDACpUB8rXzNNE7UCcNrSNyIcBQQ8GG { width:7.625rem;height:2.2749rem;top:9.4375rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnhqKxQ2z4fUNnLG9MbSR46xHANl1Gvz { width:8.75rem;height:0.73095625rem;top:8.8125rem;left:11.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4RNrSu4LAVwwbi3ztJRvdyWBVJ3hSWJ { width:8.5rem;height:2.375rem;top:17.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPqKQIBvcIF86nK2wRPfQ7oqWVdenHy3 { display:block; }
 }@media only screen and (max-width: 763px) { #bzm7Ttouv9w5gq0sKGVAnsZZLL3BZOIG { width:20rem;height:5.84911875rem;top:20.9375rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nh1MlAJBB7KE1gsryCl9xwNFAgs1ZXIb { width:10.4375rem;height:0.73095625rem;top:11.6875rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDGmT62N4T1bkrKIlE4QgQ6fJRzTFOrx { width:8.5rem;height:2.375rem;top:48.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNqnyvMVwWVTBA6gT5GimeHJRnLO5wbH { display:block; }
 }@media only screen and (max-width: 763px) { #dKEgnHFnyit6A2vuwHTWQHMPFC6yWcUz { width:10.4375rem;height:0.73095625rem;top:41.75rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R22NLKdwT33v08QcCelMdOlDlbcUwwS2 { width:7.625rem;height:2.2749rem;top:39.5rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH3D2xb7UvzvicCrDJxMQKfOLsbh51QN { width:10.1875rem;height:2.2744125rem;top:40.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkkanMenUbBJvLpIxCxnIN4SFOgMdAZx { width:11.25rem;height:1.3808625rem;top:38.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxEq6VsOM8w80Ua4raLCTFK7lplPwgyp { width:10.4375rem;height:0.73095625rem;top:38.875rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhlvNozsWQARInCxGcgM96N0MoDXnXnt { width:15.75rem;height:8.875rem;top:30.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBPAtWhSs4mVVP29C6sqLPbKarG5l36E { width:20rem;height:1.29980625rem;top:14.39892578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #swOAHT40IGTGr4vMZTKoqrtrsTHcpJow { width:20rem;height:1.29980625rem;top:45.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRfK82dGKKW22naX2x8koRMUMzQQaTwi { width:20rem;height:5.84911875rem;top:53.25rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWlQZDqxgv4swHDxGXxKGtq6sHPDioNw { display:none; }#KWlQZDqxgv4swHDxGXxKGtq6sHPDioNw > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iG391y3rlIbuXwT0Railufso6ibN9hVe { width:10.6875rem;height:4.0625rem;top:1.25rem;left:4.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X99nq6Ec9QA6rqTgo6ABHMFJRlu1QkP6 { display:none; }#X99nq6Ec9QA6rqTgo6ABHMFJRlu1QkP6 > .row .container { width:20rem;height:97.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yxGcPNeDD86J9zSq0gs1TzkDrqBX7TAR { width:15.75rem;height:8.8125rem;top:0rem;left:2.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xGUkmXtI5nP6t48VVvwO4WKn6C6TQxRf { width:10.6875rem;height:1.3808625rem;top:8.375rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxbFcK6xsO401l7TsvTveMUmNs1W0DC7 { width:10.9375rem;height:2.2744125rem;top:10rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLNewtvnLXuvbXB2bqcmTV7i78y03mLA { width:7.625rem;height:2.2749rem;top:9.4375rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptbIXNRk25fLAsWdMgZZy1OEvKRCEqpf { width:8.75rem;height:0.73095625rem;top:8.8125rem;left:11.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKgRTIdx3rf8Vd4qSwfeWsDTfgR5DyzV { width:8.5rem;height:2.375rem;top:17.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEm0vQhhQvu5Ir0v8TlMJLuO6nJJ7T2T { display:block; }
 }@media only screen and (max-width: 763px) { #V1akZkbcXzasvidaIBNBETp2w59eDozD { width:20rem;height:5.84911875rem;top:20.9375rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBAMUBstVF3KB9wPuMAwzO1XmZZbv4N0 { width:10.4375rem;height:0.73095625rem;top:11.6875rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #invMtnBXkNUR0zkd91RePoT6nlVz1KwS { width:8.5rem;height:2.375rem;top:48.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3Rb6VVT5Vu6lJuisJKOmUJG1J6tHfcP { display:block; }
 }@media only screen and (max-width: 763px) { #cflQp5AA7An0Z1zXEQHu67BlkuDf6DCs { width:10.4375rem;height:0.73095625rem;top:41.75rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxvxrAOAT4mpPbnBbGy9y7RdBnTzNmp1 { width:7.625rem;height:2.2749rem;top:39.5rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWt7z3CHbqaJgZXE7lqUflffE3lqzSto { width:10.1875rem;height:1.13720625rem;top:40.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0gb2gT8Pxzcomo4TuCtdhMO0sTdLk2M { width:11.25rem;height:1.3808625rem;top:38.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWH5HcpPOPIDgBphkk8MHIMlzBvkUs9d { width:10.4375rem;height:0.73095625rem;top:38.875rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ7DwTwQgpaHvJAV5hlyKkOoTuaolyPl { width:15.75rem;height:8.8125rem;top:30.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuHl8ZSsq2Hm2LyRmNB6JUuWNrViwFOp { width:20rem;height:1.29980625rem;top:14.39892578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCPbIVTgmElpWeRb71USLWu3yikbPXiU { width:20rem;height:1.29980625rem;top:45.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppNFNMe195adzMyHrJsPU3lqTHSog37R { width:20rem;height:5.84911875rem;top:53.25rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbAMWgbMcQKIMILEMuUlsFXGm5cf1ZvS { width:20rem;height:6.49901875rem;top:85.0263671875rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vsxC8x3xCqvBUtVhd9lQlMMrUE8yzBVd { width:20rem;height:1.29980625rem;top:76.4140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pf3p0nJC2TvCiQdVsfOzLFyP9KrJR7c8 { width:8.5rem;height:2.75rem;top:80.2138671875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo2Dwx2xGMI5didsFbDNDkgxiZShapeC { display:block; }
 }@media only screen and (max-width: 763px) { #eQCNGQkPRHf1iAxThN4hskoFDi2r8MCM { width:10.4375rem;height:0.73095625rem;top:74.1162109375rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovPf5nOxkKNQU3vpobgz6lm6FQ5du31g { width:9rem;height:2.2749rem;top:71.841796875rem;left:11rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2sMRas1Bp7eSrZtiGBEtOF9PEaVfnFa { width:10.4375rem;height:0.73095625rem;top:71.111328125rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnv1m2QXpbEPaQbl6XvVKtHzpyOKUhXn { width:8.625rem;height:2.2744125rem;top:72.2177734375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wghfyu1w6x2BwzfRUSFkLWOSeNyOTkUr { width:16.1875rem;height:9.0625rem;top:60.34863125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEeqobIFBxUZ2Z2aDfwKIFT5il3cAPqX { width:11.25rem;height:1.3808625rem;top:70.7861328125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa { display:block; }#nJ5eLWsfOmRtxp2vRWNwLTqgqzyBdSKa > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQmZpSwCh0x7sGh5DwAhr3dyTbDqElkV { display:block; }#yQmZpSwCh0x7sGh5DwAhr3dyTbDqElkV > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5nFkoQDSLkGuKWPoOFBarBKCPsV6gGZ { width:16.3125rem;height:5.361325rem;top:2.9873046875rem;left:1.84375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq7gaTnqpTwu99sdN5Fc9cCpfUiGNLfA { width:10.4375rem;height:1.29980625rem;top:1.6875rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6iPkntPFgnu1T6SA2g8GR6V4KOAG3vv { width:14.375rem;height:1.94921875rem;top:9.8359375rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJKL3vXNzfadss88uR1btmR333eubHDF { display:block; }#iJKL3vXNzfadss88uR1btmR333eubHDF > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2C1El6QgwGKfH08zb1OcTltImfM1iKw { width:10.4375rem;height:1.7871125rem;top:2.5498046875rem;left:4.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spolhdPpOslIz1QLIHRH41uZDVa5ZzzQ { width:19.125rem;height:1.13720625rem;top:4.3369140625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivxI97ltGKBetFhZ2hH5nSkUcrNAMXRx { width:20rem;height:4.87305625rem;top:6.83691875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKnb83T5py22IoR8Qs8cHIBzO40DdIAw { width:8.5rem;height:2.375rem;top:13.48388671875rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVpXfzElkdsv9fbMoEOGoiy6No24QELy { display:block; }
 }@media only screen and (max-width: 763px) { #IADDceiEEHsNLqNCE5wpuBALl1ftpVDV { width:20rem;height:6.822275rem;top:25.633775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMFO19qc4spI2AormIHfxs6caVu2BIXl { width:8.5rem;height:2.375rem;top:35.66845703125rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #laf22XsB0gEQ23CeG63aKNmDl7QomGU7 { display:block; }
 }@media only screen and (max-width: 763px) { #zK5tyFSflnqzcvc9KDgeT6mkl9xAiKul { width:19.125rem;height:1.13720625rem;top:23.13330078125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWolhPzXTTgmehoJA1UWdkF30QqSFoub { width:10.4375rem;height:1.7871125rem;top:21.34619140625rem;left:4.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqBHsoRtkwfIWFsufzoHmyql79RIZvrm { width:20rem;height:5.84766875rem;top:46.63037109375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L07PH4T6UKEpw2S75Vaoronwx4IkTok1 { width:8.5rem;height:2.375rem;top:54.453125rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeygvgQMdGXq88HmfEdV5LKFE8wLkzK0 { display:block; }
 }@media only screen and (max-width: 763px) { #Z9nLOlV08kfEmFdL7FMfAMrv0ZAl18bT { width:19.125rem;height:1.13720625rem;top:43.83056640625rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi3uLSeS0rn14Rk4rFll8MLOyxpGH0Zq { width:10.4375rem;height:1.7871125rem;top:42.0434625rem;left:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvgMuKyIHNuS2pnGGXBM8B1fDfTBT0N1 { width:20rem;height:0.6499rem;top:33.48095703125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6 { display:block; }#QtMnvZ6ZHcUysR1mxG5NCpJblV88XSw6 > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrGwNzO4mlM3PBB7CSvsGkOaLPBF2k13 { width:20rem;height:45.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;height:2.375rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu  { width:17.5rem;height:auto;top:8.07177734375rem;left:0rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu {display:block;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu { width:17.5rem;height:auto;top:8.07177734375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #J2BLlo2nCw3xhH2UMDqxFkOSMmuNTxMH {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QCidya1QurpPigrTyClhHSqfW2Qi4tKV {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #BGRfPldr83h9pwk7lx5KlTe6MatHxktt {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #r2D186ZGvTRaWsCEnQGOvETZndvqCyOa {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hMaZ3y14p78it4LQLhLB5UXJLARnQQnp {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #u3rkCoreBEin6yxWP13O93AogZrCxVC8 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QeLbaoFTpbTAg1iloAaKwRXPm7laxNFy {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zQhsGdioy5UL7N31AlT98VTCMDdyZdMe {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #fQPuTOIgmhL7pUT7VaIzzZCDUTyiUI87 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #esU9vMePtB9EgcBK1P3z4IMWWcQzBhbQ {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #mD2JPc52nzrDcp3HU4hdXVNNAQy0QcLk {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #IfKqfvytaXfwBT3pZ6R78UXoFToKThur {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uyNT8HqaK6zp8STP7dITBIybfbJT4nKn {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #igxg610RtTBvgLGEdT3HW0OxdTDNIZ0y {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uERLF5rT1V4y6rLoRlMzsd6OVEFRKtnL {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #xXWWCrmZRMFOBvKgtQ4vFx3DQclo2Lz8 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #eXIGgOvZ5rfuTK3mnTbzC2pKheRnxCDM {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #ReAybEhJnFhqbsfMCRbEigtGuRhiwmEf {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zTfHaVd2nv85UhESxca5Jp2UWFPTZnR1 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #wP4INBXlCQZIIKvTvCT4hC9okyCFwVlc {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #U0aQm4CQ4nHiRAV3bBqC0GBLW0b9ULTT {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #vRlaTksIrXslmvxlSCHA24dT5Jp4BnuA {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #h1Tkhq0zGZNyZs0boCtdzoSkWL8tK2yz {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #rdTr9LxJKKee3kzBLihATUXeMk13U3w1 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #mdDID0ZPZecCHzlx17KkkBWck6vgtKD0 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hnQUxM6OwHTDuSIPybVWuKKHOUHQxDGe {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #CmXAQP6B2SE6TdZwqhAobwvnDbWJKqt8 {  }
 }@media only screen and (max-width: 763px) { #sLfVnCTrTHCFgQZbeD5TKUWDnu5JIV9Q { display:block; }
 }@media only screen and (max-width: 763px) { #gEanltlUR8PrQpgBRTb2G050KwzUo2PB { display:block; }
 }@media only screen and (max-width: 763px) { #Iii9MBrvirny8VJeqQhmSy5V6zmipJFU { display:block; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #DJbSwN6c26ZJ48Ix0gzR9qqQTw2ohJRQ {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #UoULeKd8P6Ie6VHBMJ7gVgNZoquXL9D1 {  }
 }@media only screen and (max-width: 763px) { #b3gKPyZuN60R8Q7SMT0bOedZF9yiqoeO { width:18.625rem;height:4.38720625rem;top:2.73095703125rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2NLkHvkdLIRuv0hX6eT8ExbrbpToS9L { display:block; }#O2NLkHvkdLIRuv0hX6eT8ExbrbpToS9L > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrNZ1FSqA86zTwQTNT6HV8fK9hbSzNBy { width:20rem;height:2.2749rem;top:2.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkCi2fyTNbeTZaxN8DxNqhJHhIIihv2K { width:18.75rem;height:9.746125rem;top:5.599609375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK3nARbwU3MELDgLJTrfN7NS2Ew414H2 { display:block; }#EK3nARbwU3MELDgLJTrfN7NS2Ew414H2 > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRxnWvvTXRzuL0FV5BKVhkPgg3vqqWUJ { width:8.5rem;height:2.375rem;top:13.49655625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeafVu04HNuoq217kgSzhzbwkzNWMGxz { display:block; }
 }@media only screen and (max-width: 763px) { #p1EaeODV0LfSPA65XXqxO9iF7MF8DSQn { width:16rem;height:6.82225rem;top:4.7998046875rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPZagtAs5D8cwTpagDmpRUKrg3Fq0D1G { width:12.5625rem;height:2.92480625rem;top:1.25rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiA9IukCZrpFSSudU2GTpgyynwazBe3m { width:8.5rem;height:2.375rem;top:31.24267578125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqFk4lPTPgl7mUmwp18T5Jtb94Lr65np { display:block; }
 }@media only screen and (max-width: 763px) { #Bhyd1Rr9Uax3EOhQSsoaTN8J6P2fdq05 { width:16rem;height:6.82225rem;top:22.4833984375rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVV0n67IB1nIVKKz5FLEo3waKv5yJhCD { width:12.5625rem;height:2.92480625rem;top:18.99609375rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmwsRhg7c9HQwBbAZKgH12sKemodEh45 { width:8.5rem;height:2.375rem;top:50.1513671875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9hD0BGTah8Zq3VZ0gxlVpRaOD1uMQTy { display:block; }
 }@media only screen and (max-width: 763px) { #XSO7AQdnLcXCm06Rmulxu4sZmwU41yKQ { width:16.625rem;height:7.796875rem;top:41.1044921875rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOydb6SOftCDJhQ0vLOgq3WTsCmO0mck { width:14.3125rem;height:2.9248rem;top:36.93017578125rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2afz96oFrP4FezfJCwIJaft2RST84xd { width:8.5rem;height:2.375rem;top:71.072265625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1vtg8Thqbx7rr36QKZ9pMMhKBgnuA5G { display:block; }
 }@media only screen and (max-width: 763px) { #l2qV2FvaHsgzCCe53Ne8W6WlOmfJQ9aF { width:16rem;height:9.746125rem;top:59.388671875rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxPB16mcehg4o1BU7gbIgH2QlrC41Dsl { width:16.3125rem;height:2.92480625rem;top:55.9013671875rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9 { display:block; }#wEb1fh12ZzTJGaVnTTPbvgiiVwAKpqy9 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTFreFx2wflA3MgPH0FuvKUueuXyCDZI { width:20rem;height:41.3125rem;top:-0.0771484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0D7TRhdNIMpDaDEUZBQA29HkzTiZ2Rk { width:20rem;height:2.92480625rem;top:2.7353515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.375rem;font-size:0.75rem;overflow:hidden; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5  { width:17.5rem;height:auto;top:6.875rem;left:0rem; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 {display:block;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 { width:17.5rem;height:auto;top:6.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #h8wmDuwLXBXwvScdFu9xPkqRkpyJhPZT {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #BtmRutgw3W0Vd3VtJdU2hcS5BebL8T85 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Pk81Kl8HXXHJ40dmdbHlwZiilyf7TSBU {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qgu4MJ7QE8cIPcvJyOCGGCHVwBwRBu6s {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #agR6TITLCLfGi6uGa00V2HGQexl6AL1q {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #AaLSkyvu7iX3AtDL00DXLcQqkchmSrx5 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QgPTSScGyv8h5CiKHL4iJAaclcR8SAGq {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #FSvT1TOSCXG3iLJxrvGXQQR5RttfhLHB {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QFug1rJC2GyqRfr8iLDsAkqidXWpaQr3 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #LfFeSdt5Hgeef4xUZBt2PWcwkxNHy6RJ {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #McN2qN1UVKUgOeiwNlSMgcU4S9zQGLVk {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MVfVWvtmCssL7L3cEU5uxnSeIZsFCkxe {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #F8l9FdJFZKkJX0T0urKQMwh0h5i5yN1T {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #IhXXI2upxTqtfdgKLCsaKHw4MbkzkaqG {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #lBmcHXTHCIiQcu7Pn0QebWJvTkwlrTc8 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Ztim0mXld9ELXV2VOSoMFd8SHNdECNtA {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Gf361OXSrfzFbqm18IoR1gtlZ4aTkQay {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #ThITDT0gkzZPBor04q4lGrTdt5cl3BwI {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qga0TA3cr3tCv5mf4pcf1D6ClF2iILwQ {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QKgeIwJ84pfZvslw4uIzJfd0eTmy4cNi {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MHMsKspk5cCLwrCkNiHtcXuUiiUZmZS0 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #WECbS2TAC5LDAvyTzAZ1vnrXaSquXGnp {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #xClQxr136Hspvq4NfnzgEzX5uwnOhbwT {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #iOVkIhSqqhwAtBpw6wC2RgnSBhd74Hw6 {  }
 }@media only screen and (max-width: 763px) { #XdmO6c2ysG0tvUUBvHhotVBi2XJKGkgi { display:block; }
 }@media only screen and (max-width: 763px) { #V6I6U2KyTzwBNrP0JKPmeZsrVESgcHOq { display:block; }
 }@media only screen and (max-width: 763px) { #JwSkHAmZXFNbLi8fprUsas5Ig8b51LKR { display:block; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #mm8GdSJhTET187yHUxWovwB8k88Dys5F {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Vr8kRBNG4piJqGNzl4PrmIZavhiAflx7 {  }
 }@media only screen and (max-width: 763px) { #iU9HN9JbO3UCVGft6WWOJDi2tKMTxD68 { display:block; }#iU9HN9JbO3UCVGft6WWOJDi2tKMTxD68 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 { display:block; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .row .container { width:20rem;height:83.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOx76OyNTyOAQ1RwbMTvfEEIgVI5B8ST { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I3tVqFbxJKA9IDUOsy6bb9NzgFG20iPJ { width:8.6875rem;height:1.625rem;top:5.2734375rem;left:5.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C7floJGlLIBsAwq6tQ22yZhQ5JedDUTa { width:5.4375rem;height:1.29980625rem;top:8.1484375rem;left:7.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0GlmNgdEQcgIQQNLGdTE8UFvTfPBG8y { width:10.8125rem;height:1.94921875rem;top:9.4482421875rem;left:4.59375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJX1s0dz6uN8IP7aKbLx4lmub7siOhPi { width:12.5rem;height:1.949225rem;top:12.10546875rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1xLu95G0zrklJyCOT3JNLz2fQ6TW3yR { width:12.5rem;height:0.9746125rem;top:15.40234375rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryRJRRqgo8NeUdD5yHmc9VbgFeann3Hw { width:16.625rem;height:2.9238375rem;top:17.13671875rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQlHLRXqQBqJDfT6QisRhb8HcemBrWFu { width:12.5rem;height:0.9746125rem;top:29.625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqlamtPUZ2I3veTPNPcu4epWPrGCch95 { width:16.6875rem;height:2.9238375rem;top:31.25rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BI17mRag9aEwmqClXCt0TKLCvNPsUNVT { width:12.5rem;height:1.949225rem;top:26.5rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FyHZUpaMkT7g5ukAxC0Hg0TVpB0NcKns { width:12.8125rem;height:1.94921875rem;top:23.75rem;left:3.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EpFpeAZwO7EPs4ldbstyZyEN384MTvKz { width:5.4375rem;height:1.29980625rem;top:22.4375rem;left:7.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cyrEovhiO62FMsivtLTNaI6awmkpA0QS { width:12.5rem;height:0.9746125rem;top:66.125rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZrR3EwIIEzI4J0W9yAkagLP0tQl9gQ5y { width:16.6875rem;height:2.9238375rem;top:67.625rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELJwwSywo36K4q8rshTixBEcHiPiqW7l { width:16.625rem;height:2.9238375rem;top:51.125rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTcpQFA2NZDtIpongLsn7pLuQRwGSBHT { width:12.5rem;height:1.949225rem;top:62.9375rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #eogFzU84RG2zknhh4fHiRUG7mh4pf2cF { width:14.0625rem;height:1.949225rem;top:46.5rem;left:3rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhy4ozTm6cqsRpNxSBTdwqtlMfyVHNPX { width:12.5rem;height:0.9746125rem;top:49.625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSpnrGJx2KdHBBVqwEsRfTp6eGm77c1X { width:10.8125rem;height:1.94921875rem;top:43.6875rem;left:4.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uplCoODoyKiZ7OH0BMqlMZMhQz9TAtHt { width:14.375rem;height:1.94921875rem;top:59.75rem;left:2.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSn6o5c9aBD9UfyTqFI4O3wx6ueEWTKu { width:5.4375rem;height:1.29980625rem;top:42.4375rem;left:7.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMfCb4lUXMbgtoLmWxsSP7CzOI5UHnKO { width:5.4375rem;height:1.29980625rem;top:58.5rem;left:7.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eka4AvFapfvWx21HvHwfCx4aBqRO45OB { width:8.6875rem;height:1.625rem;top:39.875rem;left:5.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8XmX5CuGwzuLALyg5J7PCscuUhViRrT { width:0.0625rem;height:18.75rem;top:66.48485rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cpx3Wn9ZltDO3krBQdvJRizgp9poGUbb { top:37.28125rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15029;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iI1uCSdsnDnNV7qpVAxRBEa8JMt5gWmh { width:6.4375rem;height:1.13720625rem;top:78.0625rem;left:8.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"audi type normal";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XT7KetzvxmBiUD0uVmsy2Z9zqqwQHrlv { width:9.25rem;height:2.5rem;top:77.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH6ZzJ7g6sl9F7kbVK6fnZWSUoNrniCQ { width:16.625rem;height:2.2744125rem;top:74.1875rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KL0exvgQmWRpJNO9Ct9lOcHbuv6b2VeF { display:flex;width:2rem;height:2rem;top:77.625rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg { display:block; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaMRWoH466Kc9MobVNn09sIcEX5B1iU6 { width:13.75rem;height:0.6499rem;top:3.875rem;left:3.125rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6Seaw9iPK6hnBMgEuTrsQQiRZXBOMrf { width:17.625rem;height:22.90329rem;top:10.1875rem;left:1.1875rem;font-size:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnXaKbUgFG4NJvIRxnAekmdyaqIpaJDP { display:flex;width:2.25rem;height:2.25rem;top:6.125rem;left:12.125rem;font-size:1.5625rem; }
#PnXaKbUgFG4NJvIRxnAekmdyaqIpaJDP > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #ghv6RmdXVr092FJz05b5PHemL28gTh2O { display:flex;width:2.25rem;height:2.25rem;top:6.125rem;left:8.9375rem;font-size:1.5625rem; }
#ghv6RmdXVr092FJz05b5PHemL28gTh2O > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #IAvK0gBFHBag0cSwkw5wM1Zn6UmawD5n { display:flex;width:2.125rem;height:2.125rem;top:6.125rem;left:5.625rem;font-size:1.4375rem; }
#IAvK0gBFHBag0cSwkw5wM1Zn6UmawD5n > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #ZI3u0nyKsTKdbHGlS4l8NLp3aQLUJAr0 { width:6.25rem;height:1.625rem;top:1.25rem;left:8.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVSLUMF1Zz2sywxnxOvsTGt39sC3ToAt { width:3.125rem;height:1.625rem;top:1.25rem;left:5.375rem;font-size:1.25rem;display:block; }
 }