.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:235,245,254;--color-primary-1:218,223,243;--color-primary-2:102,140,210;--color-primary-3:40,56,145;--color-primary-4:0,64,180;--color-secondary-0:255,255,255;--color-secondary-1:242,242,242;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#29292a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#29292a;background-image:url("https://images.assets-landingi.com/uc/f2356f39-fbf2-4a92-966a-b0b8757f66a9/BFBackground1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d.adaptive-delivery-prevent-bg, #ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d.lazyload, #ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d.lazyloading { background-image: none; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container { background-color: transparent; background-image: none; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container > .video-iframe-container { display: none; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row > .video-iframe-container { display: none; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .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); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container { border-width: 0; border-radius: 0; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:60rem;position:relative;display:block; }#diWErlbEbTG7wkuLTRhaHKBivsbX9C78 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:25rem;top:6.637499809265rem;left:35.000001907349rem;overflow:hidden;display:none; }
#Vti6XBHyXAxmpc6WELvZZJQrzGH1dMo3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:22.8125rem;top:2.75rem;left:0rem;overflow:hidden;display:none; }
#BTZE0yQHIUIlOfJMtIVfZDSU1SMgq9TH { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.875rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:18.3125rem;left:0rem;height:10.074225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXnuoAXbKkX1CKON7JoeAkwfkLJXpuBU { color:rgba(var(--color-tertiary-0),1);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:30.375rem;left:6.15625rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vnQGwfHlXUQBVk3NGPkXioWBhXho3tNp { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:38.125rem;left:13.59375rem;height:2.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e20505;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.53rem;padding-right:0.471875rem;padding-bottom:0.53rem;padding-left:0.471875rem;display:block;align-items:center;width:2.831875rem;min-width:2.831875rem;height:2.849375rem;position:relative;font-family:arial;font-size:2.120625rem;font-weight:700;line-height:45.59px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM .widget-text.counter-label { background-color:;background-image:none;color:#e20505;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.33125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.77625rem;height:1.12625rem;position:relative;font-family:arial;font-size:0.795rem;font-weight:700;line-height:18.02px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19.125rem;height:5.366875rem;padding-top:0.06625rem;padding-right:0.0675rem;padding-bottom:0.06625rem;padding-left:0.0675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:42.6875rem;left:20.1875rem;z-index:15015; }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #BGkIhAMpWyRWIpmatXHHA3ySx3tm0Dfu { display:flex;position:relative;top:0rem;left:0rem; }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #d4TsA7dhfT1EuXyfnmBoB34yFdRKUKwX { width:auto; }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #G4RAt6ymC1Xl1xp973gDfCp1y0Z1sbqB {  }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #LQ6JTo8f36LV7GdrbFDnM8l9UlOJX2gT { display:flex;position:relative;top:0rem;left:0rem; }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #F7xTOAaIauvETCtNJ6qFJh70M7bT2Ca8 {  }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #xUJbpzTRQLGvRTUTNfmx7KlDL71xcheK {  }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #u8nx3lhObrPPMyxFvMaUSBB7pg00kpi1 { display:flex;position:relative;top:0rem;left:0rem; }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #FmT5q9pTcSxmqpCVTn06mnPUlSnaoBu1 {  }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #nnCN6JvU0eZoS0QHiSn7iOBlXqznOPe1 {  }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #MdBI8lIPOUxNQczqk8PSR2NCusUiCt53 { display:flex;position:relative;top:0rem;left:0rem; }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #PrhmcECDUds0b62CBxTH583yK7eNHd1f {  }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #TJUmCvFbS4i7OGF13Bx98DTvTW4OUGuL {  }
#VeTp9wWi7xDCzTqGHOS3ckATsJzoRnzl { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:8rem;width:21.375rem;top:41.4375rem;left:19.3125rem;display:block; }
#wRbE6R27lJDnThtA4gXBN3SdchQTtsUl { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:50.5rem;left:0.03125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yu176Cylpxklv7ub6uTRgOilfvdKLwkN { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:52.375rem;left:13.15625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#29292a;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; }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row .container { background-color: transparent; background-image: none; }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row .container > .video-iframe-container { display: none; }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row > .video-iframe-container { display: none; }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .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); }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row .container { border-width: 0; border-radius: 0; }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#LoUNCZ2z31AHf7JH40qw1oRpRSBfsnBW { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:25rem;top:6.637499809265rem;left:35.000001907349rem;overflow:hidden;display:none; }
#GLT5bt6gRhWdIpWTq1AC7WIV4M4c87n0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:22.8125rem;top:2.75rem;left:0rem;overflow:hidden;display:none; }
#kORqqohT3qGbDao8OdX31Swh8MOpaLuS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.9375rem;width:39.125rem;top:4.625rem;left:10rem;display:block; }
#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container { background-color: transparent; background-image: none; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container > .video-iframe-container { display: none; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row > .video-iframe-container { display: none; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .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); }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container { border-width: 0; border-radius: 0; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:60rem;position:relative;display:block; }#Au9foAlacTCpgXElXJ2CPR2HznoG5R3D { color:rgba(var(--color-primary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14996;line-height:1.6;letter-spacing:0;top:8.375rem;left:3.625rem;height:22rem;display:block; }
#sukuepCsylXlkQdGrTspZe5NBzlHWO4L { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:36.4375rem;display:none; }
#mfUINNgDNGPWi2XFwqEMnTJyJ0lJ7TcM { box-sizing:content-box;color:#eeff62;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:16.75rem;left:0rem;display:block; }
#FG9uzAlb2SLsLKfMHMiZDhzO9wG8wid8 { box-sizing:content-box;color:#eeff62;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:22.3125rem;left:0rem;display:block; }
#W7BxJraQWP7OmorOiKxuAbxEhlSbg5Bq { box-sizing:content-box;color:#eeff62;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:8.375rem;left:0rem;display:block; }
#xPs6BIU7K0GBlLyTkilhsWGakKNpBbqe { box-sizing:content-box;color:#eeff62;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:33.625rem;left:0rem;display:block; }
#iWNOiq7mmzaLsNqk45nwp0U0h9lD40yt { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9249992370606rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#siuOTPTqeMz52QF9kd5bxa3zW1NJLcRb { color:rgba(var(--color-primary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:33.625rem;left:3.625rem;height:6rem;display:block; }
#KaBXTWovob3rxMlniI4fH4F6p5AtW777 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:16.75rem;top:34.687500953674rem;left:39.580205917358rem;overflow:hidden;display:block; }
#GOCIT9NlXNIXhyZBLJopaXEibyv4OOFe { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:13.25rem;top:7.2750005722044rem;left:46.108331680298rem;overflow:hidden;display:block; }
#SKhiX4bCODoSokvnNSu62Lr7HFF28pWV { position:absolute;display:block;z-index:14992;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:0rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:0rem;box-shadow: none;height:38.125rem;width:35.8125rem;top:6.75rem;left:0rem;display:block; }
#J9QGiP5xqnPwsGtsHuNOwKVfIreGmbWG { position:absolute;display:block;z-index:14993;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:20.25rem;width:23.8125rem;top:15.750000953674rem;left:36.187498092651rem;overflow:hidden;display:block; }
#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container { background-color: transparent; background-image: none; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container > .video-iframe-container { display: none; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row > .video-iframe-container { display: none; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .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); }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container { border-width: 0; border-radius: 0; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:60rem;position:relative;display:block; }#EGqPgrBLpNeHJo3rNrslKTzHTtfgVwkK { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:25rem;top:6.637499809265rem;left:35.000001907349rem;overflow:hidden;display:none; }
#TIrrAFHP3gIR4sbh8aHLOs2t3asU5TOe { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:19.875rem;top:1.9874992370606rem;left:40.124998092651rem;overflow:hidden;display:block; }
#Ke784hGCeHGAXFq2vpRf0KZy5c5Lvxk6 { color:#ffad00;display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:2rem;left:0rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MxsCOnsJIQQoI6tkOuTBsQ35dTC6eInL { color:rgba(var(--color-tertiary-0),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:6.75rem;left:0rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZKpVTC21O63addsdlPzL9n6tC8hipt6M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#29292a;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; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container { background-color: transparent; background-image: none; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container > .video-iframe-container { display: none; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row > .video-iframe-container { display: none; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .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); }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container { border-width: 0; border-radius: 0; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#BGrchFF6rCR4FseRK7dV99udrU8B5qrW { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:25rem;top:6.637499809265rem;left:35.000001907349rem;overflow:hidden;display:none; }
#ZbS2NPCfprPvPnEg6T7EXx0BPuEeyiIa { position:absolute;display:block;z-index:15004;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:6.8125rem;width:55.3125rem;top:1.71875rem;left:2.34375rem;display:block; }
#XLbq3GtXlEGXXvapvVuDqSISHVheww1b { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:2.9375rem;left:16.21875rem;height:4.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#29292a;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; }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row .container { background-color: transparent; background-image: none; }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row .container > .video-iframe-container { display: none; }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row > .video-iframe-container { display: none; }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .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); }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row .container { border-width: 0; border-radius: 0; }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:60rem;position:relative;display:block; }#mQuOIm3LWNFaDGSkHuK8HFCgsIcRKpgZ { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:25rem;top:6.637499809265rem;left:35.000001907349rem;overflow:hidden;display:none; }
#BUy3G9RofGeOx1TaHGzqD94oINlrRwQu { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffad00;border-left:0.1875rem solid #ffad00;border-right:0.1875rem solid #ffad00;border-bottom:0.1875rem solid #ffad00;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-0),0.51) ;height:36.125rem;width:25.125rem;top:2.875rem;left:17.375rem;display:block; }
#e5OpuwP525LFvqoOtiUc91FB2Prcmo8K { color:rgba(var(--color-tertiary-0),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:12.5rem;left:17.625rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mxT3L2MGXs5A7JTx3fwziCugdr7dHIRU { color:#ffad00;display:block;width:25.0625rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:6.875rem;left:17.625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cq0Camv7d5foUbycCATiBRMyzAALwES9 { color:#ffad00;display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20rem;left:22.375rem;height:5.4433625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ps5QRmdu9zdV6WcmRrTFwXIkz7bvbZPD { color:rgba(var(--color-tertiary-0),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:5.625rem;left:28.625rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tE7BwQORy60dkSqxhBcxuBCxkmk8R3E1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffad00;border-left:0.1875rem solid #ffad00;border-right:0.1875rem solid #ffad00;border-bottom:0.1875rem solid #ffad00;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffad00;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.44925rem;height:3.3369125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:26.1875rem;left:23.8125rem;display:block; }
#IkifKaMGH7UF1Tu8I1wTS45EggTRpQcZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZqF8of2SPrxQmw0NVp2GeCJCUhRl3W9 { color:#ffad00;display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.875rem;left:24.5625rem;height:2.35546875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#P6ZWKR40JN151D7NgHvLsesTRSo595aP { color:#ffad00;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.5625rem;left:17.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Ogb4PoyGVkNihDlQQOT1J6JahgroDuf6 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:34.3125rem;left:17.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sNfe1p8u3XPQ0oHHDQAP7hIRz25mCaap { box-sizing:content-box;color:#09fa23;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:35.5625rem;left:28.875rem;display:block; }
#rqUDkn8rT2JTMKyhS1zT13x4044qxl1L { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:35.9375rem;left:17.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#e4pxGVTe0QSAbSCdrcRr5lv61GZ1pk2a { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.9375rem;left:30.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#zO6rF6HDmi6Ui3E66hrl5rfPf8TM9WZo { color:#ffad00;display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.3125rem;left:26.3125rem;height:2.35546875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { position:absolute;display:block;z-index:14993;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.3125rem;width:22.25rem;top:12.5rem;left:37.75rem;overflow:hidden;display:block; }
#Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { color:#071638;display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14996;line-height:1.6;letter-spacing:0;top:16.9375rem;left:2rem;height:8rem;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; }
#HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:36.4375rem;display:none; }
#ObG3mS7UcsH7Z8dLUgonPLfZNTJqZ9xE { color:rgba(var(--color-primary-3),1);display:block;width:53.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.07421875rem;left:2rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o2cV359RwK0qRxdWNDyrtqdyiwBU5vls { 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:4.25rem;width:18.75rem;top:3.3125rem;left:20.625rem;overflow:hidden;display:block; }
#r6T3cQcC0DWepSmbVRoPCu82h6T2Nm31 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#r6T3cQcC0DWepSmbVRoPCu82h6T2Nm31 > .row .container { background-color: transparent; background-image: none; }#r6T3cQcC0DWepSmbVRoPCu82h6T2Nm31::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6T3cQcC0DWepSmbVRoPCu82h6T2Nm31 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6T3cQcC0DWepSmbVRoPCu82h6T2Nm31 > .row .container > .video-iframe-container { display: none; }#r6T3cQcC0DWepSmbVRoPCu82h6T2Nm31 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6T3cQcC0DWepSmbVRoPCu82h6T2Nm31 > .row > .video-iframe-container { display: none; }#r6T3cQcC0DWepSmbVRoPCu82h6T2Nm31 > .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); }#r6T3cQcC0DWepSmbVRoPCu82h6T2Nm31 > .row .container { border-width: 0; border-radius: 0; }#r6T3cQcC0DWepSmbVRoPCu82h6T2Nm31 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r6T3cQcC0DWepSmbVRoPCu82h6T2Nm31 > .row .container { font-size:0.875rem;font-family:arial;height:82.8125rem;width:60rem;position:relative;display:block; }#LMlhbSoOB8sNQhVSNf2xDIqqn8T1qbeG { color:#29292a;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.662109375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OQhUvKF86yRSc42ZXJdPqOg13tgJv3o0 { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.53662109375rem;left:0rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnhhIwJlMcV3VS6iLCWTe3xpmvS075xM { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),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:7.8125rem;width:7.8125rem;top:13.13720703125rem;left:7.58740234375rem;display:block; }
#TWN9npyIwIvHPgelckKAZRR2gfcgSE1I { position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-primary-4),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: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:3.875rem;width:3.875rem;top:11.69970703125rem;left:6.27490234375rem;display:block; }
#R29TTLnTWtT3UDgqWEmF0f3JcWLxTHIL { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5rem;top:49rem;left:46.34375rem;overflow:hidden;display:block; }
#hewMUMwXTQnwcDmF5JG87fZHgxwXzyBP { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:12.25634765625rem;left:7.58740234375rem;height:2.76220625rem;font-style:normal;display:block; }
#WKgc7lxe4v4R3vOEgHxi3Ge0wA29sbnf { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-secondary-0),1);border-left:0.0625rem dashed rgba(var(--color-secondary-0),1);border-right:0.0625rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-0),1);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;width:31.25rem;top:24.69970703125rem;left:11.52490234375rem;display:block; }
#kroTvreOpPMdzzFfGh722WE5aUMXX7zp { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-secondary-0),1);border-left:0.0625rem dashed rgba(var(--color-secondary-0),1);border-right:0.0625rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:20.94970703125rem;left:11.52490234375rem;display:block; }
#Td53vrE3efXSINcN4pFJpU5nEiBvhS0L { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),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:7.8125rem;width:7.8125rem;top:25.0625rem;left:44.1875rem;display:block; }
#qeLBiqqv8THoeFOwxo69k3pwwvMh96ic { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-4),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: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:3.9375rem;width:3.9375rem;top:23.70556640625rem;left:42.89990234375rem;display:block; }
#Sw3WR35SuAwIuaH6FBCW06PunB4ITrf7 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:24.32470703125rem;left:44.3125rem;height:2.76220625rem;font-style:normal;display:block; }
#T7WOoetpAh7rlzePA9CkD4bCrVWexpPb { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.01171875rem;left:18.6240234375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kPOyTKW3GpEq78rxKw32soJQCSGDVGsq { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.96875rem;left:18.6240234375rem;height:1.4624rem;font-style:normal;display:block; }
#zPnmUfImoPw2IvsTPOEJqbRZ1zOwL7p4 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.3125rem;left:11.4375rem;height:2.4375rem;font-style:normal;display:block; }
#uBRflham8B0h0kDayTAg0lTOz2QZ5hHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:29.375rem;left:11.58642578125rem;height:1.4624rem;font-style:normal;display:block; }
#AZqit08Ov6XLgMAiqErIyxGLgbcq2xES { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-secondary-0),1);border-left:0.0625rem dashed rgba(var(--color-secondary-0),1);border-right:0.0625rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:32.875rem;left:49.9990234375rem;display:block; }
#sNsil05kLouK5rgCgR7ITAKdIRTEIUU2 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-secondary-0),1);border-left:0.0625rem dashed rgba(var(--color-secondary-0),1);border-right:0.0625rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-0),1);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;width:34.375rem;top:36.625rem;left:15.52490234375rem;display:block; }
#UFTlgO85zVrokNTFJzs7UA2nDRKWkVFT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),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:7.8125rem;width:7.8125rem;top:34.875rem;left:7.625rem;display:block; }
#t5VpQnzOMgdT31WPIvBzlT4tXpzsOlLy { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-4),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: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:3.8125rem;width:3.8125rem;top:33.4375rem;left:6.3125rem;display:block; }
#TaRZmCucgrwTWPFydxIw7flxz0yaIAx3 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:34.05078125rem;left:7.64990234375rem;height:2.76220625rem;font-style:normal;display:block; }
#EgxtR2e64pBqscGkddCkJWzzvlGiORFR { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.1875rem;left:18.625rem;height:2.4375rem;font-style:normal;display:block; }
#ACHddLFqQgKBCuT8wLSMtvKnqs4fWyLo { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:41.125rem;left:18.625rem;height:1.4624rem;font-style:normal;display:block; }
#plVGKBVLBPVFnkxXa1VtK7BabITdxxTa { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-secondary-0),1);border-left:0.0625rem dashed rgba(var(--color-secondary-0),1);border-right:0.0625rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-0),1);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;width:31.25rem;top:46.4375rem;left:11.5rem;display:block; }
#TEzCMgOAJOACar7IIhr9TnyMeFkVXyMc { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-secondary-0),1);border-left:0.0625rem dashed rgba(var(--color-secondary-0),1);border-right:0.0625rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:42.6875rem;left:11.5rem;display:block; }
#hGonUbH4FqiiNe5WEBLtDUdVESd036hT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:48.0625rem;left:11.375rem;height:2.4375rem;font-style:normal;display:block; }
#pc0BnkBBigpD4WW18fmmg1AVMmHWqhVz { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:51.125rem;left:11.5625rem;height:1.4624rem;font-style:normal;display:block; }
#S8LhJIkcg7hH3BWvzAgrtUhDTDthCqrU { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-4),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: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:3.5625rem;width:3.5625rem;top:55.1875rem;left:6.25rem;display:block; }
#nfKUBdgtvhr3RRKhuDffsoCWd4bCCTEz { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:55.494140625rem;left:7.39990234375rem;height:2.76220625rem;font-style:normal;display:block; }
#py7A5CQnOL6CSXipZwtrq1SwwNhcP0qn { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),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:7.8125rem;width:7.8125rem;top:56.625rem;left:7.5625rem;display:block; }
#msoSyaylEno9FJML8bQ9BPq4EhGayy6q { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-secondary-0),1);border-left:0.0625rem dashed rgba(var(--color-secondary-0),1);border-right:0.0625rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-0),1);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;width:34.375rem;top:58.375rem;left:15.5rem;display:block; }
#H5RqWKMlhbg5habiIZFZnPT4nI1g8Z5t { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:59.9375rem;left:18.5625rem;height:2.4375rem;font-style:normal;display:block; }
#VP9e4BS0N2XruLe1nP0scutZtsJSIQlr { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-4),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: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:3.8125rem;width:3.8125rem;top:45.375rem;left:42.8125rem;display:block; }
#GzIDbDDiJOEEvZAT7zvUoQuhPWil1Tcv { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),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:7.8125rem;width:7.8125rem;top:46.8125rem;left:44.125rem;display:block; }
#PI5aN5ziyPcMndflag1shaIQazZRQXp4 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:45.92578125rem;left:44rem;height:2.76220625rem;font-style:normal;display:block; }
#Om1fiecKKFOIn5BTVnyZvippHpp8277u { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:62.875rem;left:18.5625rem;height:1.4624rem;font-style:normal;display:block; }
#zdEdi8UvSsTBI9Zoevs28FBcFrp2N0FP { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-secondary-0),1);border-left:0.0625rem dashed rgba(var(--color-secondary-0),1);border-right:0.0625rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:54.625rem;left:49.9375rem;display:block; }
#IACmSUFTVJhQWIEODh1p2yumfTV4gNML { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-secondary-0),1);border-left:0.0625rem dashed rgba(var(--color-secondary-0),1);border-right:0.0625rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:64.4375rem;left:11.5rem;display:block; }
#IpIULlfONSqAwR9iKVAn3nyaTD48axFm { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-secondary-0),1);border-left:0.0625rem dashed rgba(var(--color-secondary-0),1);border-right:0.0625rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-0),1);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;width:31.25rem;top:68.1875rem;left:11.5rem;display:block; }
#xB5QstdnRaamGGARBVa5V1Q5muDu2Xw0 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:69.8125rem;left:11.375rem;height:2.4375rem;font-style:normal;display:block; }
#NMW2l9Tw2CnxrFyCD2uzVQ4sl31NHBGD { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:72.875rem;left:11.5625rem;height:1.4624rem;font-style:normal;display:block; }
#vlpo2p1Q02gPc5WvcGzZOKCy2kxkmo8h { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-4),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: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:3.875rem;width:3.875rem;top:67.125rem;left:42.8125rem;display:block; }
#XAq7ro1vI2057RMnAdbAK3MyBPIkhbei { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-4),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:7.8125rem;width:7.8125rem;top:68.5625rem;left:44.125rem;display:block; }
#q7Skg9orxKfwIzXyc0zbV3gDq1gfPMzJ { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:67.6875rem;left:44.125rem;height:2.76220625rem;font-style:normal;display:block; }
#AocP9DG5Ti0FMQImVSch97SWTRMhPFtv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:15.48095703125rem;left:9.93115234375rem; }
#G1fMvTLqReuduG27Ua0Q9LzxMSLTsGEC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:36.75rem;left:9.61865234375rem; }
#RFZiTaaoXCpXQcqOEZn8SMdUtZoIST15 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:58.76171875rem;left:9.58740234375rem; }
#Tdm0FP0PMkXEwhTOiU2laoh5sTfpG1Wb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:69.8125rem;left:45.46875rem; }
#ZLXudf7Rf3busZ2CF6ebsLHIRFUeuav2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:26.9375rem;left:45.875rem; }
#xixr6ETG5JiopEL3gRCzvlsCwchSTvrT { color:rgba(var(--color-primary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:79.625rem;left:2.75rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TS1GadAdWHoDFqNq7Kaxhqvyf0Nxg6WT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TS1GadAdWHoDFqNq7Kaxhqvyf0Nxg6WT > .row .container { background-color: transparent; background-image: none; }#TS1GadAdWHoDFqNq7Kaxhqvyf0Nxg6WT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS1GadAdWHoDFqNq7Kaxhqvyf0Nxg6WT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS1GadAdWHoDFqNq7Kaxhqvyf0Nxg6WT > .row .container > .video-iframe-container { display: none; }#TS1GadAdWHoDFqNq7Kaxhqvyf0Nxg6WT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS1GadAdWHoDFqNq7Kaxhqvyf0Nxg6WT > .row > .video-iframe-container { display: none; }#TS1GadAdWHoDFqNq7Kaxhqvyf0Nxg6WT > .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); }#TS1GadAdWHoDFqNq7Kaxhqvyf0Nxg6WT > .row .container { border-width: 0; border-radius: 0; }#TS1GadAdWHoDFqNq7Kaxhqvyf0Nxg6WT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TS1GadAdWHoDFqNq7Kaxhqvyf0Nxg6WT > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#c05cariZ9XP5WanJWwv5efuDItr5MuA0 { color:rgba(var(--color-primary-3),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.8999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yDser26fo9LkHhrcPzhWKeWRdiWg3zmA { color:rgba(var(--color-primary-3),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5rem;left:7.6875rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#smPk3da6TrPD6ysVpPRAX7XyK5KfkBcE { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.318359375rem;left:0.09375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a5FeP2vDcHb894OfVd5wwW0hVtTk2r2n { color:#071638;display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14997;line-height:1.6;letter-spacing:0;top:12.125rem;left:3.46875rem;height:6rem;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; }
#SrCAvINaLIQ6eChi41IrolCk5ut4gclL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row .container { background-color: transparent; background-image: none; }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row .container > .video-iframe-container { display: none; }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row > .video-iframe-container { display: none; }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .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); }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row .container { border-width: 0; border-radius: 0; }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:block; }#vDbgZ6pD2bU8a6dFkH0dzAg5rOKLdHrW { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#olSaqwcIbwZEt3fkXTAAsN6vOXHvMTtT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13rem;width:23.3125rem;top:3.8935546875rem;left:31.7431640625rem;display:block; }
#tCwoi8IldHToOwXvUiSUIoTr2zObfOli { color:rgba(var(--color-primary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.9873046875rem;left:4.90625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#znURXdRQr7lFWpcBPAJtNib6Nib6eOZP { color:rgba(var(--color-primary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.9873046875rem;left:32.1494140625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yy668znr1kVzkdqE0rxrI7rCMJyWrn2k { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13rem;width:23.3125rem;top:3.8935546875rem;left:4.15625rem;display:block; }
#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row .container { background-color: transparent; background-image: none; }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row .container > .video-iframe-container { display: none; }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row > .video-iframe-container { display: none; }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .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); }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row .container { border-width: 0; border-radius: 0; }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row .container { font-size:0.875rem;font-family:arial;height:73.25rem;width:60rem;position:relative;display:block; }#lAVVahvMhHcTpKIkR8kyBBT2kW3i4ynN { color:rgba(var(--color-primary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.9873046875rem;left:31.125rem;height:1.625rem;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; }
#sDl7lHLaNb0JhXadQuTU8CGD6IvBSuoc { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5rem;left:31rem;height:;display:block; }#sDl7lHLaNb0JhXadQuTU8CGD6IvBSuoc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sDl7lHLaNb0JhXadQuTU8CGD6IvBSuoc li:before{  }
#DXWhENiyg1c5yMFrvbfFdmz6aLbh3o5d { color:rgba(var(--color-primary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3623046875rem;left:0rem;height:1.625rem;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; }
#PxLJpWz4FQ92IcbDJ9NZIsp7cPGuJFoK { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:3.9873046875rem;left:0rem;height:3rem;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; }
#oCM1qHxPlF4wEwKo9D79gUQMPLXZxm6I { color:rgba(var(--color-primary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:37.8125rem;left:0rem;height:1.625rem;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; }
#MfayFd92hBECf4tgTsmgUFUFmdEhPDgm { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:39.4375rem;left:0rem;height:1.5rem;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; }
#MVZmglrcdASA58UKl2fes0RTKDcVsaLR { color:rgba(var(--color-primary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:42.3125rem;left:0rem;height:1.625rem;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; }
#dPcyhyoUFfcSBhlMyoiBzTkQDlFX8na5 { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:43.9375rem;left:0rem;height:3rem;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; }
#xW04x70CFlDcnEEHFz9QlvdiTdbP8Ulg { color:rgba(var(--color-primary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:40.0625rem;left:31.125rem;height:1.625rem;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; }
#esG46yFP4REzILDtBNgT8IhT3pqi1hlV { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:41.625rem;left:31rem;height:10.5rem;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; }
#Txqa84Xd8H0KBc4CE4A58wgopNOWOszt { color:rgba(var(--color-primary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:54.9375rem;left:31.125rem;height:1.625rem;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; }
#f4KXpVVsk7qVRZVPWcIoXylPWLJCHmaK { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:56.5rem;left:31rem;height:7.5rem;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; }
#OnAc4XDE1H6vQ5ctiThPSxUIqvc5pe6l { color:rgba(var(--color-primary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:47.8125rem;left:0rem;height:1.625rem;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; }
#iRAdSaqJynDGflc0FKz8Pb2QomIavhmG { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;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:49.8125rem;left:0rem;height:4.5rem;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; }
#F9ovNA2HcssuXULEsKrHaScxnSvihzS4 { color:rgba(var(--color-primary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.3125rem;left:31rem;height:1.625rem;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; }
#wJpQQWZ9cKqt14NlUxLJpIn1S98Thl6l { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:25.875rem;left:31rem;height:3rem;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; }
#Gx5lyFTPQWIM1wVeTpuQ8ve99qOs1MyE { color:rgba(var(--color-primary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.4375rem;left:31rem;height:1.625rem;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; }
#O4c0PRUTgFleAELqpTUz0Pq2zPtTI33r { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:32.0625rem;left:31rem;height:6rem;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; }
#ezvQA5x8dDWwXcf32ZagXNx1CoQeEvkX { color:rgba(var(--color-primary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3623046875rem;left:31.125rem;height:1.625rem;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; }
#QrTpaUgDGbvGPmFGx6ypWH2GlqFnIdN3 { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;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:3.9873046875rem;left:31rem;height:4.5rem;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; }
#vtxsLgIL17gUih0l99vzTrIfXp2IvAvl { color:rgba(var(--color-primary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.2998046875rem;left:0rem;height:1.625rem;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; }
#C4MSI6sGthteOtputpDZZrTKawRWK1MS { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.9248046875rem;left:0rem;height:3rem;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; }
#ibDQhsz5wNSO6rDNO0OfR9ZOvHxNZZ9Q { color:rgba(var(--color-primary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5498046875rem;left:0rem;height:1.625rem;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; }
#eM14fcyqlmXImqhMH6IgrsVbcAxmMewF { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:17.1748046875rem;left:0rem;height:16.5rem;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; }
#rssSmpbTNOkAMGWN7zJwGnxHuGnwKIgW { color:rgba(var(--color-primary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:55.4375rem;left:0rem;height:1.625rem;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; }
#gkJhAomU2rfPXePLtvbpzg8hVQ0DxLcg { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:57.0625rem;left:0rem;height:4.5rem;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; }
#Ehi6HR9ybwqWlJ0PCOA79Nmcu96vpWUW { color:rgba(var(--color-primary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:62.8125rem;left:0rem;height:1.625rem;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; }
#aF5MTX8AagvlDWrf5UfF1xWQfxDtbC5W { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:64.375rem;left:0rem;height:7.5rem;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; }
#pssS0doiypbfqnngqmANZQauwPIKz8gB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row .container { background-color: transparent; background-image: none; }#pssS0doiypbfqnngqmANZQauwPIKz8gB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row .container > .video-iframe-container { display: none; }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row > .video-iframe-container { display: none; }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .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); }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row .container { border-width: 0; border-radius: 0; }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;position:relative;display:block; }#f6ozFC9GQnzT7RhEAdPCh3OOKHa8TgaP { 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:7.3125rem;width:9.375rem;top:3.53125rem;left:41.3125rem;overflow:hidden;display:block; }
#WbxqgEp1eLsvShE1SD6Z4TUwv7q8NSev { 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:7.25rem;width:9.375rem;top:3.5625rem;left:50.625rem;overflow:hidden;display:block; }
#pfnHp7uviuzNanhMxyyQ4T7nac8KT7Ro { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.59375rem;left:24.03125rem;height:1.4624rem;text-align:right;text-align-last:right;display:block; }
#VntnxfGCEUlllBVVrNTF8nuJ2KGppzZv { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.40625rem;left:24.0625rem;height:7.79883125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FHnGyP8QllphFvTuUbriInVfeSL3FcWQ { 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:2.375rem;width:20rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#LCksLiRofItiZnxZJ3OPT62J24FBbhiP { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:2.5996125rem;display:block; }
#afcJXG4qqyQTq4aNLL1aqtrDDXWhFqAx { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.1875rem solid #03aae8;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:12.5rem;width:60rem;top:1.1444091796875E-5rem;left:0rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d { display:block; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diWErlbEbTG7wkuLTRhaHKBivsbX9C78 { top:6.625rem;left:22.75rem;width:25rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vti6XBHyXAxmpc6WELvZZJQrzGH1dMo3 { width:22.8125rem;height:3.0625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZE0yQHIUIlOfJMtIVfZDSU1SMgq9TH { top:18.3125rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXnuoAXbKkX1CKON7JoeAkwfkLJXpuBU { top:30.375rem;left:0.03125rem;width:47.6875rem;height:6.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnQGwfHlXUQBVk3NGPkXioWBhXho3tNp { top:38.125rem;left:7.46875rem;width:32.8125rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM { width:18rem;height:5.0625rem;display:flex;top:5.0625rem;left:14.25rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #BGkIhAMpWyRWIpmatXHHA3ySx3tm0Dfu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #d4TsA7dhfT1EuXyfnmBoB34yFdRKUKwX {  }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #G4RAt6ymC1Xl1xp973gDfCp1y0Z1sbqB {  }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #LQ6JTo8f36LV7GdrbFDnM8l9UlOJX2gT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #F7xTOAaIauvETCtNJ6qFJh70M7bT2Ca8 {  }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #xUJbpzTRQLGvRTUTNfmx7KlDL71xcheK {  }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #u8nx3lhObrPPMyxFvMaUSBB7pg00kpi1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #FmT5q9pTcSxmqpCVTn06mnPUlSnaoBu1 {  }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #nnCN6JvU0eZoS0QHiSn7iOBlXqznOPe1 {  }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #MdBI8lIPOUxNQczqk8PSR2NCusUiCt53 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #PrhmcECDUds0b62CBxTH583yK7eNHd1f {  }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #TJUmCvFbS4i7OGF13Bx98DTvTW4OUGuL {  }
 }@media only screen and (max-width: 763px) { #VeTp9wWi7xDCzTqGHOS3ckATsJzoRnzl { width:21.375rem;height:8rem;top:41.4375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRbE6R27lJDnThtA4gXBN3SdchQTtsUl { width:47.75rem;height:1.9375rem;top:50.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu176Cylpxklv7ub6uTRgOilfvdKLwkN { width:33.6875rem;height:1.4375rem;top:52.375rem;left:7.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp { display:block; }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoUNCZ2z31AHf7JH40qw1oRpRSBfsnBW { top:6.625rem;left:22.75rem;width:25rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLT5bt6gRhWdIpWTq1AC7WIV4M4c87n0 { width:22.8125rem;height:3.0625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kORqqohT3qGbDao8OdX31Swh8MOpaLuS { width:39.125rem;height:21.9375rem;top:4.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdc3xWP6r9F53GnIeDifRhzaetIMiFIu { display:block; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Au9foAlacTCpgXElXJ2CPR2HznoG5R3D { top:8.375rem;left:0rem;width:26.4375rem;height:22rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sukuepCsylXlkQdGrTspZe5NBzlHWO4L { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfUINNgDNGPWi2XFwqEMnTJyJ0lJ7TcM { width:3.125rem;height:3.125rem;top:16.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG9uzAlb2SLsLKfMHMiZDhzO9wG8wid8 { width:3.125rem;height:3.125rem;top:22.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7BxJraQWP7OmorOiKxuAbxEhlSbg5Bq { width:3.125rem;height:3.125rem;top:8.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPs6BIU7K0GBlLyTkilhsWGakKNpBbqe { width:3.125rem;height:3.125rem;top:33.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWNOiq7mmzaLsNqk45nwp0U0h9lD40yt { top:1.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #siuOTPTqeMz52QF9kd5bxa3zW1NJLcRb { width:30.9375rem;height:6rem;top:33.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaBXTWovob3rxMlniI4fH4F6p5AtW777 { width:16.75rem;height:11.5rem;top:34.6875rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOCIT9NlXNIXhyZBLJopaXEibyv4OOFe { width:13.25rem;height:11.3125rem;top:7.25rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKhiX4bCODoSokvnNSu62Lr7HFF28pWV { width:35.8125rem;height:38.125rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QGiP5xqnPwsGtsHuNOwKVfIreGmbWG { top:15.75rem;left:23.9375rem;width:23.8125rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 { display:block; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGqPgrBLpNeHJo3rNrslKTzHTtfgVwkK { top:6.625rem;left:22.75rem;width:25rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIrrAFHP3gIR4sbh8aHLOs2t3asU5TOe { width:19.875rem;height:12.3125rem;top:1.9375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke784hGCeHGAXFq2vpRf0KZy5c5Lvxk6 { top:2rem;left:0rem;width:42.3125rem;height:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxsCOnsJIQQoI6tkOuTBsQ35dTC6eInL { top:6.75rem;left:0rem;width:39.1875rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKpVTC21O63addsdlPzL9n6tC8hipt6M { display:block; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGrchFF6rCR4FseRK7dV99udrU8B5qrW { top:6.625rem;left:22.75rem;width:25rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbS2NPCfprPvPnEg6T7EXx0BPuEeyiIa { width:47.75rem;height:6.8125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLbq3GtXlEGXXvapvVuDqSISHVheww1b { top:2.9375rem;left:10.09375rem;width:27.5625rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls { display:block; }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQuOIm3LWNFaDGSkHuK8HFCgsIcRKpgZ { top:6.625rem;left:22.75rem;width:25rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUy3G9RofGeOx1TaHGzqD94oINlrRwQu { width:25.125rem;height:36.125rem;top:2.875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5OpuwP525LFvqoOtiUc91FB2Prcmo8K { top:12.5rem;left:11.5rem;width:24.875rem;height:7.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxT3L2MGXs5A7JTx3fwziCugdr7dHIRU { width:25.0625rem;height:3.875rem;top:6.875rem;left:11.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq0Camv7d5foUbycCATiBRMyzAALwES9 { width:13.4375rem;height:;top:20rem;left:16.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps5QRmdu9zdV6WcmRrTFwXIkz7bvbZPD { top:5.625rem;left:22.5rem;width:2.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE7BwQORy60dkSqxhBcxuBCxkmk8R3E1 { width:12.4375rem;height:3.3125rem;top:26.1875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkifKaMGH7UF1Tu8I1wTS45EggTRpQcZ { display:block; }
 }@media only screen and (max-width: 763px) { #TZqF8of2SPrxQmw0NVp2GeCJCUhRl3W9 { width:2.5625rem;height:2.3125rem;top:20.875rem;left:18.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6ZWKR40JN151D7NgHvLsesTRSo595aP { width:25.1875rem;height:1.25rem;top:31.5625rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogb4PoyGVkNihDlQQOT1J6JahgroDuf6 { width:25.1875rem;height:1.25rem;top:34.3125rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfe1p8u3XPQ0oHHDQAP7hIRz25mCaap { width:2.3125rem;height:2rem;top:35.5625rem;left:22.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqUDkn8rT2JTMKyhS1zT13x4044qxl1L { width:11rem;height:1.25rem;top:35.9375rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4pxGVTe0QSAbSCdrcRr5lv61GZ1pk2a { width:11rem;height:1.25rem;top:35.9375rem;left:24.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO6rF6HDmi6Ui3E66hrl5rfPf8TM9WZo { width:13.4375rem;height:2.3125rem;top:22.3125rem;left:20.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { top:12.5rem;left:25.5rem;width:22.25rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { top:16.9375rem;left:0rem;width:34.5rem;height:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ObG3mS7UcsH7Z8dLUgonPLfZNTJqZ9xE { top:12.0625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2cV359RwK0qRxdWNDyrtqdyiwBU5vls { width:18.75rem;height:4.25rem;top:3.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6T3cQcC0DWepSmbVRoPCu82h6T2Nm31 { display:block; }#r6T3cQcC0DWepSmbVRoPCu82h6T2Nm31 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMlhbSoOB8sNQhVSNf2xDIqqn8T1qbeG { top:2.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQhUvKF86yRSc42ZXJdPqOg13tgJv3o0 { top:6.5rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnhhIwJlMcV3VS6iLCWTe3xpmvS075xM { top:13.125rem;left:1.46240234375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWN9npyIwIvHPgelckKAZRR2gfcgSE1I { top:11.6875rem;left:0.14990234375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R29TTLnTWtT3UDgqWEmF0f3JcWLxTHIL { top:49rem;left:40.21875rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hewMUMwXTQnwcDmF5JG87fZHgxwXzyBP { top:12.25rem;left:1.46240234375rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKgc7lxe4v4R3vOEgHxi3Ge0wA29sbnf { top:24.6875rem;left:5.39990234375rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #kroTvreOpPMdzzFfGh722WE5aUMXX7zp { top:20.9375rem;left:5.39990234375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td53vrE3efXSINcN4pFJpU5nEiBvhS0L { top:25.0625rem;left:38.0625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeLBiqqv8THoeFOwxo69k3pwwvMh96ic { top:23.6875rem;left:36.77490234375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw3WR35SuAwIuaH6FBCW06PunB4ITrf7 { top:24.3125rem;left:38.1875rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7WOoetpAh7rlzePA9CkD4bCrVWexpPb { top:14rem;left:12.4990234375rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPOyTKW3GpEq78rxKw32soJQCSGDVGsq { top:16.9375rem;left:12.4990234375rem;width:30.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPnmUfImoPw2IvsTPOEJqbRZ1zOwL7p4 { top:26.3125rem;left:5.3125rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBRflham8B0h0kDayTAg0lTOz2QZ5hHQ { top:29.375rem;left:5.46142578125rem;width:28.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZqit08Ov6XLgMAiqErIyxGLgbcq2xES { top:32.875rem;left:43.8740234375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNsil05kLouK5rgCgR7ITAKdIRTEIUU2 { top:36.625rem;left:9.39990234375rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #UFTlgO85zVrokNTFJzs7UA2nDRKWkVFT { top:34.875rem;left:1.5rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5VpQnzOMgdT31WPIvBzlT4tXpzsOlLy { top:33.4375rem;left:0.1875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaRZmCucgrwTWPFydxIw7flxz0yaIAx3 { top:34rem;left:1.52490234375rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgxtR2e64pBqscGkddCkJWzzvlGiORFR { top:38.1875rem;left:12.5rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACHddLFqQgKBCuT8wLSMtvKnqs4fWyLo { top:41.125rem;left:12.5rem;width:26.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plVGKBVLBPVFnkxXa1VtK7BabITdxxTa { top:46.4375rem;left:5.375rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TEzCMgOAJOACar7IIhr9TnyMeFkVXyMc { top:42.6875rem;left:5.375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGonUbH4FqiiNe5WEBLtDUdVESd036hT { top:48.0625rem;left:5.25rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc0BnkBBigpD4WW18fmmg1AVMmHWqhVz { top:51.125rem;left:5.4375rem;width:23.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8LhJIkcg7hH3BWvzAgrtUhDTDthCqrU { top:55.1875rem;left:0.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfKUBdgtvhr3RRKhuDffsoCWd4bCCTEz { top:55.4375rem;left:1.27490234375rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #py7A5CQnOL6CSXipZwtrq1SwwNhcP0qn { top:56.625rem;left:1.4375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msoSyaylEno9FJML8bQ9BPq4EhGayy6q { top:58.375rem;left:9.375rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #H5RqWKMlhbg5habiIZFZnPT4nI1g8Z5t { top:59.9375rem;left:12.4375rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP9e4BS0N2XruLe1nP0scutZtsJSIQlr { top:45.375rem;left:36.6875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzIDbDDiJOEEvZAT7zvUoQuhPWil1Tcv { top:46.8125rem;left:38rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI5aN5ziyPcMndflag1shaIQazZRQXp4 { top:45.875rem;left:37.875rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om1fiecKKFOIn5BTVnyZvippHpp8277u { top:62.875rem;left:12.4375rem;width:32.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdEdi8UvSsTBI9Zoevs28FBcFrp2N0FP { top:54.625rem;left:43.8125rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IACmSUFTVJhQWIEODh1p2yumfTV4gNML { top:64.4375rem;left:5.375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpIULlfONSqAwR9iKVAn3nyaTD48axFm { top:68.1875rem;left:5.375rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xB5QstdnRaamGGARBVa5V1Q5muDu2Xw0 { top:69.8125rem;left:5.25rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMW2l9Tw2CnxrFyCD2uzVQ4sl31NHBGD { top:72.875rem;left:5.4375rem;width:27.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlpo2p1Q02gPc5WvcGzZOKCy2kxkmo8h { top:67.125rem;left:36.6875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAq7ro1vI2057RMnAdbAK3MyBPIkhbei { top:68.5625rem;left:38rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7Skg9orxKfwIzXyc0zbV3gDq1gfPMzJ { top:67.6875rem;left:38rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AocP9DG5Ti0FMQImVSch97SWTRMhPFtv { width:3.125rem;height:3.125rem;top:15.4375rem;left:3.80615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1fMvTLqReuduG27Ua0Q9LzxMSLTsGEC { width:3.75rem;height:3.75rem;top:36.75rem;left:3.49365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFZiTaaoXCpXQcqOEZn8SMdUtZoIST15 { width:3.8125rem;height:3.8125rem;top:58.75rem;left:3.46240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdm0FP0PMkXEwhTOiU2laoh5sTfpG1Wb { width:5.25rem;height:5.25rem;top:69.8125rem;left:39.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLXudf7Rf3busZ2CF6ebsLHIRFUeuav2 { width:4.0625rem;height:4.0625rem;top:26.9375rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xixr6ETG5JiopEL3gRCzvlsCwchSTvrT { top:79.625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1GadAdWHoDFqNq7Kaxhqvyf0Nxg6WT { display:block; }#TS1GadAdWHoDFqNq7Kaxhqvyf0Nxg6WT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c05cariZ9XP5WanJWwv5efuDItr5MuA0 { top:1.5rem;left:0rem;width:7.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDser26fo9LkHhrcPzhWKeWRdiWg3zmA { top:1.5rem;left:1.5625rem;width:16.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #smPk3da6TrPD6ysVpPRAX7XyK5KfkBcE { top:8.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5FeP2vDcHb894OfVd5wwW0hVtTk2r2n { top:12.125rem;left:0rem;width:47.75rem;height:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrCAvINaLIQ6eChi41IrolCk5ut4gclL { display:block; }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDbgZ6pD2bU8a6dFkH0dzAg5rOKLdHrW { top:25.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #olSaqwcIbwZEt3fkXTAAsN6vOXHvMTtT { width:23.3125rem;height:13rem;top:3.875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCwoi8IldHToOwXvUiSUIoTr2zObfOli { width:22.5rem;height:1.625rem;top:17.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znURXdRQr7lFWpcBPAJtNib6Nib6eOZP { width:22.5rem;height:1.625rem;top:17.9375rem;left:25.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy668znr1kVzkdqE0rxrI7rCMJyWrn2k { width:23.3125rem;height:13rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC { display:block; }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAVVahvMhHcTpKIkR8kyBBT2kW3i4ynN { width:27.75rem;height:1.625rem;top:9.9375rem;left:20rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDl7lHLaNb0JhXadQuTU8CGD6IvBSuoc { width:28rem;height:;top:12.5rem;left:19.75rem;font-size:1rem;display:block; }#sDl7lHLaNb0JhXadQuTU8CGD6IvBSuoc li:before{  }
 }@media only screen and (max-width: 763px) { #DXWhENiyg1c5yMFrvbfFdmz6aLbh3o5d { width:27.75rem;height:1.625rem;top:2.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxLJpWz4FQ92IcbDJ9NZIsp7cPGuJFoK { width:28rem;height:3rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCM1qHxPlF4wEwKo9D79gUQMPLXZxm6I { width:27.75rem;height:1.625rem;top:37.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfayFd92hBECf4tgTsmgUFUFmdEhPDgm { width:28rem;height:1.5rem;top:39.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVZmglrcdASA58UKl2fes0RTKDcVsaLR { width:27.75rem;height:1.625rem;top:42.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPcyhyoUFfcSBhlMyoiBzTkQDlFX8na5 { width:28rem;height:3rem;top:43.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW04x70CFlDcnEEHFz9QlvdiTdbP8Ulg { width:27.75rem;height:1.625rem;top:40.0625rem;left:20rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esG46yFP4REzILDtBNgT8IhT3pqi1hlV { width:28rem;height:12rem;top:41.625rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txqa84Xd8H0KBc4CE4A58wgopNOWOszt { width:27.75rem;height:1.625rem;top:54.9375rem;left:20rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4KXpVVsk7qVRZVPWcIoXylPWLJCHmaK { width:28rem;height:9rem;top:56.5rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnAc4XDE1H6vQ5ctiThPSxUIqvc5pe6l { width:27.75rem;height:1.625rem;top:47.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRAdSaqJynDGflc0FKz8Pb2QomIavhmG { width:28rem;height:4.5rem;top:49.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ovNA2HcssuXULEsKrHaScxnSvihzS4 { width:27.75rem;height:1.625rem;top:24.3125rem;left:20rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJpQQWZ9cKqt14NlUxLJpIn1S98Thl6l { width:28rem;height:3rem;top:25.875rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx5lyFTPQWIM1wVeTpuQ8ve99qOs1MyE { width:27.75rem;height:1.625rem;top:30.4375rem;left:20rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4c0PRUTgFleAELqpTUz0Pq2zPtTI33r { width:28rem;height:7.5rem;top:32.0625rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezvQA5x8dDWwXcf32ZagXNx1CoQeEvkX { width:27.75rem;height:1.625rem;top:2.3125rem;left:20rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrTpaUgDGbvGPmFGx6ypWH2GlqFnIdN3 { width:28rem;height:4.5rem;top:3.9375rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtxsLgIL17gUih0l99vzTrIfXp2IvAvl { width:27.75rem;height:1.625rem;top:8.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4MSI6sGthteOtputpDZZrTKawRWK1MS { width:28rem;height:4.5rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibDQhsz5wNSO6rDNO0OfR9ZOvHxNZZ9Q { width:27.75rem;height:1.625rem;top:15.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM14fcyqlmXImqhMH6IgrsVbcAxmMewF { width:28rem;height:19.5rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rssSmpbTNOkAMGWN7zJwGnxHuGnwKIgW { width:27.75rem;height:1.625rem;top:55.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkJhAomU2rfPXePLtvbpzg8hVQ0DxLcg { width:28rem;height:4.5rem;top:57.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehi6HR9ybwqWlJ0PCOA79Nmcu96vpWUW { width:27.75rem;height:1.625rem;top:62.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF5MTX8AagvlDWrf5UfF1xWQfxDtbC5W { width:28rem;height:7.5rem;top:64.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pssS0doiypbfqnngqmANZQauwPIKz8gB { display:block; }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6ozFC9GQnzT7RhEAdPCh3OOKHa8TgaP { width:9.375rem;height:7.3125rem;top:3.5rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbxqgEp1eLsvShE1SD6Z4TUwv7q8NSev { width:9.375rem;height:7.25rem;top:3.5625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfnHp7uviuzNanhMxyyQ4T7nac8KT7Ro { width:9.8125rem;height:1.4375rem;top:1.5625rem;left:14.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VntnxfGCEUlllBVVrNTF8nuJ2KGppzZv { width:9.75rem;height:7.75rem;top:3.375rem;left:14.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHnGyP8QllphFvTuUbriInVfeSL3FcWQ { width:20rem;height:2.375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCksLiRofItiZnxZJ3OPT62J24FBbhiP { width:15rem;height:2.5625rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afcJXG4qqyQTq4aNLL1aqtrDDXWhFqAx { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d { background-color:#29292a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container { background-color: transparent; background-image: none; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container > .video-iframe-container { display: none; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row > .video-iframe-container { display: none; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .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); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container { border-width: 0; border-radius: 0; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diWErlbEbTG7wkuLTRhaHKBivsbX9C78 { width:15.625rem;height:13.4375rem;top:15.89791875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vti6XBHyXAxmpc6WELvZZJQrzGH1dMo3 { width:20rem;height:2.68541875rem;top:2.1374998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZE0yQHIUIlOfJMtIVfZDSU1SMgq9TH { width:20rem;height:5.199225rem;top:6.07275390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXnuoAXbKkX1CKON7JoeAkwfkLJXpuBU { width:18.375rem;height:15.29686875rem;top:13.84765625rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vnQGwfHlXUQBVk3NGPkXioWBhXho3tNp { width:20rem;height:5rem;top:31.1474609375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM .widget-text.counter-number { padding-top:0.40375rem;padding-right:0.35875rem;padding-bottom:0.40375rem;padding-left:0.35875rem;width:2.154375rem;min-width:2.154375rem;height:2.169375rem;font-size:1.614375rem;line-height:34.71px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2525rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.8725rem;height:0.8575rem;font-size:0.605625rem;line-height:13.72px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#M9XAdlivsIonLe9gGFsglEPDU22Jp5lM { width:15.5rem;height:4.086875rem;display:flex;top:38.6875rem;left:2.5625rem;z-index:15015;padding-top:0.05375rem;padding-right:0.055625rem;padding-bottom:0.05375rem;padding-left:0.055625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #BGkIhAMpWyRWIpmatXHHA3ySx3tm0Dfu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #d4TsA7dhfT1EuXyfnmBoB34yFdRKUKwX {  }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #G4RAt6ymC1Xl1xp973gDfCp1y0Z1sbqB {  }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #LQ6JTo8f36LV7GdrbFDnM8l9UlOJX2gT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #F7xTOAaIauvETCtNJ6qFJh70M7bT2Ca8 {  }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #xUJbpzTRQLGvRTUTNfmx7KlDL71xcheK {  }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #u8nx3lhObrPPMyxFvMaUSBB7pg00kpi1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #FmT5q9pTcSxmqpCVTn06mnPUlSnaoBu1 {  }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #nnCN6JvU0eZoS0QHiSn7iOBlXqznOPe1 {  }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #MdBI8lIPOUxNQczqk8PSR2NCusUiCt53 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #PrhmcECDUds0b62CBxTH583yK7eNHd1f {  }
 }@media only screen and (max-width: 763px) { #M9XAdlivsIonLe9gGFsglEPDU22Jp5lM #TJUmCvFbS4i7OGF13Bx98DTvTW4OUGuL {  }
 }@media only screen and (max-width: 763px) { #VeTp9wWi7xDCzTqGHOS3ckATsJzoRnzl { width:17.75rem;height:5.375rem;top:38.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRbE6R27lJDnThtA4gXBN3SdchQTtsUl { width:20rem;height:3.8984375rem;top:45.3388671875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu176Cylpxklv7ub6uTRgOilfvdKLwkN { width:20rem;height:1.4619125rem;top:50.4873046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp { background-color:#29292a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row .container { background-color: transparent; background-image: none; }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row .container > .video-iframe-container { display: none; }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row > .video-iframe-container { display: none; }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .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); }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row .container { border-width: 0; border-radius: 0; }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9Jh43MAEtB9XBmnzDQTqdtZ65fls6bp > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoUNCZ2z31AHf7JH40qw1oRpRSBfsnBW { width:15.625rem;height:13.4375rem;top:15.89791875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GLT5bt6gRhWdIpWTq1AC7WIV4M4c87n0 { width:20rem;height:2.68541875rem;top:2.1374998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kORqqohT3qGbDao8OdX31Swh8MOpaLuS { height:11.214057507987rem;width:20rem;top:6.0712875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdc3xWP6r9F53GnIeDifRhzaetIMiFIu { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container { background-color: transparent; background-image: none; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container > .video-iframe-container { display: none; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row > .video-iframe-container { display: none; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .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); }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container { border-width: 0; border-radius: 0; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Au9foAlacTCpgXElXJ2CPR2HznoG5R3D { width:18.125rem;height:20.7949375rem;top:15.299999237061rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sukuepCsylXlkQdGrTspZe5NBzlHWO4L { width:8.6875rem;height:9.125rem;top:96.4375rem;left:4.875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #mfUINNgDNGPWi2XFwqEMnTJyJ0lJ7TcM { width:3.125rem;height:3.125rem;top:20.3rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FG9uzAlb2SLsLKfMHMiZDhzO9wG8wid8 { width:3.125rem;height:3.125rem;top:12.175000190735rem;left:8.4375rem;font-size:2.1875rem;color:#eeff62;display:block; }
 }@media only screen and (max-width: 763px) { #W7BxJraQWP7OmorOiKxuAbxEhlSbg5Bq { width:3.125rem;height:3.125rem;top:11.925rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPs6BIU7K0GBlLyTkilhsWGakKNpBbqe { width:3.125rem;height:3.125rem;top:37.474999427796rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWNOiq7mmzaLsNqk45nwp0U0h9lD40yt { width:20rem;height:7.7988125rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #siuOTPTqeMz52QF9kd5bxa3zW1NJLcRb { width:20rem;height:4.79883125rem;top:41.362496376037rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KaBXTWovob3rxMlniI4fH4F6p5AtW777 { width:14.0625rem;height:9.6875rem;top:50.25rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOCIT9NlXNIXhyZBLJopaXEibyv4OOFe { width:12rem;height:10.3125rem;top:56.3125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKhiX4bCODoSokvnNSu62Lr7HFF28pWV { width:20rem;height:40.125rem;top:11.28750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QGiP5xqnPwsGtsHuNOwKVfIreGmbWG { width:13.125rem;height:11.1875rem;top:43.875rem;left:3.4375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 { background-color:#283891;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container { background-color: transparent; background-image: none; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container > .video-iframe-container { display: none; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row > .video-iframe-container { display: none; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .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); }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container { border-width: 0; border-radius: 0; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGqPgrBLpNeHJo3rNrslKTzHTtfgVwkK { width:15.625rem;height:13.4375rem;top:15.89791875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIrrAFHP3gIR4sbh8aHLOs2t3asU5TOe { width:19.875rem;height:12.3125rem;top:15.68541875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke784hGCeHGAXFq2vpRf0KZy5c5Lvxk6 { width:20rem;height:6.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxsCOnsJIQQoI6tkOuTBsQ35dTC6eInL { width:18.4375rem;height:6.3984375rem;top:8.3479156494137rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKpVTC21O63addsdlPzL9n6tC8hipt6M { background-color:#29292a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container { background-color: transparent; background-image: none; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container > .video-iframe-container { display: none; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row > .video-iframe-container { display: none; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .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); }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container { border-width: 0; border-radius: 0; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGrchFF6rCR4FseRK7dV99udrU8B5qrW { width:15.625rem;height:13.4375rem;top:12.022918559265rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbS2NPCfprPvPnEg6T7EXx0BPuEeyiIa { width:19.25rem;height:5.375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLbq3GtXlEGXXvapvVuDqSISHVheww1b { width:20rem;height:5rem;top:3.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls { background-color:#29292a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row .container { background-color: transparent; background-image: none; }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row .container > .video-iframe-container { display: none; }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row > .video-iframe-container { display: none; }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .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); }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row .container { border-width: 0; border-radius: 0; }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#khGE6i0WOQub4qUJ0dLG704ymMtZq7Ls > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQuOIm3LWNFaDGSkHuK8HFCgsIcRKpgZ { width:15.625rem;height:13.4375rem;top:12.022918559265rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUy3G9RofGeOx1TaHGzqD94oINlrRwQu { width:19.1875rem;height:37.4375rem;top:3.8125rem;left:0.255859375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #e5OpuwP525LFvqoOtiUc91FB2Prcmo8K { width:20rem;height:7.1982375rem;top:13.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxT3L2MGXs5A7JTx3fwziCugdr7dHIRU { width:19.3125rem;height:3.57421875rem;top:8.4375rem;left:0.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq0Camv7d5foUbycCATiBRMyzAALwES9 { width:13.4375rem;height:3.57421875rem;top:21.625rem;left:2rem;text-align:center;text-align-last:center;font-size:2.75rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Ps5QRmdu9zdV6WcmRrTFwXIkz7bvbZPD { width:2.875rem;height:1.79980625rem;top:6.625rem;left:8.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tE7BwQORy60dkSqxhBcxuBCxkmk8R3E1 { width:12.325rem;height:3.2rem;top:26.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkifKaMGH7UF1Tu8I1wTS45EggTRpQcZ { display:block; }
 }@media only screen and (max-width: 763px) { #TZqF8of2SPrxQmw0NVp2GeCJCUhRl3W9 { width:2.5625rem;height:1.70605625rem;top:22.05859375rem;left:5.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #P6ZWKR40JN151D7NgHvLsesTRSo595aP { width:20rem;height:1.29980625rem;top:32.6748046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogb4PoyGVkNihDlQQOT1J6JahgroDuf6 { width:20rem;height:1.29980625rem;top:36.6494140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfe1p8u3XPQ0oHHDQAP7hIRz25mCaap { width:2.3125rem;height:2rem;top:37.5986328125rem;left:9.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqUDkn8rT2JTMKyhS1zT13x4044qxl1L { width:5.5625rem;height:1.29980625rem;top:37.94921875rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4pxGVTe0QSAbSCdrcRr5lv61GZ1pk2a { width:5.1875rem;height:1.29980625rem;top:37.94921875rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO6rF6HDmi6Ui3E66hrl5rfPf8TM9WZo { width:13.4375rem;height:2.35546875rem;top:22.421875rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color:#dadff3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { width:14.875rem;height:10.75rem;top:20.875rem;left:2.5625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { width:19.25rem;height:11.19725rem;top:16.162109375rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { width:8.6875rem;height:9.125rem;top:96.4375rem;left:4.875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #ObG3mS7UcsH7Z8dLUgonPLfZNTJqZ9xE { width:20rem;height:6.3369375rem;top:8.13671875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o2cV359RwK0qRxdWNDyrtqdyiwBU5vls { width:18.75rem;height:4.25rem;top:2.724609375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6T3cQcC0DWepSmbVRoPCu82h6T2Nm31 { display:block; }#r6T3cQcC0DWepSmbVRoPCu82h6T2Nm31 > .row .container { width:20rem;height:140.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMlhbSoOB8sNQhVSNf2xDIqqn8T1qbeG { width:20rem;height:1.7871125rem;top:0.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQhUvKF86yRSc42ZXJdPqOg13tgJv3o0 { width:20rem;height:4.62890625rem;top:2.912109375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qnhhIwJlMcV3VS6iLCWTe3xpmvS075xM { width:7.8125rem;height:7.8125rem;top:11.1875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWN9npyIwIvHPgelckKAZRR2gfcgSE1I { width:4.75rem;height:4.75rem;top:9.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R29TTLnTWtT3UDgqWEmF0f3JcWLxTHIL { width:3.5rem;height:3.4375rem;top:75.0625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hewMUMwXTQnwcDmF5JG87fZHgxwXzyBP { width:1.375rem;height:2.5996125rem;top:10.5rem;left:6.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKgc7lxe4v4R3vOEgHxi3Ge0wA29sbnf { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kroTvreOpPMdzzFfGh722WE5aUMXX7zp { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #Td53vrE3efXSINcN4pFJpU5nEiBvhS0L { width:7.8125rem;height:7.8125rem;top:31.375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeLBiqqv8THoeFOwxo69k3pwwvMh96ic { width:4.75rem;height:4.75rem;top:29.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw3WR35SuAwIuaH6FBCW06PunB4ITrf7 { width:1.375rem;height:2.5996125rem;top:30.9375rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7WOoetpAh7rlzePA9CkD4bCrVWexpPb { width:20rem;height:4.875rem;top:20.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPOyTKW3GpEq78rxKw32soJQCSGDVGsq { width:18.6875rem;height:2.923825rem;top:25.125rem;left:0.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPnmUfImoPw2IvsTPOEJqbRZ1zOwL7p4 { width:20rem;height:4.875rem;top:40.9248046875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uBRflham8B0h0kDayTAg0lTOz2QZ5hHQ { width:18.6875rem;height:2.923825rem;top:45.7998046875rem;left:0.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AZqit08Ov6XLgMAiqErIyxGLgbcq2xES { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNsil05kLouK5rgCgR7ITAKdIRTEIUU2 { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFTlgO85zVrokNTFJzs7UA2nDRKWkVFT { width:7.8125rem;height:7.8125rem;top:51.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5VpQnzOMgdT31WPIvBzlT4tXpzsOlLy { width:4.75rem;height:4.75rem;top:50.0625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaRZmCucgrwTWPFydxIw7flxz0yaIAx3 { width:1.375rem;height:2.5996125rem;top:50.875rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgxtR2e64pBqscGkddCkJWzzvlGiORFR { width:20rem;height:4.875rem;top:60rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACHddLFqQgKBCuT8wLSMtvKnqs4fWyLo { width:18.6875rem;height:2.923825rem;top:65.1875rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plVGKBVLBPVFnkxXa1VtK7BabITdxxTa { width:19.875rem;height:0;top:46.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEzCMgOAJOACar7IIhr9TnyMeFkVXyMc { width:0;height:3.75rem;top:42.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGonUbH4FqiiNe5WEBLtDUdVESd036hT { width:20rem;height:4.875rem;top:80.8369140625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pc0BnkBBigpD4WW18fmmg1AVMmHWqhVz { width:20rem;height:2.923825rem;top:86.3994140625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8LhJIkcg7hH3BWvzAgrtUhDTDthCqrU { width:3.5625rem;height:3.5625rem;top:92.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfKUBdgtvhr3RRKhuDffsoCWd4bCCTEz { width:1.375rem;height:2.5996125rem;top:93.0625rem;left:6.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #py7A5CQnOL6CSXipZwtrq1SwwNhcP0qn { width:7.8125rem;height:7.8125rem;top:94.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #msoSyaylEno9FJML8bQ9BPq4EhGayy6q { width:19.875rem;height:0;top:58.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5RqWKMlhbg5habiIZFZnPT4nI1g8Z5t { width:20rem;height:4.875rem;top:102.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VP9e4BS0N2XruLe1nP0scutZtsJSIQlr { width:3.8125rem;height:3.8125rem;top:71.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzIDbDDiJOEEvZAT7zvUoQuhPWil1Tcv { width:7.8125rem;height:7.8125rem;top:72.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI5aN5ziyPcMndflag1shaIQazZRQXp4 { width:1.375rem;height:2.5996125rem;top:71.625rem;left:6.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om1fiecKKFOIn5BTVnyZvippHpp8277u { width:20rem;height:2.923825rem;top:108.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zdEdi8UvSsTBI9Zoevs28FBcFrp2N0FP { width:0;height:3.75rem;top:54.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IACmSUFTVJhQWIEODh1p2yumfTV4gNML { width:0;height:3.75rem;top:64.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpIULlfONSqAwR9iKVAn3nyaTD48axFm { width:19.875rem;height:0;top:68.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xB5QstdnRaamGGARBVa5V1Q5muDu2Xw0 { width:20rem;height:4.875rem;top:123.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMW2l9Tw2CnxrFyCD2uzVQ4sl31NHBGD { width:20rem;height:2.923825rem;top:129.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vlpo2p1Q02gPc5WvcGzZOKCy2kxkmo8h { width:3.875rem;height:3.875rem;top:114.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAq7ro1vI2057RMnAdbAK3MyBPIkhbei { width:7.8125rem;height:7.8125rem;top:115.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7Skg9orxKfwIzXyc0zbV3gDq1gfPMzJ { width:1.375rem;height:2.5996125rem;top:114.625rem;left:7.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AocP9DG5Ti0FMQImVSch97SWTRMhPFtv { width:3.125rem;height:3.125rem;top:13.84375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1fMvTLqReuduG27Ua0Q9LzxMSLTsGEC { width:3.75rem;height:3.75rem;top:54.21875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFZiTaaoXCpXQcqOEZn8SMdUtZoIST15 { width:3.8125rem;height:3.8125rem;top:96.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdm0FP0PMkXEwhTOiU2laoh5sTfpG1Wb { width:5.25rem;height:5.25rem;top:117.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLXudf7Rf3busZ2CF6ebsLHIRFUeuav2 { width:4.0625rem;height:4.0625rem;top:33.9375rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xixr6ETG5JiopEL3gRCzvlsCwchSTvrT { width:20rem;height:2.923825rem;top:135.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TS1GadAdWHoDFqNq7Kaxhqvyf0Nxg6WT { display:block; }#TS1GadAdWHoDFqNq7Kaxhqvyf0Nxg6WT > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c05cariZ9XP5WanJWwv5efuDItr5MuA0 { width:7.6875rem;height:2.5996125rem;top:1.8125rem;left:2.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDser26fo9LkHhrcPzhWKeWRdiWg3zmA { width:12rem;height:2.5996125rem;top:1.8125rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smPk3da6TrPD6ysVpPRAX7XyK5KfkBcE { width:20rem;height:8.44925rem;top:5.63671875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5FeP2vDcHb894OfVd5wwW0hVtTk2r2n { width:20rem;height:11.19725rem;top:15.5361328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SrCAvINaLIQ6eChi41IrolCk5ut4gclL { display:block; }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDbgZ6pD2bU8a6dFkH0dzAg5rOKLdHrW { width:20rem;height:5.19921875rem;top:35.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #olSaqwcIbwZEt3fkXTAAsN6vOXHvMTtT { height:11.246125rem;width:20rem;top:3.2607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCwoi8IldHToOwXvUiSUIoTr2zObfOli { width:20rem;height:1.625rem;top:14.5068359375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znURXdRQr7lFWpcBPAJtNib6Nib6eOZP { width:20rem;height:1.625rem;top:31.1318359375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy668znr1kVzkdqE0rxrI7rCMJyWrn2k { height:11.152375rem;width:20rem;top:20.04150390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC { display:block; }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row .container { width:20rem;height:210.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAVVahvMhHcTpKIkR8kyBBT2kW3i4ynN { width:20rem;height:1.625rem;top:125.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sDl7lHLaNb0JhXadQuTU8CGD6IvBSuoc { width:20rem;height:15.860375rem;top:128.25rem;left:0rem;font-size:1rem;display:block; }#sDl7lHLaNb0JhXadQuTU8CGD6IvBSuoc li:before{  }
 }@media only screen and (max-width: 763px) { #DXWhENiyg1c5yMFrvbfFdmz6aLbh3o5d { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PxLJpWz4FQ92IcbDJ9NZIsp7cPGuJFoK { width:20rem;height:4.5rem;top:4.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCM1qHxPlF4wEwKo9D79gUQMPLXZxm6I { width:20rem;height:3.25rem;top:55.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MfayFd92hBECf4tgTsmgUFUFmdEhPDgm { width:20rem;height:3rem;top:59.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVZmglrcdASA58UKl2fes0RTKDcVsaLR { width:20rem;height:3.25rem;top:63.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPcyhyoUFfcSBhlMyoiBzTkQDlFX8na5 { width:20rem;height:4.5rem;top:68.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xW04x70CFlDcnEEHFz9QlvdiTdbP8Ulg { width:20rem;height:3.25rem;top:170.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #esG46yFP4REzILDtBNgT8IhT3pqi1hlV { width:20rem;height:18rem;top:174.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Txqa84Xd8H0KBc4CE4A58wgopNOWOszt { width:20rem;height:1.625rem;top:194.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f4KXpVVsk7qVRZVPWcIoXylPWLJCHmaK { width:20rem;height:12rem;top:196.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OnAc4XDE1H6vQ5ctiThPSxUIqvc5pe6l { width:20rem;height:3.25rem;top:74.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRAdSaqJynDGflc0FKz8Pb2QomIavhmG { width:20rem;height:7.5rem;top:78.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9ovNA2HcssuXULEsKrHaScxnSvihzS4 { width:20rem;height:3.25rem;top:145.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wJpQQWZ9cKqt14NlUxLJpIn1S98Thl6l { width:20rem;height:4.5rem;top:149.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gx5lyFTPQWIM1wVeTpuQ8ve99qOs1MyE { width:20rem;height:3.25rem;top:155.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4c0PRUTgFleAELqpTUz0Pq2zPtTI33r { width:20rem;height:9rem;top:160.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ezvQA5x8dDWwXcf32ZagXNx1CoQeEvkX { width:20rem;height:1.625rem;top:115.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrTpaUgDGbvGPmFGx6ypWH2GlqFnIdN3 { width:20rem;height:6rem;top:118.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vtxsLgIL17gUih0l99vzTrIfXp2IvAvl { width:20rem;height:1.625rem;top:11.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4MSI6sGthteOtputpDZZrTKawRWK1MS { width:20rem;height:6rem;top:14.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibDQhsz5wNSO6rDNO0OfR9ZOvHxNZZ9Q { width:20rem;height:3.25rem;top:21.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eM14fcyqlmXImqhMH6IgrsVbcAxmMewF { width:20rem;height:28.5rem;top:26rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rssSmpbTNOkAMGWN7zJwGnxHuGnwKIgW { width:20rem;height:3.25rem;top:87.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gkJhAomU2rfPXePLtvbpzg8hVQ0DxLcg { width:20rem;height:7.5rem;top:91.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ehi6HR9ybwqWlJ0PCOA79Nmcu96vpWUW { width:20rem;height:1.625rem;top:100.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aF5MTX8AagvlDWrf5UfF1xWQfxDtbC5W { width:20rem;height:10.5rem;top:103.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pssS0doiypbfqnngqmANZQauwPIKz8gB { display:block; }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6ozFC9GQnzT7RhEAdPCh3OOKHa8TgaP { width:6.25rem;height:4.875rem;top:9.90625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbxqgEp1eLsvShE1SD6Z4TUwv7q8NSev { width:6.25rem;height:4.875rem;top:9.90625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfnHp7uviuzNanhMxyyQ4T7nac8KT7Ro { width:12.5rem;height:1.625rem;top:0.875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VntnxfGCEUlllBVVrNTF8nuJ2KGppzZv { width:12.5rem;height:5.84765625rem;top:2.3125rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHnGyP8QllphFvTuUbriInVfeSL3FcWQ { width:19.375rem;height:2.25rem;top:17.712511062622rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCksLiRofItiZnxZJ3OPT62J24FBbhiP { width:15rem;height:2.5996125rem;top:21.27499961853rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #afcJXG4qqyQTq4aNLL1aqtrDDXWhFqAx { width:20rem;height:1.375rem;top:16.1875rem;left:0rem;display:block; }
 }