.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:254,245,217;--color-primary-1:253,221,128;--color-primary-2:251,187,0;--color-primary-3:126,94,0;--color-primary-4:38,28,0;--color-secondary-0:217,245,221;--color-secondary-1:128,221,141;--color-secondary-2:0,186,26;--color-secondary-3:0,93,13;--color-secondary-4:0,28,4;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/IpUaDvsX/bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:60rem;overflow:visible;position:relative;display:block; }#HTzZUiieK0t06ubROF66dLONJr1VUQih { color:rgba(var(--color-tertiary-4),1);display:block;width:36.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.4375rem;left:11.96875rem;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#JceKG0CIReLaJEgUIZQVTv0gmO6ze4oL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5625rem;width:40.3125rem;top:19.125rem;left:9.84375rem;display:block; }
#QbUrDARfWNmzUTTyi6OraSGcVgsxn8xR { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:43.75rem;left:19.6875rem;display:block; }
#SeLHp1pwfmAEU0O3EoOgiRJOwTwZJ9ek { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qC0bKO25cyAMNZT4BFPgbSKwmI208Rz0 { 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:3.0625rem;width:13.5625rem;top:2rem;left:23.21875rem;overflow:hidden;display:block; }
#MrrHPQXMCeTNHkCluuiUg9ZU3FOQeRS8 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.5625rem;left:11.3125rem;height:1.94921875rem;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; }
#xzzXZlwaSFT3CRdrQydifOrKTcVqiAcP { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:48.125rem;left:18.25rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#bfZfmmfGt6Pk8ZkNhQ7RwWwNWvamtaKE { color:rgba(var(--color-tertiary-4),1);display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.875rem;left:8.5rem;height:1.625rem;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; }
#d5zHW2IZ58Zf9L9J3BFrON6kxkxPZlWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;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; }#d5zHW2IZ58Zf9L9J3BFrON6kxkxPZlWb > .row .container { background-color: transparent; background-image: none; }#d5zHW2IZ58Zf9L9J3BFrON6kxkxPZlWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5zHW2IZ58Zf9L9J3BFrON6kxkxPZlWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5zHW2IZ58Zf9L9J3BFrON6kxkxPZlWb > .row .container > .video-iframe-container { display: none; }#d5zHW2IZ58Zf9L9J3BFrON6kxkxPZlWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5zHW2IZ58Zf9L9J3BFrON6kxkxPZlWb > .row > .video-iframe-container { display: none; }#d5zHW2IZ58Zf9L9J3BFrON6kxkxPZlWb > .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); }#d5zHW2IZ58Zf9L9J3BFrON6kxkxPZlWb > .row .container { border-width: 0; border-radius: 0; }#d5zHW2IZ58Zf9L9J3BFrON6kxkxPZlWb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5zHW2IZ58Zf9L9J3BFrON6kxkxPZlWb > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#h3cxPtfCv1N3ZQMWFTfULGJzi2CS0CJO { color:rgba(var(--color-tertiary-0),1);display:block;width:43.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.5625rem;left:8.34375rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#JngTnvFA2tXDLlET73fXRdHvls7RJwqt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;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; }#JngTnvFA2tXDLlET73fXRdHvls7RJwqt > .row .container { background-color: transparent; background-image: none; }#JngTnvFA2tXDLlET73fXRdHvls7RJwqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JngTnvFA2tXDLlET73fXRdHvls7RJwqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JngTnvFA2tXDLlET73fXRdHvls7RJwqt > .row .container > .video-iframe-container { display: none; }#JngTnvFA2tXDLlET73fXRdHvls7RJwqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JngTnvFA2tXDLlET73fXRdHvls7RJwqt > .row > .video-iframe-container { display: none; }#JngTnvFA2tXDLlET73fXRdHvls7RJwqt > .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); }#JngTnvFA2tXDLlET73fXRdHvls7RJwqt > .row .container { border-width: 0; border-radius: 0; }#JngTnvFA2tXDLlET73fXRdHvls7RJwqt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JngTnvFA2tXDLlET73fXRdHvls7RJwqt > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:60rem;position:relative;display:block; }#DcaqiI7uNCvQOaFsZzoVsmoWQ0yuoiEw { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8rem;left:3.28125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#My135DsZpppJnzhS1SSkIqKWsW2TsLJ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8rem;left:22rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;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; }
#ZJ4J55tBfdp7ISMlUDNyxpHBsZ2rtVq6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8rem;left:42.780467987061rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#O4rp0lE8CXRueElshyQmLGC7NdvuMTTm { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6625022888181rem;left:3.15625rem;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#mMMPoseo3LB6UC5ewRbJVsGQGJ8bwINA { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12.100002288818rem;left:3.28125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#vcBCmJXuXy0Ac8lzNvDIcGvu2IT9p1vn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:1.1875rem;left:7rem;overflow:hidden;display:block; }
#w555Tpgb4TTaAMVvdD3W8mbWN7JcTWLc { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:1.1875rem;left:27rem;overflow:hidden;display:block; }
#u9OvtnkNS8PwrnvWHnWeBrokxA0cOpET { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:1.1875rem;left:47rem;overflow:hidden;display:block; }
#PwkM3ynE0ay6MQc4wHIDCLvSXkIGtPL7 { 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; }#PwkM3ynE0ay6MQc4wHIDCLvSXkIGtPL7 > .row .container { background-color: transparent; background-image: none; }#PwkM3ynE0ay6MQc4wHIDCLvSXkIGtPL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwkM3ynE0ay6MQc4wHIDCLvSXkIGtPL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwkM3ynE0ay6MQc4wHIDCLvSXkIGtPL7 > .row .container > .video-iframe-container { display: none; }#PwkM3ynE0ay6MQc4wHIDCLvSXkIGtPL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwkM3ynE0ay6MQc4wHIDCLvSXkIGtPL7 > .row > .video-iframe-container { display: none; }#PwkM3ynE0ay6MQc4wHIDCLvSXkIGtPL7 > .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); }#PwkM3ynE0ay6MQc4wHIDCLvSXkIGtPL7 > .row .container { border-width: 0; border-radius: 0; }#PwkM3ynE0ay6MQc4wHIDCLvSXkIGtPL7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwkM3ynE0ay6MQc4wHIDCLvSXkIGtPL7 > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#fKsNdPQFyX7zFgTkCeBJiZ8ddCNTGcT4 { color:rgba(var(--color-primary-2),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5rem;left:4.6875rem;height:7.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aK8fOeQgPiIvrGw1Dpcx3p4Enf2ZKtnc { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.611328125rem;left:8.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;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; }
#TbtKq2TrncbMPDzlH7sac4a64DrAug91 { color:rgba(var(--color-primary-2),1);display:block;width:3.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.5rem;left:4.4375rem;height:7.474625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GRN5Cpi1uu0GN9X4AwSzbQGmz7dcfedA { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.125rem;left:8.4375rem;height:4.87305rem;text-align:left;text-align-last:left;font-style:normal;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; }
#wNV8iALi9NxmqVLAMKCTrQdD1kbvZM19 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.1875rem;left:8.5rem;height:4.87305rem;text-align:left;text-align-last:left;font-style:normal;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; }
#yFAMpZv3U8wwxpNIspkrJl0yu7GzZfPL { color:rgba(var(--color-primary-2),1);display:block;width:3.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.2861328125rem;left:4.3125rem;height:7.474625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0HOTnlWxIntMnrFsoXK4ugTmMTsCeMT { 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:21.9375rem;width:33.375rem;top:9.375rem;left:25.8740234375rem;overflow:hidden;display:block; }
#ZWfUT9ODTtI9JaAxDTFo8V1Rwxpve5et { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5rem;left:8.03125rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#gM31yFnD32nq48QEJxTTrkXqG1OaN8ZH { 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; }#gM31yFnD32nq48QEJxTTrkXqG1OaN8ZH > .row .container { background-color: transparent; background-image: none; }#gM31yFnD32nq48QEJxTTrkXqG1OaN8ZH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM31yFnD32nq48QEJxTTrkXqG1OaN8ZH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM31yFnD32nq48QEJxTTrkXqG1OaN8ZH > .row .container > .video-iframe-container { display: none; }#gM31yFnD32nq48QEJxTTrkXqG1OaN8ZH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM31yFnD32nq48QEJxTTrkXqG1OaN8ZH > .row > .video-iframe-container { display: none; }#gM31yFnD32nq48QEJxTTrkXqG1OaN8ZH > .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); }#gM31yFnD32nq48QEJxTTrkXqG1OaN8ZH > .row .container { border-width: 0; border-radius: 0; }#gM31yFnD32nq48QEJxTTrkXqG1OaN8ZH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gM31yFnD32nq48QEJxTTrkXqG1OaN8ZH > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#EqIDHZQq5G6tOTX23DUZBtZMIva3dp22 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:18.625rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i2ywVGe2fiFDX8onKdoPzRPTMETQv5g8 { 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; }#i2ywVGe2fiFDX8onKdoPzRPTMETQv5g8 > .row .container { background-color: transparent; background-image: none; }#i2ywVGe2fiFDX8onKdoPzRPTMETQv5g8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2ywVGe2fiFDX8onKdoPzRPTMETQv5g8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2ywVGe2fiFDX8onKdoPzRPTMETQv5g8 > .row .container > .video-iframe-container { display: none; }#i2ywVGe2fiFDX8onKdoPzRPTMETQv5g8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2ywVGe2fiFDX8onKdoPzRPTMETQv5g8 > .row > .video-iframe-container { display: none; }#i2ywVGe2fiFDX8onKdoPzRPTMETQv5g8 > .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); }#i2ywVGe2fiFDX8onKdoPzRPTMETQv5g8 > .row .container { border-width: 0; border-radius: 0; }#i2ywVGe2fiFDX8onKdoPzRPTMETQv5g8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i2ywVGe2fiFDX8onKdoPzRPTMETQv5g8 > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#LSddHhuT2Ss4M5QPZTdIwzu1rdbw9O2X { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.375rem;left:2.125rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#i4TNuLdB2ZBgAkBNxQl5NUdW4z8fxQpO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.625rem;left:21.6875rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;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; }
#orgARNbxZnSXMOTJKyFpfN4DyANqlAfT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.375rem;left:42.5rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#C2ih40fTuRFW9IB8v3vACKqfAXEJeyJn { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.625rem;width:60rem;top:1.5rem;left:0rem;display:block; }
#uLR6MuLN8prrVe4QsymaW6AWr2KGps1D { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:2rem;top:3.875rem;left:17.9375rem;display:block; }
#wdApJP4KZKgBP4w5txE1O3TclATKSXLw { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:2rem;top:3.75rem;left:37.9375rem;display:block; }
#dyLbnVCdWqvSPaAEH76gC92Co32Xk85u { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:4.9375rem;left:6.9375rem;overflow:hidden;display:block; }
#CBP5EGnBPL7ObcrLiEsLkr3XB69wT4Dt { 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.9375rem;width:5.9375rem;top:3.1875rem;left:27.0625rem;overflow:hidden;display:block; }
#uN8nKcEWrhkq1ywtp5pp9JyRyqyELmav { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:4.9375rem;left:46.875rem;overflow:hidden;display:block; }
#FfgvmmRSB691UqifXfD13BIoG0SvePyA { 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; }#FfgvmmRSB691UqifXfD13BIoG0SvePyA > .row .container { background-color: transparent; background-image: none; }#FfgvmmRSB691UqifXfD13BIoG0SvePyA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfgvmmRSB691UqifXfD13BIoG0SvePyA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfgvmmRSB691UqifXfD13BIoG0SvePyA > .row .container > .video-iframe-container { display: none; }#FfgvmmRSB691UqifXfD13BIoG0SvePyA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfgvmmRSB691UqifXfD13BIoG0SvePyA > .row > .video-iframe-container { display: none; }#FfgvmmRSB691UqifXfD13BIoG0SvePyA > .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); }#FfgvmmRSB691UqifXfD13BIoG0SvePyA > .row .container { border-width: 0; border-radius: 0; }#FfgvmmRSB691UqifXfD13BIoG0SvePyA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfgvmmRSB691UqifXfD13BIoG0SvePyA > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#DI5GdPI2RrorffxtPpqyxHEHvzlK2dHk { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:18.625rem;height:2.11263125rem;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; }
#P7eT7feLMTxZeP7TLRO2EVb9V2qdHmuP { 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; }#P7eT7feLMTxZeP7TLRO2EVb9V2qdHmuP > .row .container { background-color: transparent; background-image: none; }#P7eT7feLMTxZeP7TLRO2EVb9V2qdHmuP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7eT7feLMTxZeP7TLRO2EVb9V2qdHmuP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7eT7feLMTxZeP7TLRO2EVb9V2qdHmuP > .row .container > .video-iframe-container { display: none; }#P7eT7feLMTxZeP7TLRO2EVb9V2qdHmuP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7eT7feLMTxZeP7TLRO2EVb9V2qdHmuP > .row > .video-iframe-container { display: none; }#P7eT7feLMTxZeP7TLRO2EVb9V2qdHmuP > .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); }#P7eT7feLMTxZeP7TLRO2EVb9V2qdHmuP > .row .container { border-width: 0; border-radius: 0; }#P7eT7feLMTxZeP7TLRO2EVb9V2qdHmuP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P7eT7feLMTxZeP7TLRO2EVb9V2qdHmuP > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#MckEl6KHeQEMg3iVvxIbMnQRLSWvGDNT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.9375rem;width:14.9375rem;top:1.09375rem;left:2.53125rem;overflow:hidden;display:block; }
#eDCxNHwTseAfrNKv1H9kAcT8aGqODoFz { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.9375rem;width:14.9375rem;top:1.09375rem;left:22.53125rem;overflow:hidden;display:block; }
#bApR19dK89TtgvyJU7s9at9wnmq6QZlt { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.875rem;width:14.875rem;top:1.09375rem;left:42.53125rem;overflow:hidden;display:block; }
#tsnOWou4iWnpd8HiX9TKPVCvUgLIxDoU { 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; }#tsnOWou4iWnpd8HiX9TKPVCvUgLIxDoU > .row .container { background-color: transparent; background-image: none; }#tsnOWou4iWnpd8HiX9TKPVCvUgLIxDoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsnOWou4iWnpd8HiX9TKPVCvUgLIxDoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsnOWou4iWnpd8HiX9TKPVCvUgLIxDoU > .row .container > .video-iframe-container { display: none; }#tsnOWou4iWnpd8HiX9TKPVCvUgLIxDoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsnOWou4iWnpd8HiX9TKPVCvUgLIxDoU > .row > .video-iframe-container { display: none; }#tsnOWou4iWnpd8HiX9TKPVCvUgLIxDoU > .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); }#tsnOWou4iWnpd8HiX9TKPVCvUgLIxDoU > .row .container { border-width: 0; border-radius: 0; }#tsnOWou4iWnpd8HiX9TKPVCvUgLIxDoU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsnOWou4iWnpd8HiX9TKPVCvUgLIxDoU > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#TUA2w9q5P6QS3aqnldNrNnFIppBgWhkH { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.9375rem;width:14.9375rem;top:1.21875rem;left:2.53125rem;overflow:hidden;display:block; }
#r1VAbMRRrKe8qevWCtetkx7zUdwEhRJl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.9375rem;width:14.9375rem;top:1.21875rem;left:22.53125rem;overflow:hidden;display:block; }
#MdTdT8ZFxKzqGRul5NAQ5iFgexrRKvGr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.9375rem;width:14.9375rem;top:1.21875rem;left:42.53125rem;overflow:hidden;display:block; }
#by00LXFK7GHJwDeOyJicilPxJnBHptWW { 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; }#by00LXFK7GHJwDeOyJicilPxJnBHptWW > .row .container { background-color: transparent; background-image: none; }#by00LXFK7GHJwDeOyJicilPxJnBHptWW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by00LXFK7GHJwDeOyJicilPxJnBHptWW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by00LXFK7GHJwDeOyJicilPxJnBHptWW > .row .container > .video-iframe-container { display: none; }#by00LXFK7GHJwDeOyJicilPxJnBHptWW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by00LXFK7GHJwDeOyJicilPxJnBHptWW > .row > .video-iframe-container { display: none; }#by00LXFK7GHJwDeOyJicilPxJnBHptWW > .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); }#by00LXFK7GHJwDeOyJicilPxJnBHptWW > .row .container { border-width: 0; border-radius: 0; }#by00LXFK7GHJwDeOyJicilPxJnBHptWW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#by00LXFK7GHJwDeOyJicilPxJnBHptWW > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#IlfkfRrp3TMCDFEkLtMo2xoMGluVyfwH { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.9375rem;width:14.9375rem;top:1.21875rem;left:2.53125rem;overflow:hidden;display:block; }
#nKTxVclTxk9TRoIRp9sRoPId3rlldk2F { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.9375rem;width:14.9375rem;top:1.21875rem;left:22.53125rem;overflow:hidden;display:block; }
#xeIQZKgNp1rRhSIMZHegi3Hkh7ABpx35 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.9375rem;width:14.9375rem;top:1.21875rem;left:42.53125rem;overflow:hidden;display:block; }
#FMaLTDrvWKzf2lFddQdZxT7cSMLSLLDH { 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; }#FMaLTDrvWKzf2lFddQdZxT7cSMLSLLDH > .row .container { background-color: transparent; background-image: none; }#FMaLTDrvWKzf2lFddQdZxT7cSMLSLLDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMaLTDrvWKzf2lFddQdZxT7cSMLSLLDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMaLTDrvWKzf2lFddQdZxT7cSMLSLLDH > .row .container > .video-iframe-container { display: none; }#FMaLTDrvWKzf2lFddQdZxT7cSMLSLLDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMaLTDrvWKzf2lFddQdZxT7cSMLSLLDH > .row > .video-iframe-container { display: none; }#FMaLTDrvWKzf2lFddQdZxT7cSMLSLLDH > .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); }#FMaLTDrvWKzf2lFddQdZxT7cSMLSLLDH > .row .container { border-width: 0; border-radius: 0; }#FMaLTDrvWKzf2lFddQdZxT7cSMLSLLDH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FMaLTDrvWKzf2lFddQdZxT7cSMLSLLDH > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#rl49ZUhXtkuRlHP6UoLpouBcMxtBvcUE { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.9375rem;width:14.9375rem;top:1.21875rem;left:2.53125rem;overflow:hidden;display:block; }
#S09SsxV9n9eKfsSrzBSlcCz4hFJneDbU { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.9375rem;width:14.9375rem;top:1.21875rem;left:22.53125rem;overflow:hidden;display:block; }
#eRoNeat5kBICkpJG8E8enkyktoGpSIAa { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.9375rem;width:14.9375rem;top:1.21875rem;left:42.53125rem;overflow:hidden;display:block; }
#tDhlLHtnXOJT0sVhhhs3SATKSu2TsOp1 { 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; }#tDhlLHtnXOJT0sVhhhs3SATKSu2TsOp1 > .row .container { background-color: transparent; background-image: none; }#tDhlLHtnXOJT0sVhhhs3SATKSu2TsOp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDhlLHtnXOJT0sVhhhs3SATKSu2TsOp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDhlLHtnXOJT0sVhhhs3SATKSu2TsOp1 > .row .container > .video-iframe-container { display: none; }#tDhlLHtnXOJT0sVhhhs3SATKSu2TsOp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDhlLHtnXOJT0sVhhhs3SATKSu2TsOp1 > .row > .video-iframe-container { display: none; }#tDhlLHtnXOJT0sVhhhs3SATKSu2TsOp1 > .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); }#tDhlLHtnXOJT0sVhhhs3SATKSu2TsOp1 > .row .container { border-width: 0; border-radius: 0; }#tDhlLHtnXOJT0sVhhhs3SATKSu2TsOp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tDhlLHtnXOJT0sVhhhs3SATKSu2TsOp1 > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#ZtVEMbHqqLpLmINTQadohECELcB779Tg { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:19.6875rem;display:block; }
#CLeXGcSHmEwugBrFz5l9L0pVDt0Nbymo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ApKtJdTaApXCM5kWT44nW8h3JDXfNqft { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:18.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#g66zR7p7RDktC5mhztTatx5sJkQuhGqT { 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; }#g66zR7p7RDktC5mhztTatx5sJkQuhGqT > .row .container { background-color: transparent; background-image: none; }#g66zR7p7RDktC5mhztTatx5sJkQuhGqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g66zR7p7RDktC5mhztTatx5sJkQuhGqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g66zR7p7RDktC5mhztTatx5sJkQuhGqT > .row .container > .video-iframe-container { display: none; }#g66zR7p7RDktC5mhztTatx5sJkQuhGqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g66zR7p7RDktC5mhztTatx5sJkQuhGqT > .row > .video-iframe-container { display: none; }#g66zR7p7RDktC5mhztTatx5sJkQuhGqT > .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); }#g66zR7p7RDktC5mhztTatx5sJkQuhGqT > .row .container { border-width: 0; border-radius: 0; }#g66zR7p7RDktC5mhztTatx5sJkQuhGqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g66zR7p7RDktC5mhztTatx5sJkQuhGqT > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#e1Cl59xTDKEeysaRrQmCIJGNRDX4ePXC { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9117279052734rem;left:18.625rem;height:2.11263125rem;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; }
#hh6veF0grgJpAAt0ZizTmiHgPdRKtAsa { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.6875rem;left:19.6875rem;display:block; }
#wUOl1JmorwBDxrMGHQxV6vK27vAruznR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITv2Jd8J6Sn2oIVsKiwsWTSHcIvwST7X { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:35.0625rem;left:18.25rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#hdXukGNu1DtHLCoz5aMtGH1aEU3xl1qT { 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.125rem;width:13.0625rem;top:8.5rem;left:6.5rem;overflow:hidden;display:block; }
#bwZhaBXTFogAzUPdLH97WI46mTbrWQ0m { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:9.1875rem;top:8.5rem;left:23rem;overflow:hidden;display:block; }
#ci4do8hIJdFkM714XctpMJG5FNXGKl6o { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:6.5625rem;top:21.3125rem;left:8.0625rem;overflow:hidden;display:block; }
#byn2HXAk4TP7nqhqltLl5NZkUSwl4iGQ { 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.8125rem;width:6.8125rem;top:20.6875rem;left:16.625rem;overflow:hidden;display:block; }
#NBmiVQzGHp197T7Qla19FGbcsAbtsxd0 { 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:3.3125rem;width:13.3125rem;top:15.71875rem;left:6.4375rem;overflow:hidden;display:block; }
#cWlOcH07D4SQTU3DOrEUI7mD8khKFFqs { 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:2.875rem;width:11.625rem;top:16.1875rem;left:21.78125rem;overflow:hidden;display:block; }
#oDptSEZwuVqvtEMKKwclrCNRfv6C4XJk { 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.875rem;width:5.875rem;top:8.125rem;left:47.65625rem;overflow:hidden;display:block; }
#s7nHn7MJwd9J4bdTdHdtBiXV5ERcxnvU { 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:2.6875rem;width:9.9375rem;top:16.28125rem;left:35.53125rem;overflow:hidden;display:block; }
#RmIBtgNkZG4MsMd20TqZuwsAROuGJ1qC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:9.25rem;top:8.53125rem;left:35.875rem;overflow:hidden;display:block; }
#GT8aPTsiTfgWKsztAr8s3cH4oZ5adbtG { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:7.25rem;top:15.09375rem;left:46.96875rem;overflow:hidden;display:block; }
#WKT0W7kiEhEo2EQCGQ9D0F50LUBv6lFO { 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:1.9375rem;width:13.75rem;top:23.125rem;left:25.8125rem;overflow:hidden;display:block; }
#Ks11ndvXMLENXmHfKECxJ1rdFb7Q6QiE { 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:3.1875rem;width:10.875rem;top:22.5rem;left:41.0625rem;overflow:hidden;display:block; }
#cOTMAUQ5Mt6eqMRO63yTT1BBf80Vpb6m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#cOTMAUQ5Mt6eqMRO63yTT1BBf80Vpb6m > .row .container { background-color: transparent; background-image: none; }#cOTMAUQ5Mt6eqMRO63yTT1BBf80Vpb6m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOTMAUQ5Mt6eqMRO63yTT1BBf80Vpb6m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOTMAUQ5Mt6eqMRO63yTT1BBf80Vpb6m > .row .container > .video-iframe-container { display: none; }#cOTMAUQ5Mt6eqMRO63yTT1BBf80Vpb6m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOTMAUQ5Mt6eqMRO63yTT1BBf80Vpb6m > .row > .video-iframe-container { display: none; }#cOTMAUQ5Mt6eqMRO63yTT1BBf80Vpb6m > .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); }#cOTMAUQ5Mt6eqMRO63yTT1BBf80Vpb6m > .row .container { border-width: 0; border-radius: 0; }#cOTMAUQ5Mt6eqMRO63yTT1BBf80Vpb6m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOTMAUQ5Mt6eqMRO63yTT1BBf80Vpb6m > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#gxP3O876XEGip5XgaImtZCTwfPzFlZJw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:18.625rem;height:2.11263125rem;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; }
#diT7m1FlRJPtuSwWl3QpvBHxdh6Gc1Vk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#diT7m1FlRJPtuSwWl3QpvBHxdh6Gc1Vk > .row .container { background-color: transparent; background-image: none; }#diT7m1FlRJPtuSwWl3QpvBHxdh6Gc1Vk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diT7m1FlRJPtuSwWl3QpvBHxdh6Gc1Vk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diT7m1FlRJPtuSwWl3QpvBHxdh6Gc1Vk > .row .container > .video-iframe-container { display: none; }#diT7m1FlRJPtuSwWl3QpvBHxdh6Gc1Vk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diT7m1FlRJPtuSwWl3QpvBHxdh6Gc1Vk > .row > .video-iframe-container { display: none; }#diT7m1FlRJPtuSwWl3QpvBHxdh6Gc1Vk > .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); }#diT7m1FlRJPtuSwWl3QpvBHxdh6Gc1Vk > .row .container { border-width: 0; border-radius: 0; }#diT7m1FlRJPtuSwWl3QpvBHxdh6Gc1Vk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diT7m1FlRJPtuSwWl3QpvBHxdh6Gc1Vk > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#UIMdUPctooXPlOZQfiUiWh9k86EJnPOb { position:absolute;display:block;z-index:15001;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;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5625rem;width:29.0625rem;top:5.375rem;left:0rem;display:block; }
#VRzZGNteQZT1q3g58Gl5TSevBvXhmzsT { color:rgba(var(--color-tertiary-3),1);display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:9.3062515258787rem;left:3.375rem;height:4.1959625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mJ375bdPWuEzQe7SkD4Ep393p8dsqz0m { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:14.5625rem;left:4.75rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VdMf2y2VdUedNvahmMhxtrCDbPSAQHcu { position:absolute;display:block;z-index:15005;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;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5625rem;width:29.0625rem;top:5.3125rem;left:30.5625rem;display:block; }
#Zs4cqUgkedRhZa78SNEQ5ZsCsIylz1yb { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.5625rem;left:35.3125rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WLByCSnT9T4Z4PbpAlQuot7ihocCeU70 { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:9.7437515258787rem;left:34.311717987061rem;height:4.1959625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nd9kxH8mAT1i1seQm9ENHNC6pCbMVveC { 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:4.625rem;width:4.625rem;top:3.375rem;left:12.6875rem;overflow:hidden;display:block; }
#qmoOnsQn7CbnGdpsfoGK3REe5HMtuqxM { 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:4.625rem;width:4.625rem;top:3.375rem;left:42.967967987061rem;overflow:hidden;display:block; }
#TJ9eEAPsuSR4chP3fOiaet54M7hTfNRC { 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; }#TJ9eEAPsuSR4chP3fOiaet54M7hTfNRC > .row .container { background-color: transparent; background-image: none; }#TJ9eEAPsuSR4chP3fOiaet54M7hTfNRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ9eEAPsuSR4chP3fOiaet54M7hTfNRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ9eEAPsuSR4chP3fOiaet54M7hTfNRC > .row .container > .video-iframe-container { display: none; }#TJ9eEAPsuSR4chP3fOiaet54M7hTfNRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ9eEAPsuSR4chP3fOiaet54M7hTfNRC > .row > .video-iframe-container { display: none; }#TJ9eEAPsuSR4chP3fOiaet54M7hTfNRC > .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); }#TJ9eEAPsuSR4chP3fOiaet54M7hTfNRC > .row .container { border-width: 0; border-radius: 0; }#TJ9eEAPsuSR4chP3fOiaet54M7hTfNRC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJ9eEAPsuSR4chP3fOiaet54M7hTfNRC > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:block; }#xihpu7DrknFId0JRHxNlT2JgLicVUsBL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:30.3125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZinbcmkC2J1h9nXh7OC8bHkXLCSlXAO { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:9.5rem;left:30.3125rem;height:16.50713125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E4c183k5JWuz7XozGIxeq4Z9ak4e7N7c { 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:26.1875rem;width:25.0625rem;top:4.46875rem;left:2.6875rem;overflow:hidden;display:block; }
#TT3TMakbAHXD5DLPfrKpeqgIHVyy89cN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#TT3TMakbAHXD5DLPfrKpeqgIHVyy89cN > .row .container { background-color: transparent; background-image: none; }#TT3TMakbAHXD5DLPfrKpeqgIHVyy89cN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3TMakbAHXD5DLPfrKpeqgIHVyy89cN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3TMakbAHXD5DLPfrKpeqgIHVyy89cN > .row .container > .video-iframe-container { display: none; }#TT3TMakbAHXD5DLPfrKpeqgIHVyy89cN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3TMakbAHXD5DLPfrKpeqgIHVyy89cN > .row > .video-iframe-container { display: none; }#TT3TMakbAHXD5DLPfrKpeqgIHVyy89cN > .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); }#TT3TMakbAHXD5DLPfrKpeqgIHVyy89cN > .row .container { border-width: 0; border-radius: 0; }#TT3TMakbAHXD5DLPfrKpeqgIHVyy89cN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TT3TMakbAHXD5DLPfrKpeqgIHVyy89cN > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#O8ArTETvlnxEKZNPZ5QpyI24UIwiLwvk { 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:2.5625rem;width:11.75rem;top:2.0625rem;left:23.125rem;overflow:hidden;display:block; }
#LpAlz8LEGpN4GnvHQAWMpX9rzqWKRx6T { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.375rem;left:8.25rem;height:3.40820625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTzZUiieK0t06ubROF66dLONJr1VUQih { width:36.0625rem;height:;top:6.4375rem;left:5.84375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JceKG0CIReLaJEgUIZQVTv0gmO6ze4oL { width:40.3125rem;height:22.5625rem;top:19.125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbUrDARfWNmzUTTyi6OraSGcVgsxn8xR { width:20.625rem;height:3.75rem;top:43.75rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeLHp1pwfmAEU0O3EoOgiRJOwTwZJ9ek { display:block; }
 }@media only screen and (max-width: 763px) { #qC0bKO25cyAMNZT4BFPgbSKwmI208Rz0 { width:13.5625rem;height:3.0625rem;top:2rem;left:17.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrrHPQXMCeTNHkCluuiUg9ZU3FOQeRS8 { width:37.375rem;height:1.9375rem;top:13.5625rem;left:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzzXZlwaSFT3CRdrQydifOrKTcVqiAcP { width:23.5rem;height:1.25rem;top:48.125rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfZfmmfGt6Pk8ZkNhQ7RwWwNWvamtaKE { width:43rem;height:1.625rem;top:15.875rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5zHW2IZ58Zf9L9J3BFrON6kxkxPZlWb { display:block; }#d5zHW2IZ58Zf9L9J3BFrON6kxkxPZlWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3cxPtfCv1N3ZQMWFTfULGJzi2CS0CJO { width:43.3125rem;height:2.0625rem;top:0.5625rem;left:2.21875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JngTnvFA2tXDLlET73fXRdHvls7RJwqt { display:block; }#JngTnvFA2tXDLlET73fXRdHvls7RJwqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcaqiI7uNCvQOaFsZzoVsmoWQ0yuoiEw { width:13.4375rem;height:1.75rem;top:8rem;left:1.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #My135DsZpppJnzhS1SSkIqKWsW2TsLJ6 { width:16rem;height:5.3125rem;top:8rem;left:15.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ4J55tBfdp7ISMlUDNyxpHBsZ2rtVq6 { width:14.4375rem;height:5.3125rem;top:8rem;left:32.467967987061rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4rp0lE8CXRueElshyQmLGC7NdvuMTTm { width:13.4375rem;height:;top:9.625rem;left:1.09375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMMPoseo3LB6UC5ewRbJVsGQGJ8bwINA { width:13.4375rem;height:1.75rem;top:12.0625rem;left:1.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcBCmJXuXy0Ac8lzNvDIcGvu2IT9p1vn { width:6rem;height:6rem;top:1.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w555Tpgb4TTaAMVvdD3W8mbWN7JcTWLc { width:6rem;height:6rem;top:1.1875rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9OvtnkNS8PwrnvWHnWeBrokxA0cOpET { width:6rem;height:6rem;top:1.1875rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwkM3ynE0ay6MQc4wHIDCLvSXkIGtPL7 { display:block; }#PwkM3ynE0ay6MQc4wHIDCLvSXkIGtPL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKsNdPQFyX7zFgTkCeBJiZ8ddCNTGcT4 { width:2.8125rem;height:7.4375rem;top:6.5rem;left:0rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK8fOeQgPiIvrGw1Dpcx3p4Enf2ZKtnc { width:19.3125rem;height:;top:8.5625rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbtKq2TrncbMPDzlH7sac4a64DrAug91 { width:3.25rem;height:7.4375rem;top:14.5rem;left:0rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRN5Cpi1uu0GN9X4AwSzbQGmz7dcfedA { width:19.5rem;height:6.5rem;top:16.125rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNV8iALi9NxmqVLAMKCTrQdD1kbvZM19 { width:19.5rem;height:4.875rem;top:25.1875rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFAMpZv3U8wwxpNIspkrJl0yu7GzZfPL { width:3.25rem;height:7.4375rem;top:23.25rem;left:0rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0HOTnlWxIntMnrFsoXK4ugTmMTsCeMT { width:33.375rem;height:21.9375rem;top:9.375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWfUT9ODTtI9JaAxDTFo8V1Rwxpve5et { width:43.3125rem;height:2.0625rem;top:3.5rem;left:1.90625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM31yFnD32nq48QEJxTTrkXqG1OaN8ZH { display:block; }#gM31yFnD32nq48QEJxTTrkXqG1OaN8ZH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqIDHZQq5G6tOTX23DUZBtZMIva3dp22 { width:22.75rem;height:2.0625rem;top:2.8125rem;left:12.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2ywVGe2fiFDX8onKdoPzRPTMETQv5g8 { display:block; }#i2ywVGe2fiFDX8onKdoPzRPTMETQv5g8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSddHhuT2Ss4M5QPZTdIwzu1rdbw9O2X { width:15.8125rem;height:3.5625rem;top:11.375rem;left:0.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4TNuLdB2ZBgAkBNxQl5NUdW4z8fxQpO { width:16.6875rem;height:7.125rem;top:9.625rem;left:15.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orgARNbxZnSXMOTJKyFpfN4DyANqlAfT { width:15.0625rem;height:3.5625rem;top:11.375rem;left:32.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2ih40fTuRFW9IB8v3vACKqfAXEJeyJn { width:47.75rem;height:17.625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLR6MuLN8prrVe4QsymaW6AWr2KGps1D { width:2rem;height:13.125rem;top:3.875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdApJP4KZKgBP4w5txE1O3TclATKSXLw { width:2rem;height:13.125rem;top:3.75rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyLbnVCdWqvSPaAEH76gC92Co32Xk85u { width:5.9375rem;height:5.9375rem;top:4.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBP5EGnBPL7ObcrLiEsLkr3XB69wT4Dt { width:5.9375rem;height:5.9375rem;top:3.1875rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN8nKcEWrhkq1ywtp5pp9JyRyqyELmav { width:5.9375rem;height:5.9375rem;top:4.9375rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfgvmmRSB691UqifXfD13BIoG0SvePyA { display:block; }#FfgvmmRSB691UqifXfD13BIoG0SvePyA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DI5GdPI2RrorffxtPpqyxHEHvzlK2dHk { width:22.75rem;height:2.0625rem;top:2.8125rem;left:12.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7eT7feLMTxZeP7TLRO2EVb9V2qdHmuP { display:block; }#P7eT7feLMTxZeP7TLRO2EVb9V2qdHmuP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MckEl6KHeQEMg3iVvxIbMnQRLSWvGDNT { width:14.9375rem;height:14.9375rem;top:1.0625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDCxNHwTseAfrNKv1H9kAcT8aGqODoFz { width:14.9375rem;height:14.9375rem;top:1.0625rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bApR19dK89TtgvyJU7s9at9wnmq6QZlt { width:14.875rem;height:14.875rem;top:1.0625rem;left:32.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsnOWou4iWnpd8HiX9TKPVCvUgLIxDoU { display:block; }#tsnOWou4iWnpd8HiX9TKPVCvUgLIxDoU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUA2w9q5P6QS3aqnldNrNnFIppBgWhkH { width:14.9375rem;height:14.9375rem;top:1.1875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1VAbMRRrKe8qevWCtetkx7zUdwEhRJl { width:14.9375rem;height:14.9375rem;top:1.1875rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdTdT8ZFxKzqGRul5NAQ5iFgexrRKvGr { width:14.9375rem;height:14.9375rem;top:1.1875rem;left:32.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #by00LXFK7GHJwDeOyJicilPxJnBHptWW { display:block; }#by00LXFK7GHJwDeOyJicilPxJnBHptWW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlfkfRrp3TMCDFEkLtMo2xoMGluVyfwH { width:14.9375rem;height:14.9375rem;top:1.1875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKTxVclTxk9TRoIRp9sRoPId3rlldk2F { width:14.9375rem;height:14.9375rem;top:1.1875rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeIQZKgNp1rRhSIMZHegi3Hkh7ABpx35 { width:14.9375rem;height:14.9375rem;top:1.1875rem;left:32.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMaLTDrvWKzf2lFddQdZxT7cSMLSLLDH { display:block; }#FMaLTDrvWKzf2lFddQdZxT7cSMLSLLDH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rl49ZUhXtkuRlHP6UoLpouBcMxtBvcUE { width:14.9375rem;height:14.9375rem;top:1.1875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S09SsxV9n9eKfsSrzBSlcCz4hFJneDbU { width:14.9375rem;height:14.9375rem;top:1.1875rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRoNeat5kBICkpJG8E8enkyktoGpSIAa { width:14.9375rem;height:14.9375rem;top:1.1875rem;left:32.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDhlLHtnXOJT0sVhhhs3SATKSu2TsOp1 { display:block; }#tDhlLHtnXOJT0sVhhhs3SATKSu2TsOp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtVEMbHqqLpLmINTQadohECELcB779Tg { width:20.625rem;height:3.75rem;top:1.5625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLeXGcSHmEwugBrFz5l9L0pVDt0Nbymo { display:block; }
 }@media only screen and (max-width: 763px) { #ApKtJdTaApXCM5kWT44nW8h3JDXfNqft { width:23.5rem;height:1.25rem;top:5.9375rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g66zR7p7RDktC5mhztTatx5sJkQuhGqT { display:block; }#g66zR7p7RDktC5mhztTatx5sJkQuhGqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1Cl59xTDKEeysaRrQmCIJGNRDX4ePXC { width:22.75rem;height:2.0625rem;top:2.875rem;left:12.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh6veF0grgJpAAt0ZizTmiHgPdRKtAsa { width:20.625rem;height:3.75rem;top:30.6875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUOl1JmorwBDxrMGHQxV6vK27vAruznR { display:block; }
 }@media only screen and (max-width: 763px) { #ITv2Jd8J6Sn2oIVsKiwsWTSHcIvwST7X { width:23.5rem;height:1.25rem;top:35.0625rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdXukGNu1DtHLCoz5aMtGH1aEU3xl1qT { width:13.0625rem;height:5.125rem;top:8.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwZhaBXTFogAzUPdLH97WI46mTbrWQ0m { width:9.1875rem;height:5.125rem;top:8.5rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci4do8hIJdFkM714XctpMJG5FNXGKl6o { width:6.5625rem;height:5.5625rem;top:21.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byn2HXAk4TP7nqhqltLl5NZkUSwl4iGQ { width:6.8125rem;height:6.8125rem;top:20.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBmiVQzGHp197T7Qla19FGbcsAbtsxd0 { width:13.3125rem;height:3.3125rem;top:15.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWlOcH07D4SQTU3DOrEUI7mD8khKFFqs { width:11.625rem;height:2.875rem;top:16.1875rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDptSEZwuVqvtEMKKwclrCNRfv6C4XJk { width:5.875rem;height:5.875rem;top:8.125rem;left:41.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7nHn7MJwd9J4bdTdHdtBiXV5ERcxnvU { width:9.9375rem;height:2.6875rem;top:16.25rem;left:29.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmIBtgNkZG4MsMd20TqZuwsAROuGJ1qC { width:9.25rem;height:5.0625rem;top:8.5rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT8aPTsiTfgWKsztAr8s3cH4oZ5adbtG { width:7.25rem;height:5.0625rem;top:15.0625rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKT0W7kiEhEo2EQCGQ9D0F50LUBv6lFO { width:13.75rem;height:1.9375rem;top:23.125rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks11ndvXMLENXmHfKECxJ1rdFb7Q6QiE { width:10.875rem;height:3.1875rem;top:22.5rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOTMAUQ5Mt6eqMRO63yTT1BBf80Vpb6m { display:block; }#cOTMAUQ5Mt6eqMRO63yTT1BBf80Vpb6m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxP3O876XEGip5XgaImtZCTwfPzFlZJw { width:22.75rem;height:2.0625rem;top:2.8125rem;left:12.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diT7m1FlRJPtuSwWl3QpvBHxdh6Gc1Vk { display:block; }#diT7m1FlRJPtuSwWl3QpvBHxdh6Gc1Vk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIMdUPctooXPlOZQfiUiWh9k86EJnPOb { width:29.0625rem;height:12.5625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRzZGNteQZT1q3g58Gl5TSevBvXhmzsT { width:23.5rem;height:4.1875rem;top:9.25rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ375bdPWuEzQe7SkD4Ep393p8dsqz0m { width:20.5625rem;height:1.75rem;top:14.5625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdMf2y2VdUedNvahmMhxtrCDbPSAQHcu { width:29.0625rem;height:12.5625rem;top:5.3125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs4cqUgkedRhZa78SNEQ5ZsCsIylz1yb { width:20.5625rem;height:1.75rem;top:14.5625rem;left:26.124996185302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLByCSnT9T4Z4PbpAlQuot7ihocCeU70 { width:22.5625rem;height:4.1875rem;top:9.6875rem;left:25.124217987061rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd9kxH8mAT1i1seQm9ENHNC6pCbMVveC { width:4.625rem;height:4.625rem;top:3.375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmoOnsQn7CbnGdpsfoGK3REe5HMtuqxM { width:4.625rem;height:4.625rem;top:3.375rem;left:33.780467987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ9eEAPsuSR4chP3fOiaet54M7hTfNRC { display:block; }#TJ9eEAPsuSR4chP3fOiaet54M7hTfNRC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xihpu7DrknFId0JRHxNlT2JgLicVUsBL { width:18.625rem;height:2rem;top:6.125rem;left:24.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZinbcmkC2J1h9nXh7OC8bHkXLCSlXAO { width:24.125rem;height:19.5rem;top:9.5rem;left:23.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4c183k5JWuz7XozGIxeq4Z9ak4e7N7c { width:25.0625rem;height:26.1875rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3TMakbAHXD5DLPfrKpeqgIHVyy89cN { display:block; }#TT3TMakbAHXD5DLPfrKpeqgIHVyy89cN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8ArTETvlnxEKZNPZ5QpyI24UIwiLwvk { width:11.75rem;height:2.5625rem;top:2.0625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpAlz8LEGpN4GnvHQAWMpX9rzqWKRx6T { width:41.5rem;height:3.375rem;top:5.375rem;left:2.125rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTzZUiieK0t06ubROF66dLONJr1VUQih { width:20rem;height:11.046875rem;top:5.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JceKG0CIReLaJEgUIZQVTv0gmO6ze4oL { height:11.193375rem;width:20rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbUrDARfWNmzUTTyi6OraSGcVgsxn8xR { width:19rem;height:3.75rem;top:39.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeLHp1pwfmAEU0O3EoOgiRJOwTwZJ9ek { display:block; }
 }@media only screen and (max-width: 763px) { #qC0bKO25cyAMNZT4BFPgbSKwmI208Rz0 { width:11.125rem;height:2.4375rem;top:1.8125rem;left:4.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrrHPQXMCeTNHkCluuiUg9ZU3FOQeRS8 { width:17.125rem;height:3.57421875rem;top:17.9375rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzzXZlwaSFT3CRdrQydifOrKTcVqiAcP { width:13.3125rem;height:2.5996125rem;top:44rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfZfmmfGt6Pk8ZkNhQ7RwWwNWvamtaKE { width:20rem;height:3.25rem;top:21.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5zHW2IZ58Zf9L9J3BFrON6kxkxPZlWb { display:block; }#d5zHW2IZ58Zf9L9J3BFrON6kxkxPZlWb > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3cxPtfCv1N3ZQMWFTfULGJzi2CS0CJO { width:14.1875rem;height:3.575rem;top:0rem;left:2.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JngTnvFA2tXDLlET73fXRdHvls7RJwqt { display:block; }#JngTnvFA2tXDLlET73fXRdHvls7RJwqt > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcaqiI7uNCvQOaFsZzoVsmoWQ0yuoiEw { width:13.4375rem;height:1.7875rem;top:6.5625rem;left:3.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #My135DsZpppJnzhS1SSkIqKWsW2TsLJ6 { width:15.625rem;height:7.1484375rem;top:22.07421875rem;left:2.1875001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ4J55tBfdp7ISMlUDNyxpHBsZ2rtVq6 { width:14.4375rem;height:5.361325rem;top:37.1220703125rem;left:2.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4rp0lE8CXRueElshyQmLGC7NdvuMTTm { width:13.4375rem;height:2.4375rem;top:8.349609375rem;left:3.28125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMMPoseo3LB6UC5ewRbJVsGQGJ8bwINA { width:13.4375rem;height:1.7875rem;top:10.787109375rem;left:3.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcBCmJXuXy0Ac8lzNvDIcGvu2IT9p1vn { width:6rem;height:6rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #w555Tpgb4TTaAMVvdD3W8mbWN7JcTWLc { width:6rem;height:6rem;top:15.38671875rem;left:6.9999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9OvtnkNS8PwrnvWHnWeBrokxA0cOpET { width:6rem;height:6rem;top:30.6220703125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwkM3ynE0ay6MQc4wHIDCLvSXkIGtPL7 { display:block; }#PwkM3ynE0ay6MQc4wHIDCLvSXkIGtPL7 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKsNdPQFyX7zFgTkCeBJiZ8ddCNTGcT4 { width:2.8125rem;height:7.3125rem;top:18.625rem;left:1.5000001192093rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK8fOeQgPiIvrGw1Dpcx3p4Enf2ZKtnc { width:14.1875rem;height:8.125rem;top:20.125rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbtKq2TrncbMPDzlH7sac4a64DrAug91 { width:3.25rem;height:7.3125rem;top:29.25rem;left:0.9375rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRN5Cpi1uu0GN9X4AwSzbQGmz7dcfedA { width:13.25rem;height:9.75rem;top:30.625rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNV8iALi9NxmqVLAMKCTrQdD1kbvZM19 { width:12.375rem;height:8.125rem;top:43.3125rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFAMpZv3U8wwxpNIspkrJl0yu7GzZfPL { width:3.25rem;height:7.3125rem;top:42rem;left:0.75rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0HOTnlWxIntMnrFsoXK4ugTmMTsCeMT { width:20rem;height:13.1445rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWfUT9ODTtI9JaAxDTFo8V1Rwxpve5et { width:10.5625rem;height:4.0625rem;top:1.75rem;left:4.71875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM31yFnD32nq48QEJxTTrkXqG1OaN8ZH { display:block; }#gM31yFnD32nq48QEJxTTrkXqG1OaN8ZH > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqIDHZQq5G6tOTX23DUZBtZMIva3dp22 { width:20rem;height:2.03125rem;top:1.640625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2ywVGe2fiFDX8onKdoPzRPTMETQv5g8 { display:block; }#i2ywVGe2fiFDX8onKdoPzRPTMETQv5g8 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSddHhuT2Ss4M5QPZTdIwzu1rdbw9O2X { width:15.8125rem;height:3.575rem;top:10.25rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4TNuLdB2ZBgAkBNxQl5NUdW4z8fxQpO { width:14.0625rem;height:8.9355625rem;top:23.875rem;left:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orgARNbxZnSXMOTJKyFpfN4DyANqlAfT { width:15.0625rem;height:3.57421875rem;top:43.5rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2ih40fTuRFW9IB8v3vACKqfAXEJeyJn { width:20rem;height:48.6875rem;top:1.25rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLR6MuLN8prrVe4QsymaW6AWr2KGps1D { width:12.25rem;height:1.5625rem;top:33.310546875rem;left:3.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #wdApJP4KZKgBP4w5txE1O3TclATKSXLw { width:12.1875rem;height:1.5rem;top:14.4375rem;left:3.90625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #dyLbnVCdWqvSPaAEH76gC92Co32Xk85u { width:5.9375rem;height:5.9375rem;top:3.6875rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBP5EGnBPL7ObcrLiEsLkr3XB69wT4Dt { width:5.9375rem;height:5.9375rem;top:17.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN8nKcEWrhkq1ywtp5pp9JyRyqyELmav { width:5.9375rem;height:5.9375rem;top:36.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfgvmmRSB691UqifXfD13BIoG0SvePyA { display:block; }#FfgvmmRSB691UqifXfD13BIoG0SvePyA > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DI5GdPI2RrorffxtPpqyxHEHvzlK2dHk { width:20rem;height:3.75rem;top:2.15625rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #P7eT7feLMTxZeP7TLRO2EVb9V2qdHmuP { display:block; }#P7eT7feLMTxZeP7TLRO2EVb9V2qdHmuP > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MckEl6KHeQEMg3iVvxIbMnQRLSWvGDNT { width:14.9375rem;height:14.9375rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDCxNHwTseAfrNKv1H9kAcT8aGqODoFz { width:14.9375rem;height:14.9375rem;top:17.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bApR19dK89TtgvyJU7s9at9wnmq6QZlt { width:14.875rem;height:14.875rem;top:33.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsnOWou4iWnpd8HiX9TKPVCvUgLIxDoU { display:block; }#tsnOWou4iWnpd8HiX9TKPVCvUgLIxDoU > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUA2w9q5P6QS3aqnldNrNnFIppBgWhkH { width:14.9375rem;height:14.9375rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1VAbMRRrKe8qevWCtetkx7zUdwEhRJl { width:14.9375rem;height:14.9375rem;top:17.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdTdT8ZFxKzqGRul5NAQ5iFgexrRKvGr { width:14.9375rem;height:14.9375rem;top:33.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #by00LXFK7GHJwDeOyJicilPxJnBHptWW { display:block; }#by00LXFK7GHJwDeOyJicilPxJnBHptWW > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlfkfRrp3TMCDFEkLtMo2xoMGluVyfwH { width:14.9375rem;height:14.9375rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKTxVclTxk9TRoIRp9sRoPId3rlldk2F { width:14.9375rem;height:14.9375rem;top:17.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeIQZKgNp1rRhSIMZHegi3Hkh7ABpx35 { width:14.9375rem;height:14.9375rem;top:33.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMaLTDrvWKzf2lFddQdZxT7cSMLSLLDH { display:block; }#FMaLTDrvWKzf2lFddQdZxT7cSMLSLLDH > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rl49ZUhXtkuRlHP6UoLpouBcMxtBvcUE { width:14.9375rem;height:14.9375rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S09SsxV9n9eKfsSrzBSlcCz4hFJneDbU { width:14.9375rem;height:14.9375rem;top:17.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRoNeat5kBICkpJG8E8enkyktoGpSIAa { width:14.9375rem;height:14.9375rem;top:33.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDhlLHtnXOJT0sVhhhs3SATKSu2TsOp1 { display:block; }#tDhlLHtnXOJT0sVhhhs3SATKSu2TsOp1 > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtVEMbHqqLpLmINTQadohECELcB779Tg { width:19rem;height:3.75rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLeXGcSHmEwugBrFz5l9L0pVDt0Nbymo { display:block; }
 }@media only screen and (max-width: 763px) { #ApKtJdTaApXCM5kWT44nW8h3JDXfNqft { width:13.3125rem;height:2.6rem;top:5.625rem;left:3.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g66zR7p7RDktC5mhztTatx5sJkQuhGqT { display:block; }#g66zR7p7RDktC5mhztTatx5sJkQuhGqT > .row .container { width:20rem;height:88.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1Cl59xTDKEeysaRrQmCIJGNRDX4ePXC { width:12.4375rem;height:4.0625rem;top:2.625rem;left:3.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh6veF0grgJpAAt0ZizTmiHgPdRKtAsa { width:19rem;height:3.75rem;top:78.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUOl1JmorwBDxrMGHQxV6vK27vAruznR { display:block; }
 }@media only screen and (max-width: 763px) { #ITv2Jd8J6Sn2oIVsKiwsWTSHcIvwST7X { width:12.9375rem;height:2.5996125rem;top:83.3125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdXukGNu1DtHLCoz5aMtGH1aEU3xl1qT { width:13.0625rem;height:5.125rem;top:7.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwZhaBXTFogAzUPdLH97WI46mTbrWQ0m { width:9.1875rem;height:5.125rem;top:14rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci4do8hIJdFkM714XctpMJG5FNXGKl6o { width:6.75rem;height:5.6875rem;top:55.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byn2HXAk4TP7nqhqltLl5NZkUSwl4iGQ { width:6.8125rem;height:6.8125rem;top:62.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBmiVQzGHp197T7Qla19FGbcsAbtsxd0 { width:13.3125rem;height:3.3125rem;top:20.349609375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWlOcH07D4SQTU3DOrEUI7mD8khKFFqs { width:11.625rem;height:2.875rem;top:25.724609375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDptSEZwuVqvtEMKKwclrCNRfv6C4XJk { width:6.125rem;height:6.125rem;top:48.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7nHn7MJwd9J4bdTdHdtBiXV5ERcxnvU { width:11.125rem;height:2.875rem;top:30.537109375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmIBtgNkZG4MsMd20TqZuwsAROuGJ1qC { width:9.25rem;height:5.0625rem;top:34.912109375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT8aPTsiTfgWKsztAr8s3cH4oZ5adbtG { width:8.125rem;height:5.625rem;top:41.162109375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKT0W7kiEhEo2EQCGQ9D0F50LUBv6lFO { width:13.75rem;height:1.9375rem;top:70.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks11ndvXMLENXmHfKECxJ1rdFb7Q6QiE { width:10.875rem;height:3.1875rem;top:73.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOTMAUQ5Mt6eqMRO63yTT1BBf80Vpb6m { display:block; }#cOTMAUQ5Mt6eqMRO63yTT1BBf80Vpb6m > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxP3O876XEGip5XgaImtZCTwfPzFlZJw { width:20rem;height:2.03125rem;top:1.546875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diT7m1FlRJPtuSwWl3QpvBHxdh6Gc1Vk { display:block; }#diT7m1FlRJPtuSwWl3QpvBHxdh6Gc1Vk > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIMdUPctooXPlOZQfiUiWh9k86EJnPOb { width:19.625rem;height:14.375rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRzZGNteQZT1q3g58Gl5TSevBvXhmzsT { width:18.75rem;height:7.9980625rem;top:6.8124942779544rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJ375bdPWuEzQe7SkD4Ep393p8dsqz0m { width:20rem;height:1.6rem;top:15.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VdMf2y2VdUedNvahmMhxtrCDbPSAQHcu { width:19.625rem;height:14.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs4cqUgkedRhZa78SNEQ5ZsCsIylz1yb { width:20rem;height:1.6rem;top:33.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLByCSnT9T4Z4PbpAlQuot7ihocCeU70 { width:18.75rem;height:6.3984375rem;top:26.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nd9kxH8mAT1i1seQm9ENHNC6pCbMVveC { width:4.625rem;height:4.625rem;top:1.125rem;left:7.6875003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmoOnsQn7CbnGdpsfoGK3REe5HMtuqxM { width:4.625rem;height:4.625rem;top:20.4375rem;left:7.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ9eEAPsuSR4chP3fOiaet54M7hTfNRC { display:block; }#TJ9eEAPsuSR4chP3fOiaet54M7hTfNRC > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xihpu7DrknFId0JRHxNlT2JgLicVUsBL { width:17.1875rem;height:2.03125rem;top:24.59375rem;left:1.40625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZinbcmkC2J1h9nXh7OC8bHkXLCSlXAO { width:19.0625rem;height:25.5rem;top:27.875rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4c183k5JWuz7XozGIxeq4Z9ak4e7N7c { width:19.9375rem;height:20.8125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3TMakbAHXD5DLPfrKpeqgIHVyy89cN { display:block; }#TT3TMakbAHXD5DLPfrKpeqgIHVyy89cN > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8ArTETvlnxEKZNPZ5QpyI24UIwiLwvk { width:11.75rem;height:2.5625rem;top:1.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpAlz8LEGpN4GnvHQAWMpX9rzqWKRx6T { width:18rem;height:4.546875rem;top:5.0625rem;left:1rem;font-size:0.875rem;display:block; }
 }