.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,220,222;--color-primary-1:134,139,144;--color-primary-2:13,23,33;--color-primary-3:7,12,17;--color-primary-4:2,3,5;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:16,16,16;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#KMTGoMF3sT9Mw7yr3CBW0RfqBIUzSHVN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#KMTGoMF3sT9Mw7yr3CBW0RfqBIUzSHVN > .row .container { background-color: transparent; background-image: none; }#KMTGoMF3sT9Mw7yr3CBW0RfqBIUzSHVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTGoMF3sT9Mw7yr3CBW0RfqBIUzSHVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTGoMF3sT9Mw7yr3CBW0RfqBIUzSHVN > .row .container > .video-iframe-container { display: none; }#KMTGoMF3sT9Mw7yr3CBW0RfqBIUzSHVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTGoMF3sT9Mw7yr3CBW0RfqBIUzSHVN > .row > .video-iframe-container { display: none; }#KMTGoMF3sT9Mw7yr3CBW0RfqBIUzSHVN > .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); }#KMTGoMF3sT9Mw7yr3CBW0RfqBIUzSHVN > .row .container { border-width: 0; border-radius: 0; }#KMTGoMF3sT9Mw7yr3CBW0RfqBIUzSHVN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMTGoMF3sT9Mw7yr3CBW0RfqBIUzSHVN > .row .container { font-size:0.875rem;font-family:arial;height:1.8125rem;width:60rem;position:relative;display:block; }#BUPTKJ4U0SiX64rnCha73ncyb8U4IsQE { 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.25rem;width:2.0625rem;top:0.4375rem;left:57.75rem;overflow:hidden;display:block; }
#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08132f;background-image:url("https://images.assets-landingi.com/uc/01b36a0f-ef4f-463b-b9a7-41a388c830e5/20lecie_SDCM_baner_1600x600_24_02_25_UK.jpg");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; }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL.adaptive-delivery-prevent-bg, #p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL.lazyload, #p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL.lazyloading { background-image: none; }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row .container { background-color: transparent; background-image: none; }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row .container > .video-iframe-container { display: none; }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row > .video-iframe-container { display: none; }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .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); }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row .container { border-width: 0; border-radius: 0; }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:22.5625rem;width:60rem;position:relative;display:block; }#GTpvVLuhlIuR7TzyP6RP9dxqhnfPKmEl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#GTpvVLuhlIuR7TzyP6RP9dxqhnfPKmEl > .row .container { background-color: transparent; background-image: none; }#GTpvVLuhlIuR7TzyP6RP9dxqhnfPKmEl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTpvVLuhlIuR7TzyP6RP9dxqhnfPKmEl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTpvVLuhlIuR7TzyP6RP9dxqhnfPKmEl > .row .container > .video-iframe-container { display: none; }#GTpvVLuhlIuR7TzyP6RP9dxqhnfPKmEl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTpvVLuhlIuR7TzyP6RP9dxqhnfPKmEl > .row > .video-iframe-container { display: none; }#GTpvVLuhlIuR7TzyP6RP9dxqhnfPKmEl > .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); }#GTpvVLuhlIuR7TzyP6RP9dxqhnfPKmEl > .row .container { border-width: 0; border-radius: 0; }#GTpvVLuhlIuR7TzyP6RP9dxqhnfPKmEl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTpvVLuhlIuR7TzyP6RP9dxqhnfPKmEl > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.375rem;width:60rem;position:relative;display:block; }#izOHw7cVgVcggZxd7HwgQpbqy7G82kLO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:9.6875rem;top:1.5625rem;left:14rem;overflow:hidden;display:none; }
#eCx4etSJUGWI8b3JDIIUwwxn71b4uiAM { 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:6.0625rem;width:9.6875rem;top:1.5625rem;left:25.09375rem;overflow:hidden;display:none; }
#tbEc6PmNWzSvkboiKCB2DktINBF4noy6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:10.5625rem;top:1.65625rem;left:36.03125rem;overflow:hidden;display:none; }
#Xk9thWE0Wd4IQOIeA1LZH0RhxQJb2Ay6 { 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:5.875rem;width:9.5625rem;top:1.75rem;left:48.03125rem;overflow:hidden;display:none; }
#IbEAnHEqHAqE4HpT4vog8V1JW6x2LHk1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:9.6875rem;top:9.125rem;left:3.0625rem;overflow:hidden;display:none; }
#ZaxdHhuFnLwAR3n6Oy4v3a53y38Jf2qu { 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:6.0625rem;width:9.6875rem;top:9.125rem;left:13.9375rem;overflow:hidden;display:none; }
#NFuATBRyTBdsRNxAdWh6kcJTtIBdClMT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:4.3125rem;top:9.125rem;left:25.09375rem;overflow:hidden;display:none; }
#nSNMymbWTECfG8HTor9W7fAlFyFqbzRo { 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:6.0625rem;width:4.3125rem;top:9.1875rem;left:36.03125rem;overflow:hidden;display:none; }
#R2QZrClebSOu9Qcl9Uw5ueWPsAzAHRcQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:9.6875rem;top:9.125rem;left:47.90625rem;overflow:hidden;display:none; }
#VbmDtxUNHkOd2y91mcsVLJN8IXlXt8xb { color:#101010;display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:2.6875rem;left:1.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cemHf0dDGdu3PuGOqwbOA1MRiVGnpNat { color:#101010;display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:34.8125rem;left:1.65625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TsEKo4Ngrt5TCx6knzEfTuGNsKgqrXTk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:9.8125rem;top:37.8125rem;left:4.875rem;overflow:hidden;display:none; }
#uRssANRSNn2tHIqJJcc3Csa8xnENVr5v { 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:6.125rem;width:9.8125rem;top:37.8125rem;left:15.5rem;overflow:hidden;display:none; }
#segcEOuqrtbz04Xgkktah4uR8KRRyF5I { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:9.8125rem;top:37.8125rem;left:26.0625rem;overflow:hidden;display:none; }
#h6Zu4DqpNaq13UrfqPyDlNidtJDcA3lp { 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:6.125rem;width:9.8125rem;top:37.8125rem;left:36.4375rem;overflow:hidden;display:none; }
#mGmT88aLlhlvu52WgKuhvetCXPV4wW6w { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:4.375rem;top:37.8125rem;left:46.875rem;overflow:hidden;display:none; }
#FG3XwDqygzTeMbIucpNKdMFm3rFTGEZc { 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:6.125rem;width:9.8125rem;top:45.25rem;left:4.875rem;overflow:hidden;display:none; }
#JAKpH83ztBPhTVNkxaaCSkrv8FSGIlAr { 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:5.5rem;width:9.8125rem;top:45.25rem;left:15.5rem;overflow:hidden;display:none; }
#VGospRiwTaCiTkrafpkBETsRZ4RSMegE { 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:6.125rem;width:9.8125rem;top:45.25rem;left:26.0625rem;overflow:hidden;display:none; }
#p16L7TWR3f3UTb5qhqZRR1TRXEJeRADD { 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:6.125rem;width:8.5625rem;top:45.25rem;left:36.4375rem;overflow:hidden;display:none; }
#X3W2PBVz7xkvLTJtQSd3WvlznmheOzf1 { 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:6.125rem;width:9.8125rem;top:45.25rem;left:46.875rem;overflow:hidden;display:none; }
#kVzidGFm07pFmtdXyT7GemxSLIqiFMtz { position:absolute;display:block;z-index:15011;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.5rem;width:9.8125rem;top:52.3125rem;left:4.875rem;overflow:hidden;display:none; }
#TA62nCiGNfWxUza0rbToNpkvqn7ufhw3 { 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:6.125rem;width:9.8125rem;top:52.3125rem;left:15.5rem;overflow:hidden;display:none; }
#MyOD75Fg1TZsRddsFryJXTvZUJTabtQP { 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:5.5rem;width:9.8125rem;top:52.3125rem;left:26.0625rem;overflow:hidden;display:none; }
#ODIiByw3u95F08gz1G5KT3TeSBmqDGQV { 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:6.125rem;width:9.8125rem;top:52.3125rem;left:36.4375rem;overflow:hidden;display:none; }
#R3boo6TNCm8tza2TPg7bpCu2vRzxImZt { 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:6.125rem;width:9.8125rem;top:52.3125rem;left:46.875rem;overflow:hidden;display:none; }
#F7Xr6V2sFeDluuhpEP0bGnT4xXC7dcNq { 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:6.125rem;width:9.8125rem;top:59.5625rem;left:4.875rem;overflow:hidden;display:none; }
#BRpNFvoHk3krbEePswzzEGDm6T4OkF2d { 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:6.125rem;width:9.8125rem;top:59.5625rem;left:15.5rem;overflow:hidden;display:none; }
#JQENODMXHUgn9ODR8rcqrAHArAwNBMlw { 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:6.125rem;width:9.8125rem;top:59.5625rem;left:26.0625rem;overflow:hidden;display:none; }
#S74TFLIyJFdFRf2AFWX8pSaclgbodTx8 { 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:6.125rem;width:9.8125rem;top:59.5625rem;left:36.4375rem;overflow:hidden;display:none; }
#EwMNAKtWUrTlPl1yJtTsBeFf6TsmONCC { 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:6.125rem;width:9.8125rem;top:59.5625rem;left:46.875rem;overflow:hidden;display:none; }
#ZZWpxAeJ2nZW6xWLOBfMn7GUnJrpGywQ { position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:49.9980625rem;top:0.75rem;left:5rem;display:block; }
#OvBGTxhpCT3buRFtnfgbSAB3I4PmA5hf { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:15.4375rem;top:4.6875rem;left:4.9375rem;overflow:hidden;display:none; }
#GvpkecQpR7XlSQSr8Hmd4xThKG2QR9xm { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:16.625rem;top:15.1875rem;left:9.8125rem;overflow:hidden;display:none; }
#Uf3TlTuv1G56apxTwqPOGBhOuVuyTDEt { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top: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:26.4375rem;width:42.3125rem;top:6.8125rem;left:8.78125rem;overflow:hidden;display:block; }
#PqKvLR4RESICAlemZMaBGr4MAUOlt9On { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:15rem;top:37.5625rem;left:8.78125rem;overflow:hidden;display:none; }
#eWa3EFBhuCoRqsSnT2TTF5Tu5sxSfB8T { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:12.5625rem;top:40.875rem;left:8.78125rem;overflow:hidden;display:none; }
#xde9eC522xGhdmolDX5Um8M2dQq5iZ5N { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:12.5625rem;top:40.875rem;left:24.65625rem;overflow:hidden;display:none; }
#WaKr3HkZm06AL9fH5h4C42agRreiPx7n { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:12.5625rem;top:40.875rem;left:39.34375rem;overflow:hidden;display:none; }
#dA78EXsxTyW055SUAbXuclPIpcuIXswH { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:12.5625rem;top:51.625rem;left:8.78125rem;overflow:hidden;display:none; }
#dhpcNDecPEZoyuVhksx8nlWtflNLySfA { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:12.5625rem;top:51.625rem;left:24.65625rem;overflow:hidden;display:none; }
#f2elIAa6BpUhdyaOims4bG7BX1C1SD67 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:12.5625rem;top:51.625rem;left:39.34375rem;overflow:hidden;display:none; }
#dQAIMWNNxaz9fzJVQFsI0LEzgVxG7mXm { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:12.5625rem;top:62.125rem;left:8.78125rem;overflow:hidden;display:none; }
#IGGohEO80AxaEKXTxnPZ5LuskWsL8uTv { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:12.5625rem;top:62.125rem;left:24.65625rem;overflow:hidden;display:none; }
#BThlkRSdU0vmWh1b7Gf8gUx7TdofhNLc { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:12.5625rem;top:62.1875rem;left:39.34375rem;overflow:hidden;display:none; }
#gqRkBFxExz9vHV7OZwICwBU15sRVbTiE { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:12.5625rem;top:72.875rem;left:8.78125rem;overflow:hidden;display:none; }
#W9wUdIwchAsMJWbfhdcGBzTuyTyDiKGH { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:12.5625rem;top:72.875rem;left:24.65625rem;overflow:hidden;display:none; }
#pCuZL9v9bu5PuRq986pBxlcAH6z6CpyV { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:11.3125rem;top:73.25rem;left:39.34375rem;overflow:hidden;display:none; }
#zzORTCT57UdNgHHJsV7fQDx417JHeTW4 { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:11.3125rem;top:83.25rem;left:8.78125rem;overflow:hidden;display:none; }
#FPn3UXi7Ss0wbs2bCv22v0fI0RCg14K5 { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:11.3125rem;top:83.25rem;left:24.34375rem;overflow:hidden;display:none; }
#uTCeMTsMACHx2gBfqJJp2KaETDTDTc3T { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:11.3125rem;top:83.25rem;left:39.34375rem;overflow:hidden;display:none; }
#drvOA2ezeIsnuKz2B0zI5i7WnNIvS5e0 { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:11.3125rem;top:93.625rem;left:8.78125rem;overflow:hidden;display:none; }
#FkCVOv34d2ooSm7EkQ3Tw1tWKZkrFGLr { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:11.3125rem;top:93.625rem;left:24.34375rem;overflow:hidden;display:none; }
#qOQeqELswNxBlsrZp03bM0xT9WA2t9Nv { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:11.3125rem;top:93.625rem;left:39.84375rem;overflow:hidden;display:none; }
#rIdt0vv7D05ED2GUsPcuNSipSGZayfwp { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:11.3125rem;top:102.5625rem;left:8.78125rem;overflow:hidden;display:none; }
#SppF1zMOtcAvhPc0Da8IZspvPzpiGbdB { position:absolute;display:block;z-index:15063;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:9.5625rem;top:102.5625rem;left:24.34375rem;overflow:hidden;display:none; }
#sxR3Lr5BQa5kgNeakU7MTxGlt5HtTgZA { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:9.5625rem;top:102.59375rem;left:39.34375rem;overflow:hidden;display:none; }
#hsUoQUakkoKEncArlHyr8a2rTcEtppV8 { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:9.5625rem;top:111.28125rem;left:8.78125rem;overflow:hidden;display:none; }
#udVNlPB8CfVgx208g6VUkuZdwhVh0HZw { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:9.5625rem;top:111.28125rem;left:20.09375rem;overflow:hidden;display:none; }
#ud0SrIeSr0m4wzbFnp468kaL3eDGH0Ty { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:9.5625rem;top:111.28125rem;left:30.96875rem;overflow:hidden;display:none; }
#z9swcmVDVUWPHCKBVNS1MMMPdIWwWVkF { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:9.5625rem;top:111.28125rem;left:41.59375rem;overflow:hidden;display:none; }
#HbuI6uGwTTvJLmQQzslTEzBLb8xRSnlP { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top: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:8.3125rem;top:119.46875rem;left:8.78125rem;overflow:hidden;display:none; }
#o2f0VqThSHNJXBILD19FAcaULDDlxp4T { position:absolute;display:block;z-index:15070;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:8.3125rem;top:119.46875rem;left:18.96875rem;overflow:hidden;display:none; }
#P17ht4tnJbJhClK02CvHXlNMpN9kIRZ8 { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:8.3125rem;top:120.21875rem;left:29.65625rem;overflow:hidden;display:none; }
#DFuByvDUBE1aLxg7r0ffa71nurzIzuQE { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:8.3125rem;top:120.21875rem;left:39.34375rem;overflow:hidden;display:none; }
#b4NkFUIN0I0c1dsePRTbP2zxZPIbfT6A { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:3.6875rem;top:119.8125rem;left:48.34375rem;overflow:hidden;display:none; }
#Rob2OGG9rq8bTzuw5LmTAMleKQrbO3cW { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3.6875rem;top:127.875rem;left:8.78125rem;overflow:hidden;display:none; }
#bez1uPEIvPAkDtfzcACe99uTivBX08dc { position:absolute;display:block;z-index:15075;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:3.6875rem;top:127.875rem;left:13.21875rem;overflow:hidden;display:none; }
#sQX4ciyZf78Tm2u3uLco0N0oxW0IMW4R { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:3.6875rem;top:128.0625rem;left:18.34375rem;overflow:hidden;display:none; }
#I8L0THDcL7ZkLJB4FBw7r5dypN0bxxew { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:3.6875rem;top:128.0625rem;left:24.34375rem;overflow:hidden;display:none; }
#gDs1o6qbG8aPhHS3FZGsxRNWT37lZIET { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:3.6875rem;top:128.0625rem;left:29.09375rem;overflow:hidden;display:none; }
#XGdPQwORVWrRM1Tk6WfOnacqQoJTibXw { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:3.6875rem;top:128.0625rem;left:33.59375rem;overflow:hidden;display:none; }
#ExwWGFkbaBBiyRuEZbrtwtEEU1ymDoeo { position:absolute;display:block;z-index:15080;border-bottom:0;border-left:0;border-right:0;border-top: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:6.6875rem;width:10.75rem;top:39.625rem;left:8.78125rem;overflow:hidden;display:none; }
#e7THNpFzGhrAJxazgRL981uNMSLAXUD7 { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top: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:6.6875rem;width:10.75rem;top:39.625rem;left:21.40625rem;overflow:hidden;display:none; }
#AzPxSzzFX9ZrlzTLdqZqM6X8XJnGxhMN { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top: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:6.6875rem;width:10.75rem;top:39.625rem;left:34.46875rem;overflow:hidden;display:none; }
#CqvLCXz0CdOlwx9fcaAX0RPp4btMw78f { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:10.75rem;top:39.625rem;left:46.84375rem;overflow:hidden;display:none; }
#Sg3zhwuSWPKOrlDqRgVPVsMeCWsXou6A { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:8.1875rem;top:48.625rem;left:8.84375rem;overflow:hidden;display:none; }
#cIbxdX1ZPXE4szk4rfUGIoWyRgEB6Qmn { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:8.1875rem;top:48.625rem;left:20.46875rem;overflow:hidden;display:none; }
#CMfzTZ1o5Gquo7t2ePwBTkcGwnRBcoMT { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:7.375rem;top:48.875rem;left:30.78125rem;overflow:hidden;display:none; }
#yacSzn8Pk98U1Akpg9nnLAnqZsaH4QOP { position:absolute;display:block;z-index:15087;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:6.375rem;top:48.875rem;left:40.46875rem;overflow:hidden;display:none; }
#BwXF64m1TkOeiBXdbx7OT1vVRODZEiou { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:6.375rem;top:48.625rem;left:48.685546875rem;overflow:hidden;display:none; }
#Et3hcrlezEmbNdVzZdVWVSQmBnfOGn3o { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:6.375rem;top:56.6875rem;left:8.78125rem;overflow:hidden;display:none; }
#FUq4oxgGuJbb1CMnSPsoUya9rhPdru4r { position:absolute;display:block;z-index:15090;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:6.375rem;top:56.6875rem;left:17.78125rem;overflow:hidden;display:none; }
#oPmVIL2u2ORznJTqyDxVz0TRbGDPy34b { position:absolute;display:block;z-index:15091;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:6.375rem;top:56.6875rem;left:25.84375rem;overflow:hidden;display:none; }
#ITa9HT5JxapMfW6Q91hFwzs9VFzy8U03 { position:absolute;display:block;z-index:15092;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:6.375rem;top:56.6875rem;left:34.15625rem;overflow:hidden;display:none; }
#uaiuykTJaUOkreHtKTh9haQilVAc8yVB { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:6.375rem;top:56.6875rem;left:42.373046875rem;overflow:hidden;display:none; }
#XT4CT1wexFf33PkBUUCJwQlp19Qv3SoI { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:6.375rem;top:56.6875rem;left:50.498046875rem;overflow:hidden;display:none; }
#u809HT8c1f3PtxgyEtPtsBnA8Lf83672 { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:6.375rem;top:63.5rem;left:8.78125rem;overflow:hidden;display:none; }
#LM6wo4BFyefaOeB94fWGDEAiWNcrJ7hR { position:absolute;display:block;z-index:15096;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:6.375rem;top:63.5rem;left:17.03125rem;overflow:hidden;display:none; }
#ftSATP0lml65fLEuVS6VnTEc3dNIhZqF { position:absolute;display:block;z-index:15097;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:6.375rem;top:63.5rem;left:24.46875rem;overflow:hidden;display:none; }
#KuxDJRIOrIeb0GkNWpr8NQQqwKJt2f1E { position:absolute;display:block;z-index:15098;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:6.0625rem;top:63.5rem;left:32.15625rem;overflow:hidden;display:none; }
#TT5FtLoX2Cwa1ONNKI621X4ll0Tx3xmc { position:absolute;display:block;z-index:15099;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:6.0625rem;top:63.5rem;left:39.84375rem;overflow:hidden;display:none; }
#P99ForhFiJHBAoTtcKTQqwTnV3TR5onf { position:absolute;display:block;z-index:15100;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:6.0625rem;top:63.75rem;left:46.84375rem;overflow:hidden;display:none; }
#tI8VLL6RzvRlvKItxPKhs9xJv9PN1nE1 { position:absolute;display:block;z-index:15101;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:6.0625rem;top:69.3125rem;left:8.78125rem;overflow:hidden;display:none; }
#sl981xe3pGLIOoSDpkfpVlBX7XpEXTwS { position:absolute;display:block;z-index:15102;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:6.0625rem;top:69.3125rem;left:17.03125rem;overflow:hidden;display:none; }
#ryJ3XMZvdl2oPn2iXqP7Fs65FwgcCpWg { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:5.6875rem;top:69.59375rem;left:24.78125rem;overflow:hidden;display:none; }
#fTdR50wHcybgrxgOr4rTpO94D2WAMQDP { position:absolute;display:block;z-index:15104;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:5.125rem;top:69.59375rem;left:32.15625rem;overflow:hidden;display:none; }
#F6QWrVJBEsCUetV6cm1mW0Dh7lCXWsxQ { position:absolute;display:block;z-index:15105;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:5.125rem;top:69.59375rem;left:38.96875rem;overflow:hidden;display:none; }
#Oa43Q0NllPvKTg5viOqABH4fsVFQJ89h { position:absolute;display:block;z-index:15106;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.125rem;top:69.59375rem;left:46.03125rem;overflow:hidden;display:none; }
#Me2B2aP4W0pD8bz07HeyXNha4B9TnP04 { position:absolute;display:block;z-index:15107;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:4.5625rem;top:69.75rem;left:52.53125rem;overflow:hidden;display:none; }
#kmETWhnnTlcWQAbWqpBFgcGxD45E1rbk { position:absolute;display:block;z-index:15108;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:4.5625rem;top:75.5rem;left:8.78125rem;overflow:hidden;display:none; }
#g4kxvlIsvlTvZqPpN5cVnrmGo72Zx6da { position:absolute;display:block;z-index:15109;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2rem;top:75.5rem;left:16.90625rem;overflow:hidden;display:none; }
#ECrGPlGGc2L8emTDtCTaBmuALu40DGtJ { position:absolute;display:block;z-index:15110;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:2rem;top:75.5rem;left:21.40625rem;overflow:hidden;display:none; }
#NaZkbWotUA7oDrp1xJKoR1eRehCo7S7c { position:absolute;display:block;z-index:15111;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:7.625rem;top:75.5rem;left:24.46875rem;overflow:hidden;display:none; }
#ehGWp66UCDiPX0JbeNAVyFo8wAcnrqOo { position:absolute;display:block;z-index:15112;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:7.625rem;top:75.5rem;left:33.53125rem;overflow:hidden;display:none; }
#aNSsSyqilIgwnhAcGWucPDXs2CXv1J9o { position:absolute;display:block;z-index:15113;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:7.625rem;top:75.5rem;left:42.373046875rem;overflow:hidden;display:none; }
#NBgqVZEUdpNUP7xMMi5vcqMm4b6Lm1bL { position:absolute;display:block;z-index:15114;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:7.625rem;top:81.4375rem;left:8.78125rem;overflow:hidden;display:none; }
#ya4mihKVTzWae0CsKdGoJ0qn9hmsptfR { position:absolute;display:block;z-index:15115;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:7.625rem;top:81.4375rem;left:18.28125rem;overflow:hidden;display:none; }
#U8tePyxKZRTumXpXqJULxn8zRpM7C84b { position:absolute;display:block;z-index:15116;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:2.9375rem;top:81.4375rem;left:27.90625rem;overflow:hidden;display:none; }
#Kc1GXBtRDuDFX4r43LLiaQ2XtGRbZM1b { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:2.9375rem;top:81.4375rem;left:33rem;overflow:hidden;display:none; }
#M5QmzZBN8J9CHfXoW833gNyrmbaOrnRK { position:absolute;display:block;z-index:15118;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:2.9375rem;top:81.5rem;left:38.375rem;overflow:hidden;display:none; }
#MayVyD9rZdK6KPS7AV6vTMO3im0B1Q35 { position:absolute;display:block;z-index:15119;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:2.9375rem;top:81.4375rem;left:43.96875rem;overflow:hidden;display:none; }
#dsx8XNh7Bbhqfg05WDOLxX4gksOxIz7R { position:absolute;display:block;z-index:15120;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:2.9375rem;top:81.4375rem;left:49.65625rem;overflow:hidden;display:none; }
#ydca885a6f1b7c9d71bcecaf25424968 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(40,40,40,0.1);box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ydca885a6f1b7c9d71bcecaf25424968.adaptive-delivery-prevent-bg, #ydca885a6f1b7c9d71bcecaf25424968.lazyload, #ydca885a6f1b7c9d71bcecaf25424968.lazyloading { background-image: none; }#ydca885a6f1b7c9d71bcecaf25424968 > .row .container { background-color: transparent; background-image: none; }#ydca885a6f1b7c9d71bcecaf25424968::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydca885a6f1b7c9d71bcecaf25424968 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydca885a6f1b7c9d71bcecaf25424968 > .row .container > .video-iframe-container { display: none; }#ydca885a6f1b7c9d71bcecaf25424968 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydca885a6f1b7c9d71bcecaf25424968 > .row > .video-iframe-container { display: none; }#ydca885a6f1b7c9d71bcecaf25424968 > .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); }#ydca885a6f1b7c9d71bcecaf25424968 > .row .container { border-width: 0; border-radius: 0; }#ydca885a6f1b7c9d71bcecaf25424968 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ydca885a6f1b7c9d71bcecaf25424968 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:23.625rem;width:60rem;overflow:visible;position:relative;display:block; }#da0072c642621b8cffcb15197f5f76c9 { 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:5rem;width:17.125rem;top:3.375rem;left:21.4375rem;overflow:hidden;display:block; }
#b12321fe9715ed44ed6874250be836b9 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.8125rem;left:0rem;height:9.5625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .row .container { background-color: transparent; background-image: none; }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .row .container > .video-iframe-container { display: none; }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .row > .video-iframe-container { display: none; }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .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); }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .row .container { border-width: 0; border-radius: 0; }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:60rem;position:relative;display:block; }#lAGnL1v6ppgDioS2SSKG5OZczvIuBE76 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.802734375rem;left:19.375rem;height:5.199225rem;text-align:center;text-align-last:center;display:block; }
#IJNo6RyIyVF0mPNelTlaTpkN9cLyubQl { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:32.9375rem;left:29rem;display:block; }
#u7T5BPqfzDOIgfEzAAGZ820zqxRQH4GP { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:11.8076171875rem;left:18.46875rem;height:19.1953375rem;text-align:center;text-align-last:center;display:block; }
#t6W98fTSRahAqduh3uWmM9cgprVF80Tm { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:38.5rem;left:14.75rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KMTGoMF3sT9Mw7yr3CBW0RfqBIUzSHVN { display:block; }#KMTGoMF3sT9Mw7yr3CBW0RfqBIUzSHVN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUPTKJ4U0SiX64rnCha73ncyb8U4IsQE { top:0.4375rem;left:45.6875rem;width:2.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL { display:block; }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTpvVLuhlIuR7TzyP6RP9dxqhnfPKmEl { display:block; }#GTpvVLuhlIuR7TzyP6RP9dxqhnfPKmEl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izOHw7cVgVcggZxd7HwgQpbqy7G82kLO { top:1.5625rem;left:7.875rem;width:9.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCx4etSJUGWI8b3JDIIUwwxn71b4uiAM { top:1.5625rem;left:18.96875rem;width:9.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbEc6PmNWzSvkboiKCB2DktINBF4noy6 { top:1.625rem;left:29.90625rem;width:10.5625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk9thWE0Wd4IQOIeA1LZH0RhxQJb2Ay6 { top:1.75rem;left:38.1875rem;width:9.5625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbEAnHEqHAqE4HpT4vog8V1JW6x2LHk1 { top:9.125rem;left:0rem;width:9.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaxdHhuFnLwAR3n6Oy4v3a53y38Jf2qu { top:9.125rem;left:7.8125rem;width:9.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFuATBRyTBdsRNxAdWh6kcJTtIBdClMT { top:9.125rem;left:18.96875rem;width:4.3125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSNMymbWTECfG8HTor9W7fAlFyFqbzRo { top:9.1875rem;left:29.90625rem;width:4.3125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2QZrClebSOu9Qcl9Uw5ueWPsAzAHRcQ { top:9.125rem;left:37.9375rem;width:9.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbmDtxUNHkOd2y91mcsVLJN8IXlXt8xb { width:47.75rem;height:;top:2.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cemHf0dDGdu3PuGOqwbOA1MRiVGnpNat { width:47.75rem;height:;top:34.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsEKo4Ngrt5TCx6knzEfTuGNsKgqrXTk { top:37.8125rem;left:0rem;width:9.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRssANRSNn2tHIqJJcc3Csa8xnENVr5v { top:37.8125rem;left:9.375rem;width:9.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #segcEOuqrtbz04Xgkktah4uR8KRRyF5I { top:37.8125rem;left:19.9375rem;width:9.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6Zu4DqpNaq13UrfqPyDlNidtJDcA3lp { top:37.8125rem;left:30.3125rem;width:9.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGmT88aLlhlvu52WgKuhvetCXPV4wW6w { top:37.8125rem;left:40.75rem;width:4.375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG3XwDqygzTeMbIucpNKdMFm3rFTGEZc { top:45.25rem;left:0rem;width:9.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAKpH83ztBPhTVNkxaaCSkrv8FSGIlAr { top:45.25rem;left:9.375rem;width:9.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGospRiwTaCiTkrafpkBETsRZ4RSMegE { top:45.25rem;left:19.9375rem;width:9.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p16L7TWR3f3UTb5qhqZRR1TRXEJeRADD { top:45.25rem;left:30.3125rem;width:8.5625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3W2PBVz7xkvLTJtQSd3WvlznmheOzf1 { top:45.25rem;left:37.9375rem;width:9.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVzidGFm07pFmtdXyT7GemxSLIqiFMtz { top:52.3125rem;left:0rem;width:9.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA62nCiGNfWxUza0rbToNpkvqn7ufhw3 { top:52.3125rem;left:9.375rem;width:9.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyOD75Fg1TZsRddsFryJXTvZUJTabtQP { top:52.3125rem;left:19.9375rem;width:9.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODIiByw3u95F08gz1G5KT3TeSBmqDGQV { top:52.3125rem;left:30.3125rem;width:9.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3boo6TNCm8tza2TPg7bpCu2vRzxImZt { top:52.3125rem;left:37.9375rem;width:9.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7Xr6V2sFeDluuhpEP0bGnT4xXC7dcNq { top:59.5625rem;left:0rem;width:9.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRpNFvoHk3krbEePswzzEGDm6T4OkF2d { top:59.5625rem;left:9.375rem;width:9.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQENODMXHUgn9ODR8rcqrAHArAwNBMlw { top:59.5625rem;left:19.9375rem;width:9.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S74TFLIyJFdFRf2AFWX8pSaclgbodTx8 { top:59.5625rem;left:30.3125rem;width:9.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwMNAKtWUrTlPl1yJtTsBeFf6TsmONCC { top:59.5625rem;left:37.9375rem;width:9.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZWpxAeJ2nZW6xWLOBfMn7GUnJrpGywQ { width:47.75rem;height:0;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvBGTxhpCT3buRFtnfgbSAB3I4PmA5hf { top:4.6875rem;left:0rem;width:15.4375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvpkecQpR7XlSQSr8Hmd4xThKG2QR9xm { top:15.1875rem;left:3.6875rem;width:16.625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf3TlTuv1G56apxTwqPOGBhOuVuyTDEt { top:6.8125rem;left:2.65625rem;width:42.3125rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqKvLR4RESICAlemZMaBGr4MAUOlt9On { top:37.5625rem;left:0rem;width:15rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWa3EFBhuCoRqsSnT2TTF5Tu5sxSfB8T { top:40.875rem;left:2.65625rem;width:12.5625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xde9eC522xGhdmolDX5Um8M2dQq5iZ5N { top:40.875rem;left:18.53125rem;width:12.5625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaKr3HkZm06AL9fH5h4C42agRreiPx7n { top:40.875rem;left:33.21875rem;width:12.5625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA78EXsxTyW055SUAbXuclPIpcuIXswH { top:51.625rem;left:2.65625rem;width:12.5625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhpcNDecPEZoyuVhksx8nlWtflNLySfA { top:51.625rem;left:18.53125rem;width:12.5625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2elIAa6BpUhdyaOims4bG7BX1C1SD67 { top:51.625rem;left:33.21875rem;width:12.5625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQAIMWNNxaz9fzJVQFsI0LEzgVxG7mXm { top:62.125rem;left:2.65625rem;width:12.5625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGGohEO80AxaEKXTxnPZ5LuskWsL8uTv { top:62.125rem;left:18.53125rem;width:12.5625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BThlkRSdU0vmWh1b7Gf8gUx7TdofhNLc { top:62.1875rem;left:33.21875rem;width:12.5625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqRkBFxExz9vHV7OZwICwBU15sRVbTiE { top:72.875rem;left:2.65625rem;width:12.5625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9wUdIwchAsMJWbfhdcGBzTuyTyDiKGH { top:72.875rem;left:18.53125rem;width:12.5625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCuZL9v9bu5PuRq986pBxlcAH6z6CpyV { top:73.25rem;left:33.21875rem;width:11.3125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzORTCT57UdNgHHJsV7fQDx417JHeTW4 { top:83.25rem;left:2.65625rem;width:11.3125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPn3UXi7Ss0wbs2bCv22v0fI0RCg14K5 { top:83.25rem;left:18.21875rem;width:11.3125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTCeMTsMACHx2gBfqJJp2KaETDTDTc3T { top:83.25rem;left:33.21875rem;width:11.3125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drvOA2ezeIsnuKz2B0zI5i7WnNIvS5e0 { top:93.625rem;left:2.65625rem;width:11.3125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkCVOv34d2ooSm7EkQ3Tw1tWKZkrFGLr { top:93.625rem;left:18.21875rem;width:11.3125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOQeqELswNxBlsrZp03bM0xT9WA2t9Nv { top:93.625rem;left:33.71875rem;width:11.3125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIdt0vv7D05ED2GUsPcuNSipSGZayfwp { top:102.5625rem;left:2.65625rem;width:11.3125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #SppF1zMOtcAvhPc0Da8IZspvPzpiGbdB { top:102.5625rem;left:18.21875rem;width:9.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxR3Lr5BQa5kgNeakU7MTxGlt5HtTgZA { top:102.5625rem;left:33.21875rem;width:9.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsUoQUakkoKEncArlHyr8a2rTcEtppV8 { top:111.25rem;left:2.65625rem;width:9.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udVNlPB8CfVgx208g6VUkuZdwhVh0HZw { top:111.25rem;left:13.96875rem;width:9.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud0SrIeSr0m4wzbFnp468kaL3eDGH0Ty { top:111.25rem;left:24.84375rem;width:9.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9swcmVDVUWPHCKBVNS1MMMPdIWwWVkF { top:111.25rem;left:35.46875rem;width:9.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbuI6uGwTTvJLmQQzslTEzBLb8xRSnlP { top:119.4375rem;left:2.65625rem;width:8.3125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2f0VqThSHNJXBILD19FAcaULDDlxp4T { top:119.4375rem;left:12.84375rem;width:8.3125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P17ht4tnJbJhClK02CvHXlNMpN9kIRZ8 { top:120.1875rem;left:23.53125rem;width:8.3125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFuByvDUBE1aLxg7r0ffa71nurzIzuQE { top:120.1875rem;left:33.21875rem;width:8.3125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4NkFUIN0I0c1dsePRTbP2zxZPIbfT6A { top:119.8125rem;left:39.4375rem;width:3.6875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rob2OGG9rq8bTzuw5LmTAMleKQrbO3cW { top:127.875rem;left:2.65625rem;width:3.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bez1uPEIvPAkDtfzcACe99uTivBX08dc { top:127.875rem;left:7.09375rem;width:3.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQX4ciyZf78Tm2u3uLco0N0oxW0IMW4R { top:128.0625rem;left:12.21875rem;width:3.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8L0THDcL7ZkLJB4FBw7r5dypN0bxxew { top:128.0625rem;left:18.21875rem;width:3.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDs1o6qbG8aPhHS3FZGsxRNWT37lZIET { top:128.0625rem;left:22.96875rem;width:3.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGdPQwORVWrRM1Tk6WfOnacqQoJTibXw { top:128.0625rem;left:27.46875rem;width:3.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExwWGFkbaBBiyRuEZbrtwtEEU1ymDoeo { top:39.625rem;left:2.65625rem;width:10.75rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7THNpFzGhrAJxazgRL981uNMSLAXUD7 { top:39.625rem;left:15.28125rem;width:10.75rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzPxSzzFX9ZrlzTLdqZqM6X8XJnGxhMN { top:39.625rem;left:28.34375rem;width:10.75rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqvLCXz0CdOlwx9fcaAX0RPp4btMw78f { top:39.625rem;left:37rem;width:10.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg3zhwuSWPKOrlDqRgVPVsMeCWsXou6A { top:48.625rem;left:2.71875rem;width:8.1875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIbxdX1ZPXE4szk4rfUGIoWyRgEB6Qmn { top:48.625rem;left:14.34375rem;width:8.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMfzTZ1o5Gquo7t2ePwBTkcGwnRBcoMT { top:48.875rem;left:24.65625rem;width:7.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yacSzn8Pk98U1Akpg9nnLAnqZsaH4QOP { top:48.875rem;left:34.34375rem;width:6.375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwXF64m1TkOeiBXdbx7OT1vVRODZEiou { top:48.625rem;left:41.375rem;width:6.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et3hcrlezEmbNdVzZdVWVSQmBnfOGn3o { top:56.6875rem;left:2.65625rem;width:6.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUq4oxgGuJbb1CMnSPsoUya9rhPdru4r { top:56.6875rem;left:11.65625rem;width:6.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPmVIL2u2ORznJTqyDxVz0TRbGDPy34b { top:56.6875rem;left:19.71875rem;width:6.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITa9HT5JxapMfW6Q91hFwzs9VFzy8U03 { top:56.6875rem;left:28.03125rem;width:6.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaiuykTJaUOkreHtKTh9haQilVAc8yVB { top:56.6875rem;left:36.248046875rem;width:6.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT4CT1wexFf33PkBUUCJwQlp19Qv3SoI { top:56.6875rem;left:41.375rem;width:6.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u809HT8c1f3PtxgyEtPtsBnA8Lf83672 { top:63.5rem;left:2.65625rem;width:6.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM6wo4BFyefaOeB94fWGDEAiWNcrJ7hR { top:63.5rem;left:10.90625rem;width:6.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftSATP0lml65fLEuVS6VnTEc3dNIhZqF { top:63.5rem;left:18.34375rem;width:6.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuxDJRIOrIeb0GkNWpr8NQQqwKJt2f1E { top:63.5rem;left:26.03125rem;width:6.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5FtLoX2Cwa1ONNKI621X4ll0Tx3xmc { top:63.5rem;left:33.71875rem;width:6.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P99ForhFiJHBAoTtcKTQqwTnV3TR5onf { top:63.75rem;left:40.71875rem;width:6.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI8VLL6RzvRlvKItxPKhs9xJv9PN1nE1 { top:69.3125rem;left:2.65625rem;width:6.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl981xe3pGLIOoSDpkfpVlBX7XpEXTwS { top:69.3125rem;left:10.90625rem;width:6.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryJ3XMZvdl2oPn2iXqP7Fs65FwgcCpWg { top:69.5625rem;left:18.65625rem;width:5.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTdR50wHcybgrxgOr4rTpO94D2WAMQDP { top:69.5625rem;left:26.03125rem;width:5.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6QWrVJBEsCUetV6cm1mW0Dh7lCXWsxQ { top:69.5625rem;left:32.84375rem;width:5.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa43Q0NllPvKTg5viOqABH4fsVFQJ89h { top:69.5625rem;left:39.90625rem;width:5.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me2B2aP4W0pD8bz07HeyXNha4B9TnP04 { top:69.75rem;left:42.625rem;width:4.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmETWhnnTlcWQAbWqpBFgcGxD45E1rbk { top:75.5rem;left:2.65625rem;width:4.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4kxvlIsvlTvZqPpN5cVnrmGo72Zx6da { top:75.5rem;left:10.78125rem;width:2rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECrGPlGGc2L8emTDtCTaBmuALu40DGtJ { top:75.5rem;left:15.28125rem;width:2rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaZkbWotUA7oDrp1xJKoR1eRehCo7S7c { top:75.5rem;left:18.34375rem;width:7.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehGWp66UCDiPX0JbeNAVyFo8wAcnrqOo { top:75.5rem;left:27.40625rem;width:7.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNSsSyqilIgwnhAcGWucPDXs2CXv1J9o { top:75.5rem;left:36.248046875rem;width:7.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBgqVZEUdpNUP7xMMi5vcqMm4b6Lm1bL { top:81.4375rem;left:2.65625rem;width:7.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya4mihKVTzWae0CsKdGoJ0qn9hmsptfR { top:81.4375rem;left:12.15625rem;width:7.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8tePyxKZRTumXpXqJULxn8zRpM7C84b { top:81.4375rem;left:21.78125rem;width:2.9375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc1GXBtRDuDFX4r43LLiaQ2XtGRbZM1b { top:81.4375rem;left:26.875rem;width:2.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5QmzZBN8J9CHfXoW833gNyrmbaOrnRK { top:81.5rem;left:32.25rem;width:2.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MayVyD9rZdK6KPS7AV6vTMO3im0B1Q35 { top:81.4375rem;left:37.84375rem;width:2.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsx8XNh7Bbhqfg05WDOLxX4gksOxIz7R { top:81.4375rem;left:43.53125rem;width:2.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydca885a6f1b7c9d71bcecaf25424968 { display:block; }#ydca885a6f1b7c9d71bcecaf25424968 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #da0072c642621b8cffcb15197f5f76c9 { width:17.125rem;height:5rem;top:3.375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b12321fe9715ed44ed6874250be836b9 { width:47.75rem;height:;top:10.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM { display:block; }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAGnL1v6ppgDioS2SSKG5OZczvIuBE76 { width:21.1875rem;height:5.1875rem;top:2.75rem;left:13.2490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJNo6RyIyVF0mPNelTlaTpkN9cLyubQl { top:32.9375rem;left:22.875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7T5BPqfzDOIgfEzAAGZ820zqxRQH4GP { top:11.75rem;left:12.34375rem;width:23.0625rem;height:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6W98fTSRahAqduh3uWmM9cgprVF80Tm { top:38.5rem;left:8.625rem;width:30.5625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KMTGoMF3sT9Mw7yr3CBW0RfqBIUzSHVN { display:block; }#KMTGoMF3sT9Mw7yr3CBW0RfqBIUzSHVN > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUPTKJ4U0SiX64rnCha73ncyb8U4IsQE { width:2.0625rem;height:1.25rem;top:0.625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL { background-color:#08132f;background-image:url("https://images.assets-landingi.com/uc/83e3352b-bc5b-4bd3-86a9-819ed2d4ceb3/20lecie_SDCM_banner_1200x800_24_02_25_UK.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL.adaptive-delivery-prevent-bg, #p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL.lazyload, #p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL.lazyloading { background-image: none; }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row .container { background-color: transparent; background-image: none; }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row .container > .video-iframe-container { display: none; }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row > .video-iframe-container { display: none; }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .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); }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row .container { border-width: 0; border-radius: 0; }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p4P9ZLnIMTdCaGN065pyXJ3u9SSJ8VoL > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTpvVLuhlIuR7TzyP6RP9dxqhnfPKmEl { display:block; }#GTpvVLuhlIuR7TzyP6RP9dxqhnfPKmEl > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izOHw7cVgVcggZxd7HwgQpbqy7G82kLO { width:9.6875rem;height:6.0625rem;top:8.5625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCx4etSJUGWI8b3JDIIUwwxn71b4uiAM { width:9.6875rem;height:6.0625rem;top:1.25rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbEc6PmNWzSvkboiKCB2DktINBF4noy6 { width:10.5625rem;height:5.875rem;top:15.875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xk9thWE0Wd4IQOIeA1LZH0RhxQJb2Ay6 { width:9.5625rem;height:5.875rem;top:25.9375rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbEAnHEqHAqE4HpT4vog8V1JW6x2LHk1 { width:9.6875rem;height:6.0625rem;top:40.375rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaxdHhuFnLwAR3n6Oy4v3a53y38Jf2qu { width:9.6875rem;height:6.0625rem;top:33.0625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFuATBRyTBdsRNxAdWh6kcJTtIBdClMT { width:4.3125rem;height:6.0625rem;top:28.25rem;left:15.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSNMymbWTECfG8HTor9W7fAlFyFqbzRo { width:4.3125rem;height:6.0625rem;top:37.125rem;left:15.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2QZrClebSOu9Qcl9Uw5ueWPsAzAHRcQ { width:9.6875rem;height:6.0625rem;top:33.0625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbmDtxUNHkOd2y91mcsVLJN8IXlXt8xb { width:20rem;height:1.6875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cemHf0dDGdu3PuGOqwbOA1MRiVGnpNat { width:20rem;height:1.3125rem;top:18.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsEKo4Ngrt5TCx6knzEfTuGNsKgqrXTk { width:9.8125rem;height:6.125rem;top:21.4375rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRssANRSNn2tHIqJJcc3Csa8xnENVr5v { width:9.8125rem;height:6.125rem;top:28.8125rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #segcEOuqrtbz04Xgkktah4uR8KRRyF5I { width:9.8125rem;height:6.125rem;top:36.1875rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6Zu4DqpNaq13UrfqPyDlNidtJDcA3lp { width:9.8125rem;height:6.125rem;top:43.5625rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGmT88aLlhlvu52WgKuhvetCXPV4wW6w { width:4.375rem;height:6.125rem;top:50.9375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FG3XwDqygzTeMbIucpNKdMFm3rFTGEZc { width:9.8125rem;height:6.125rem;top:58.3125rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAKpH83ztBPhTVNkxaaCSkrv8FSGIlAr { width:9.8125rem;height:5.5rem;top:65.6875rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGospRiwTaCiTkrafpkBETsRZ4RSMegE { width:9.8125rem;height:6.125rem;top:72.4375rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p16L7TWR3f3UTb5qhqZRR1TRXEJeRADD { width:8.5625rem;height:6.125rem;top:79.8125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3W2PBVz7xkvLTJtQSd3WvlznmheOzf1 { width:9.8125rem;height:6.125rem;top:87.1875rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVzidGFm07pFmtdXyT7GemxSLIqiFMtz { width:9.8125rem;height:5.5rem;top:94.5625rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TA62nCiGNfWxUza0rbToNpkvqn7ufhw3 { width:9.8125rem;height:6.125rem;top:101.3125rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyOD75Fg1TZsRddsFryJXTvZUJTabtQP { width:9.8125rem;height:5.5rem;top:108.6875rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODIiByw3u95F08gz1G5KT3TeSBmqDGQV { width:9.8125rem;height:6.125rem;top:115.4375rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3boo6TNCm8tza2TPg7bpCu2vRzxImZt { width:9.8125rem;height:6.125rem;top:122.8125rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7Xr6V2sFeDluuhpEP0bGnT4xXC7dcNq { width:9.8125rem;height:6.125rem;top:130.1875rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRpNFvoHk3krbEePswzzEGDm6T4OkF2d { width:9.8125rem;height:6.125rem;top:137.5625rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQENODMXHUgn9ODR8rcqrAHArAwNBMlw { width:9.8125rem;height:6.125rem;top:144.9375rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S74TFLIyJFdFRf2AFWX8pSaclgbodTx8 { width:9.8125rem;height:6.125rem;top:152.3125rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwMNAKtWUrTlPl1yJtTsBeFf6TsmONCC { width:9.8125rem;height:6.125rem;top:159.6875rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZWpxAeJ2nZW6xWLOBfMn7GUnJrpGywQ { width:20rem;height:0.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvBGTxhpCT3buRFtnfgbSAB3I4PmA5hf { width:15.4375rem;height:9.625rem;top:4.6875rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvpkecQpR7XlSQSr8Hmd4xThKG2QR9xm { width:16.625rem;height:10.25rem;top:29.8125rem;left:1.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uf3TlTuv1G56apxTwqPOGBhOuVuyTDEt { width:20rem;height:12.4375rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqKvLR4RESICAlemZMaBGr4MAUOlt9On { width:15rem;height:9.375rem;top:37.5625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWa3EFBhuCoRqsSnT2TTF5Tu5sxSfB8T { width:12.5625rem;height:7.8125rem;top:40.875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xde9eC522xGhdmolDX5Um8M2dQq5iZ5N { width:12.5625rem;height:7.8125rem;top:21.4375rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WaKr3HkZm06AL9fH5h4C42agRreiPx7n { width:12.5625rem;height:7.8125rem;top:30.5rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dA78EXsxTyW055SUAbXuclPIpcuIXswH { width:12.5625rem;height:7.8125rem;top:39.5625rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhpcNDecPEZoyuVhksx8nlWtflNLySfA { width:12.5625rem;height:7.8125rem;top:48.625rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2elIAa6BpUhdyaOims4bG7BX1C1SD67 { width:12.5625rem;height:7.8125rem;top:57.6875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQAIMWNNxaz9fzJVQFsI0LEzgVxG7mXm { width:12.5625rem;height:7.8125rem;top:66.75rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGGohEO80AxaEKXTxnPZ5LuskWsL8uTv { width:12.5625rem;height:7.8125rem;top:75.8125rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BThlkRSdU0vmWh1b7Gf8gUx7TdofhNLc { width:12.5625rem;height:7.8125rem;top:84.875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqRkBFxExz9vHV7OZwICwBU15sRVbTiE { width:12.5625rem;height:7.8125rem;top:21.4375rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9wUdIwchAsMJWbfhdcGBzTuyTyDiKGH { width:12.5625rem;height:7.0625rem;top:30.5rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCuZL9v9bu5PuRq986pBxlcAH6z6CpyV { width:11.3125rem;height:7.0625rem;top:38.8125rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzORTCT57UdNgHHJsV7fQDx417JHeTW4 { width:11.3125rem;height:7.0625rem;top:47.125rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPn3UXi7Ss0wbs2bCv22v0fI0RCg14K5 { width:11.3125rem;height:7.0625rem;top:55.4375rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTCeMTsMACHx2gBfqJJp2KaETDTDTc3T { width:11.3125rem;height:7.0625rem;top:63.75rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #drvOA2ezeIsnuKz2B0zI5i7WnNIvS5e0 { width:11.3125rem;height:7.0625rem;top:72.0625rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FkCVOv34d2ooSm7EkQ3Tw1tWKZkrFGLr { width:11.3125rem;height:7.0625rem;top:80.375rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOQeqELswNxBlsrZp03bM0xT9WA2t9Nv { width:11.3125rem;height:7.0625rem;top:88.6875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rIdt0vv7D05ED2GUsPcuNSipSGZayfwp { width:11.3125rem;height:6rem;top:97rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SppF1zMOtcAvhPc0Da8IZspvPzpiGbdB { width:9.5625rem;height:5.9375rem;top:104.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxR3Lr5BQa5kgNeakU7MTxGlt5HtTgZA { width:9.5625rem;height:5.9375rem;top:111.4375rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsUoQUakkoKEncArlHyr8a2rTcEtppV8 { width:9.5625rem;height:5.9375rem;top:118.625rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #udVNlPB8CfVgx208g6VUkuZdwhVh0HZw { width:9.5625rem;height:5.9375rem;top:125.8125rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ud0SrIeSr0m4wzbFnp468kaL3eDGH0Ty { width:9.5625rem;height:5.9375rem;top:133rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9swcmVDVUWPHCKBVNS1MMMPdIWwWVkF { width:9.5625rem;height:5.9375rem;top:140.1875rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HbuI6uGwTTvJLmQQzslTEzBLb8xRSnlP { width:8.3125rem;height:5.875rem;top:147.375rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o2f0VqThSHNJXBILD19FAcaULDDlxp4T { width:8.3125rem;height:5.1875rem;top:154.5rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P17ht4tnJbJhClK02CvHXlNMpN9kIRZ8 { width:8.3125rem;height:5.1875rem;top:160.9375rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFuByvDUBE1aLxg7r0ffa71nurzIzuQE { width:8.3125rem;height:5.1875rem;top:167.375rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4NkFUIN0I0c1dsePRTbP2zxZPIbfT6A { width:3.6875rem;height:5.1875rem;top:173.8125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rob2OGG9rq8bTzuw5LmTAMleKQrbO3cW { width:3.6875rem;height:2.625rem;top:180.25rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bez1uPEIvPAkDtfzcACe99uTivBX08dc { width:3.6875rem;height:2.25rem;top:184.125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQX4ciyZf78Tm2u3uLco0N0oxW0IMW4R { width:3.6875rem;height:2.25rem;top:187.625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8L0THDcL7ZkLJB4FBw7r5dypN0bxxew { width:3.6875rem;height:2.25rem;top:191.125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDs1o6qbG8aPhHS3FZGsxRNWT37lZIET { width:3.6875rem;height:2.25rem;top:194.625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGdPQwORVWrRM1Tk6WfOnacqQoJTibXw { width:3.6875rem;height:2.25rem;top:198.125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExwWGFkbaBBiyRuEZbrtwtEEU1ymDoeo { width:10.75rem;height:6.6875rem;top:39.625rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7THNpFzGhrAJxazgRL981uNMSLAXUD7 { width:10.75rem;height:6.6875rem;top:21.4375rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzPxSzzFX9ZrlzTLdqZqM6X8XJnGxhMN { width:10.75rem;height:6.6875rem;top:29.375rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqvLCXz0CdOlwx9fcaAX0RPp4btMw78f { width:10.75rem;height:5.125rem;top:37.3125rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sg3zhwuSWPKOrlDqRgVPVsMeCWsXou6A { width:8.1875rem;height:5.0625rem;top:48.625rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIbxdX1ZPXE4szk4rfUGIoWyRgEB6Qmn { width:8.1875rem;height:4.5625rem;top:43.6875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMfzTZ1o5Gquo7t2ePwBTkcGwnRBcoMT { width:7.375rem;height:4.5625rem;top:49.5rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yacSzn8Pk98U1Akpg9nnLAnqZsaH4QOP { width:6.375rem;height:4.5rem;top:48.875rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwXF64m1TkOeiBXdbx7OT1vVRODZEiou { width:6.375rem;height:3.9375rem;top:55.3125rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Et3hcrlezEmbNdVzZdVWVSQmBnfOGn3o { width:6.375rem;height:3.9375rem;top:56.6875rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUq4oxgGuJbb1CMnSPsoUya9rhPdru4r { width:6.375rem;height:3.9375rem;top:60.5rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPmVIL2u2ORznJTqyDxVz0TRbGDPy34b { width:6.375rem;height:3.9375rem;top:56.6875rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITa9HT5JxapMfW6Q91hFwzs9VFzy8U03 { width:6.375rem;height:3.9375rem;top:65.6875rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uaiuykTJaUOkreHtKTh9haQilVAc8yVB { width:6.375rem;height:3.9375rem;top:56.6875rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XT4CT1wexFf33PkBUUCJwQlp19Qv3SoI { width:6.375rem;height:3.9375rem;top:70.875rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u809HT8c1f3PtxgyEtPtsBnA8Lf83672 { width:6.375rem;height:3.9375rem;top:63.5rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LM6wo4BFyefaOeB94fWGDEAiWNcrJ7hR { width:6.375rem;height:3.9375rem;top:63.5rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ftSATP0lml65fLEuVS6VnTEc3dNIhZqF { width:6.375rem;height:3.9375rem;top:63.5rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuxDJRIOrIeb0GkNWpr8NQQqwKJt2f1E { width:6.0625rem;height:3.9375rem;top:63.5rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT5FtLoX2Cwa1ONNKI621X4ll0Tx3xmc { width:6.0625rem;height:3.75rem;top:63.5rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P99ForhFiJHBAoTtcKTQqwTnV3TR5onf { width:6.0625rem;height:3.75rem;top:63.75rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tI8VLL6RzvRlvKItxPKhs9xJv9PN1nE1 { width:6.0625rem;height:3.75rem;top:76.0625rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sl981xe3pGLIOoSDpkfpVlBX7XpEXTwS { width:6.0625rem;height:3.1875rem;top:81.0625rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryJ3XMZvdl2oPn2iXqP7Fs65FwgcCpWg { width:5.6875rem;height:3.1875rem;top:69.5625rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTdR50wHcybgrxgOr4rTpO94D2WAMQDP { width:5.125rem;height:3.1875rem;top:85.5rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6QWrVJBEsCUetV6cm1mW0Dh7lCXWsxQ { width:5.125rem;height:3.1875rem;top:89.9375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oa43Q0NllPvKTg5viOqABH4fsVFQJ89h { width:5.125rem;height:2.875rem;top:69.5625rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Me2B2aP4W0pD8bz07HeyXNha4B9TnP04 { width:4.5625rem;height:2.8125rem;top:94.375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmETWhnnTlcWQAbWqpBFgcGxD45E1rbk { width:4.5625rem;height:2.8125rem;top:75.5rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4kxvlIsvlTvZqPpN5cVnrmGo72Zx6da { width:2rem;height:2.8125rem;top:75.5rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECrGPlGGc2L8emTDtCTaBmuALu40DGtJ { width:2rem;height:1.25rem;top:98.4375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NaZkbWotUA7oDrp1xJKoR1eRehCo7S7c { width:7.625rem;height:4.75rem;top:98.4375rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehGWp66UCDiPX0JbeNAVyFo8wAcnrqOo { width:7.625rem;height:4.75rem;top:104.4375rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNSsSyqilIgwnhAcGWucPDXs2CXv1J9o { width:7.625rem;height:4.75rem;top:75.5rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBgqVZEUdpNUP7xMMi5vcqMm4b6Lm1bL { width:7.625rem;height:4.75rem;top:81.4375rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ya4mihKVTzWae0CsKdGoJ0qn9hmsptfR { width:7.625rem;height:4.75rem;top:110.4375rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8tePyxKZRTumXpXqJULxn8zRpM7C84b { width:2.9375rem;height:4.75rem;top:81.4375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kc1GXBtRDuDFX4r43LLiaQ2XtGRbZM1b { width:2.9375rem;height:1.8125rem;top:116.4375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5QmzZBN8J9CHfXoW833gNyrmbaOrnRK { width:2.9375rem;height:1.8125rem;top:119.5rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MayVyD9rZdK6KPS7AV6vTMO3im0B1Q35 { width:2.9375rem;height:1.8125rem;top:81.4375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsx8XNh7Bbhqfg05WDOLxX4gksOxIz7R { width:2.9375rem;height:1.8125rem;top:122.5625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydca885a6f1b7c9d71bcecaf25424968 { display:block; }#ydca885a6f1b7c9d71bcecaf25424968 > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #da0072c642621b8cffcb15197f5f76c9 { width:15.5625rem;height:4.5625rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b12321fe9715ed44ed6874250be836b9 { width:20rem;height:27.09375rem;top:7.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM { position:relative;z-index:auto;background-color:#0d1721;background-image:none;display:block; }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .row .container { background-color: transparent; background-image: none; }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .row .container > .video-iframe-container { display: none; }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .row > .video-iframe-container { display: none; }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .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); }#k0Xlsbwm0ryqESx4iUMW7aPOmXUaCOmM > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAGnL1v6ppgDioS2SSKG5OZczvIuBE76 { width:16.9375rem;height:7.79883125rem;top:1.5625rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJNo6RyIyVF0mPNelTlaTpkN9cLyubQl { width:2rem;height:2rem;top:35.4375rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7T5BPqfzDOIgfEzAAGZ820zqxRQH4GP { width:20rem;height:19.1953375rem;top:12.943359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6W98fTSRahAqduh3uWmM9cgprVF80Tm { width:19.999rem;height:2.798825rem;top:38.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }