.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:246,235,220;--color-primary-1:227,194,151;--color-primary-2:209,154,82;--color-primary-3:222,108,28;--color-primary-4:42,31,16;--color-secondary-0:217,229,228;--color-secondary-1:128,167,166;--color-secondary-2:1,79,77;--color-secondary-3:1,40,39;--color-secondary-4:0,12,12;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:78,78,78;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { background-color: transparent; background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { border-width: 0; border-radius: 0; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;position:relative;display:block; }#TfwvzEJJf2FvWaBf9vRbbKSTu7aMDOyO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:20.0620403125rem;top:9.3285789489744rem;left:39.937959671021rem;overflow:hidden;display:block; }
#TiOAu2ITMfmthx9IbGTNH0fcI3VChHn6 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:8.287125rem;text-align:center;text-align-last:center;display:block; }
#Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0618095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.0625rem;left:1.0625rem;height:17.54735rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SLrLu6BTF1rBaPE8B2HGTwQ3P4Mrz2Qw { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:21.1875rem;top:12.5rem;left:11.5625rem;display:block; }
#uDHmzMUpb9ipe5vv2eAvBJ8nl4s73zcw { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:2.4560546875rem;left:46.8427734375rem;display:block; }
#gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3120403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:3.8125rem;left:46.8125rem;height:3.59911875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sXWo64cBSVkmqRhwpGTdLcnsi5TRE0Ks { 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:30.999rem;width:21.8105625rem;top:3.6884765625rem;left:31.34375rem;overflow:hidden;display:block; }
#ZBctXkmcTm7ZAm44kntEOUEbrqcOotH8 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:8.2352943125rem;text-align:center;text-align-last:center;display:none; }
#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c557cfe5-53f8-497a-9bc9-c91335d926d1/bg1.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.adaptive-delivery-prevent-bg, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyload, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyloading { background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:10.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Ps0su2xu8xX742LJaiyivyiKZGsdGR88 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.2495rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.99951171875rem;left:9.6875rem;display:block; }
#m1JBEcFrA3CiFT5CX8C85XUO5IrcvvyU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tURTzx22TOcWylZAJO06xqeZHoeWrOqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { background-color: transparent; background-image: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container > .video-iframe-container { display: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container { display: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .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); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { border-width: 0; border-radius: 0; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { color:rgba(var(--color-secondary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-tertiary-0),0.25) ;height:18.3743095625rem;width:24.5622691875rem;top:4.125rem;left:35.4375rem;overflow:hidden;display:block; }
#iZTtcK4r5uQwJFtLTdo4NhWJhOxq3W3S { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:20rem;top:3.25rem;left:27.75rem;overflow:hidden;display:block; }
#VnBNB2RwBQE2PsnkbsQKs0UXTR4ezvtO { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9993095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.8326988220212rem;left:0rem;height:13.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G31C46DFeES6a2rQNmKmc60H9KIuo4t9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#G31C46DFeES6a2rQNmKmc60H9KIuo4t9 > .row .container { background-color: transparent; background-image: none; }#G31C46DFeES6a2rQNmKmc60H9KIuo4t9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G31C46DFeES6a2rQNmKmc60H9KIuo4t9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G31C46DFeES6a2rQNmKmc60H9KIuo4t9 > .row .container > .video-iframe-container { display: none; }#G31C46DFeES6a2rQNmKmc60H9KIuo4t9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G31C46DFeES6a2rQNmKmc60H9KIuo4t9 > .row > .video-iframe-container { display: none; }#G31C46DFeES6a2rQNmKmc60H9KIuo4t9 > .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); }#G31C46DFeES6a2rQNmKmc60H9KIuo4t9 > .row .container { border-width: 0; border-radius: 0; }#G31C46DFeES6a2rQNmKmc60H9KIuo4t9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G31C46DFeES6a2rQNmKmc60H9KIuo4t9 > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;position:relative;display:block; }#ehHi0vpt6crGOZqsJlvompbUcBybnJ65 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:7.9375rem;top:0rem;left:5.71875rem;overflow:hidden;display:block; }
#bqkAPpmNb5agbCPFhZEZ0ixraq0dOUzs { position:absolute;display:block;z-index:15004;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:19.375rem;top:8.4375rem;left:0rem;display:block; }
#GccQg151A9VT73sSOa8m2emJHhZRKa1r { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.125rem;left:1.1875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#BS4pW8GXWMtBCDlbphxcuw5DKDO9ec6b { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:13rem;left:1.1875rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#Ogyl8oQ86abbG8b10bdo7TmgK3xv1Xi6 { position:absolute;display:block;z-index:15008;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:19.375rem;top:8.4375rem;left:20.312498092651rem;display:block; }
#x01azl4SZ4UoVg50aQQmXhqEbeB6HZSN { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:13rem;left:21.5rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#nwFyLomczKxzn3W871m7l5svB9hVPrpQ { 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:10.125rem;width:4.8125rem;top:0rem;left:27.59375rem;overflow:hidden;display:block; }
#QtE5kNwHZUthRfUNwCQZel1xTJvQfCBR { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.125rem;left:21.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#o25mNOUN29yAWl8sPez7p830QVGRQA8C { position:absolute;display:block;z-index:15012;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:19.375rem;top:8.4375rem;left:40.624998092651rem;display:block; }
#ov3CJdizTk4f4btOzK0ldgudF0axPs2c { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:13rem;left:41.8125rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#cwOIT20Cq0vMGEkGFouqeXOvz3OligX8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.125rem;left:41.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#RuPtuUfpqswZNF5Zo4v9EKCgNJmfhFfD { 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:10.125rem;width:5.25rem;top:0rem;left:47.6875rem;overflow:hidden;display:block; }
#He5eDQGVWAkJ0sbL5zLvbN9NF5ZiMWfJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#He5eDQGVWAkJ0sbL5zLvbN9NF5ZiMWfJ > .row .container { background-color: transparent; background-image: none; }#He5eDQGVWAkJ0sbL5zLvbN9NF5ZiMWfJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#He5eDQGVWAkJ0sbL5zLvbN9NF5ZiMWfJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#He5eDQGVWAkJ0sbL5zLvbN9NF5ZiMWfJ > .row .container > .video-iframe-container { display: none; }#He5eDQGVWAkJ0sbL5zLvbN9NF5ZiMWfJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#He5eDQGVWAkJ0sbL5zLvbN9NF5ZiMWfJ > .row > .video-iframe-container { display: none; }#He5eDQGVWAkJ0sbL5zLvbN9NF5ZiMWfJ > .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); }#He5eDQGVWAkJ0sbL5zLvbN9NF5ZiMWfJ > .row .container { border-width: 0; border-radius: 0; }#He5eDQGVWAkJ0sbL5zLvbN9NF5ZiMWfJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#He5eDQGVWAkJ0sbL5zLvbN9NF5ZiMWfJ > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;position:relative;display:block; }#EWfs94zaFqprLaE1qVVqSEZr1f3iGvpn { 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:26rem;width:19.5rem;top:2rem;left:20.25rem;overflow:hidden;display:block; }
#MsolFxDw4zpFI1Q35QSAW2IsB7vtlUOy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:19.625rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#ErhdMfqO7xxtLPv0cLPEaUdmixT65ALe { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:19.6875rem;top:1.8125rem;left:40.3125rem;overflow:hidden;display:block; }
#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container { background-color: transparent; background-image: none; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container > .video-iframe-container { display: none; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row > .video-iframe-container { display: none; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .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); }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container { border-width: 0; border-radius: 0; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#A8lgwaKtNuZlstZzRqioT43VSE2WX2AS { color:rgba(var(--color-secondary-2),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:31.875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#ug45MMP8F5LVzsI8xDdf7oTCCPDOmTM1 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:19rem;top:10.5rem;left:12.875rem;overflow:hidden;display:block; }
#FQs9kL6hsxGPDLcgSLMwuclmZCsSH3No { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9993095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:5.7651672363281rem;left:31.000688552856rem;height:18.4375rem;text-align:left;text-align-last:left;display:block; }#FQs9kL6hsxGPDLcgSLMwuclmZCsSH3No li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FQs9kL6hsxGPDLcgSLMwuclmZCsSH3No li:before{  }
#C8Kzh90TD5qKBKBwWpBcoqByFWGVgOXH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-tertiary-0),0.25) ;height:18.3731613125rem;width:24.5622691875rem;top:4.8598327636719rem;left:0rem;overflow:hidden;display:block; }
#ips337rxmiABGV8H1ZZUbWy8q1tVqgqg { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:27rem;left:31.8125rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#wwoh2wtmwP4Eb5bbltQKqmoQiAWHuArK { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.2495403125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.5625rem;left:31.8125rem;display:block; }
#npvUVZCmHawPnXyA6XzdoKIdwh3BmPEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { background-color: transparent; background-image: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container > .video-iframe-container { display: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container { display: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .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); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { border-width: 0; border-radius: 0; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#CsNd7lFMsGRrf930nJOWZ8V5iX43U0gd { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3743095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:5.4848327636719rem;left:13.311120986939rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#RE4qlhBFJgQ9RonEl2NFN10zXJ2IvIWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#RE4qlhBFJgQ9RonEl2NFN10zXJ2IvIWg > .row .container { background-color: transparent; background-image: none; }#RE4qlhBFJgQ9RonEl2NFN10zXJ2IvIWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE4qlhBFJgQ9RonEl2NFN10zXJ2IvIWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE4qlhBFJgQ9RonEl2NFN10zXJ2IvIWg > .row .container > .video-iframe-container { display: none; }#RE4qlhBFJgQ9RonEl2NFN10zXJ2IvIWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE4qlhBFJgQ9RonEl2NFN10zXJ2IvIWg > .row > .video-iframe-container { display: none; }#RE4qlhBFJgQ9RonEl2NFN10zXJ2IvIWg > .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); }#RE4qlhBFJgQ9RonEl2NFN10zXJ2IvIWg > .row .container { border-width: 0; border-radius: 0; }#RE4qlhBFJgQ9RonEl2NFN10zXJ2IvIWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RE4qlhBFJgQ9RonEl2NFN10zXJ2IvIWg > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#ZwJiri6LKQTupBfo8uwHptOsQblwghOz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:7.9375rem;top:0rem;left:5.71875rem;overflow:hidden;display:block; }
#QpyO7r95GwAcdlfR9zUqgUDAnrTfn6D6 { position:absolute;display:block;z-index:15004;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:19.375rem;top:8.4375rem;left:0rem;display:block; }
#rrrmtExGgwNIex7C9cczQK9TuGrKTHTT { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.125rem;left:1.1875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#l1wq8RH024WfpILsg9EpzyPITzKJyfFm { position:absolute;display:block;z-index:15008;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:19.375rem;top:8.4375rem;left:20.312498092651rem;display:block; }
#VtuKaG975l4PH7g56rTDLVMxMuecd9S7 { 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:10.125rem;width:4.8125rem;top:0rem;left:27.59375rem;overflow:hidden;display:block; }
#ZyMf9v88zhTZFXqkXbmxVvC2iGOvcTgy { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.125rem;left:21.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#GnO4FAllC8sbvzObR1qHDBdUxb3Gkpsl { position:absolute;display:block;z-index:15012;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:19.375rem;top:8.4375rem;left:40.624998092651rem;display:block; }
#sidQBOciOs7AiSTW9EQOhtp0lbb3MfS0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9990806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.146148681641rem;left:41.499307632446rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#KChNMvI0Rhiw5LTt36rRJ1Ter6F7SxF0 { 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:10.125rem;width:5.25rem;top:0rem;left:47.6875rem;overflow:hidden;display:block; }
#c6WleMPG1lAxPoTBOcQdOwQDZHhs80Kn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1240806875rem;width:7.9365806875rem;top:17.100189208984rem;left:26.031709671021rem;overflow:hidden;display:block; }
#NmOBAn8Bm3JqPafrHqikGIr1tgVZviu9 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1240806875rem;width:5.2493105rem;top:17.101333618164rem;left:7.0611209869388rem;overflow:hidden;display:block; }
#n2UzTzKHUDHe0KX35RicEre7lAm9a8Rn { 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:10.1240806875rem;width:4.8115806875rem;top:17.101333618164rem;left:47.593061447144rem;overflow:hidden;display:block; }
#ONdANhfTUnfAhhs8e5hwuQ5HqtkVn7PS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#ONdANhfTUnfAhhs8e5hwuQ5HqtkVn7PS > .row .container { background-color: transparent; background-image: none; }#ONdANhfTUnfAhhs8e5hwuQ5HqtkVn7PS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONdANhfTUnfAhhs8e5hwuQ5HqtkVn7PS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONdANhfTUnfAhhs8e5hwuQ5HqtkVn7PS > .row .container > .video-iframe-container { display: none; }#ONdANhfTUnfAhhs8e5hwuQ5HqtkVn7PS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONdANhfTUnfAhhs8e5hwuQ5HqtkVn7PS > .row > .video-iframe-container { display: none; }#ONdANhfTUnfAhhs8e5hwuQ5HqtkVn7PS > .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); }#ONdANhfTUnfAhhs8e5hwuQ5HqtkVn7PS > .row .container { border-width: 0; border-radius: 0; }#ONdANhfTUnfAhhs8e5hwuQ5HqtkVn7PS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ONdANhfTUnfAhhs8e5hwuQ5HqtkVn7PS > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#PQbnsqZhs0BCCsGeZSk91OpkZrsmvCHb { position:absolute;display:block;z-index:15004;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:19.375rem;top:8.4375rem;left:0rem;display:block; }
#OzT0TMqTQHN9nELHVxXl7f1OLlkIrDVM { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.125rem;left:1.1875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#Bgbd1ctyruSJaGWG1WqtvyVJQh9HAyRR { position:absolute;display:block;z-index:15008;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:19.375rem;top:8.4375rem;left:20.3125rem;display:block; }
#IDlNwyv5Saevwt2iEosO4HWAAZhVQkKa { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.125rem;left:21.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#E3tCy8m4mQe21bQMpZmwpH7gDaQukVgG { position:absolute;display:block;z-index:15012;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:19.375rem;top:8.4375rem;left:40.625rem;display:block; }
#fxVUT03As5U2OTUlXah7DqAmxS48nUva { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.125rem;left:41.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#XME9a0mfbJw4Q1PR310ZAspZ9AlpT9Jg { 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:10.1240806875rem;width:4.8115806875rem;top:17.078811645507rem;left:7.3115806579587rem;overflow:hidden;display:block; }
#VzJWRnJlml8fTRJXAI7RkzUbSLfQMldR { 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:10.1240806875rem;width:5.2493105rem;top:17.078811645507rem;left:27.374769210816rem;overflow:hidden;display:block; }
#IZwV1nICOkNpTdUvTCMQV0J9ghqqSdTQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1240806875rem;width:7.9365806875rem;top:17.078811645507rem;left:46.030561447144rem;overflow:hidden;display:block; }
#kqNev8Uywd5VB7mar3El0f0aBTuBoFU9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#kqNev8Uywd5VB7mar3El0f0aBTuBoFU9 > .row .container { background-color: transparent; background-image: none; }#kqNev8Uywd5VB7mar3El0f0aBTuBoFU9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqNev8Uywd5VB7mar3El0f0aBTuBoFU9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqNev8Uywd5VB7mar3El0f0aBTuBoFU9 > .row .container > .video-iframe-container { display: none; }#kqNev8Uywd5VB7mar3El0f0aBTuBoFU9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqNev8Uywd5VB7mar3El0f0aBTuBoFU9 > .row > .video-iframe-container { display: none; }#kqNev8Uywd5VB7mar3El0f0aBTuBoFU9 > .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); }#kqNev8Uywd5VB7mar3El0f0aBTuBoFU9 > .row .container { border-width: 0; border-radius: 0; }#kqNev8Uywd5VB7mar3El0f0aBTuBoFU9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqNev8Uywd5VB7mar3El0f0aBTuBoFU9 > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#Jfz8AWG2UQ959Be41ZDFAJ7B0sBAQe0Z { 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:10.1240806875rem;width:4.8115806875rem;top:17.078811645507rem;left:7.3115806579587rem;overflow:hidden;display:none; }
#PECTMTpJHOlFLyV0ppTHkyiecoLmCP6x { 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:10.1240806875rem;width:5.2493105rem;top:17.078811645507rem;left:27.374769210816rem;overflow:hidden;display:none; }
#RcOmfc7HtMTZHd89QXwN4aTNeaZnhD9I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1240806875rem;width:7.9365806875rem;top:17.078811645507rem;left:46.030561447144rem;overflow:hidden;display:none; }
#sqETNx0hDdbzvMTPJJKL0JJcMNvVJOq1 { position:absolute;display:block;z-index:15004;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3745403125rem;width:19.375rem;top:8.625rem;left:0.3125rem;display:block; }
#GDn3uV17DNXf1EGN3nkQb79v3nJkc0BD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9990806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.3125rem;left:1.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#ky9bG3WatVKKs8U1kx2GiwzmQFk3yox5 { position:absolute;display:block;z-index:15008;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3745403125rem;width:19.375rem;top:8.625rem;left:20.3125rem;display:block; }
#XQ9JfT5A0SzvxbCis48Uc9TfdTENwy1S { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9990806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.3125rem;left:21.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#UM6KVV2Ip16aGg5nheU325DGSGA1Obs0 { position:absolute;display:block;z-index:15012;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3745403125rem;width:19.375rem;top:8.625rem;left:40.625rem;display:block; }
#KHgKToeKnFFfsuRJgm9zQbzFyZ5keF3k { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9990806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.3125rem;left:41.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#P4zKezLymZmxPgp7K2ggP66wLKWSLJSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#P4zKezLymZmxPgp7K2ggP66wLKWSLJSy > .row .container { background-color: transparent; background-image: none; }#P4zKezLymZmxPgp7K2ggP66wLKWSLJSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4zKezLymZmxPgp7K2ggP66wLKWSLJSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4zKezLymZmxPgp7K2ggP66wLKWSLJSy > .row .container > .video-iframe-container { display: none; }#P4zKezLymZmxPgp7K2ggP66wLKWSLJSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4zKezLymZmxPgp7K2ggP66wLKWSLJSy > .row > .video-iframe-container { display: none; }#P4zKezLymZmxPgp7K2ggP66wLKWSLJSy > .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); }#P4zKezLymZmxPgp7K2ggP66wLKWSLJSy > .row .container { border-width: 0; border-radius: 0; }#P4zKezLymZmxPgp7K2ggP66wLKWSLJSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P4zKezLymZmxPgp7K2ggP66wLKWSLJSy > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;position:relative;display:block; }#PrSi2Z1uknGDfEZIFtCv7g5UeKhkIO5w { 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:25.9375rem;width:19.4375rem;top:2rem;left:20.25rem;overflow:hidden;display:block; }
#LABEyDn152AJuOWc1yTpq6y0Q8GImQtD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:19.5rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#tx9eAZH2zh2LcT61FmyFmEghTRuHtO3W { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:19.6875rem;top:1.8125rem;left:40.3125rem;overflow:hidden;display:block; }
#WlUqBpDob4tNxshwRv8dCnLxd0LS9iZv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#WlUqBpDob4tNxshwRv8dCnLxd0LS9iZv > .row .container { background-color: transparent; background-image: none; }#WlUqBpDob4tNxshwRv8dCnLxd0LS9iZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlUqBpDob4tNxshwRv8dCnLxd0LS9iZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlUqBpDob4tNxshwRv8dCnLxd0LS9iZv > .row .container > .video-iframe-container { display: none; }#WlUqBpDob4tNxshwRv8dCnLxd0LS9iZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlUqBpDob4tNxshwRv8dCnLxd0LS9iZv > .row > .video-iframe-container { display: none; }#WlUqBpDob4tNxshwRv8dCnLxd0LS9iZv > .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); }#WlUqBpDob4tNxshwRv8dCnLxd0LS9iZv > .row .container { border-width: 0; border-radius: 0; }#WlUqBpDob4tNxshwRv8dCnLxd0LS9iZv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WlUqBpDob4tNxshwRv8dCnLxd0LS9iZv > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#c5AFVShbF11CKQgNnIM3A5DuQo0Uqqx9 { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#AZSLCxdMHNKVQ28enD5UbgSA13TfGTIl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#AZSLCxdMHNKVQ28enD5UbgSA13TfGTIl > .row .container { background-color: transparent; background-image: none; }#AZSLCxdMHNKVQ28enD5UbgSA13TfGTIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZSLCxdMHNKVQ28enD5UbgSA13TfGTIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZSLCxdMHNKVQ28enD5UbgSA13TfGTIl > .row .container > .video-iframe-container { display: none; }#AZSLCxdMHNKVQ28enD5UbgSA13TfGTIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZSLCxdMHNKVQ28enD5UbgSA13TfGTIl > .row > .video-iframe-container { display: none; }#AZSLCxdMHNKVQ28enD5UbgSA13TfGTIl > .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); }#AZSLCxdMHNKVQ28enD5UbgSA13TfGTIl > .row .container { border-width: 0; border-radius: 0; }#AZSLCxdMHNKVQ28enD5UbgSA13TfGTIl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZSLCxdMHNKVQ28enD5UbgSA13TfGTIl > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;position:relative;display:block; }#hlXtKD0bTV2o2NDmiVQ3DUBn3gxnIFMv { position:absolute;display:block;z-index:15013;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;border-left:0;border-right:0;border-bottom:0.875rem solid #8bc53e;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:38.2490806875rem;width:18.8120403125rem;top:2.3125rem;left:5.625rem;display:block; }
#QF8yGto2byAI8AFBlotDJJN4icwqIRad { background-color:#f1085f;background-image:none;background-position:top left !important;background-repeat: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8120403125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.75rem;left:8.125rem;display:block; }
#evCxe5TQGVrBB60JAFBWeh41OoxuNqJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FR7ANMfWcmyBcSHeayQGGbCv5ePUiKRh { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.47265625rem;left:5rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivRr5b1JslFOSVf8hVM9oclQgNeETawi { color:#8bc53e;display:block;width:19.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:23.8125rem;left:5.0302734375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3XnWUeQWiZUCqZW5cDkGkk3pC3scOeB { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/59b74e7a-4c90-460b-a884-a2251767e8bb/0349f697afc1960b064c8a42e7d7a2e02eb00948.jpeg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.999rem;width:18.8115rem;top:2.3125rem;left:5.625rem;display:block; }#k3XnWUeQWiZUCqZW5cDkGkk3pC3scOeB.adaptive-delivery-prevent-bg, #k3XnWUeQWiZUCqZW5cDkGkk3pC3scOeB.lazyload, #k3XnWUeQWiZUCqZW5cDkGkk3pC3scOeB.lazyloading { background-image: none; }
#KNE8aPM6KznH18qShrrEMKIhVTpNc4wI { position:absolute;display:block;z-index:15014;background-color:#8bc53e;background-image:none;background-position:top left !important;background-repeat: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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4368105rem;top:18.75rem;left:13.8125rem;display:block; }
#DNWJgx9x562NzuCdgGR7w1Pb3bXIFDuo { position:absolute;display:block;z-index:15027;background-color:#2c3459;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.7497701875rem;width:4.0625rem;top:2.5625rem;left:7.375rem;display:block; }
#dtCSSTB2JFEqISRHCTGwccpZ2T1Agwtk { color:rgba(var(--color-tertiary-0),1);display:block;width:4.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.8125rem;left:7.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIqB5zucy8RwpZityKbFLnXqnaQc0Z3R { position:absolute;display:block;z-index:15012;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;border-left:0;border-right:0;border-bottom:0.875rem solid #9c9c9c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:38.2490806875rem;width:18.8120403125rem;top:2.3125rem;left:35.625rem;display:block; }
#dmIZJQ7Plg2XTcVqrqO3Lc3pSRDTV8nx { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/263accc2-79d6-4e7e-8983-fb21d0e3eada/Artystyka_36.JPEG");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.9993105rem;width:18.8120403125rem;top:2.3125rem;left:35.625rem;display:block; }#dmIZJQ7Plg2XTcVqrqO3Lc3pSRDTV8nx.adaptive-delivery-prevent-bg, #dmIZJQ7Plg2XTcVqrqO3Lc3pSRDTV8nx.lazyload, #dmIZJQ7Plg2XTcVqrqO3Lc3pSRDTV8nx.lazyloading { background-image: none; }
#pd645kaPkxW6rR4ARP7eEnW6G8h3hNBZ { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20.4716796875rem;left:35rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uzA31Ewoq20FEsiM0vvRsdWDLBcDUvPT { color:#2c3459;display:block;width:19.9368095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:23.8125rem;left:35.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HAF40Z94RgCiNgPbP3LQ0TNTDKENOSGK { position:absolute;display:block;z-index:15022;background-color:#9c9c9c;background-image:none;background-position:top left !important;background-repeat: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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.436525rem;top:18.75rem;left:44.4677734375rem;display:block; }
#NeJwd86q22xEr4TqKT8s41rC17IJKXD4 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:28.330078125rem;left:4.3740234375rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GbyNbXHDHzs3mLILPxQkeZzIirBUfwkF { color:rgba(var(--color-tertiary-3),1);display:block;width:20.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:28.330078125rem;left:34.93798828125rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZyvXozQhragGwrbVtPU8mtb2tplsgTr6 { background-color:#f1085f;background-image:none;background-position:top left !important;background-repeat: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8115rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:33.75rem;left:38.0927734375rem;display:block; }
#EFo5ieezkwkp1nvp9lq2gb8VUq4eVocV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mmbeycbXpTmM7AnRNXZ6ep17zd8FotJN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#mmbeycbXpTmM7AnRNXZ6ep17zd8FotJN > .row .container { background-color: transparent; background-image: none; }#mmbeycbXpTmM7AnRNXZ6ep17zd8FotJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmbeycbXpTmM7AnRNXZ6ep17zd8FotJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmbeycbXpTmM7AnRNXZ6ep17zd8FotJN > .row .container > .video-iframe-container { display: none; }#mmbeycbXpTmM7AnRNXZ6ep17zd8FotJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmbeycbXpTmM7AnRNXZ6ep17zd8FotJN > .row > .video-iframe-container { display: none; }#mmbeycbXpTmM7AnRNXZ6ep17zd8FotJN > .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); }#mmbeycbXpTmM7AnRNXZ6ep17zd8FotJN > .row .container { border-width: 0; border-radius: 0; }#mmbeycbXpTmM7AnRNXZ6ep17zd8FotJN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmbeycbXpTmM7AnRNXZ6ep17zd8FotJN > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;position:relative;display:block; }#GHaoLk00czGtTnF6gD5lO5Jhk8XUUBMA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-tertiary-0),0.25) ;height:29.1865806875rem;width:21.8118095625rem;top:2.8653564453125rem;left:38.188188552856rem;overflow:hidden;display:block; }
#LGfWMmzxXUNC5uZ1HsPrkximbqx8d0kM { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:20rem;top:4.25rem;left:27.75rem;overflow:hidden;display:block; }
#DGFzNZ0tRfkDTPg415QPlK1NHaFbdOFK { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.7263488769531rem;left:0rem;height:20.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KCvFWt1SVyg79MvBZG2QPNQuTH3P9MOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#KCvFWt1SVyg79MvBZG2QPNQuTH3P9MOl > .row .container { background-color: transparent; background-image: none; }#KCvFWt1SVyg79MvBZG2QPNQuTH3P9MOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCvFWt1SVyg79MvBZG2QPNQuTH3P9MOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCvFWt1SVyg79MvBZG2QPNQuTH3P9MOl > .row .container > .video-iframe-container { display: none; }#KCvFWt1SVyg79MvBZG2QPNQuTH3P9MOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCvFWt1SVyg79MvBZG2QPNQuTH3P9MOl > .row > .video-iframe-container { display: none; }#KCvFWt1SVyg79MvBZG2QPNQuTH3P9MOl > .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); }#KCvFWt1SVyg79MvBZG2QPNQuTH3P9MOl > .row .container { border-width: 0; border-radius: 0; }#KCvFWt1SVyg79MvBZG2QPNQuTH3P9MOl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KCvFWt1SVyg79MvBZG2QPNQuTH3P9MOl > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#faXsdSGQbWfvzx7hoixboGnOdrHDNl3U { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9993095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:4.2134399414062rem;left:31.000688552856rem;height:25.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LNq0xX6NdUPVnCp5tR758KpScMG0X3Ex { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4995403125rem;width:20.0620403125rem;top:16.4375rem;left:10.4375rem;overflow:hidden;display:block; }
#JdeydH3o2KfUGJZRBMHMOhAz24PFVOhA { 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: 0rem 0rem 2.5rem rgba(var(--color-tertiary-0),0.25) ;height:29.1865806875rem;width:21.8118095625rem;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#J1C1MihfEm18dEUCmf23Okx7maBuovPm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#J1C1MihfEm18dEUCmf23Okx7maBuovPm > .row .container { background-color: transparent; background-image: none; }#J1C1MihfEm18dEUCmf23Okx7maBuovPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1C1MihfEm18dEUCmf23Okx7maBuovPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1C1MihfEm18dEUCmf23Okx7maBuovPm > .row .container > .video-iframe-container { display: none; }#J1C1MihfEm18dEUCmf23Okx7maBuovPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1C1MihfEm18dEUCmf23Okx7maBuovPm > .row > .video-iframe-container { display: none; }#J1C1MihfEm18dEUCmf23Okx7maBuovPm > .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); }#J1C1MihfEm18dEUCmf23Okx7maBuovPm > .row .container { border-width: 0; border-radius: 0; }#J1C1MihfEm18dEUCmf23Okx7maBuovPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1C1MihfEm18dEUCmf23Okx7maBuovPm > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#PRSyVdn6ECa9FTgTHrrPgvbEUG2QtSwf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-tertiary-0),0.25) ;height:29.1865806875rem;width:21.8118095625rem;top:2.8653564453125rem;left:38.188188552856rem;overflow:hidden;display:block; }
#ETDdsVwKuJWytHpz1pNC4VPdNXFraWAK { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4995403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:2.6819763183594rem;left:0rem;height:30.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TE4zOoL1BvT4GszdHRL1SbqlRKOu0iJN { position:absolute;display:block;z-index:14996;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:24.0625rem;width:21.6245403125rem;top:6.8221740722656rem;left:25.184972763061rem;overflow:hidden;display:block; }
#UkDL98oDx8WHn0xeEM0mddUBU0OgQLvM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#UkDL98oDx8WHn0xeEM0mddUBU0OgQLvM > .row .container { background-color: transparent; background-image: none; }#UkDL98oDx8WHn0xeEM0mddUBU0OgQLvM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkDL98oDx8WHn0xeEM0mddUBU0OgQLvM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkDL98oDx8WHn0xeEM0mddUBU0OgQLvM > .row .container > .video-iframe-container { display: none; }#UkDL98oDx8WHn0xeEM0mddUBU0OgQLvM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkDL98oDx8WHn0xeEM0mddUBU0OgQLvM > .row > .video-iframe-container { display: none; }#UkDL98oDx8WHn0xeEM0mddUBU0OgQLvM > .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); }#UkDL98oDx8WHn0xeEM0mddUBU0OgQLvM > .row .container { border-width: 0; border-radius: 0; }#UkDL98oDx8WHn0xeEM0mddUBU0OgQLvM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UkDL98oDx8WHn0xeEM0mddUBU0OgQLvM > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:60rem;position:relative;display:block; }#Bl5JMtJ5MCcHcw7TMmLDpF8ckZzD8sRJ { color:rgba(var(--color-secondary-2),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6245422363281rem;left:0rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#WJ96rXXMXDFlh4tObWPXNxnZaVvu6oFi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-tertiary-0),0.25) ;height:32.8125rem;width:24.5622691875rem;top:2.6872863769531rem;left:35.437726974487rem;overflow:hidden;display:block; }
#N3FBdqEbto5iiZV9yivCf8zpoJ0SwHBw { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:20rem;top:8.0625rem;left:27.75rem;overflow:hidden;display:block; }
#TvHtrpsXWTxSlFil2Ay9CXKyTNGpFa3m { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.2495403125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.999786376953rem;left:0rem;display:block; }
#KdaEWSntkwZn9msiq7c1fzG4oaBPBk2W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FiS9gyGDPDkfDaRDZ7eIgZ9hIqVBGpN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.8306579589844rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#md5AVAByF3vT7M3PA1zLIK89ASqbUG9M { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:17.866271972656rem;left:0rem;height:23.1875rem;text-align:left;text-align-last:left;display:block; }#md5AVAByF3vT7M3PA1zLIK89ASqbUG9M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#md5AVAByF3vT7M3PA1zLIK89ASqbUG9M li:before{  }
#LW4ANGAhmNT2FBv7C8UySEQxkPxbgRkO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#LW4ANGAhmNT2FBv7C8UySEQxkPxbgRkO > .row .container { background-color: transparent; background-image: none; }#LW4ANGAhmNT2FBv7C8UySEQxkPxbgRkO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LW4ANGAhmNT2FBv7C8UySEQxkPxbgRkO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LW4ANGAhmNT2FBv7C8UySEQxkPxbgRkO > .row .container > .video-iframe-container { display: none; }#LW4ANGAhmNT2FBv7C8UySEQxkPxbgRkO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LW4ANGAhmNT2FBv7C8UySEQxkPxbgRkO > .row > .video-iframe-container { display: none; }#LW4ANGAhmNT2FBv7C8UySEQxkPxbgRkO > .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); }#LW4ANGAhmNT2FBv7C8UySEQxkPxbgRkO > .row .container { border-width: 0; border-radius: 0; }#LW4ANGAhmNT2FBv7C8UySEQxkPxbgRkO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LW4ANGAhmNT2FBv7C8UySEQxkPxbgRkO > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#fPqfkOWakQFPJmPLdQHJqVdOeGM9H3lT { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#OD3RkvVgEnpVvUZ9zZEdUpqfh3uDK0zp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#OD3RkvVgEnpVvUZ9zZEdUpqfh3uDK0zp > .row .container { background-color: transparent; background-image: none; }#OD3RkvVgEnpVvUZ9zZEdUpqfh3uDK0zp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OD3RkvVgEnpVvUZ9zZEdUpqfh3uDK0zp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OD3RkvVgEnpVvUZ9zZEdUpqfh3uDK0zp > .row .container > .video-iframe-container { display: none; }#OD3RkvVgEnpVvUZ9zZEdUpqfh3uDK0zp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OD3RkvVgEnpVvUZ9zZEdUpqfh3uDK0zp > .row > .video-iframe-container { display: none; }#OD3RkvVgEnpVvUZ9zZEdUpqfh3uDK0zp > .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); }#OD3RkvVgEnpVvUZ9zZEdUpqfh3uDK0zp > .row .container { border-width: 0; border-radius: 0; }#OD3RkvVgEnpVvUZ9zZEdUpqfh3uDK0zp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OD3RkvVgEnpVvUZ9zZEdUpqfh3uDK0zp > .row .container { font-size:0.875rem;font-family:arial;height:73.375rem;width:60rem;position:relative;display:block; }#B8ptiypFSK7nQPneLno9f9v05qwFFBOC { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;height:29.0625rem;width:26.25rem;position:absolute;display:block;z-index:15000;top:7.125rem;left:0rem;display:block; }
#DqTtNpX51qZ3ZSTZhav10UFyB2xANeOp { border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b2b76bd4-1c87-4ca7-8463-e7aa5a6e9caa/6844c8cdb2e893dab55d9d3f084af681ecb50112.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15001;top:2.4375rem;left:8.375rem;display:block; }#DqTtNpX51qZ3ZSTZhav10UFyB2xANeOp.adaptive-delivery-prevent-bg, #DqTtNpX51qZ3ZSTZhav10UFyB2xANeOp.lazyload, #DqTtNpX51qZ3ZSTZhav10UFyB2xANeOp.lazyloading { background-image: none; }
#dKPv4USHN7g1DTCkqpNt6Uy82TkE8Vhg { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:13.875rem;left:1.3125rem;height:18rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#mfnrh2q1fRQT7C7DRTQD2i3I5kkWGqO3 { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:33rem;left:0.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#bZ4iBvKxoWy4JBu66QSEO74Wv0qV0xNM { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;height:28.9375rem;width:26.25rem;position:absolute;display:block;z-index:15004;top:7.125rem;left:33.625rem;display:block; }
#AITy65NDrhvW9QN7z01lDdWkBxO4TiUQ { border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1fce493c-ef2c-4384-b2b2-4476dcdb4890/245a49edb0597b999dc88fc965cbe6cb7ef4a41e.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15005;top:2.4375rem;left:42rem;display:block; }#AITy65NDrhvW9QN7z01lDdWkBxO4TiUQ.adaptive-delivery-prevent-bg, #AITy65NDrhvW9QN7z01lDdWkBxO4TiUQ.lazyload, #AITy65NDrhvW9QN7z01lDdWkBxO4TiUQ.lazyloading { background-image: none; }
#LrRuTbNmKZqrZHG5xgIQKEmio28yIGI1 { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:13.875rem;left:34.9375rem;height:15rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Ga8Q8mbRGPpT48FRxLu2Et6F4LMMgHFm { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.94921875rem;left:34.322149276733rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#m87TzTuDbbi6QkbVviic0RE3VCIK1m6S { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;height:25.375rem;width:26.25rem;position:absolute;display:block;z-index:15004;top:44.5rem;left:0rem;display:block; }
#GnIlr318tQvhgtl0MkE7g7QSa9oUiLXS { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:67.31103515625rem;left:0.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#h0iuwzHv1Gm27k9Pff3o7W0UfgfkKWbB { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:50.5rem;left:1.375rem;height:13.5rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#beCbGuNea9T9sWLbV6tb6L2mt6vRdT6K { border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3751cec6-1d4b-4f54-8ca0-ee842d0ce8ac/b2164e6db8e82e5a683a2ebc8a7cc5928a0ef2f2.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15005;top:39.5625rem;left:8.40625rem;display:block; }#beCbGuNea9T9sWLbV6tb6L2mt6vRdT6K.adaptive-delivery-prevent-bg, #beCbGuNea9T9sWLbV6tb6L2mt6vRdT6K.lazyload, #beCbGuNea9T9sWLbV6tb6L2mt6vRdT6K.lazyloading { background-image: none; }
#p3f0n5cQwNELP99QtAKUGteEJVIUB0G8 { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;height:25.375rem;width:26.25rem;position:absolute;display:block;z-index:15005;top:44.5rem;left:33.625rem;display:block; }
#tr7nVuV5EcOozy30BXSf2MQFu2FNu6HU { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:50.5rem;left:34.9375rem;height:16.5rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#zlAmfNzAtPUXCbu3umCKJu1TSSSO5ddm { border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9ea71198-dc5f-47bd-bc1c-6ea531f280db/af93a84e8cdb45868b74815b0afa5037.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15006;top:39.5625rem;left:42.03125rem;display:block; }#zlAmfNzAtPUXCbu3umCKJu1TSSSO5ddm.adaptive-delivery-prevent-bg, #zlAmfNzAtPUXCbu3umCKJu1TSSSO5ddm.lazyload, #zlAmfNzAtPUXCbu3umCKJu1TSSSO5ddm.lazyloading { background-image: none; }
#DRogff5TeJTMxyAC6eppCCqfCZM07QSM { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:67.31103515625rem;left:34.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#dtFlG4hiLEQaWDQqVQJGVNFwcGWb0SmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#dtFlG4hiLEQaWDQqVQJGVNFwcGWb0SmP > .row .container { background-color: transparent; background-image: none; }#dtFlG4hiLEQaWDQqVQJGVNFwcGWb0SmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtFlG4hiLEQaWDQqVQJGVNFwcGWb0SmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtFlG4hiLEQaWDQqVQJGVNFwcGWb0SmP > .row .container > .video-iframe-container { display: none; }#dtFlG4hiLEQaWDQqVQJGVNFwcGWb0SmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtFlG4hiLEQaWDQqVQJGVNFwcGWb0SmP > .row > .video-iframe-container { display: none; }#dtFlG4hiLEQaWDQqVQJGVNFwcGWb0SmP > .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); }#dtFlG4hiLEQaWDQqVQJGVNFwcGWb0SmP > .row .container { border-width: 0; border-radius: 0; }#dtFlG4hiLEQaWDQqVQJGVNFwcGWb0SmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dtFlG4hiLEQaWDQqVQJGVNFwcGWb0SmP > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#zGUgdcyPpLiu3Vto8vJJFPq2uZEtElfo { color:rgba(var(--color-secondary-2),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.66455078125rem;left:31.000688552856rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#ycaAt9fsgXmIuIKO6xIl0H5NOaN45Srk { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9993095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.3219604492188rem;left:31.000688552856rem;height:28.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BduHQsK79rmc3PSz86DTpKdukeDI0Ciw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-tertiary-0),0.25) ;height:26.8125rem;width:26.8125rem;top:4.8586883544922rem;left:0rem;overflow:hidden;display:block; }
#CaJbQwZ0rWSBFdIHTNScMOnOyi9CZM0h { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.2495rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41.23486328125rem;left:34.81201171875rem;display:block; }
#U8WyOf7etxxya3FSqKBJ0esllHRzPiNP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qRpUURQuVTawh9kU9dnvNd3DmdRwmCxE { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:21.6245403125rem;top:20.547821044922rem;left:0rem;overflow:hidden;display:block; }
#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1d8cc83e-3db5-4f54-91f1-b0fdc6a43584/bg2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.adaptive-delivery-prevent-bg, #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.lazyload, #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.lazyloading { background-image: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { background-color: transparent; background-image: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container > .video-iframe-container { display: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container { display: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .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); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { border-width: 0; border-radius: 0; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { background-color: transparent; background-image: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .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); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { border-width: 0; border-radius: 0; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;position:relative;display:block; }#BANAMyarhwdDVJZxZ62akOxuMeTbrTy0 { color:rgba(var(--color-primary-2),1);display:block;width:29.4990806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.2690734863281rem;left:2.1243114471436rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { 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:18.4995403125rem;width:20.0620403125rem;top:2.8722534179688rem;left:36.559053421021rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfwvzEJJf2FvWaBf9vRbbKSTu7aMDOyO { width:20rem;height:23.053487720879rem;top:9.3125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiOAu2ITMfmthx9IbGTNH0fcI3VChHn6 { width:34.0625rem;height:8.1875rem;top:5.1875rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:33rem;height:17.5rem;top:15.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLrLu6BTF1rBaPE8B2HGTwQ3P4Mrz2Qw { width:21.125rem;height:0.5rem;top:12.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDHmzMUpb9ipe5vv2eAvBJ8nl4s73zcw { width:6.25rem;height:6.25rem;top:2.4375rem;left:40.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { width:6.25rem;height:0;top:3.8125rem;left:40.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXWo64cBSVkmqRhwpGTdLcnsi5TRE0Ks { top:3.6875rem;left:25.21875rem;width:21.75rem;height:30.912923497503rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBctXkmcTm7ZAm44kntEOUEbrqcOotH8 { width:20rem;height:7.6875rem;top:1.9375rem;left:0rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ps0su2xu8xX742LJaiyivyiKZGsdGR88 { width:17.1875rem;height:3.4375rem;top:1.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1JBEcFrA3CiFT5CX8C85XUO5IrcvvyU { display:block; }
 }@media only screen and (max-width: 763px) { #tURTzx22TOcWylZAJO06xqeZHoeWrOqo { display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { width:28.75rem;height:3.1875rem;top:1.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { width:24.5rem;height:18.326582479819rem;top:4.125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTtcK4r5uQwJFtLTdo4NhWJhOxq3W3S { width:20rem;height:16.7497691875rem;top:3.25rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnBNB2RwBQE2PsnkbsQKs0UXTR4ezvtO { width:28.9375rem;height:12.9375rem;top:7.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G31C46DFeES6a2rQNmKmc60H9KIuo4t9 { display:block; }#G31C46DFeES6a2rQNmKmc60H9KIuo4t9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehHi0vpt6crGOZqsJlvompbUcBybnJ65 { width:7.9375rem;height:10.125rem;top:0rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqkAPpmNb5agbCPFhZEZ0ixraq0dOUzs { width:19.375rem;height:14.6875rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GccQg151A9VT73sSOa8m2emJHhZRKa1r { width:16.9375rem;height:1.75rem;top:10.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS4pW8GXWMtBCDlbphxcuw5DKDO9ec6b { width:16.9375rem;height:5.875rem;top:12.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogyl8oQ86abbG8b10bdo7TmgK3xv1Xi6 { width:19.375rem;height:14.6875rem;top:8.4375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x01azl4SZ4UoVg50aQQmXhqEbeB6HZSN { width:16.9375rem;height:8.8125rem;top:12.9375rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwFyLomczKxzn3W871m7l5svB9hVPrpQ { width:4.8125rem;height:10.125rem;top:0rem;left:21.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtE5kNwHZUthRfUNwCQZel1xTJvQfCBR { width:16.9375rem;height:1.75rem;top:10.0625rem;left:14.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o25mNOUN29yAWl8sPez7p830QVGRQA8C { width:19.375rem;height:15.0625rem;top:8.4375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov3CJdizTk4f4btOzK0ldgudF0axPs2c { width:16.9375rem;height:8.8125rem;top:12.9375rem;left:30.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwOIT20Cq0vMGEkGFouqeXOvz3OligX8 { width:16.9375rem;height:1.75rem;top:10.0625rem;left:30.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuPtuUfpqswZNF5Zo4v9EKCgNJmfhFfD { width:5.25rem;height:10.125rem;top:0rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #He5eDQGVWAkJ0sbL5zLvbN9NF5ZiMWfJ { display:block; }#He5eDQGVWAkJ0sbL5zLvbN9NF5ZiMWfJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWfs94zaFqprLaE1qVVqSEZr1f3iGvpn { top:2rem;left:12.25rem;width:19.5rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsolFxDw4zpFI1Q35QSAW2IsB7vtlUOy { top:1.9375rem;left:0rem;width:19.5625rem;height:26.229166787956rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErhdMfqO7xxtLPv0cLPEaUdmixT65ALe { top:1.8125rem;left:27.9375rem;width:19.6875rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd { display:block; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8lgwaKtNuZlstZzRqioT43VSE2WX2AS { width:28.125rem;height:3.1875rem;top:1.5625rem;left:19.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug45MMP8F5LVzsI8xDdf7oTCCPDOmTM1 { width:19rem;height:16.4375rem;top:10.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQs9kL6hsxGPDLcgSLMwuclmZCsSH3No { width:28.9375rem;height:17.6875rem;top:5.75rem;left:18.8125rem;font-size:1.125rem;display:block; }#FQs9kL6hsxGPDLcgSLMwuclmZCsSH3No li:before{  }
 }@media only screen and (max-width: 763px) { #C8Kzh90TD5qKBKBwWpBcoqByFWGVgOXH { width:24.5rem;height:18.326582479819rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ips337rxmiABGV8H1ZZUbWy8q1tVqgqg { width:28.125rem;height:3.1875rem;top:27rem;left:19.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwoh2wtmwP4Eb5bbltQKqmoQiAWHuArK { width:17.1875rem;height:3.4375rem;top:32.5625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npvUVZCmHawPnXyA6XzdoKIdwh3BmPEa { display:block; }
 }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { width:47.75rem;height:3.1875rem;top:1.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsNd7lFMsGRrf930nJOWZ8V5iX43U0gd { width:33.3125rem;height:1.4375rem;top:5.4375rem;left:7.1861209869388rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE4qlhBFJgQ9RonEl2NFN10zXJ2IvIWg { display:block; }#RE4qlhBFJgQ9RonEl2NFN10zXJ2IvIWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwJiri6LKQTupBfo8uwHptOsQblwghOz { width:7.9375rem;height:10.125rem;top:0rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpyO7r95GwAcdlfR9zUqgUDAnrTfn6D6 { width:19.375rem;height:5.375rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrrmtExGgwNIex7C9cczQK9TuGrKTHTT { width:16.9375rem;height:1.75rem;top:10.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1wq8RH024WfpILsg9EpzyPITzKJyfFm { width:19.375rem;height:5.3125rem;top:8.4375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtuKaG975l4PH7g56rTDLVMxMuecd9S7 { width:4.8125rem;height:10.125rem;top:0rem;left:21.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyMf9v88zhTZFXqkXbmxVvC2iGOvcTgy { width:16.9375rem;height:1.75rem;top:10.0625rem;left:14.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnO4FAllC8sbvzObR1qHDBdUxb3Gkpsl { width:19.375rem;height:5.5625rem;top:8.4375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sidQBOciOs7AiSTW9EQOhtp0lbb3MfS0 { width:16.9375rem;height:1.75rem;top:10.125rem;left:30.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KChNMvI0Rhiw5LTt36rRJ1Ter6F7SxF0 { width:5.25rem;height:10.125rem;top:0rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6WleMPG1lAxPoTBOcQdOwQDZHhs80Kn { width:7.875rem;height:10.045526978593rem;top:17.0625rem;left:19.844209671021rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmOBAn8Bm3JqPafrHqikGIr1tgVZviu9 { width:5.1875rem;height:10.004869890323rem;top:17.0625rem;left:4.9986209869385rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2UzTzKHUDHe0KX35RicEre7lAm9a8Rn { width:4.75rem;height:9.9945083308187rem;top:17.0625rem;left:37.280561447144rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONdANhfTUnfAhhs8e5hwuQ5HqtkVn7PS { display:block; }#ONdANhfTUnfAhhs8e5hwuQ5HqtkVn7PS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQbnsqZhs0BCCsGeZSk91OpkZrsmvCHb { width:19.375rem;height:5.375rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzT0TMqTQHN9nELHVxXl7f1OLlkIrDVM { width:16.9375rem;height:1.75rem;top:10.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgbd1ctyruSJaGWG1WqtvyVJQh9HAyRR { width:19.375rem;height:5.375rem;top:8.4375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDlNwyv5Saevwt2iEosO4HWAAZhVQkKa { width:16.9375rem;height:1.75rem;top:10.0625rem;left:14.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3tCy8m4mQe21bQMpZmwpH7gDaQukVgG { width:19.375rem;height:5.375rem;top:8.4375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxVUT03As5U2OTUlXah7DqAmxS48nUva { width:16.9375rem;height:1.75rem;top:10.0625rem;left:30.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XME9a0mfbJw4Q1PR310ZAspZ9AlpT9Jg { width:4.75rem;height:9.9945083308187rem;top:17.0625rem;left:5.249080657959rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzJWRnJlml8fTRJXAI7RkzUbSLfQMldR { width:5.1875rem;height:10.004869890323rem;top:17.0625rem;left:21.187269210816rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZwV1nICOkNpTdUvTCMQV0J9ghqqSdTQ { width:7.875rem;height:10.045526978593rem;top:17.0625rem;left:35.718061447144rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNev8Uywd5VB7mar3El0f0aBTuBoFU9 { display:none; }#kqNev8Uywd5VB7mar3El0f0aBTuBoFU9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jfz8AWG2UQ959Be41ZDFAJ7B0sBAQe0Z { width:4.75rem;height:9.9945083308187rem;top:17.0625rem;left:5.249080657959rem;display:block; }
 }@media only screen and (max-width: 763px) { #PECTMTpJHOlFLyV0ppTHkyiecoLmCP6x { width:5.1875rem;height:10.004869890323rem;top:17.0625rem;left:21.187269210816rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcOmfc7HtMTZHd89QXwN4aTNeaZnhD9I { width:7.875rem;height:10.045526978593rem;top:17.0625rem;left:35.718061447144rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqETNx0hDdbzvMTPJJKL0JJcMNvVJOq1 { width:19.375rem;height:5.3125rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDn3uV17DNXf1EGN3nkQb79v3nJkc0BD { width:16.9375rem;height:1.75rem;top:10.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky9bG3WatVKKs8U1kx2GiwzmQFk3yox5 { width:19.375rem;height:5.3125rem;top:8.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ9JfT5A0SzvxbCis48Uc9TfdTENwy1S { width:16.9375rem;height:1.75rem;top:10.3125rem;left:14.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM6KVV2Ip16aGg5nheU325DGSGA1Obs0 { width:19.375rem;height:5.3125rem;top:8.625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHgKToeKnFFfsuRJgm9zQbzFyZ5keF3k { width:16.9375rem;height:1.75rem;top:10.3125rem;left:30.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4zKezLymZmxPgp7K2ggP66wLKWSLJSy { display:block; }#P4zKezLymZmxPgp7K2ggP66wLKWSLJSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrSi2Z1uknGDfEZIFtCv7g5UeKhkIO5w { top:2rem;left:12.25rem;width:19.4375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LABEyDn152AJuOWc1yTpq6y0Q8GImQtD { top:1.9375rem;left:0rem;width:19.5rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx9eAZH2zh2LcT61FmyFmEghTRuHtO3W { top:1.8125rem;left:27.9375rem;width:19.6875rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlUqBpDob4tNxshwRv8dCnLxd0LS9iZv { display:block; }#WlUqBpDob4tNxshwRv8dCnLxd0LS9iZv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5AFVShbF11CKQgNnIM3A5DuQo0Uqqx9 { width:47.75rem;height:3.25rem;top:1.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZSLCxdMHNKVQ28enD5UbgSA13TfGTIl { display:block; }#AZSLCxdMHNKVQ28enD5UbgSA13TfGTIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlXtKD0bTV2o2NDmiVQ3DUBn3gxnIFMv { width:18.75rem;height:38.1875rem;top:2.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF8yGto2byAI8AFBlotDJJN4icwqIRad { width:13.75rem;height:3.4375rem;top:33.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evCxe5TQGVrBB60JAFBWeh41OoxuNqJw { display:block; }
 }@media only screen and (max-width: 763px) { #FR7ANMfWcmyBcSHeayQGGbCv5ePUiKRh { width:20rem;height:1.8125rem;top:20.4375rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivRr5b1JslFOSVf8hVM9oclQgNeETawi { width:19.875rem;height:2.8125rem;top:23.8125rem;left:1.9677734375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3XnWUeQWiZUCqZW5cDkGkk3pC3scOeB { width:18.75rem;height:13.9375rem;top:2.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNE8aPM6KznH18qShrrEMKIhVTpNc4wI { width:2.375rem;height:0.3125rem;top:18.75rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNWJgx9x562NzuCdgGR7w1Pb3bXIFDuo { width:4.0625rem;height:1.6875rem;top:2.5625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtCSSTB2JFEqISRHCTGwccpZ2T1Agwtk { width:4.0625rem;height:1.25rem;top:2.8125rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIqB5zucy8RwpZityKbFLnXqnaQc0Z3R { width:18.75rem;height:38.1875rem;top:2.3125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmIZJQ7Plg2XTcVqrqO3Lc3pSRDTV8nx { width:18.75rem;height:13.9375rem;top:2.3125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd645kaPkxW6rR4ARP7eEnW6G8h3hNBZ { width:20rem;height:1.8125rem;top:20.4375rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzA31Ewoq20FEsiM0vvRsdWDLBcDUvPT { width:19.875rem;height:2.8125rem;top:23.8125rem;left:25.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAF40Z94RgCiNgPbP3LQ0TNTDKENOSGK { width:2.375rem;height:0.3125rem;top:18.75rem;left:35.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeJwd86q22xEr4TqKT8s41rC17IJKXD4 { width:20.0625rem;height:2.875rem;top:28.3125rem;left:1.3115234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbyNbXHDHzs3mLILPxQkeZzIirBUfwkF { width:20.0625rem;height:2.875rem;top:28.3125rem;left:25.75048828125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyvXozQhragGwrbVtPU8mtb2tplsgTr6 { width:13.75rem;height:3.4375rem;top:33.75rem;left:28.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFo5ieezkwkp1nvp9lq2gb8VUq4eVocV { display:block; }
 }@media only screen and (max-width: 763px) { #mmbeycbXpTmM7AnRNXZ6ep17zd8FotJN { display:block; }#mmbeycbXpTmM7AnRNXZ6ep17zd8FotJN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHaoLk00czGtTnF6gD5lO5Jhk8XUUBMA { width:21.75rem;height:29.103872749949rem;top:2.8125rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGfWMmzxXUNC5uZ1HsPrkximbqx8d0kM { width:20rem;height:16.75rem;top:4.25rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGFzNZ0tRfkDTPg415QPlK1NHaFbdOFK { width:26.9375rem;height:19.4375rem;top:7.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCvFWt1SVyg79MvBZG2QPNQuTH3P9MOl { display:block; }#KCvFWt1SVyg79MvBZG2QPNQuTH3P9MOl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faXsdSGQbWfvzx7hoixboGnOdrHDNl3U { width:28.9375rem;height:25.3125rem;top:4.1875rem;left:18.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNq0xX6NdUPVnCp5tR758KpScMG0X3Ex { width:20rem;height:18.442331910751rem;top:16.4375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdeydH3o2KfUGJZRBMHMOhAz24PFVOhA { width:21.75rem;height:29.103872749949rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1C1MihfEm18dEUCmf23Okx7maBuovPm { display:block; }#J1C1MihfEm18dEUCmf23Okx7maBuovPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRSyVdn6ECa9FTgTHrrPgvbEUG2QtSwf { width:21.75rem;height:29.103872749949rem;top:2.8125rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETDdsVwKuJWytHpz1pNC4VPdNXFraWAK { width:28.4375rem;height:30.375rem;top:2.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4zOoL1BvT4GszdHRL1SbqlRKOu0iJN { width:21.5625rem;height:23.993465236812rem;top:6.8125rem;left:19.059972763061rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkDL98oDx8WHn0xeEM0mddUBU0OgQLvM { display:block; }#UkDL98oDx8WHn0xeEM0mddUBU0OgQLvM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bl5JMtJ5MCcHcw7TMmLDpF8ckZzD8sRJ { width:33.6875rem;height:6.5rem;top:1.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ96rXXMXDFlh4tObWPXNxnZaVvu6oFi { width:24.5rem;height:32.729315189214rem;top:2.625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3FBdqEbto5iiZV9yivCf8zpoJ0SwHBw { width:20rem;height:16.7497691875rem;top:8.0625rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvHtrpsXWTxSlFil2Ay9CXKyTNGpFa3m { width:17.1875rem;height:3.4375rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdaEWSntkwZn9msiq7c1fzG4oaBPBk2W { display:block; }
 }@media only screen and (max-width: 763px) { #FiS9gyGDPDkfDaRDZ7eIgZ9hIqVBGpN5 { width:28.125rem;height:6.4375rem;top:9.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #md5AVAByF3vT7M3PA1zLIK89ASqbUG9M { width:29.0625rem;height:22.25rem;top:17.8125rem;left:0rem;font-size:1.125rem;display:block; }#md5AVAByF3vT7M3PA1zLIK89ASqbUG9M li:before{  }
 }@media only screen and (max-width: 763px) { #LW4ANGAhmNT2FBv7C8UySEQxkPxbgRkO { display:block; }#LW4ANGAhmNT2FBv7C8UySEQxkPxbgRkO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPqfkOWakQFPJmPLdQHJqVdOeGM9H3lT { width:47.75rem;height:3.1875rem;top:1.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD3RkvVgEnpVvUZ9zZEdUpqfh3uDK0zp { display:block; }#OD3RkvVgEnpVvUZ9zZEdUpqfh3uDK0zp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8ptiypFSK7nQPneLno9f9v05qwFFBOC { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTtNpX51qZ3ZSTZhav10UFyB2xANeOp { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKPv4USHN7g1DTCkqpNt6Uy82TkE8Vhg { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfnrh2q1fRQT7C7DRTQD2i3I5kkWGqO3 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ4iBvKxoWy4JBu66QSEO74Wv0qV0xNM { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AITy65NDrhvW9QN7z01lDdWkBxO4TiUQ { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrRuTbNmKZqrZHG5xgIQKEmio28yIGI1 { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga8Q8mbRGPpT48FRxLu2Et6F4LMMgHFm { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m87TzTuDbbi6QkbVviic0RE3VCIK1m6S { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnIlr318tQvhgtl0MkE7g7QSa9oUiLXS { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0iuwzHv1Gm27k9Pff3o7W0UfgfkKWbB { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beCbGuNea9T9sWLbV6tb6L2mt6vRdT6K { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3f0n5cQwNELP99QtAKUGteEJVIUB0G8 { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr7nVuV5EcOozy30BXSf2MQFu2FNu6HU { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlAmfNzAtPUXCbu3umCKJu1TSSSO5ddm { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRogff5TeJTMxyAC6eppCCqfCZM07QSM { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtFlG4hiLEQaWDQqVQJGVNFwcGWb0SmP { display:block; }#dtFlG4hiLEQaWDQqVQJGVNFwcGWb0SmP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGUgdcyPpLiu3Vto8vJJFPq2uZEtElfo { width:28.125rem;height:6.4375rem;top:1.625rem;left:19.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycaAt9fsgXmIuIKO6xIl0H5NOaN45Srk { width:28.9375rem;height:28.6875rem;top:9.3125rem;left:18.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BduHQsK79rmc3PSz86DTpKdukeDI0Ciw { width:26.8125rem;height:26.8125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaJbQwZ0rWSBFdIHTNScMOnOyi9CZM0h { width:17.1875rem;height:3.4375rem;top:41.1875rem;left:28.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8WyOf7etxxya3FSqKBJ0esllHRzPiNP { display:block; }
 }@media only screen and (max-width: 763px) { #qRpUURQuVTawh9kU9dnvNd3DmdRwmCxE { width:21.5625rem;height:23.993465236812rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BANAMyarhwdDVJZxZ62akOxuMeTbrTy0 { width:29.4375rem;height:9.75rem;top:7.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { width:20rem;height:18.442331910751rem;top:2.8125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfwvzEJJf2FvWaBf9vRbbKSTu7aMDOyO { width:20rem;height:23.0625rem;top:50.102083206177rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiOAu2ITMfmthx9IbGTNH0fcI3VChHn6 { width:20rem;height:0;top:2.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:20rem;height:23.88479375rem;top:11.399355888367rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLrLu6BTF1rBaPE8B2HGTwQ3P4Mrz2Qw { width:13.2490806875rem;height:0.3125rem;top:8.8970584869388rem;left:3.3743106126785rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #uDHmzMUpb9ipe5vv2eAvBJ8nl4s73zcw { width:6.25rem;height:6.25rem;top:33.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { width:5.561525rem;height:3.14941875rem;top:35.283203125rem;left:14.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXWo64cBSVkmqRhwpGTdLcnsi5TRE0Ks { width:13.875rem;height:19.8125rem;top:32.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBctXkmcTm7ZAm44kntEOUEbrqcOotH8 { width:20rem;height:7.7988375rem;top:1.9990807771682rem;left:0rem;font-size:2rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ps0su2xu8xX742LJaiyivyiKZGsdGR88 { width:17.1875rem;height:3.4375rem;top:4.1875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1JBEcFrA3CiFT5CX8C85XUO5IrcvvyU { display:block; }
 }@media only screen and (max-width: 763px) { #tURTzx22TOcWylZAJO06xqeZHoeWrOqo { display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { width:20rem;height:2.2749rem;top:1.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { width:16.5625rem;height:12.4375rem;top:28.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTtcK4r5uQwJFtLTdo4NhWJhOxq3W3S { width:19.875rem;height:16.625rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnBNB2RwBQE2PsnkbsQKs0UXTR4ezvtO { width:20rem;height:15rem;top:5.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G31C46DFeES6a2rQNmKmc60H9KIuo4t9 { display:block; }#G31C46DFeES6a2rQNmKmc60H9KIuo4t9 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehHi0vpt6crGOZqsJlvompbUcBybnJ65 { width:6.0625rem;height:7.75rem;top:0rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqkAPpmNb5agbCPFhZEZ0ixraq0dOUzs { width:18.75rem;height:11.0625rem;top:6.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GccQg151A9VT73sSOa8m2emJHhZRKa1r { width:17rem;height:1.7871125rem;top:7.1875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS4pW8GXWMtBCDlbphxcuw5DKDO9ec6b { width:17rem;height:6rem;top:10.5625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogyl8oQ86abbG8b10bdo7TmgK3xv1Xi6 { width:18.75rem;height:11.0625rem;top:25.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x01azl4SZ4UoVg50aQQmXhqEbeB6HZSN { width:17rem;height:9rem;top:27.9375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwFyLomczKxzn3W871m7l5svB9hVPrpQ { width:3.625rem;height:7.5625rem;top:18.9375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtE5kNwHZUthRfUNwCQZel1xTJvQfCBR { width:17rem;height:1.7871125rem;top:25.8125rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o25mNOUN29yAWl8sPez7p830QVGRQA8C { width:18.75rem;height:11.0625rem;top:44.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov3CJdizTk4f4btOzK0ldgudF0axPs2c { width:18.75rem;height:9rem;top:46.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwOIT20Cq0vMGEkGFouqeXOvz3OligX8 { width:17rem;height:1.7871125rem;top:44.75rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuPtuUfpqswZNF5Zo4v9EKCgNJmfhFfD { width:4rem;height:7.75rem;top:38.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #He5eDQGVWAkJ0sbL5zLvbN9NF5ZiMWfJ { display:block; }#He5eDQGVWAkJ0sbL5zLvbN9NF5ZiMWfJ > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWfs94zaFqprLaE1qVVqSEZr1f3iGvpn { width:19.5rem;height:26.000766098617rem;top:28.728170375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsolFxDw4zpFI1Q35QSAW2IsB7vtlUOy { width:19.5625rem;height:26.229166787956rem;top:1.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErhdMfqO7xxtLPv0cLPEaUdmixT65ALe { width:19.6875rem;height:26.3120403125rem;top:55.9788589375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd { display:block; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8lgwaKtNuZlstZzRqioT43VSE2WX2AS { width:20rem;height:2.2749rem;top:1.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ug45MMP8F5LVzsI8xDdf7oTCCPDOmTM1 { width:15rem;height:12.9365806875rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQs9kL6hsxGPDLcgSLMwuclmZCsSH3No { width:20rem;height:16.5625rem;top:5.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#FQs9kL6hsxGPDLcgSLMwuclmZCsSH3No li:before{  }
 }@media only screen and (max-width: 763px) { #C8Kzh90TD5qKBKBwWpBcoqByFWGVgOXH { width:16.5625rem;height:12.4368105rem;top:40.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ips337rxmiABGV8H1ZZUbWy8q1tVqgqg { width:20rem;height:3.375rem;top:23.136260986328rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwoh2wtmwP4Eb5bbltQKqmoQiAWHuArK { width:14.4990806875rem;height:2.9997701875rem;top:27.966888427734rem;left:2.7493106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #npvUVZCmHawPnXyA6XzdoKIdwh3BmPEa { display:block; }
 }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { width:20rem;height:4.54980625rem;top:2.9750003814698rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsNd7lFMsGRrf930nJOWZ8V5iX43U0gd { width:20rem;height:3rem;top:8.6362519296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE4qlhBFJgQ9RonEl2NFN10zXJ2IvIWg { display:block; }#RE4qlhBFJgQ9RonEl2NFN10zXJ2IvIWg > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwJiri6LKQTupBfo8uwHptOsQblwghOz { width:6.0625rem;height:7.75rem;top:0rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpyO7r95GwAcdlfR9zUqgUDAnrTfn6D6 { width:18.75rem;height:5.5rem;top:6.6245422363281rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrrmtExGgwNIex7C9cczQK9TuGrKTHTT { width:17rem;height:1.7871125rem;top:8.375rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1wq8RH024WfpILsg9EpzyPITzKJyfFm { width:18.75rem;height:5.5rem;top:20.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtuKaG975l4PH7g56rTDLVMxMuecd9S7 { width:3.625rem;height:7.5625rem;top:13.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyMf9v88zhTZFXqkXbmxVvC2iGOvcTgy { width:17rem;height:1.7871125rem;top:22.5625rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnO4FAllC8sbvzObR1qHDBdUxb3Gkpsl { width:18.75rem;height:5.5rem;top:34.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sidQBOciOs7AiSTW9EQOhtp0lbb3MfS0 { width:17rem;height:1.7871125rem;top:36.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KChNMvI0Rhiw5LTt36rRJ1Ter6F7SxF0 { width:4rem;height:7.75rem;top:28.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6WleMPG1lAxPoTBOcQdOwQDZHhs80Kn { width:6.0625rem;height:7.75rem;top:0rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmOBAn8Bm3JqPafrHqikGIr1tgVZviu9 { width:4rem;height:7.75rem;top:28.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2UzTzKHUDHe0KX35RicEre7lAm9a8Rn { width:3.625rem;height:7.5625rem;top:13.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONdANhfTUnfAhhs8e5hwuQ5HqtkVn7PS { display:block; }#ONdANhfTUnfAhhs8e5hwuQ5HqtkVn7PS > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQbnsqZhs0BCCsGeZSk91OpkZrsmvCHb { width:18.75rem;height:5.5rem;top:6.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzT0TMqTQHN9nELHVxXl7f1OLlkIrDVM { width:17rem;height:1.7871125rem;top:8.375rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgbd1ctyruSJaGWG1WqtvyVJQh9HAyRR { width:18.75rem;height:5.5rem;top:21.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDlNwyv5Saevwt2iEosO4HWAAZhVQkKa { width:17rem;height:1.7871125rem;top:23.0625rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3tCy8m4mQe21bQMpZmwpH7gDaQukVgG { width:18.75rem;height:5.5rem;top:35.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxVUT03As5U2OTUlXah7DqAmxS48nUva { width:17rem;height:1.7871125rem;top:37.4375rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XME9a0mfbJw4Q1PR310ZAspZ9AlpT9Jg { width:3.625rem;height:7.5625rem;top:14.3125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzJWRnJlml8fTRJXAI7RkzUbSLfQMldR { width:4rem;height:7.75rem;top:29.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZwV1nICOkNpTdUvTCMQV0J9ghqqSdTQ { width:6.0625rem;height:7.75rem;top:0rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNev8Uywd5VB7mar3El0f0aBTuBoFU9 { display:block; }#kqNev8Uywd5VB7mar3El0f0aBTuBoFU9 > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jfz8AWG2UQ959Be41ZDFAJ7B0sBAQe0Z { width:3.625rem;height:7.5625rem;top:14.3125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PECTMTpJHOlFLyV0ppTHkyiecoLmCP6x { width:4rem;height:7.75rem;top:29.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcOmfc7HtMTZHd89QXwN4aTNeaZnhD9I { width:6.0625rem;height:7.75rem;top:0rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqETNx0hDdbzvMTPJJKL0JJcMNvVJOq1 { width:18.75rem;height:5.5rem;top:6.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDn3uV17DNXf1EGN3nkQb79v3nJkc0BD { width:17rem;height:1.7871125rem;top:8.4375rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky9bG3WatVKKs8U1kx2GiwzmQFk3yox5 { width:18.75rem;height:5.5rem;top:20.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ9JfT5A0SzvxbCis48Uc9TfdTENwy1S { width:17rem;height:1.7871125rem;top:22.5625rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM6KVV2Ip16aGg5nheU325DGSGA1Obs0 { width:18.75rem;height:5.5rem;top:35.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHgKToeKnFFfsuRJgm9zQbzFyZ5keF3k { width:17rem;height:1.7871125rem;top:37.4375rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4zKezLymZmxPgp7K2ggP66wLKWSLJSy { display:block; }#P4zKezLymZmxPgp7K2ggP66wLKWSLJSy > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrSi2Z1uknGDfEZIFtCv7g5UeKhkIO5w { width:19.4375rem;height:25.938113423872rem;top:28.562728875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LABEyDn152AJuOWc1yTpq6y0Q8GImQtD { width:19.5rem;height:26.062809398601rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx9eAZH2zh2LcT61FmyFmEghTRuHtO3W { width:19.6875rem;height:26.25rem;top:55.750228875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlUqBpDob4tNxshwRv8dCnLxd0LS9iZv { display:block; }#WlUqBpDob4tNxshwRv8dCnLxd0LS9iZv > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5AFVShbF11CKQgNnIM3A5DuQo0Uqqx9 { width:20rem;height:4.54980625rem;top:0.86627197265625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZSLCxdMHNKVQ28enD5UbgSA13TfGTIl { display:block; }#AZSLCxdMHNKVQ28enD5UbgSA13TfGTIl > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlXtKD0bTV2o2NDmiVQ3DUBn3gxnIFMv { width:18.8125rem;height:38.25rem;top:2.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF8yGto2byAI8AFBlotDJJN4icwqIRad { width:13.8125rem;height:3.4375rem;top:33.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evCxe5TQGVrBB60JAFBWeh41OoxuNqJw { display:block; }
 }@media only screen and (max-width: 763px) { #FR7ANMfWcmyBcSHeayQGGbCv5ePUiKRh { width:20rem;height:1.29980625rem;top:20.380310058594rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivRr5b1JslFOSVf8hVM9oclQgNeETawi { width:19.9368095625rem;height:2.11230625rem;top:24.434753417969rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3XnWUeQWiZUCqZW5cDkGkk3pC3scOeB { width:18.875rem;height:14rem;top:2.1243286132812rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNE8aPM6KznH18qShrrEMKIhVTpNc4wI { width:2.4375rem;height:0.3125rem;top:18.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNWJgx9x562NzuCdgGR7w1Pb3bXIFDuo { width:4.0625rem;height:1.75rem;top:3.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtCSSTB2JFEqISRHCTGwccpZ2T1Agwtk { width:4.0625rem;height:1.29980625rem;top:4.125rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIqB5zucy8RwpZityKbFLnXqnaQc0Z3R { width:18.8125rem;height:38.25rem;top:43.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmIZJQ7Plg2XTcVqrqO3Lc3pSRDTV8nx { width:18.8125rem;height:14rem;top:43.18701171875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd645kaPkxW6rR4ARP7eEnW6G8h3hNBZ { width:20rem;height:1.29980625rem;top:62.057678222656rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzA31Ewoq20FEsiM0vvRsdWDLBcDUvPT { width:19.9368095625rem;height:2.11230625rem;top:65.346984863281rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAF40Z94RgCiNgPbP3LQ0TNTDKENOSGK { width:2.4375rem;height:0.3125rem;top:59.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeJwd86q22xEr4TqKT8s41rC17IJKXD4 { width:20rem;height:2.9248rem;top:28.361694335938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbyNbXHDHzs3mLILPxQkeZzIirBUfwkF { width:20rem;height:2.9248rem;top:69.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyvXozQhragGwrbVtPU8mtb2tplsgTr6 { width:13.75rem;height:3.4375rem;top:74.98681640625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFo5ieezkwkp1nvp9lq2gb8VUq4eVocV { display:block; }
 }@media only screen and (max-width: 763px) { #mmbeycbXpTmM7AnRNXZ6ep17zd8FotJN { display:block; }#mmbeycbXpTmM7AnRNXZ6ep17zd8FotJN > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHaoLk00czGtTnF6gD5lO5Jhk8XUUBMA { width:11.75rem;height:15.9375rem;top:24.625rem;left:7.527216313105rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGfWMmzxXUNC5uZ1HsPrkximbqx8d0kM { width:12.5rem;height:10.4365806875rem;top:27.374816894531rem;left:0.62385106086731rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGFzNZ0tRfkDTPg415QPlK1NHaFbdOFK { width:20rem;height:22.5rem;top:0.96319580078125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCvFWt1SVyg79MvBZG2QPNQuTH3P9MOl { display:block; }#KCvFWt1SVyg79MvBZG2QPNQuTH3P9MOl > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faXsdSGQbWfvzx7hoixboGnOdrHDNl3U { width:20rem;height:28.5rem;top:1.668701171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LNq0xX6NdUPVnCp5tR758KpScMG0X3Ex { width:10.7490806875rem;height:9.8747701875rem;top:35.295227050781rem;left:7.7205878496169rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdeydH3o2KfUGJZRBMHMOhAz24PFVOhA { width:11.875rem;height:15.9375rem;top:32.810424804688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1C1MihfEm18dEUCmf23Okx7maBuovPm { display:block; }#J1C1MihfEm18dEUCmf23Okx7maBuovPm > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRSyVdn6ECa9FTgTHrrPgvbEUG2QtSwf { width:11.875rem;height:15.9375rem;top:36.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETDdsVwKuJWytHpz1pNC4VPdNXFraWAK { width:20rem;height:34.5rem;top:1.6123657226562rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TE4zOoL1BvT4GszdHRL1SbqlRKOu0iJN { width:8.4375rem;height:9.4370403125rem;top:39.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkDL98oDx8WHn0xeEM0mddUBU0OgQLvM { display:block; }#UkDL98oDx8WHn0xeEM0mddUBU0OgQLvM > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bl5JMtJ5MCcHcw7TMmLDpF8ckZzD8sRJ { width:20rem;height:6.8246875rem;top:1.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJ96rXXMXDFlh4tObWPXNxnZaVvu6oFi { width:14.875rem;height:19.875rem;top:54.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3FBdqEbto5iiZV9yivCf8zpoJ0SwHBw { width:19.8747691875rem;height:16.6245403125rem;top:63.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvHtrpsXWTxSlFil2Ay9CXKyTNGpFa3m { width:14.4990806875rem;height:2.9997701875rem;top:49.928771972656rem;left:2.7493106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdaEWSntkwZn9msiq7c1fzG4oaBPBk2W { display:block; }
 }@media only screen and (max-width: 763px) { #FiS9gyGDPDkfDaRDZ7eIgZ9hIqVBGpN5 { width:20rem;height:7.5rem;top:9.8336181640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #md5AVAByF3vT7M3PA1zLIK89ASqbUG9M { width:20rem;height:31.625rem;top:17.658325195312rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#md5AVAByF3vT7M3PA1zLIK89ASqbUG9M li:before{  }
 }@media only screen and (max-width: 763px) { #LW4ANGAhmNT2FBv7C8UySEQxkPxbgRkO { display:block; }#LW4ANGAhmNT2FBv7C8UySEQxkPxbgRkO > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPqfkOWakQFPJmPLdQHJqVdOeGM9H3lT { width:20rem;height:4.54980625rem;top:1.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD3RkvVgEnpVvUZ9zZEdUpqfh3uDK0zp { display:block; }#OD3RkvVgEnpVvUZ9zZEdUpqfh3uDK0zp > .row .container { width:20rem;height:148.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8ptiypFSK7nQPneLno9f9v05qwFFBOC { width:18.75rem;height:31.625rem;top:7.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTtNpX51qZ3ZSTZhav10UFyB2xANeOp { width:9.0625rem;height:9.0625rem;top:1.1566772460938rem;left:5.2470127344131rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKPv4USHN7g1DTCkqpNt6Uy82TkE8Vhg { width:17.5rem;height:25.5rem;top:11.5625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfnrh2q1fRQT7C7DRTQD2i3I5kkWGqO3 { width:17.5rem;height:1.7871125rem;top:37.0625rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZ4iBvKxoWy4JBu66QSEO74Wv0qV0xNM { width:18.75rem;height:31.0625rem;top:46.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AITy65NDrhvW9QN7z01lDdWkBxO4TiUQ { width:9.0625rem;height:9.0625rem;top:40.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrRuTbNmKZqrZHG5xgIQKEmio28yIGI1 { width:17.5rem;height:22.5rem;top:50.75rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga8Q8mbRGPpT48FRxLu2Et6F4LMMgHFm { width:20rem;height:1.7871125rem;top:74.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m87TzTuDbbi6QkbVviic0RE3VCIK1m6S { width:19.875rem;height:24.25rem;top:85rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnIlr318tQvhgtl0MkE7g7QSa9oUiLXS { width:20rem;height:1.7871125rem;top:106.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0iuwzHv1Gm27k9Pff3o7W0UfgfkKWbB { width:19.1245403125rem;height:16.5rem;top:90.0625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #beCbGuNea9T9sWLbV6tb6L2mt6vRdT6K { width:9.0625rem;height:9.0625rem;top:79.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3f0n5cQwNELP99QtAKUGteEJVIUB0G8 { width:19.875rem;height:25.375rem;top:117.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr7nVuV5EcOozy30BXSf2MQFu2FNu6HU { width:20rem;height:19.5rem;top:119.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlAmfNzAtPUXCbu3umCKJu1TSSSO5ddm { width:9.0625rem;height:9.0625rem;top:110.0625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRogff5TeJTMxyAC6eppCCqfCZM07QSM { width:20rem;height:1.7871125rem;top:140rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtFlG4hiLEQaWDQqVQJGVNFwcGWb0SmP { display:block; }#dtFlG4hiLEQaWDQqVQJGVNFwcGWb0SmP > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGUgdcyPpLiu3Vto8vJJFPq2uZEtElfo { width:20rem;height:4.54980625rem;top:1.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycaAt9fsgXmIuIKO6xIl0H5NOaN45Srk { width:20rem;height:33rem;top:25.286071777344rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BduHQsK79rmc3PSz86DTpKdukeDI0Ciw { width:12.4368105rem;height:12.4368105rem;top:9.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaJbQwZ0rWSBFdIHTNScMOnOyi9CZM0h { width:14.4990806875rem;height:2.9997701875rem;top:61.096069335938rem;left:2.7493106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8WyOf7etxxya3FSqKBJ0esllHRzPiNP { display:block; }
 }@media only screen and (max-width: 763px) { #qRpUURQuVTawh9kU9dnvNd3DmdRwmCxE { width:15.0620403125rem;height:16.8118095625rem;top:6.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BANAMyarhwdDVJZxZ62akOxuMeTbrTy0 { width:20rem;height:9.0995875rem;top:1.5439453125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { width:8.4995403125rem;height:7.8745403125rem;top:8.2881469726562rem;left:11.500458836556rem;display:none; }
 }