.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/63f608e2-b8aa-46e6-9bff-f19d9e3f7d83/kongres_KVPTW_KURS.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { border-width: 0; border-radius: 0; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#TRzay6WfSi9AcMhrCvXkh7Iy4pxo5BGv { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.75rem;left:50.78125rem;display:block; }
#X6QBIWCZASRLd7NWTXyIorvNSxvNlfzF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTPpw2vkxJQ6zzcwk9OJRE5z4i7NWnze { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.75rem;left:69.375rem;display:block; }
#aT76rSRUKUhzn5RbyuWMoXBe6iCPxEL1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IbUvdFKWhSegZ52JJCNOJTxB8nTdIHcF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75625038146975rem;left:65.5rem;display:block; }
#lMu2U2tCWKSAtO6VeoWyVxlyoVEdtESR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vbbd6nHDWPh1fRe2pfFySwZZZfSSSmLP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75rem;left:59.71875rem;display:block; }
#cLBwKhWbFbAdke6GzEPTXnDTCflRa0NT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tdX1u9P8qfxIzsSRZBEss4tsWBlr13G0 { color:#808080;display:block;width:16.1875rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.1875rem;left:0rem;height:1.8rem;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; }
#rPodQPdzU3HnDPegTRWhKQl49k2v6fWh { color:#267360;display:block;width:34.8125rem;position:absolute;font-family:publicsans;font-size:1.75rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:12.46875rem;left:0rem;height:4.2rem;font-style:normal;display:block; }
#tUVAZaLneUkPiwLMaQbsrPTAebnhmHXk { background-color:#267360;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.125rem;left:0rem;display:block; }
#cU6s9rfvwVnPak1xlSQZCv6fiPcSNhJa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rewWZTdH5td4pmftMdaBd5UApO5W8zTI { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#G8ivUOB6R4rRK0fcQXKeIITiEC523ZgF { position:absolute;display:block;z-index:15037;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:58.96875rem;display:block; }
#rFOJTZT9Xqsz6A5dS2EElRv1G2TzJbPa { position:absolute;display:block;z-index:15038;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:64.9375rem;display:block; }
#aieEDyTBdxCZxUDVcGix5BtsU4TIfQ11 { position:absolute;display:block;z-index:15039;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:68.875rem;display:block; }
#voZMtO5iC7uCMBXNZ4uaZts6PbTq9gSU { color:#104f40;display:block;width:34.4375rem;position:absolute;font-family:publicsansextrabold;font-size:2.25rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:17.375rem;left:0rem;height:5.4rem;font-style:normal;display:block; }
#acamEsqDRh6gxI3aoQlEbvLNS9OElv0I { background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #267360;border-left:0.0625rem solid #267360;border-right:0.0625rem solid #267360;border-bottom:0.0625rem solid #267360;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#267360;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.125rem;left:17.5rem;display:block; }
#dXKvSgCX0LdSA998Dh0KVOfH1T6ggq1R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#piF6BJ66FkD3B4p3ti551gFgPqxkkw5b { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #058d81, #007070);background-image: -moz-linear-gradient(135deg, #058d81, #007070);background-image: -ms-linear-gradient(135deg, #058d81, #007070);background-image: -o-linear-gradient(135deg, #058d81, #007070);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d81', endColorstr='#007070' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d81', endColorstr='#007070' );";background-image: linear-gradient(135deg, #058d81, #007070);background-size:auto !important;top:5.6000003814697rem;left:66.875rem;display:block; }
#etvVpbCNDrbVmNW9uZggVdS9mFqI63HA { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:publicsans;font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:6.28750038147rem;left:66.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2tCqhcwfUb50lMUSR3NzME5b55iZT2M { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:publicsans;font-size:0.6875rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:9.375rem;left:66.875rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rvDiVRTAD44MDi1blr7xZSTZrfgUNFrx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.1875rem;width:35.25rem;top:1.0625rem;left:33.0625rem;overflow:hidden;display:block; }
#Kv2OaCR1kg8aRbB1Fbg9HdIlHbQd4iO2 { 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:15.1875rem;width:16.1875rem;display:none; }
#Cl4WZy0zXV6SpndzXCTxMOvunwaQfN49 { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:10.125rem;left:0.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#melumoqFcv3HNdTq2HaL0nVCT7RyuxTZ { position:absolute;display:block;z-index:15051;background-color:#0e4134;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:1.625rem;width:10.0625rem;top:9.9375rem;left:0rem;display:block; }
#JvZBuESLVKsOcZFHs5fxNumnTcTeGdAF { position:absolute;display:block;z-index:15052;background-color:#267360;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:1.625rem;width:14.3125rem;top:9.9375rem;left:8.8125rem;display:block; }
#W0nlZEnzWNrhR3uZuNfbK3IpV9BX0fmK { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:10.125rem;left:9.125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/63f608e2-b8aa-46e6-9bff-f19d9e3f7d83/kongres_KVPTW_KURS.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om.adaptive-delivery-prevent-bg, #TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om.lazyload, #TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om.lazyloading { background-image: none; }#TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om > .row .container { border-width: 0; border-radius: 0; }#TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#zPDGhrdMJligXqk6zFpAh7wCDVmdVhHA { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.75rem;left:50.78125rem;display:block; }
#SZKRiRlsMBpQVBL9J9R2haTrezZ1dLIG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJqLC5kh5DEGamK7sOeJgRcZD9bqE7Sr { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.75rem;left:69.375rem;display:block; }
#rgNgccgegel4RMJenHrmRFGG7DAlyRTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6ziUONUOsTFPEndTqWuSaapExHs1vLI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75625038146975rem;left:65.5rem;display:block; }
#vZ9ZD9GGDzwcheUCwEvg4EbNqTuatZR0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QwncmANBhaTTzQFAfWuI8DcHcU1Rm02M { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75rem;left:59.71875rem;display:block; }
#B7FGHJeMtmAwEXoWJMAzrz4fFqi9yQbE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ayv1PBBOfkGSiNUTsAHhBMpkT506wNdX { color:#808080;display:block;width:16.1875rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.1875rem;left:0rem;height:1.8rem;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; }
#bzJ0607bgrSslRwG2VeA3Twi4nuqDXNm { color:#267360;display:block;width:34.8125rem;position:absolute;font-family:publicsans;font-size:1.75rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:12.46875rem;left:0rem;height:4.2rem;font-style:normal;display:block; }
#yTCwo0K4qULlqyJm6wKr5yTaVBH39KM5 { background-color:#267360;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.125rem;left:0rem;display:block; }
#cMHuTBfZAqoFWucRvWdtwU1F1dmUmt0u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wZgZwShpMRLWwV5BLcN6qZQ8sTxmuItD { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#ob0rZZvvkRXeiAageqCfTWg2c0TZeOVU { position:absolute;display:block;z-index:15037;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:58.96875rem;display:block; }
#UXR281hyBkz5DcnbU41xMxxstWW6uSmD { position:absolute;display:block;z-index:15038;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:64.9375rem;display:block; }
#QtTV8tvGVyk4oa5CvhrGOixrR1rGvsTz { position:absolute;display:block;z-index:15039;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:68.875rem;display:block; }
#L2qoFtvmy930qGHWhp75kIiWkyaXJ3Zk { color:#104f40;display:block;width:34.4375rem;position:absolute;font-family:publicsansextrabold;font-size:2.25rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:17.375rem;left:0rem;height:5.4rem;font-style:normal;display:block; }
#Z3doWgel5gXIrwpuFaPo8HULNDOHF1ph { background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #267360;border-left:0.0625rem solid #267360;border-right:0.0625rem solid #267360;border-bottom:0.0625rem solid #267360;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#267360;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.125rem;left:17.5rem;display:block; }
#AMKvd9t0tVyiBLb1oZ25PTBDt22qfNSm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zw6BTlAkCo407w155Lz9Bh76cL62khDL { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #058d81, #007070);background-image: -moz-linear-gradient(135deg, #058d81, #007070);background-image: -ms-linear-gradient(135deg, #058d81, #007070);background-image: -o-linear-gradient(135deg, #058d81, #007070);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d81', endColorstr='#007070' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d81', endColorstr='#007070' );";background-image: linear-gradient(135deg, #058d81, #007070);background-size:auto !important;top:5.6000003814697rem;left:66.875rem;display:block; }
#PN5lvQz0bOryRiW5DIrfi9woNWLZ8NLe { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:publicsans;font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:6.28750038147rem;left:66.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NkzVNT9GFoamyJPwascbKTGQT9Brr2rd { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:publicsans;font-size:0.6875rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:9.375rem;left:66.875rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTCloJpbaqVPGTdcm4VHNKFaD6aTBcPb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.1875rem;width:35.25rem;top:1.0625rem;left:33.0625rem;overflow:hidden;display:block; }
#si2CUFN3nHwZyQpvUWuKwNtb0RHkRIqe { 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:15.1875rem;width:16.1875rem;display:none; }
#Nxs0BITJenQJKHcDoypIMOKk0zxWyRRz { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:10.125rem;left:0.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AJpoehz0pis1l5xHKTbQyEecQpkDoWOP { position:absolute;display:block;z-index:15051;background-color:#0e4134;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:1.625rem;width:10.0625rem;top:9.9375rem;left:0rem;display:block; }
#BBoO0aBAd2bDb1RcW8Ml1t6MOuHaI36d { position:absolute;display:block;z-index:15052;background-color:#267360;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:1.625rem;width:14.3125rem;top:9.9375rem;left:8.8125rem;display:block; }
#MiO5P1C6ryT3Wylb0laglL1M0VUqlAIi { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:10.125rem;left:9.125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fA86qQ6bRwmHDdSn3d05dQi0GS6Q9N0F { color:#646464;display:block;width:16.25rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:26.5rem;left:17.5rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#Z8WXo7iAophtFsvIQwczfmXW9GJpgxqX { color:#646464;display:block;width:16.25rem;position:absolute;font-family:publicsans;font-size:0.6875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:32.5rem;left:17.5rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#HRtOGorFISXHhfnFxGrB6p6giXfvV112 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/63f608e2-b8aa-46e6-9bff-f19d9e3f7d83/kongres_KVPTW_KURS.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112.adaptive-delivery-prevent-bg, #HRtOGorFISXHhfnFxGrB6p6giXfvV112.lazyload, #HRtOGorFISXHhfnFxGrB6p6giXfvV112.lazyloading { background-image: none; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row .container { background-color: transparent; background-image: none; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row .container > .video-iframe-container { display: none; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row > .video-iframe-container { display: none; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .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); }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row .container { border-width: 0; border-radius: 0; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#kSAtJuHRbRl6hr9EWpxNat260STfpnyC { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.75rem;left:50.78125rem;display:block; }
#ETwyD28WFm4mLfhr0MTt7aHaHu6Ws5Kf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BmKU8XcHE5AWxfJhDwO1im9eiV04RTVs { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.75rem;left:69.375rem;display:block; }
#MsbsgBoJWzzviK55D1gF7dpGRPEsb5Mb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rd74W8BDcec8mWyTlOQANMgJksXvRBzn { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75625038146975rem;left:65.5rem;display:block; }
#JSuMuaKmb8ZcJtM76TETvC3GLgmOwmcw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qEU3aamItm6WC0h00kSN9SfHNf1UTERy { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75rem;left:59.71875rem;display:block; }
#ldIq3N37QM9vv8vUBgXgzaqEpeswXCdP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EJAT9lmLE8TzpcQPLT1C3a0ywLbmDcIq { color:#808080;display:block;width:16.1875rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.1875rem;left:0rem;height:1.8rem;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; }
#LEEhB9QBsZwlZSSveVM3Vc1l2seNTGmm { color:#267360;display:block;width:34.8125rem;position:absolute;font-family:publicsans;font-size:1.75rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:12.46875rem;left:0rem;height:4.2rem;font-style:normal;display:block; }
#SDxvVRbmKvWAIOTcdrwtCKXtPsTWf7X1 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#pMUC5AS7PEU8XTRwvR11gnlipNZiuZpw { position:absolute;display:block;z-index:15037;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:58.96875rem;display:block; }
#cdwv4WhzDWEqw1aN8yTvaMf53yZXbDS2 { position:absolute;display:block;z-index:15038;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:64.9375rem;display:block; }
#K9i7599F9ATbARk1iqLLPIPHdTcsOIWB { position:absolute;display:block;z-index:15039;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:68.875rem;display:block; }
#GEFqBGm51VU9J4GGiNETmgqAn9QmTBwX { color:#104f40;display:block;width:34.4375rem;position:absolute;font-family:publicsansextrabold;font-size:2.25rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:17.375rem;left:0rem;height:5.4rem;font-style:normal;display:block; }
#ggGc3Pny1yTLUhKPsfbM54XTydssMuoL { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #058d81, #007070);background-image: -moz-linear-gradient(135deg, #058d81, #007070);background-image: -ms-linear-gradient(135deg, #058d81, #007070);background-image: -o-linear-gradient(135deg, #058d81, #007070);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d81', endColorstr='#007070' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d81', endColorstr='#007070' );";background-image: linear-gradient(135deg, #058d81, #007070);background-size:auto !important;top:5.6000003814697rem;left:66.875rem;display:block; }
#sFcpcmc6sClWqTwda9g4XsJZhb4yto8o { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:publicsans;font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:6.28750038147rem;left:66.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rHWRRpGmBV5EOw0VbelP2XuW0B28ALbD { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:publicsans;font-size:0.6875rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:9.375rem;left:66.875rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tosRvetOT05DAzRlSt1vT6dTfy1i6xkH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.1875rem;width:35.25rem;top:1.0625rem;left:33.0625rem;overflow:hidden;display:block; }
#lVvBVprOflMEnKD31tsBR6ap169XqeiN { 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:15.1875rem;width:16.1875rem;display:none; }
#hoMxMB2S8h9kVUEvmXGDwhsKO8gPZoKf { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:10.125rem;left:0.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nCAIMESB20vw0ouavCHTQooz4QgpTNKi { position:absolute;display:block;z-index:15051;background-color:#0e4134;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:1.625rem;width:10.0625rem;top:9.9375rem;left:0rem;display:block; }
#ACFI2wCws6iBaVxmFP41dP0yqxe1VrXX { position:absolute;display:block;z-index:15052;background-color:#267360;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:1.625rem;width:14.3125rem;top:9.9375rem;left:8.8125rem;display:block; }
#nnGs8ffv132NqTFFUbDWsVqMCt8PduzT { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:10.125rem;left:9.125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LZa6bKLkwa09nUI1PdkOxTJLTWzzACLL { color:#267360;display:block;width:34.8125rem;position:absolute;font-family:publicsans;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:29.8125rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#STpFQcwq3mPJ4JDqbrkEwLKyQDaHMfuo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #267360, #398e79);background-image: -moz-linear-gradient(90deg, #267360, #398e79);background-image: -ms-linear-gradient(90deg, #267360, #398e79);background-image: -o-linear-gradient(90deg, #267360, #398e79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#267360', endColorstr='#398e79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#267360', endColorstr='#398e79' );";background-image: linear-gradient(90deg, #267360, #398e79);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; }#STpFQcwq3mPJ4JDqbrkEwLKyQDaHMfuo > .row .container { background-color: transparent; background-image: none; }#STpFQcwq3mPJ4JDqbrkEwLKyQDaHMfuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STpFQcwq3mPJ4JDqbrkEwLKyQDaHMfuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STpFQcwq3mPJ4JDqbrkEwLKyQDaHMfuo > .row .container > .video-iframe-container { display: none; }#STpFQcwq3mPJ4JDqbrkEwLKyQDaHMfuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STpFQcwq3mPJ4JDqbrkEwLKyQDaHMfuo > .row > .video-iframe-container { display: none; }#STpFQcwq3mPJ4JDqbrkEwLKyQDaHMfuo > .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); }#STpFQcwq3mPJ4JDqbrkEwLKyQDaHMfuo > .row .container { border-width: 0; border-radius: 0; }#STpFQcwq3mPJ4JDqbrkEwLKyQDaHMfuo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STpFQcwq3mPJ4JDqbrkEwLKyQDaHMfuo > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#ZGVqT7rDgPIv2ACk65pPUroOE4FK2hRx { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0.1875rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M8UGNPci2lX0zr41i6xUPxbyOQCxh5zh { color:#ffffff;display:block;width:25rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CoF3dc0o08ZbLk4z9Un2SFRh4fuRB5NV { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.5625rem;left:10.625rem;overflow:hidden;display:block; }
#UPEi2vrMCHmrUvHwCgxZWk0kNDQQTLPs { color:#ffffff;display:block;width:25rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.9375rem;left:25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x1zEwXi5EOz8UyxeZ9vc6MOrgi0TxAd6 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.5625rem;left:35.625rem;overflow:hidden;display:block; }
#rUmdApm8LuKwVWo2PgtGQXIEHvDpt2ZT { color:#ffffff;display:block;width:25rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.6875rem;left:25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EyV7Jo7DICcXt8GUVvQ0uhnIZ5XO8r29 { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.6875rem;left:52.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t9XMHsfnqDI8GJ3Fc7nqK6vlH9TqkUvT { color:#ffffff;display:block;width:25rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.9375rem;left:50rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Og4bIprc6mveCEvOIy1p7DUNXEfsLSMy { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.5625rem;left:60.625rem;overflow:hidden;display:block; }
#xrf5NeQGJIoPTplegeqEddXhoFzTDulR { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.1875rem;left:69.5rem; }
#VneTGKps2xsKEhDAZD3Lr5HkpKro2N0h { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:2.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:7.7093734741213rem;left:54.1875rem;display:block; }
#RfBLaNkFA2kJl84KlPxmObXCOn3a80yk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #124a3c, #125847);background-image: -moz-linear-gradient(90deg, #124a3c, #125847);background-image: -ms-linear-gradient(90deg, #124a3c, #125847);background-image: -o-linear-gradient(90deg, #124a3c, #125847);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#125847' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#125847' );";background-image: linear-gradient(90deg, #124a3c, #125847);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; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { background-color: transparent; background-image: none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container > .video-iframe-container { display: none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row > .video-iframe-container { display: none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .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); }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { border-width: 0; border-radius: 0; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:18.375rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { color:#ffffff;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.0625rem;left:0rem;height:16.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #124a3c, #125847);background-image: -moz-linear-gradient(90deg, #124a3c, #125847);background-image: -ms-linear-gradient(90deg, #124a3c, #125847);background-image: -o-linear-gradient(90deg, #124a3c, #125847);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#125847' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#125847' );";background-image: linear-gradient(90deg, #124a3c, #125847);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; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container { background-color: transparent; background-image: none; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container > .video-iframe-container { display: none; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row > .video-iframe-container { display: none; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .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); }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container { border-width: 0; border-radius: 0; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#SDhQehn8neJnzfcJVl3z3xgHPZNfLFWR { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.21875rem;left:0rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QvIweu5pazfsm5EW6SIfhoNpTk5vuORi { color:#f4f4f4;display:block;width:17.5rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:8.40625rem;left:0rem;height:6.5625rem;text-align:left;text-align-last:left;display:block; }
#hS5uMg8aa1lEBvZIPElNIH21ypeFNJ6P { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.21875rem;left:18.75rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wr0MJPMNRmku7Ezp2iBUcQdKqhDlRpGo { color:#f4f4f4;display:block;width:17.125rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:8.40625rem;left:18.75rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#zEJ3TwxB11kDczpM1RH4VoeATkQ7wIPa { color:#f4f4f4;display:block;width:16.5rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:8.40625rem;left:37.5rem;height:6.5625rem;text-align:left;text-align-last:left;display:block; }
#TSTm51ir08fNfgnXpPXa7G0LyTpWwwpv { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.21875rem;left:37.5rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KQmPtTHtaSRRNJbkhU0LGqJqAN0kwero { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zubaRq6SOerSyc5TBb6zcrJGX7TMpM1l { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.875rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#ArbCnzgIWbfZBTNQpJHKDVUfPkkFbhTM { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#lHZvD4xU9uNVP76XR45WkkA3AGtnHtzu { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#y1P4MTs94Z38ZpC014UfQt3ls0cgbDfe { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.21875rem;left:56.25rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gm8m25rMZuvHTDLoaH5WUT5p6WdITqkV { color:#f4f4f4;display:block;width:17.5rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:8.40625rem;left:56.25rem;height:6.5625rem;text-align:left;text-align-last:left;display:block; }
#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #124a3c, #125847);background-image: -moz-linear-gradient(90deg, #124a3c, #125847);background-image: -ms-linear-gradient(90deg, #124a3c, #125847);background-image: -o-linear-gradient(90deg, #124a3c, #125847);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#125847' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#125847' );";background-image: linear-gradient(90deg, #124a3c, #125847);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:none; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container { border-width: 0; border-radius: 0; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:none; }#OuJEK4NUBwGLL4FIkI22pwDRIORRPJWg { color:rgba(255,255,255,0.85);display:block;width:18.125rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:28.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#UfxTtbTuF1sXIcSUtD0d1BRHZlO4xtGJ { position:absolute;display:block;z-index:15009;background-color:rgba(217,217,217,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:7.5rem;top:0.55624961853027rem;left:22.28125rem;display:block; }
#O5fW3vCkfqgNlsnbQeTcANkgMLE9nTsC { position:absolute;display:block;z-index:15010;background-color:rgba(217,217,217,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:7.5rem;top:0.56354141235351rem;left:45.15625rem;display:block; }
#rP4yMTxAwtNND2PqgJHu4IW6xsUQVG8k { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.4375rem;width:32.875rem;top:3.1875rem;left:3.375rem;display:block; }
#sH7rTPeTACaNznhwvL4HUAJ8C5hqRKqz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.4375rem;width:32.875rem;top:3.1875rem;left:38.75rem;display:block; }
#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #083127, #0a4536);background-image: -moz-linear-gradient(90deg, #083127, #0a4536);background-image: -ms-linear-gradient(90deg, #083127, #0a4536);background-image: -o-linear-gradient(90deg, #083127, #0a4536);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#083127', endColorstr='#0a4536' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#083127', endColorstr='#0a4536' );";background-image: linear-gradient(90deg, #083127, #0a4536);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row .container { background-color: transparent; background-image: none; }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row .container > .video-iframe-container { display: none; }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row > .video-iframe-container { display: none; }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .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); }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row .container { border-width: 0; border-radius: 0; }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#x7lhdJTvJvq9FXDfz6O7otoJyETUS97h { color:#ffffff;display:block;width:42.125rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:16.4375rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NfM7TU9c5sErOUDVKOdCUK9ubvyBdWTQ { color:#ffffff;display:block;width:66.5rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.9375rem;left:2.6875rem;height:17.325rem;font-style:normal;display:block; }
#OAktr9goSgpMLAsJU9xSFFS6JrxB5zoO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:10.9375rem;left:0rem;overflow:hidden;display:block; }
#QNQcbbchC2XiCTzoaIk2ddlFleMdJqTJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:14.25rem;left:0rem;overflow:hidden;display:block; }
#OzN2TZvRpc3wVIS1atzzlZxx9n1NN3fG { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:20.414581298828rem;left:0rem;overflow:hidden;display:block; }
#wVUbizwsCeGE4oUnmPZGs7nldQ5nBAHT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:17.3125rem;left:0rem;overflow:hidden;display:block; }
#NvQOaEpSm3ZSqJL6g86xXmeolVLdFeld { 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:1.5rem;width:1.5rem;top:23.769790649414rem;left:0rem;overflow:hidden;display:block; }
#NemOblmzK06EMhVbRkVI8Wi0DJN9Rzpo { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:26.825000762939rem;left:0rem;overflow:hidden;display:block; }
#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #083127, #0a4536);background-image: -moz-linear-gradient(90deg, #083127, #0a4536);background-image: -ms-linear-gradient(90deg, #083127, #0a4536);background-image: -o-linear-gradient(90deg, #083127, #0a4536);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#083127', endColorstr='#0a4536' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#083127', endColorstr='#0a4536' );";background-image: linear-gradient(90deg, #083127, #0a4536);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:none; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container { border-width: 0; border-radius: 0; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#L8p3ehvzQ5WDQNEdTmvSHDpt4SBpQduR { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#125847;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:29.375rem;display:block; }
#xN1sdK3k3dK6GrtKSuIrn1WTJTlnrOSZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 { position:relative;display:block; }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 { background-color: transparent; background-image: none; }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .row .container > .video-iframe-container { display: none; }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .row > .video-iframe-container { display: none; }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .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); }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 { border-width: 0; border-radius: 0; }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N5EHyuwbAzv0ysEVFNuUEHxTzXTWdocB { color:#111111;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { position:relative;display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { background-color: transparent; background-image: none; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container > .video-iframe-container { display: none; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row > .video-iframe-container { display: none; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .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); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { border-width: 0; border-radius: 0; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:55.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#obhR5NoRyd0spcZQfET4OCexTBiJcbDI { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:6.875rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#tBDy4lSEuDIoEhIxtFcC8FQOwiUy8hZT { color:#000000;display:block;width:71.4375rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:15.1875rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#DHJcKqeyDDJAPt8rr5MFAfrE6cZ2d0Li { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:31rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#vwILEcgzfeWCq4rgOBms9vDktL9qrU0Z { color:#000000;display:block;width:71.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:48rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#TSfJ6Ix5MKT8f6iWD2i1SBM6EPaGEwBh { color:#6b6b6b;display:block;width:69.25rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15095;line-height:1.5;letter-spacing:0;top:10.775001525879rem;left:1.875rem;height:2.625rem;display:block; }
#m0M6eMRESSBa9xaTQ763hXmAMX5GRupR { color:#6b6b6b;display:block;width:71rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:19.037498474121rem;left:1.875rem;height:2.625rem;display:block; }
#Slh5wFuMOs1zBWvPpff7CzNnFJTUaGcp { color:#6b6b6b;display:block;width:61.125rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15097;line-height:1.5;letter-spacing:0;top:34.912498474121rem;left:1.875rem;height:6.5625rem;display:block; }
#h3gvQMavU5dWJgAr9tP9ToK7p4eohBDb { color:#6b6b6b;display:block;width:36.375rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:3.8500003814698rem;left:1.875rem;height:1.3125rem;display:block; }
#fnXI3GW8aPyRZkHONdGPGJFvSpZPMDRE { color:#6b6b6b;display:block;width:41.875rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:27.349998474121rem;left:1.875rem;height:2.625rem;display:block; }
#EvkfXBn7LTeGX7NXNAtGTnXS8K7XcKdr { color:#000000;display:block;width:71.4375rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:23.5rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#GlSAynCp2SmsD172CiNJsp8tM08kJx9D { color:#000000;display:block;width:71.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.6;letter-spacing:0;top:42.5625rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#aHbWqsrItT67XoG59xPiPkHnFCnmBi0V { color:#6b6b6b;display:block;width:61.125rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.5;letter-spacing:0;top:51.787498474121rem;left:1.875rem;height:1.3125rem;display:block; }
#kObTFKGJGE8bMERan2CuOZt04ieONDGZ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15100;background-color:#267360;background-image:none;top:0.5rem;left:0rem;display:block; }
#hI1VVRGcvn5oceCf1CNv18kUtM51pWGz { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15101;background-color:#267360;background-image:none;top:7.375rem;left:0rem;display:block; }
#iO1Rph9P3lfPsFlKEsWZUidflGvKtTFp { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15102;background-color:#267360;background-image:none;top:15.75rem;left:0rem;display:block; }
#Xsfq4TXKJc0HLcSfbNP8rl0vB3gIoBWb { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15103;background-color:#267360;background-image:none;top:24.0625rem;left:0rem;display:block; }
#iBZFM51MgZg0I4HVcTx6APAPtGI86MuL { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15104;background-color:#267360;background-image:none;top:31.5625rem;left:0rem;display:block; }
#yIkPLPa0Z2HUXXy89ncJMRZnTTy7cEBA { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15105;background-color:#267360;background-image:none;top:43.125rem;left:0rem;display:block; }
#BVQt9wenatMZwTqXRXWA1ope6VPsGDgp { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15106;background-color:#267360;background-image:none;top:48.5625rem;left:0rem;display:block; }
#fJLictH4bBggEzlnxDZWTHtXlnc95tt2 { position:relative;display:block; }#fJLictH4bBggEzlnxDZWTHtXlnc95tt2 { background-color: transparent; background-image: none; }#fJLictH4bBggEzlnxDZWTHtXlnc95tt2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJLictH4bBggEzlnxDZWTHtXlnc95tt2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJLictH4bBggEzlnxDZWTHtXlnc95tt2 > .row .container > .video-iframe-container { display: none; }#fJLictH4bBggEzlnxDZWTHtXlnc95tt2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJLictH4bBggEzlnxDZWTHtXlnc95tt2 > .row > .video-iframe-container { display: none; }#fJLictH4bBggEzlnxDZWTHtXlnc95tt2 > .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); }#fJLictH4bBggEzlnxDZWTHtXlnc95tt2 { border-width: 0; border-radius: 0; }#fJLictH4bBggEzlnxDZWTHtXlnc95tt2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fJLictH4bBggEzlnxDZWTHtXlnc95tt2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:82.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VXAKJkOsIXHm0LPwos0n37WxQGMpih7N { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:0rem;left:1.9375rem;height:3.6rem;font-style:normal;display:block; }
#qFLDFdCEJeKLFzNbe6X2uOF74HnBsUQe { color:#000000;display:block;width:71.4375rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:6.9375rem;left:1.9375rem;height:3.6rem;font-style:normal;display:block; }
#TypHKaDJUaOxySbitAZmZOHG4R726prH { color:#000000;display:block;width:64rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:12.4375rem;left:1.9375rem;height:3.6rem;font-style:normal;display:block; }
#dNJDutuEWyLakQWaqlS1Gf0f6Gxcfo8W { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:17.625rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#ixnKLKn9dHXa4olzNyhtnBl6qA0m2IxC { color:#000000;display:block;width:68rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:25.75rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#nlGcGRiOfcPT2MWGCkLdgxpTLa0LE5bB { color:#6b6b6b;display:block;width:36rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.4;letter-spacing:0;top:29.6875rem;left:1.875rem;height:1.225rem;display:block; }
#eTcTmbeXoxHR1c0Man6wMAFOy7CPXr2r { color:#6b6b6b;display:block;width:48.0625rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.5;letter-spacing:0;top:21.537498474121rem;left:1.875rem;height:2.625rem;display:block; }
#vxSqfHVNXITJyWoaNcbhhfOVSTmSOZxU { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:32.9375rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#tR0Ksv6hnLbLsKx0TX2ECQOnieTUe4fO { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.6;letter-spacing:0;top:75.8125rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#KdEwWEf40DTmKe9GgTT1AJTZQKcUQExd { position:absolute;display:block;z-index:15102;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.25rem;width:23.75rem;top:69rem;left:51.25rem;overflow:hidden;display:block; }
#EiuppxpbyPEUkQ5ZUN5fhckufTUa4fm9 { color:#6b6b6b;display:block;width:36rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15100;line-height:1.4;letter-spacing:0;top:37.037498474121rem;left:1.875rem;height:1.225rem;display:block; }
#XPdzyiv8Ps1oKeXEPSloZdzrJpuwIoTl { color:#6b6b6b;display:block;width:36rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.4;letter-spacing:0;top:44.1875rem;left:1.875rem;height:2.45rem;display:block; }
#aJrPTDITVPO6qoTFMlsmTtGZZJTKeOgb { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:40.0625rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#LUir7CLUw5HyLNruNgpkFB6NvCBwUPmh { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.6;letter-spacing:0;top:48.5625rem;left:1.875rem;height:5.4rem;font-style:normal;display:block; }
#UmLebKT6JLWZuyZwZTG9vw5NzBH46t8y { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:57.625rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#GFfelFeF1OnLck80ooBT4fZiRbr3knUc { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:70.25rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#IMelx8Fm5G3wJ60gVJTHUzeUGcKPi6WX { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:63rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#vaRt0hk07LAi6Mh0z60CK8P45ZsqlEnp { color:#6b6b6b;display:block;width:36rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15104;line-height:1.4;letter-spacing:0;top:67.050003051756rem;left:1.875rem;height:1.225rem;display:block; }
#nyJHChARCbcaGXfnFUzzbKTi0kUmMWVS { color:#6b6b6b;display:block;width:36rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15105;line-height:1.4;letter-spacing:0;top:54.300003051757rem;left:1.875rem;height:1.225rem;display:block; }
#fqJwyDZm14lv826X3SHFr4iaqbpgsQz1 { color:#6b6b6b;display:block;width:48.0625rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:3.7875003814698rem;left:1.875rem;height:1.3125rem;display:block; }
#kQwZnbxlZbpT9PQJImUIcP3r92FWcMzo { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15107;background-color:#267360;background-image:none;top:0.5625rem;left:0rem;display:block; }
#BuzFOvm2C3BWTJHJQcXHUhVzGCZ8D08Q { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15108;background-color:#267360;background-image:none;top:7.4375rem;left:0rem;display:block; }
#hq1qQxgKBMavLH9KK3TuTuU4DhgGITz6 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15109;background-color:#267360;background-image:none;top:12.9375rem;left:0rem;display:block; }
#F7gFklbJOu4wuK6BfD2hf3vOSs3VXyBH { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15110;background-color:#267360;background-image:none;top:18.25rem;left:0rem;display:block; }
#wQXSNP9R4PmQwOy0fFMc6EerSUoV6Tbc { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15111;background-color:#267360;background-image:none;top:26.25rem;left:0rem;display:block; }
#LzTSltwE1bn2J76cnRxNuWw50gZO6UW0 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15112;background-color:#267360;background-image:none;top:33.5625rem;left:0rem;display:block; }
#oAxKvgk9zUxZfJuawc0gJ4m4rOXWGhuk { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15113;background-color:#267360;background-image:none;top:40.625rem;left:0rem;display:block; }
#LxbmM6ZliptKcZhDhN0hXPNZezAbGzta { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15114;background-color:#267360;background-image:none;top:49.125rem;left:0rem;display:block; }
#AEDIIrtwUF03qgcHnsbQK84pmCBI2qyL { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15115;background-color:#267360;background-image:none;top:58.1875rem;left:0rem;display:block; }
#HQWbGZZlMZ0KpXc2kzmP7qHa7pMIJKd9 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15116;background-color:#267360;background-image:none;top:63.625rem;left:0rem;display:block; }
#IFFMuT6qs6GDNR6cSz2J8sVVpA4bwbgV { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15117;background-color:#267360;background-image:none;top:70.8125rem;left:0rem;display:block; }
#I4MwfVC95AbNcvfLET9xd1TNm96MnIRl { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15118;background-color:#267360;background-image:none;top:76.375rem;left:0rem;display:block; }
#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { position:relative;display:none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { border-width: 0; border-radius: 0; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EufoTrGq3cTP3o65fyPEOSdMffmr5x44 { position:absolute;display:block;z-index:15000;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#AAzfbDlTIWSGJBElQ3oBdUoEsLLQMtcV { color:#b7b7b7;display:block;width:62.5rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.11249923706055rem;left:6.25rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6Tlf0gVgA1HPB2fLZthWTmJPdT1v3sa { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:14.5rem;top:0rem;left:30.25rem;display:block; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .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; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.460625rem;padding-right:0.408125rem;padding-bottom:0.460625rem;padding-left:0.408125rem;display:block;align-items:center;width:2.45rem;min-width:2.45rem;height:2.474375rem;position:relative;font-family:publicsans;font-size:1.841875rem;font-weight:700;line-height:39.59px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.26625rem;height:0.978125rem;position:relative;font-family:publicsans;font-size:0.690625rem;font-weight:400;line-height:15.65px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.0625rem;height:4.66125rem;padding-top:0.575625rem;padding-right:0.583125rem;padding-bottom:0.575625rem;padding-left:0.583125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1rem;left:28.385414123535rem;z-index:15004; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #bmtCRgDGclqRzdCNK2g6fQbo8DrIgiTo { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VxQgQOK8EnyZmFAh2VCkG1atUz0eh0bl { width:auto; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #xXiPGJkwP1mnmTI1HnEmWfQ7lSEhVRED {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #Kxw3qJHKdwThsZywE9ni5UL35tKoM0pU { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WQP2Uy9t7xR0KQFq1THKaDI8IQbFVZhD {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #cFmBvHCMOCdIQ47nr8OWQ6JweDChxlTX {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zQB6aOZ4ETVBddl3NW5V14CfOc2qdNTs { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VTCKSmd4NToudLxN438MHoBZbWuSbnE6 {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zCR0un6DioMAN7eAWkEaEQstVT450iiv {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WeXmvH1R1rL87kQMbOpahFvKfcBWhva8 { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #fN09OCpXnhQ4qzN1ysTKHvNyTkARRMTW {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #ylWsRoQ1EuGmQpvMC8gbHL4s9X1QylNF {  }
#U3FLqGkvJHCPDIsK8wo0LhVMNLirWRZV { background-color:#267360;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.625rem;left:29.375rem;display:block; }
#aDEUwVn0FZlTPpsQRfddJJDuihtrcTA7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { border-width: 0; border-radius: 0; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:none; }#VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:publicsans;font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.25rem;left:11.25rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { border-width: 0; border-radius: 0; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#rogHiGREz5gcZWgihOvPF7RnaaNUfc6U { background-color:rgba(147,150,234,0.25);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0rem;left:25.625rem;display:block; }
#um2WMlobvifewILsrl9ieJNkVBpwx7TB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#biD0vTKbnZG8retJ4ciqA6SRxQOMyqtv { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:publicsans;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5vScHtEvxNFFRohaHb0svRwqqWhQkX1 { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:publicsans;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.25rem;left:25.625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QLVUQDRMs2Bs1uSiOU7xmVmgPEdkKDgC { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9396ea;border-left:0.0625rem solid #9396ea;border-right:0.0625rem solid #9396ea;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:23.625rem;top:0rem;left:0rem;display:block; }
#tleLNEu8E9lIppcS8X0f9DI580rbqQHs { position:absolute;display:block;z-index:15015;background-color:#9396ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.375rem;top:4.3500061035156rem;left:23.6875rem;display:block; }
#lpgk5nDp7oSPsser0pcvKeMwqbCoHOUZ { background-color:rgba(147,150,234,0.25);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0rem;left:51.25rem;display:block; }
#wzov0zvpDM2VchokOATXXh8lXB7GBToD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qUyQdpgqT9yD9eI8KHzq0VhPCf4xHI52 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.6875rem;left:53.125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GC5bi4kM3kKX1UzbMq009liLLizEhR2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { border-width: 0; border-radius: 0; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#IapNmIlFyUxkXwSCupIf45LMHswQvg1S { background-color:rgba(147,150,234,0.25);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#gdaCqduCGn20x7cmJkGWolDHrU7vayin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nR6dCmKhTAnRqAJP6FkCFnMpAPrQD2Cq { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:publicsans;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2QDIqW6m1saA1zaMZrcN53lIDhePmwk { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:publicsans;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:25.625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zlg3Pw1wrx8zTDtUAIRETpUNTgqZaOc3 { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9396ea;border-left:0.0625rem solid #9396ea;border-right:0.0625rem solid #9396ea;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:23.625rem;top:0rem;left:25.625rem;display:block; }
#AkW3DT9TrZs7Xm3CE4T4tKAGolJSlBeD { position:absolute;display:block;z-index:15014;background-color:#9396ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.625rem;top:4.375rem;left:0rem;display:block; }
#fTtGJTAgLeXu4kBDOVIplFxSTXo6TQAV { background-color:rgba(147,150,234,0.25);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0rem;left:51.25rem;display:block; }
#pIdzswidR309ds22JQvwVPVAQJOCkDdh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WIhuFs4dSg2tTGlapfrmgkghd6UPaqU3 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:0.6875rem;left:53.125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcyxJXzZTxw7d5L7mTL6hPxw7DyaBeLP { position:absolute;display:block;z-index:15015;background-color:#9396ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.625rem;top:4.375rem;left:49.375rem;display:block; }
#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container { border-width: 0; border-radius: 0; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#KFM1kJiuobuyqWiQRNV5cu6QMimcukV7 { background-color:rgba(147,150,234,0.25);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0rem;left:25.625rem;display:block; }
#fg71q6znmN1Sdl4sQg9MKU2D3MZ1c0B2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iiIzU4aRZCQTPUZJRMuaqnoakx2kTUOZ { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:publicsans;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANJU77UqR9faqsmpFTZItLeqPCuTcVky { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:publicsans;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.25rem;left:25.625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DigapEmTNoSfRea0OEwoGd7iTsp0o7r8 { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9396ea;border-left:0.0625rem solid #9396ea;border-right:0.0625rem solid #9396ea;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:23.625rem;top:0rem;left:51.25rem;display:block; }
#E8KZJhHbXDZRZGsRfpWbtFqDWqAFW6xO { position:absolute;display:block;z-index:15015;background-color:#9396ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.3125rem;top:4.3500003814697rem;left:0rem;display:block; }
#koLcTCpyaXwPguk5ORHxSTiMIV02IVgE { background-color:rgba(147,150,234,0.25);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#LB3XHiDPPppwo58qJxIcsacfp0xKeN6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ciTfMrAErCiRgIbc6vMGMC7B2p5T3dS6 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.6875rem;left:53.125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row .container { border-width: 0; border-radius: 0; }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#uh3hFniUNhez8MnWuTRGqrzVpOGS6zti { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.9);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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:21.25rem;width:30rem;top:1.25rem;left:5.625rem;display:block; }
#AtMU3VUlWr08gizbazaWDCcehzX4PPyX { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:19.375rem;width:30rem;top:2.1875rem;left:39.375rem;display:block; }
#Vrebawh0yPXpRABxG47HVE8TAi42MCiZ { background-color:#3a3eb1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.3125rem;left:46.25rem;display:block; }
#tBuos8TvNp2uE9iywkkwCIS1BcfIUBkx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zFGQ3QZyG4RL4y9oElLm5wKn0DVt8yae { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:6.28125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SSTQx1r7LlzeNurR8TZJxlFvRGFTRFux { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.625rem;left:40rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTEBCLHqek86qmcTPIkhrIu4glRfCIxb { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:6.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iad5wWveJ4Tcu8E8XvJ3M3lRdAtcBsId { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cks6DcX78cwyFK9nTs1nW0HHZN9yXUmc { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.519790649414rem;left:6.21875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJqxItpMoprxDCRXI6lnReK7CqgbgmrL { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:40rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qk3LigxxP77BHMZm2zBS0c5COxygxczG { color:#3a3eb1;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.125rem;left:6.21875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0J1AH7teMTwAcqeHFevz3J9yIiNg6VI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.125rem;left:19.0625rem;overflow:hidden;display:block; }
#czQbt6OTbccfsFuepbr1genWaCpTwSUo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.1875rem;left:52.8125rem;overflow:hidden;display:block; }
#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { border-width: 0; border-radius: 0; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#A8SI1DT6iE5ZS9ezyEg723E44FIamSbb { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#151754;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.15rem;height:3.65rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.625rem;left:20.625rem;display:block; }
#bfU2geUQUmd4yD7XDm5OoqCJkLC9LiMP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pOiB6ukhJXICfMgBubDCcForMHW6XT4S { color:#ffffff;display:block;width:50.4375rem;position:absolute;font-family:publicsans;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.28125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LkTyoiC8WPL0P5K9zGRdIedV8cKsOMdb { color:#ffffff;display:block;width:60.875rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8500061035156rem;left:8.625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtpEtfUACoBQZqt3hcdHyn4cH5T4xCKZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.05rem;height:3.55rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:38.125rem;display:block; }
#Qo5iHb6aw09TEkP16kQWA1d1DMGXsXAQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I4oOLErc148PkN4r8ZrF20n1LxoTqVys { color:#ffffff;display:block;width:61rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.200012207031rem;left:8.625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qGxT38xOXLsQXECTFDBiuJmtKtW7H1lp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.6000061035156rem;left:5.9375rem; }
#S50VaK63X4U5psaqT7pcRiqI4goZrrP4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10.9375rem;left:5.9375rem; }
#RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG > .row .container { border-width: 0; border-radius: 0; }#RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#MHyhuqaR4VrG2Tyx1kHnZMwaQwMkRDaV { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(82,86,204,0.6), rgba(18,21,128,0.6));background-image: -moz-linear-gradient(135deg, rgba(82,86,204,0.6), rgba(18,21,128,0.6));background-image: -ms-linear-gradient(135deg, rgba(82,86,204,0.6), rgba(18,21,128,0.6));background-image: -o-linear-gradient(135deg, rgba(82,86,204,0.6), rgba(18,21,128,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995256cc', endColorstr='#99121580' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995256cc', endColorstr='#99121580' );";background-image: linear-gradient(135deg, rgba(82,86,204,0.6), rgba(18,21,128,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:21.25rem;width:30rem;top:1.25rem;left:5.625rem;display:block; }
#b4K0MLqzudFSdBZKil8FHw79w45KpvIW { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #5256cc, #121580);background-image: -moz-linear-gradient(135deg, #5256cc, #121580);background-image: -ms-linear-gradient(135deg, #5256cc, #121580);background-image: -o-linear-gradient(135deg, #5256cc, #121580);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='#121580' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='#121580' );";background-image: linear-gradient(135deg, #5256cc, #121580);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:19.375rem;width:30rem;top:2.1875rem;left:39.375rem;display:block; }
#y1gQu1MDdvdQpvR7mO9HXbBqATwl8TUp { background-color:rgba(255,255,255,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.3125rem;left:46.25rem;display:block; }
#bHgv6o0DKQhJWBmAKZdoRakT8Js8NH6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTHu9s1HPyKpDMfpRfUvHBiKFe3AGRMT { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:publicsans;font-size:5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:19.96875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MQa5iVpu3BSXzSiwqTFKcV4IEQne1pzu { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.625rem;left:40rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X522tz3TORi2eN4QwZBRnApyL7CbqP8b { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:6.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fJluJ9PRDiVVh1R3z1ADST8vdcuurs2S { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUWXdQhK9mr2xgCb4ba12NcSwdTR9IpX { color:#b0b0b0;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:40rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kOTiJ0XXOuWV6d5EAG33nhCVS1fWXHLy { position:absolute;display:block;z-index:15036;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.75rem;width:13.5625rem;top:3.34375rem;left:13.84375rem;overflow:hidden;display:block; }
#styNycOgFqrDtThFvdizIlZhEMQFbHD0 { position:absolute;display:block;z-index:15037;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.75rem;width:13.5625rem;top:3.34375rem;left:47.59375rem;overflow:hidden;display:block; }
#DyWCQKZZTCIKFu8P4p2Q65hfIAT2TNAF { color:#cecece;display:block;width:6.75rem;position:absolute;font-family:publicsans;font-size:2.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.1875rem;left:13.25rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hiZLOREBfUgS0WrLx3ZDTo9vooSCxqqZ { color:#cecece;display:block;width:8.5625rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10rem;left:13.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zMU9dkTabcGgEucMasQTJQim6z9XShcd { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.125rem;left:6.84375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kwqbCG9Tx2lqOvemlTCqGX4Nz0HNo2vz { color:#b0b0b0;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.5rem;left:6.875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi > .row .container { border-width: 0; border-radius: 0; }#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#bxc32vF8muvhZ8MvtNIkSbEtAkokECgl { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #5256cc, #121580);background-image: -moz-linear-gradient(135deg, #5256cc, #121580);background-image: -ms-linear-gradient(135deg, #5256cc, #121580);background-image: -o-linear-gradient(135deg, #5256cc, #121580);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='#121580' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='#121580' );";background-image: linear-gradient(135deg, #5256cc, #121580);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:21.25rem;width:30rem;top:1.25rem;left:5.625rem;display:block; }
#rwgiEROWbVHTx8ANnqJ7TobZxRqkvCqs { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #5256cc, #121580);background-image: -moz-linear-gradient(135deg, #5256cc, #121580);background-image: -ms-linear-gradient(135deg, #5256cc, #121580);background-image: -o-linear-gradient(135deg, #5256cc, #121580);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='#121580' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='#121580' );";background-image: linear-gradient(135deg, #5256cc, #121580);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:19.375rem;width:30rem;top:2.1875rem;left:39.375rem;display:block; }
#P7hyDFZHacuHvW8uBCwRbTwJbS5lTWqL { background-color:rgba(255,255,255,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.3125rem;left:46.25rem;display:block; }
#XkeyvirH4bmUUAGVwnBbHO4FsTNBw66c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MbupnQitFiyRRPqD1UC0xxqtTRMrN3g5 { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:19.96875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#llIQhDPGR0E6lnMUc7kl2QpkfOVnso7y { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.625rem;left:40rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h4T9lretyBJtH75k2WecXTKHF297bXm4 { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:6.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cNEQTN3oQav0wc3pQHHnlhcafZvoEtGW { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sneJM8GcM6rU3FhTewhB1UzUqdAqaJdv { color:#b0b0b0;display:block;width:28.8125rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:40rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yi62LJFXTLiFV3FdyQ9qcpuNyHowRwaW { color:#d1d1d1;display:block;width:28.8125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.3125rem;left:6.21875rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BXfHewTmeWRLnNMJuOyBZiCOGgyCghfQ { 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:6.6875rem;width:6.6875rem;top:1.25rem;left:28.90625rem;overflow:hidden;display:block; }
#iCXGmTcfyGpoEc5SMgECoBsTwuJwRkUC { position:absolute;display:block;z-index:15036;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.75rem;width:13.5625rem;top:3.34375rem;left:13.84375rem;overflow:hidden;display:block; }
#hRDzaCE06kIDuwXcpFRawtLZl0Zaolr9 { position:absolute;display:block;z-index:15037;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.75rem;width:13.5625rem;top:3.34375rem;left:47.59375rem;overflow:hidden;display:block; }
#TdzW8gMnJCxDmilzgJzVVM3Kc2soKNgN { color:#cecece;display:block;width:6.75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.1875rem;left:13.25rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xFysmJbVDuGk7z6z99l3qh6BJXrqgAoF { color:#cecece;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10rem;left:13.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TCXyBdrUmRJGAdMkG6fcWQ4wZmVwetnt { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.831249237061rem;left:6.84375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container { border-width: 0; border-radius: 0; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#iA0hSZKS2n7lq2sXa94vmi0fc3P5WNrM { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#151754;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.15rem;height:3.65rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.625rem;left:20.625rem;display:block; }
#UI3MgeZuCfSaV0rGoGEinD4R9T7AkW9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zd1aWt2NBFAABw2PxZ70xHo6tMG6AfvA { color:#ffffff;display:block;width:50.4375rem;position:absolute;font-family:publicsans;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.28125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQGr0HeTcoZe4K6ghlUyxEBBR15wuRH9 { color:#ffffff;display:block;width:60.875rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8500061035156rem;left:8.625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCIPzvtBWwlU2lXAGDTCKQgaQLOlo6cE { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.05rem;height:3.55rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:38.125rem;display:block; }
#yF7kLmwnhbKRoouuOp7DTCo0eQMwGMKE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhL8poJs0niATyGvwwE34ZyZ6hATITnz { color:#ffffff;display:block;width:64.875rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.450000762939rem;left:8.625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pP49smeJaF9Tf443hC7ifppSAoNlE5b1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.6000061035156rem;left:5.9375rem; }
#yT7mrdVhJ3gnLPVwO5XlgBS5Hi0rezAN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:12.1875rem;left:5.9375rem; }
#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container { border-width: 0; border-radius: 0; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#abDylg98amBHvlHFOV4gDHUPqW4mfEdU { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,175,113,0.6), rgba(178,79,0,0.6));background-image: -moz-linear-gradient(135deg, rgba(255,175,113,0.6), rgba(178,79,0,0.6));background-image: -ms-linear-gradient(135deg, rgba(255,175,113,0.6), rgba(178,79,0,0.6));background-image: -o-linear-gradient(135deg, rgba(255,175,113,0.6), rgba(178,79,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffaf71', endColorstr='#99b24f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffaf71', endColorstr='#99b24f00' );";background-image: linear-gradient(135deg, rgba(255,175,113,0.6), rgba(178,79,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:21.25rem;width:30rem;top:1.25rem;left:5.625rem;display:block; }
#c8TWLIS0qoMylxVolWxwuxvlAm967JmC { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ffaf71, #b24f00);background-image: -moz-linear-gradient(135deg, #ffaf71, #b24f00);background-image: -ms-linear-gradient(135deg, #ffaf71, #b24f00);background-image: -o-linear-gradient(135deg, #ffaf71, #b24f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf71', endColorstr='#b24f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf71', endColorstr='#b24f00' );";background-image: linear-gradient(135deg, #ffaf71, #b24f00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:19.375rem;width:30rem;top:2.1875rem;left:39.375rem;display:block; }
#aOJGl96AXQdsM4AMprJgqDFyXftgDqmc { background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.3125rem;left:46.25rem;display:block; }
#qTomrHHwFL83CxXidQ5Qlp7DUcxWBDCy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C92P6GS0qcgmTgT1qCmLz5kpcOaBeM3w { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:6.28125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VwdOV7peVezuLCtlewk7dKBxQVgMmBG2 { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.625rem;left:40rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qDlmQBE7IxyCieEt38wHMq4W77nB1zmt { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:6.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTRMh0JCMQR3THo0AJ1Ju9J1mhSFOc4M { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gx7LcVSX4ZpJehue4ucbylizfaX8Uf5l { color:#cacaca;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.519790649414rem;left:6.21875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZWZInteZSoEgA9Lh28s97oTTmbpyGh6 { color:#cacaca;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:40rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CychCefGTbetCT7L2wQKGhu3fZMU4BBf { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.125rem;left:6.21875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0uy3UcBXgH2f8EmakxaUL32oSydcfDT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.125rem;left:19.0625rem;overflow:hidden;display:block; }
#zakxGFJr5S8qsAVEaleU1DdW0NnrfqBU { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.1875rem;left:52.8125rem;overflow:hidden;display:block; }
#xzSrbvMEv3eF93mMTd6MPgETeLGZohHT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#xzSrbvMEv3eF93mMTd6MPgETeLGZohHT > .row .container { border-width: 0; border-radius: 0; }#xzSrbvMEv3eF93mMTd6MPgETeLGZohHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xzSrbvMEv3eF93mMTd6MPgETeLGZohHT > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:none; }#PFLXg1FykiT9hK1XZiQu3BKRQX57EgT0 { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:0.8125rem;left:6.8125rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S0pWvw0ppUZOU5qA4G0KVFL6MUTAJsh0 { position:absolute;display:block;z-index:15018;background-color:#484cc5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:7.25rem;top:2.9375rem;left:26.625rem;display:block; }
#AgyaOP1P2TVhDU7OpoZvoZWfSF0KUHtT { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:1.0625rem;left:66rem; }
#qn7lTc5cvN0h5Qv3BvrqDgSEEZM8cN09 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9396ea;border-left:0.0625rem solid #9396ea;border-right:0.0625rem solid #9396ea;border-bottom:0.0625rem solid #9396ea;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:63.75rem;height:4.375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:0rem;left:5.625rem;display:block; }
#dc2E7Mv3tz5XTSyAgzF610nrVOgaLDqN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IzrCP2ZBt68xBJNcCgOAszbGmNrmLoB4 { position:absolute;display:block;z-index:15017;background-color:rgba(9,11,53,0.25);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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.25rem;width:63.75rem;top:0rem;left:5.625rem;display:block; }
#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { border-width: 0; border-radius: 0; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:none; }#oZr9TrquDTy9SR13fzVd0QKewrt29n3e { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:2.5rem;left:5.625rem;display:block; }
#fNnTCLS2T1Kf61T5DlD5VfQ3SJWZXKdr { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:5.625rem;height:1.21875rem;font-style:normal;display:block; }
#U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:45.4375rem;height:1.21875rem;font-style:normal;display:block; }
#UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:61.125rem;height:1.21875rem;font-style:normal;display:block; }
#KJAOQcllT4ub3zPKrhviPCHRZbHKdezv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.2874984741211rem;left:5.625rem;height:1.3rem;font-style:normal;display:block; }
#Lz5Twr3CTefpyemoyPJU5drT7ZRUgwuv { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:7.5rem;left:5.625rem;display:block; }
#odVWnOoaFwABMnCemohkUwWP57ld5km5 { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:12.5rem;left:5.625rem;display:block; }
#v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:17.5rem;left:5.625rem;display:block; }
#gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.625rem;left:5.625rem;height:2.6rem;font-style:normal;display:block; }
#vDpIsf6H95f5vgKergkPAMDdIqsbgKSB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.9989585876465rem;left:50.8125rem; }
#scxApg7hQfLONvN9wI7u6Xqdx1LRGpdi { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.9989585876465rem;left:64.40625rem; }
#HL8XUfebL65CaXBJVh0slHOrB34eOGTq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.9874992370606rem;left:64.40625rem; }
#FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.9874992370606rem;left:50.8125rem; }
#xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.75rem;left:5.625rem;height:2.6rem;font-style:normal;display:block; }
#GRN00CW7L9u3B9PhPvCnhwI1W5GEMnOd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.125rem;left:50.8125rem; }
#SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:22.5rem;left:5.625rem;display:block; }
#EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.4375rem;left:5.625rem;height:1.3rem;font-style:normal;display:block; }
#OzcIllwZbec2n0APh1qsbcTBOVaMfBxA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.125rem;left:50.8125rem; }
#xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:27.5rem;left:5.625rem;display:block; }
#nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:24.125rem;left:50.8125rem; }
#N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { color:#ffffff;display:block;width:38rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.75rem;left:5.625rem;height:2.4375rem;font-style:normal;display:block; }
#IyKqStrqxybPzSRTDyH4uqMM5Jf9mrNQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:24.125rem;left:64.4375rem; }
#UOhlywX40XfnTTM9uDWqa1pI1S4urDeu { position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:32.5rem;left:5.625rem;display:block; }
#raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:28.75rem;left:5.625rem;height:2.6rem;font-style:normal;display:block; }
#LD2RZTGHb1Kh38zFeiJ7guWwpa984wms { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:29.125rem;left:50.8125rem; }
#Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:29.125rem;left:64.4375rem; }
#TeeUHl4vMMpBoC2wNf7ezET9fKPzRCek { position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:37.5rem;left:5.625rem;display:block; }
#F0ad5IDtOFXK3xg1C1Ro8Mfws6lN0Uws { color:#ffffff;display:block;width:38rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:33.75rem;left:5.625rem;height:2.6rem;font-style:normal;display:block; }
#VyK29mlQXF3JJvSITGT4ak3TynwziuOa { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:34.125rem;left:50.8125rem; }
#EdTdhV6ckXNzV1yaB1sUQc5uMwE6i5ol { position:absolute;display:block;z-index:15025;background-color:rgba(255,255,255,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:42.5rem;left:5.625rem;display:block; }
#SXGTuIQIJSEbWqD8JnoJL207hMt7XsT6 { color:#ffffff;display:block;width:38rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:39.4375rem;left:5.625rem;height:1.3rem;font-style:normal;display:block; }
#E2VwlPPGHR5gPFSznIgPddCKaU8wfL6c { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:39.125rem;left:50.8125rem; }
#szkvLNkJ75HUH74cQH1CbtgOm11qOgGF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:39.125rem;left:64.4375rem; }
#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt { position:relative;display:none; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt { border-width: 0; border-radius: 0; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lh32Dgyxxd442WIzCzprW6Avd5RTFKTo { color:#111111;display:block;width:37.1875rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:18.90625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WWLAnhIzzw3syeb3UOCIlL5Q2BtCt60I { color:#111111;display:block;width:62.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:7.625rem;left:6.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mrk2wsWRsis4nTbDnutDAWkcOdGSerlW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:10.75rem;left:33.75rem;overflow:hidden;display:block; }
#ODtUPzAdTteB2orOJoXGrTM2QpASD4pn { color:#111111;display:block;width:62.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:18.875rem;left:6.25rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aI4uTCH1kTkB451CVztXhCpFnpaNndQc { color:#111111;display:block;width:62.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:24.375rem;left:6.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lH6yzx5C9WBpNkqTcuzT70ua50WVqPFF { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:27.625000953674rem;left:4.375rem;overflow:hidden;display:block; }
#e7LKTfHo1nmi9B2DTAf6eXB0vXeBAMCc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:27.625rem;left:19.375rem;overflow:hidden;display:block; }
#TwaAUmEcmIAswLRF4moxehtQPa5QNEo7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:27.625rem;left:34.375rem;overflow:hidden;display:block; }
#AP6QHd2yc713oZgJmvZ6V9HXNQrmrUQ3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:27.625rem;left:49.375rem;overflow:hidden;display:block; }
#FPAuRCZOQ7DwBSJWtF6q4AEHGzEHn26P { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:27.625rem;left:64.375rem;overflow:hidden;display:block; }
#gg2hSoAHcImnqZSrlMgw8EiGVhou0EbS { color:#111111;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.5rem;left:0rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cJzMCaywHMIlBFagOcT8FqzHiiM7oK4p { color:#111111;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5rem;left:15rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hVEJgkQR8oyIgtpaFOW8cGy9fJiC4EyG { color:#111111;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:34.5rem;left:45rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S4CR8vo2ulOeOpL5XwvNNpZV2Nbrdv7k { color:#111111;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:34.5rem;left:30rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ygnd9yXlkOiNDfW8KnTyuSZNxHTxSuy2 { color:#111111;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:34.5rem;left:60rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fi5DhZ076JFPQ72BhIwfW3dNpgxT9klp { color:#111111;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:46.9375rem;left:0rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nc06zT0DyMTabTzFUebIBDihsZWxVFd8 { color:#111111;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:46.9375rem;left:15rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t3mKgkceug4Lv9GVQqhI0fOxTOAWSqey { color:#111111;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:46.9375rem;left:30rem;height:1.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oVJoPK4ELoc1DNJzbpPVrZeVPfIluSvV { color:#111111;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:46.9375rem;left:45rem;height:1.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMEwAyTpr77tLyLTdNxzfNOAnBaUqkSR { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.875rem;width:5.875rem;top:40.0625rem;left:4.375rem;overflow:hidden;display:block; }
#IbpnbKQHEyDWccbGgvQh9aTsN82HzVeP { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:40.0625rem;left:19.375rem;overflow:hidden;display:block; }
#vGizc3TzZEQWf5UmvlScT3F1NUMqftU2 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:40.0625rem;left:34.375rem;overflow:hidden;display:block; }
#P8Go2HfUDVImswcIQzFqIJGa2xpvbDNv { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:40.0625rem;left:49.375rem;overflow:hidden;display:block; }
#E6JPOvBOvbeBarTnMi3uIn7T0TcqhvSt { color:#111111;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:46.9375rem;left:60rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KDJTBFdtABbFAkVlXOZZrDTRQ533s58t { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:40.0625rem;left:64.375rem;overflow:hidden;display:block; }
#untls09gvSA6Bt8HZVghfLRNz4T3FicL { position:relative;display:block; }#untls09gvSA6Bt8HZVghfLRNz4T3FicL { background-color: transparent; background-image: none; }#untls09gvSA6Bt8HZVghfLRNz4T3FicL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#untls09gvSA6Bt8HZVghfLRNz4T3FicL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#untls09gvSA6Bt8HZVghfLRNz4T3FicL > .row .container > .video-iframe-container { display: none; }#untls09gvSA6Bt8HZVghfLRNz4T3FicL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#untls09gvSA6Bt8HZVghfLRNz4T3FicL > .row > .video-iframe-container { display: none; }#untls09gvSA6Bt8HZVghfLRNz4T3FicL > .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); }#untls09gvSA6Bt8HZVghfLRNz4T3FicL { border-width: 0; border-radius: 0; }#untls09gvSA6Bt8HZVghfLRNz4T3FicL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#untls09gvSA6Bt8HZVghfLRNz4T3FicL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HkqSzUW5nEDrGEkZnywPzrLma8P5WuVu { color:#111111;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ogLJ4k6C8NWpZiNfFr1OznnnKfCKx32p { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.6875rem;left:4.375rem;overflow:hidden;display:block; }
#bPXXgZNGT7dIq1O410DURvUOMuwpaWiV { color:#111111;display:block;width:15rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.5625rem;left:0rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nT6qQ39WHcGX2ZmbRFgmWKEGS8ixoQZh { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.6875rem;left:19.375rem;overflow:hidden;display:block; }
#O9V3cWT93psy5UtiRINczZcPZksGqZJG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.6875rem;left:34.375rem;overflow:hidden;display:block; }
#ssL09FFusp3gdLHeCl9Go81qi92XStc0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.6875rem;left:49.375rem;overflow:hidden;display:block; }
#xG9D1dahIr3drbklFxoSv4X8gRmzADMo { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.6875rem;left:64.375rem;overflow:hidden;display:block; }
#apUy4SqzVq7N2Oh1fByyipBk65uFUdDM { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:21.8125rem;left:19.6875rem;overflow:hidden;display:block; }
#oAUgecUhBpr3aTCmeQDSOXTku5dguWCP { color:#111111;display:block;width:15rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:15.5625rem;left:15rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ly7lU6iVsCcRKlQIA9qtzH7sV7WtQ3Cr { color:#111111;display:block;width:15rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:15.5625rem;left:30rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x3vK5fTMMsO00IgfhkXtzQqB1Id4m4XV { color:#111111;display:block;width:15rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:15.5625rem;left:60rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#huhIIPheP8J80ffbDT0kp4TaQT9e9FBe { color:#111111;display:block;width:15rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:15.5625rem;left:45rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rgw5ZNKDpll3gp8nUTTxhgmLbsIv6XBn { color:#111111;display:block;width:15rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:28.6875rem;left:15.3125rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q7xWIy1gng4c6iL3TdNCNgpf8KwTVJgk { color:#111111;display:block;width:15rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:28.6875rem;left:30.3125rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mnGG3TUI6f26aLWyxrR8wF86k3In204d { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.875rem;width:5.875rem;top:21.8125rem;left:34.6875rem;overflow:hidden;display:block; }
#cPNbexDeSlwpZ48yAEbnVBv0byBtXcrJ { color:#111111;display:block;width:13.75rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:28.6875rem;left:45.9375rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cNqX85sgSNyXPd29wVxLvFEHo5alAuTr { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:21.8125rem;left:49.6875rem;overflow:hidden;display:block; }
#dnXxsVSrpVTKFJATR8uosGac9loag8hI { position:relative;display:block; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI { background-color: transparent; background-image: none; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row .container > .video-iframe-container { display: none; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row > .video-iframe-container { display: none; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .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); }#dnXxsVSrpVTKFJATR8uosGac9loag8hI { border-width: 0; border-radius: 0; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:72.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oRnpUPwLcaQW9hIuFiDSUWwLQQi1tsyW { color:#111111;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVPP3GMVy0otr3KuZkXERaqfx5kPO8mv { color:#111111;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:8.3125rem;left:0rem;height:15.9375rem;text-align:left;text-align-last:left;display:block; }
#qsFlPhrUtCfrh3ReTT8Ec2QfkAc3hRuK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:42.5rem;top:27.125rem;left:16.25rem;overflow:hidden;display:block; }
#OWS2eWea8hhu19cZtCvygV0NIpwRHuII { position:absolute;display:block;z-index:15020;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0.0625rem;left:0rem;display:block; }
#LQOnfHar6UpIblg4F81TbIwcwxJQnL9d { position:absolute;display:block;z-index:15021;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:19.3125rem;width:13.3125rem;top:37.424987792969rem;left:54.895835876465rem;overflow:hidden;display:block; }
#i62Nt6HkRvxlb7oR9ICWPfliG2hSXCyE { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c3c3c3;border-left:0.0625rem solid #c3c3c3;border-right:0.0625rem solid #c3c3c3;border-bottom:0.0625rem solid #c3c3c3;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#929292;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:65.9375rem;left:28.75rem;display:block; }
#DbSWngqQxammoIV5ZKeqA5LgiWgoxZsk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pDpkc29xnvidwc6eZEIn5Ni3pPSr4cGI { color:#111111;display:block;width:62.5rem;position:absolute;font-family:publicsans;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:57.9375rem;left:6.25rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM { position:relative;display:block; }#xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM { background-color: transparent; background-image: none; }#xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM > .row .container > .video-iframe-container { display: none; }#xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM > .row > .video-iframe-container { display: none; }#xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM > .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); }#xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM { border-width: 0; border-radius: 0; }#xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J9nmmEthPOJiHzD0lqe1uUQKwrx5o0t0 { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.375rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#UNnH4MqiE2mEXE1VvNvRAnqvD5aV7Uw0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:16.75rem;top:24.59375rem;left:10.375rem;overflow:hidden;display:block; }
#WsGrT3B3Fw9uTACMIUq2UfvUBi10qbT2 { position:absolute;display:block;z-index:15019;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#M8Zqa7UBSDlTNJhB2vFM3kJNHUylJmEf { color:#111111;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRbaeS5UHaw71V9fronZOsuPqJk4ffRW { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.375rem;left:37.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#NORwWkN1ho9A9rm0ewrIoWWX6sAt2dyp { position:absolute;display:block;z-index:15036;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.875rem;width:18.75rem;top:23.78125rem;left:46.875rem;overflow:hidden;display:block; }
#oZFtVMneJBpWXCkpn7i9g0N67P7uIdfS { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#tIFipW0Gdc1TqBGgn5qL5CgtXQGt8PaH { position:absolute;display:block;z-index:15037;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.75rem;width:13.9375rem;top:13.25rem;left:39.34375rem;overflow:hidden;display:block; }
#goLz2VgbvIe3U9pH8L9fhTRhSggET6hu { position:absolute;display:block;z-index:15038;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.75rem;width:10.6875rem;top:13.25rem;left:22.46875rem;overflow:hidden;display:block; }
#Dzu8Qd2SyTWPeMQTQkIClTZv2ZUCKl4X { position:relative;display:none; }#Dzu8Qd2SyTWPeMQTQkIClTZv2ZUCKl4X { border-width: 0; border-radius: 0; }#Dzu8Qd2SyTWPeMQTQkIClTZv2ZUCKl4X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Dzu8Qd2SyTWPeMQTQkIClTZv2ZUCKl4X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#S3MWFvcCZ6usvaWNqZAxGrmfvZTrFpEp { color:#111111;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:2.6875rem;left:0rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#UAaM51NHWsVOpp6pTo9m0OExMysweRxK { position:absolute;display:block;z-index:15020;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:14.5625rem;left:0rem;display:block; }
#OSlbsynrsSGPu09ggNT7KR7zZko5Zuli { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c3c3c3;border-left:0.0625rem solid #c3c3c3;border-right:0.0625rem solid #c3c3c3;border-bottom:0.0625rem solid #c3c3c3;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#929292;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:39.075000762939rem;left:28.75rem;display:block; }
#peyqrckatUNUfNbGm5JsmbGB8ZD9ibhw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MEQbahPrTKTE1xzwXbuPQ34EyVJBBrXd { position:absolute;display:block;z-index:15023;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.5rem;width:2.5rem;top:11.0625rem;left:0rem;overflow:hidden;display:block; }
#NvnNoXs1iBT3m6QeJNJHO9QhGx7TGfxF { color:#000000;display:block;width:44.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.625rem;left:3.3125rem;height:1.38125rem;display:block; }
#zCKU3VI0HKnyl2foRIrd0CvkTN9VHXmJ { color:#111111;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:32.0625rem;left:0rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#QuyO4blzewRFVHo9g3eFRUBTmD9lEzWF { color:#444444;display:block;width:49.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:7.65625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#kteP2xRK2VdPIUANpUCdPIhZZTehS2Tp { color:#444444;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:7.65625rem;left:62.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zNVVEuKr9Wrl13Z8LvWwT0aVQ9SWPHW8 { position:absolute;display:block;z-index:15025;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.5rem;width:2.5rem;top:15.5625rem;left:0rem;overflow:hidden;display:block; }
#BrLUZw6qzWTfclU6rii7LJmfEJKb6ydC { color:#000000;display:block;width:35.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:15.5625rem;left:3.3125rem;height:2.7625rem;display:block; }
#vgf5rT7QStQyyAA9HHINxhbsRtU8l7P9 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:20.0625rem;left:0rem;overflow:hidden;display:block; }
#MMnkTBlvZvVCkuzH0Pa94rkQ0rxpABbI { color:#000000;display:block;width:33.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:20.625rem;left:3.3125rem;height:1.38125rem;display:block; }
#f7NotssReLniExHO9R3K3A2oV4RzrTG8 { color:#444444;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:7.65625rem;left:50.0625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#B1ThidUMkyltEDQE5eDKpLGwapITkBgB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:11.625rem;left:50.0625rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QJVqyecmzryEJWW7yZWZiXoxbKIVDQmV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:11.625rem;left:62.5rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#J6eEXcKhsvBLXKhDOdiTy55PxETzgDMW { position:absolute;display:block;z-index:15021;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:19.4375rem;left:0rem;display:block; }
#stmmfhK3mfkpq6fK9J9zGWTHN9lKM8Av { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:16.25rem;left:62.5rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#Vuybu6MGkgeqhE4JBMkyvyrr3HXLhUW7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:16.25rem;left:50.0625rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pLoTPvaG4QbhoEPLrcN7n9yzRJqVnTZz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:20.6875rem;left:50.0625rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NUWL0trldwooi7MGszHyrh2vPwtEN7IB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:20.6875rem;left:62.5rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#lPa3CEzdRWzr6zqbT0TF5y9G3l5CB2O5 { color:#000000;display:block;width:73.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:25.9375rem;left:0rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#Z4UcOf1IwibTus47gqivRuyzSyQ93fiu { position:absolute;display:block;z-index:15020;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0.0625rem;left:0rem;display:block; }
#AAFoAyD2KMxHZQ3ruOlLrfl0VaMkF18R { position:absolute;display:block;z-index:15021;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:10.0625rem;left:0rem;display:block; }
#UMeHu75lUouc310RmJ0lEKFn1q2ND7qD { position:absolute;display:block;z-index:15022;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:23.75rem;left:0rem;display:block; }
#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { border-top:0.0625rem solid #eaeaea;border-left:0rem solid rgba(0,0,0,0);border-right:0;border-bottom:0rem solid rgba(0,0,0,0);background-color:#fdfdfd;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; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { background-color: transparent; background-image: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .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); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { border-width: 0; border-radius: 0; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { color:#111111;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { color:#585858;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:13.75rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { color:#111111;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:11.5625rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { color:#111111;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:17.625rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { color:#585858;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:19.8125rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { color:#585858;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:25.9375rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { color:#111111;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:23.75rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { color:#267360;display:block;width:21.875rem;position:absolute;font-family:publicsans;font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.7614593505863rem;left:0rem;height:1.70625rem;font-style:normal;display:block; }
#E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { color:#585858;display:block;width:67.3125rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:31.9375rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { color:#111111;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:29.75rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uXS8Zm4TyUQJdTEQKwTqnKD0Fxv8JqdI { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:7.2614593505863rem;left:60rem;overflow:hidden;display:block; }
#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { background-color: transparent; background-image: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .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); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { border-width: 0; border-radius: 0; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#D08ZdNu3q4L5AVUKPwA5464lrMJ5k0PD { color:#585858;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:5.9260406494141rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#f0LMDGH8V7qJTzODIE3vE90GZ3CIU7LQ { color:#111111;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:3.7385406494141rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yhHzztUW19z6MIGTwZ9LIu9vlX2PFwFi { color:#111111;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:9.7385406494137rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#umSXavtKpW53h5pSVbkM6plakcMvtXnx { color:#585858;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:11.926040649414rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#imxgUCZLIvUJOumCdP3HZfsF8FS6mcrS { color:#111111;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:17.301040649414rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Om1A8RiQM8TRMnz3ibOUOHJzzP5pSlMy { color:#585858;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:19.488540649414rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#niiBOd1lynsPSXVNrpLATw76NIsRtInF { color:#585858;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:27.113525390625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#TAoey98pqbh1gOdkuyeyAJJ7Qcxke14K { color:#111111;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:24.926025390625rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n3OTiKHDJpk4rCsiidd8oTMxcRzpMgr8 { color:#267360;display:block;width:21.875rem;position:absolute;font-family:publicsans;font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.70625rem;font-style:normal;display:block; }
#c34BU2wcM7dahUAaoRIfm4Fmcdq2KzVA { color:#585858;display:block;width:72.625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:33.051025390625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#Tv2fT14lhrUbkz2oVUVs4AEwQ2WemnE1 { color:#111111;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:30.863525390625rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { background-color: transparent; background-image: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container > .video-iframe-container { display: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container { display: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .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); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { border-width: 0; border-radius: 0; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #124a3c, #07352a);background-image: -moz-linear-gradient(90deg, #124a3c, #07352a);background-image: -ms-linear-gradient(90deg, #124a3c, #07352a);background-image: -o-linear-gradient(90deg, #124a3c, #07352a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#07352a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#07352a' );";background-image: linear-gradient(90deg, #124a3c, #07352a);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; }#QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs > .row .container { background-color: transparent; background-image: none; }#QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs > .row .container > .video-iframe-container { display: none; }#QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs > .row > .video-iframe-container { display: none; }#QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs > .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); }#QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs > .row .container { border-width: 0; border-radius: 0; }#QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#oz4PpaxHqZmHiTZHb0KWeBTbeeTKdTRG { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:10.261455535889rem;left:30.0625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bIe3ZCNaTbDUshAJbzcul0duzmm5fqcm { position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.16);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.125rem;width:75rem;top:17.3125rem;left:0rem;display:block; }
#RGsEMX3C8ntOhiRD6e0tvRiX8mULnhub { color:rgba(255,255,255,0.6);display:block;width:37.125rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:18.6875rem;left:0rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hMuEP3XIHEGd3kCVvzZv8u9lpvwpE2rL { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:9.15625rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SbmNaCaPuATuPz4yerpwaapMKr4VywTW { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:1.75rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:18.46875rem;left:68.8125rem;display:block; }
#fK8dAwQLQCrs1ficR0I4ZrMXdebwAOb6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wyh58Fb7lml73uxCTU7lcmJIqixzh6D8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:1.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:18.46875rem;left:58.8125rem;display:block; }
#mIzPXuTgsGKo6MsGhV73VqdzQqwP2Zgd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/2848263f-42e9-44e8-b6ee-9f333cd394bd/kongres_KVPTW_KURS_TLO_HUB.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { width:47.75rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TRzay6WfSi9AcMhrCvXkh7Iy4pxo5BGv { width:9rem;height:3.4375rem;top:0.625rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X6QBIWCZASRLd7NWTXyIorvNSxvNlfzF { display:block; }
 }@media only screen and (max-width: 1199px) { #CTPpw2vkxJQ6zzcwk9OJRE5z4i7NWnze { width:5.25rem;height:3.4375rem;top:0.625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aT76rSRUKUhzn5RbyuWMoXBe6iCPxEL1 { display:block; }
 }@media only screen and (max-width: 1199px) { #IbUvdFKWhSegZ52JJCNOJTxB8nTdIHcF { width:2.9375rem;height:3.4375rem;top:0.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lMu2U2tCWKSAtO6VeoWyVxlyoVEdtESR { display:block; }
 }@media only screen and (max-width: 1199px) { #vbbd6nHDWPh1fRe2pfFySwZZZfSSSmLP { width:5.25rem;height:3.4375rem;top:0.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cLBwKhWbFbAdke6GzEPTXnDTCflRa0NT { display:block; }
 }@media only screen and (max-width: 1199px) { #tdX1u9P8qfxIzsSRZBEss4tsWBlr13G0 { top:20.66250038147rem;left:0.625rem;width:17.6875rem;height:1.8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rPodQPdzU3HnDPegTRWhKQl49k2v6fWh { width:20.375rem;height:3.15rem;top:9.4375rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tUVAZaLneUkPiwLMaQbsrPTAebnhmHXk { width:12.5rem;height:3.75rem;top:23.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cU6s9rfvwVnPak1xlSQZCv6fiPcSNhJa { display:block; }
 }@media only screen and (max-width: 1199px) { #rewWZTdH5td4pmftMdaBd5UApO5W8zTI { width:15.6875rem;height:3.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G8ivUOB6R4rRK0fcQXKeIITiEC523ZgF { width:0.375rem;height:0.375rem;top:2.1875rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rFOJTZT9Xqsz6A5dS2EElRv1G2TzJbPa { width:0.375rem;height:0.375rem;top:2.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aieEDyTBdxCZxUDVcGix5BtsU4TIfQ11 { width:0.375rem;height:0.375rem;top:2.1875rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #voZMtO5iC7uCMBXNZ4uaZts6PbTq9gSU { width:24.3125rem;height:6.75rem;top:13rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #acamEsqDRh6gxI3aoQlEbvLNS9OElv0I { width:12.5rem;height:3.75rem;top:23.75rem;left:13.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dXKvSgCX0LdSA998Dh0KVOfH1T6ggq1R { display:block; }
 }@media only screen and (max-width: 1199px) { #piF6BJ66FkD3B4p3ti551gFgPqxkkw5b { width:6.25rem;height:6.25rem;top:4.5rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #etvVpbCNDrbVmNW9uZggVdS9mFqI63HA { top:5rem;left:40.875rem;width:6.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O2tCqhcwfUb50lMUSR3NzME5b55iZT2M { top:7.5rem;left:40.875rem;width:6.25rem;height:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rvDiVRTAD44MDi1blr7xZSTZrfgUNFrx { width:24.3125rem;height:24.25rem;top:5.75rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kv2OaCR1kg8aRbB1Fbg9HdIlHbQd4iO2 { width:16.1875rem;height:15.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Cl4WZy0zXV6SpndzXCTxMOvunwaQfN49 { top:6.97500038147rem;left:1.0625rem;width:8.5625rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #melumoqFcv3HNdTq2HaL0nVCT7RyuxTZ { width:13.3125rem;height:1.625rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JvZBuESLVKsOcZFHs5fxNumnTcTeGdAF { width:14.375rem;height:1.625rem;top:6.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0nlZEnzWNrhR3uZuNfbK3IpV9BX0fmK { top:6.97500038147rem;left:10.0625rem;width:14.8125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/2848263f-42e9-44e8-b6ee-9f333cd394bd/kongres_KVPTW_KURS_TLO_HUB.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om.adaptive-delivery-prevent-bg, #TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om.lazyload, #TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om.lazyloading { background-image: none; }#TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om > .row .container { width:47.75rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #zPDGhrdMJligXqk6zFpAh7wCDVmdVhHA { width:9rem;height:3.4375rem;top:0.625rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SZKRiRlsMBpQVBL9J9R2haTrezZ1dLIG { display:block; }
 }@media only screen and (max-width: 1199px) { #TJqLC5kh5DEGamK7sOeJgRcZD9bqE7Sr { width:5.25rem;height:3.4375rem;top:0.625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rgNgccgegel4RMJenHrmRFGG7DAlyRTE { display:block; }
 }@media only screen and (max-width: 1199px) { #J6ziUONUOsTFPEndTqWuSaapExHs1vLI { width:2.9375rem;height:3.4375rem;top:0.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZ9ZD9GGDzwcheUCwEvg4EbNqTuatZR0 { display:block; }
 }@media only screen and (max-width: 1199px) { #QwncmANBhaTTzQFAfWuI8DcHcU1Rm02M { width:5.25rem;height:3.4375rem;top:0.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B7FGHJeMtmAwEXoWJMAzrz4fFqi9yQbE { display:block; }
 }@media only screen and (max-width: 1199px) { #Ayv1PBBOfkGSiNUTsAHhBMpkT506wNdX { top:20.28750038147rem;left:0.625rem;width:17.6875rem;height:1.8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bzJ0607bgrSslRwG2VeA3Twi4nuqDXNm { width:20.375rem;height:3.15rem;top:9.4375rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yTCwo0K4qULlqyJm6wKr5yTaVBH39KM5 { width:12.5rem;height:3.75rem;top:24.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cMHuTBfZAqoFWucRvWdtwU1F1dmUmt0u { display:block; }
 }@media only screen and (max-width: 1199px) { #wZgZwShpMRLWwV5BLcN6qZQ8sTxmuItD { width:15.6875rem;height:3.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ob0rZZvvkRXeiAageqCfTWg2c0TZeOVU { width:0.375rem;height:0.375rem;top:2.1875rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXR281hyBkz5DcnbU41xMxxstWW6uSmD { width:0.375rem;height:0.375rem;top:2.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QtTV8tvGVyk4oa5CvhrGOixrR1rGvsTz { width:0.375rem;height:0.375rem;top:2.1875rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L2qoFtvmy930qGHWhp75kIiWkyaXJ3Zk { width:24.125rem;height:6.75rem;top:13rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z3doWgel5gXIrwpuFaPo8HULNDOHF1ph { width:12.5rem;height:3.75rem;top:24.0625rem;left:13.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AMKvd9t0tVyiBLb1oZ25PTBDt22qfNSm { display:block; }
 }@media only screen and (max-width: 1199px) { #Zw6BTlAkCo407w155Lz9Bh76cL62khDL { width:6.25rem;height:6.25rem;top:4.5rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PN5lvQz0bOryRiW5DIrfi9woNWLZ8NLe { top:5rem;left:40.875rem;width:6.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NkzVNT9GFoamyJPwascbKTGQT9Brr2rd { top:7.5rem;left:40.875rem;width:6.25rem;height:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTCloJpbaqVPGTdcm4VHNKFaD6aTBcPb { width:24.3125rem;height:24.25rem;top:5.75rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #si2CUFN3nHwZyQpvUWuKwNtb0RHkRIqe { width:16.1875rem;height:15.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Nxs0BITJenQJKHcDoypIMOKk0zxWyRRz { top:6.97500038147rem;left:1.0625rem;width:8.5625rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AJpoehz0pis1l5xHKTbQyEecQpkDoWOP { width:13.3125rem;height:1.625rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBoO0aBAd2bDb1RcW8Ml1t6MOuHaI36d { width:14.375rem;height:1.625rem;top:6.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MiO5P1C6ryT3Wylb0laglL1M0VUqlAIi { top:6.97500038147rem;left:10.0625rem;width:14.8125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fA86qQ6bRwmHDdSn3d05dQi0GS6Q9N0F { width:13.9375rem;height:0.89375rem;top:22.77499961853rem;left:13.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8WXo7iAophtFsvIQwczfmXW9GJpgxqX { width:12.625rem;height:1.7875rem;top:28rem;left:13.90625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HRtOGorFISXHhfnFxGrB6p6giXfvV112 { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/2848263f-42e9-44e8-b6ee-9f333cd394bd/kongres_KVPTW_KURS_TLO_HUB.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112.adaptive-delivery-prevent-bg, #HRtOGorFISXHhfnFxGrB6p6giXfvV112.lazyload, #HRtOGorFISXHhfnFxGrB6p6giXfvV112.lazyloading { background-image: none; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row .container { background-color: transparent; background-image: none; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row .container > .video-iframe-container { display: none; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row > .video-iframe-container { display: none; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .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); }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row .container { width:47.75rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kSAtJuHRbRl6hr9EWpxNat260STfpnyC { width:9rem;height:3.4375rem;top:0.625rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETwyD28WFm4mLfhr0MTt7aHaHu6Ws5Kf { display:block; }
 }@media only screen and (max-width: 1199px) { #BmKU8XcHE5AWxfJhDwO1im9eiV04RTVs { width:5.25rem;height:3.4375rem;top:0.625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MsbsgBoJWzzviK55D1gF7dpGRPEsb5Mb { display:block; }
 }@media only screen and (max-width: 1199px) { #rd74W8BDcec8mWyTlOQANMgJksXvRBzn { width:2.9375rem;height:3.4375rem;top:0.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JSuMuaKmb8ZcJtM76TETvC3GLgmOwmcw { display:block; }
 }@media only screen and (max-width: 1199px) { #qEU3aamItm6WC0h00kSN9SfHNf1UTERy { width:5.25rem;height:3.4375rem;top:0.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ldIq3N37QM9vv8vUBgXgzaqEpeswXCdP { display:block; }
 }@media only screen and (max-width: 1199px) { #EJAT9lmLE8TzpcQPLT1C3a0ywLbmDcIq { top:20.28750038147rem;left:0.625rem;width:17.6875rem;height:1.8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LEEhB9QBsZwlZSSveVM3Vc1l2seNTGmm { width:20.375rem;height:3.15rem;top:9.4375rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SDxvVRbmKvWAIOTcdrwtCKXtPsTWf7X1 { width:15.6875rem;height:3.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pMUC5AS7PEU8XTRwvR11gnlipNZiuZpw { width:0.375rem;height:0.375rem;top:2.1875rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cdwv4WhzDWEqw1aN8yTvaMf53yZXbDS2 { width:0.375rem;height:0.375rem;top:2.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K9i7599F9ATbARk1iqLLPIPHdTcsOIWB { width:0.375rem;height:0.375rem;top:2.1875rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GEFqBGm51VU9J4GGiNETmgqAn9QmTBwX { width:24.125rem;height:6.75rem;top:13rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ggGc3Pny1yTLUhKPsfbM54XTydssMuoL { width:6.25rem;height:6.25rem;top:4.5rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFcpcmc6sClWqTwda9g4XsJZhb4yto8o { top:5rem;left:40.875rem;width:6.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rHWRRpGmBV5EOw0VbelP2XuW0B28ALbD { top:7.5rem;left:40.875rem;width:6.25rem;height:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tosRvetOT05DAzRlSt1vT6dTfy1i6xkH { width:24.3125rem;height:24.25rem;top:5.75rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lVvBVprOflMEnKD31tsBR6ap169XqeiN { width:16.1875rem;height:15.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hoMxMB2S8h9kVUEvmXGDwhsKO8gPZoKf { top:6.97500038147rem;left:1.0625rem;width:8.5625rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nCAIMESB20vw0ouavCHTQooz4QgpTNKi { width:13.3125rem;height:1.625rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ACFI2wCws6iBaVxmFP41dP0yqxe1VrXX { width:14.375rem;height:1.625rem;top:6.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nnGs8ffv132NqTFFUbDWsVqMCt8PduzT { top:6.97500038147rem;left:10.0625rem;width:14.8125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LZa6bKLkwa09nUI1PdkOxTJLTWzzACLL { width:20.375rem;height:1.35rem;top:25.5625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STpFQcwq3mPJ4JDqbrkEwLKyQDaHMfuo { display:block; }#STpFQcwq3mPJ4JDqbrkEwLKyQDaHMfuo > .row .container { width:47.75rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZGVqT7rDgPIv2ACk65pPUroOE4FK2hRx { top:6.75rem;left:0rem;width:15.8125rem;height:4.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M8UGNPci2lX0zr41i6xUPxbyOQCxh5zh { top:5.0625rem;left:2rem;width:11.875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CoF3dc0o08ZbLk4z9Un2SFRh4fuRB5NV { top:1.25rem;left:6.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UPEi2vrMCHmrUvHwCgxZWk0kNDQQTLPs { top:5.0625rem;left:17.875rem;width:12rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1zEwXi5EOz8UyxeZ9vc6MOrgi0TxAd6 { top:1.25rem;left:22.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rUmdApm8LuKwVWo2PgtGQXIEHvDpt2ZT { top:6.75rem;left:17.625rem;width:12.5rem;height:2.1125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EyV7Jo7DICcXt8GUVvQ0uhnIZ5XO8r29 { top:6.75rem;left:31.479167938233rem;width:16.25rem;height:1.95rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9XMHsfnqDI8GJ3Fc7nqK6vlH9TqkUvT { top:5.0625rem;left:33.916667938233rem;width:11.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Og4bIprc6mveCEvOIy1p7DUNXEfsLSMy { top:1.25rem;left:38.229167938233rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xrf5NeQGJIoPTplegeqEddXhoFzTDulR { width:1.5rem;height:1.5rem;top:6.9656257629394rem;left:44.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VneTGKps2xsKEhDAZD3Lr5HkpKro2N0h { width:12.8125rem;height:2.625rem;top:6.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RfBLaNkFA2kJl84KlPxmObXCOn3a80yk { display:block; }
 }@media only screen and (max-width: 1199px) { #SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { display:block; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { width:47.75rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { top:2.5rem;left:7.8125rem;width:32.125rem;height:4.55rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { width:46.5rem;height:18.28125rem;top:8.8125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 { display:block; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container { width:47.75rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SDhQehn8neJnzfcJVl3z3xgHPZNfLFWR { width:23.875rem;height:1.3rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvIweu5pazfsm5EW6SIfhoNpTk5vuORi { width:22.0625rem;height:4.9rem;top:6rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hS5uMg8aa1lEBvZIPElNIH21ypeFNJ6P { width:23.875rem;height:1.3rem;top:4.0625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wr0MJPMNRmku7Ezp2iBUcQdKqhDlRpGo { width:23.0625rem;height:3.675rem;top:6rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zEJ3TwxB11kDczpM1RH4VoeATkQ7wIPa { width:18.1875rem;height:4.9rem;top:18.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSTm51ir08fNfgnXpPXa7G0LyTpWwwpv { width:23.875rem;height:1.3rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQmPtTHtaSRRNJbkhU0LGqJqAN0kwero { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zubaRq6SOerSyc5TBb6zcrJGX7TMpM1l { width:3.0625rem;height:3.125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ArbCnzgIWbfZBTNQpJHKDVUfPkkFbhTM { width:3.125rem;height:3.125rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lHZvD4xU9uNVP76XR45WkkA3AGtnHtzu { width:3.125rem;height:3.125rem;top:12.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y1P4MTs94Z38ZpC014UfQt3ls0cgbDfe { width:23.875rem;height:1.3rem;top:16.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gm8m25rMZuvHTDLoaH5WUT5p6WdITqkV { width:21.5625rem;height:4.9rem;top:18.737499237061rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM { display:none; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container { width:47.75rem;height:17rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #OuJEK4NUBwGLL4FIkI22pwDRIORRPJWg { width:18.125rem;height:1.3rem;top:0rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UfxTtbTuF1sXIcSUtD0d1BRHZlO4xtGJ { width:7.5rem;height:0.0625rem;top:0.625rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O5fW3vCkfqgNlsnbQeTcANkgMLE9nTsC { width:7.5rem;height:0.0625rem;top:0.625rem;left:31.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rP4yMTxAwtNND2PqgJHu4IW6xsUQVG8k { width:22.5rem;height:12.25rem;top:2.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sH7rTPeTACaNznhwvL4HUAJ8C5hqRKqz { width:22.5rem;height:12.1875rem;top:2.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #083127, #0a4536);background-image: -moz-linear-gradient(90deg, #083127, #0a4536);background-image: -ms-linear-gradient(90deg, #083127, #0a4536);background-image: -o-linear-gradient(90deg, #083127, #0a4536);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#083127', endColorstr='#0a4536' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#083127', endColorstr='#0a4536' );";background-image: linear-gradient(90deg, #083127, #0a4536);background-size:cover !important;display:block; }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row .container { background-color: transparent; background-image: none; }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row .container > .video-iframe-container { display: none; }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row > .video-iframe-container { display: none; }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .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); }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row .container { width:47.75rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x7lhdJTvJvq9FXDfz6O7otoJyETUS97h { top:2.5rem;left:9.125rem;width:29.5rem;height:4.55rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NfM7TU9c5sErOUDVKOdCUK9ubvyBdWTQ { top:8.5rem;left:2.8125rem;width:42.875rem;height:16.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OAktr9goSgpMLAsJU9xSFFS6JrxB5zoO { width:1.25rem;height:1.25rem;top:8.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QNQcbbchC2XiCTzoaIk2ddlFleMdJqTJ { width:1.25rem;height:1.25rem;top:11.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzN2TZvRpc3wVIS1atzzlZxx9n1NN3fG { width:1.25rem;height:1.25rem;top:18.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wVUbizwsCeGE4oUnmPZGs7nldQ5nBAHT { width:1.25rem;height:1.25rem;top:15.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NvQOaEpSm3ZSqJL6g86xXmeolVLdFeld { width:1.25rem;height:1.25rem;top:21.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NemOblmzK06EMhVbRkVI8Wi0DJN9Rzpo { width:1.25rem;height:1.25rem;top:24rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU { display:none; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #L8p3ehvzQ5WDQNEdTmvSHDpt4SBpQduR { width:12.5rem;height:3.75rem;top:0rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xN1sdK3k3dK6GrtKSuIrn1WTJTlnrOSZ { display:block; }
 }@media only screen and (max-width: 1199px) { #GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 { display:block; }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N5EHyuwbAzv0ysEVFNuUEHxTzXTWdocB { top:2.5rem;left:6.125rem;width:35.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { width:47.75rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { top:0rem;left:2.5rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #obhR5NoRyd0spcZQfET4OCexTBiJcbDI { top:6.8125rem;left:2.5rem;width:43.875rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tBDy4lSEuDIoEhIxtFcC8FQOwiUy8hZT { top:14.75rem;left:2.5rem;width:43.1875rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DHJcKqeyDDJAPt8rr5MFAfrE6cZ2d0Li { top:30.8125rem;left:2.5rem;width:40.5625rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vwILEcgzfeWCq4rgOBms9vDktL9qrU0Z { top:47.375rem;left:2.5rem;width:42.0625rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSfJ6Ix5MKT8f6iWD2i1SBM6EPaGEwBh { width:30rem;height:2.4375rem;top:10.550003051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m0M6eMRESSBa9xaTQ763hXmAMX5GRupR { width:30rem;height:2.4375rem;top:18.487503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Slh5wFuMOs1zBWvPpff7CzNnFJTUaGcp { width:30rem;height:6.09375rem;top:34.362503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h3gvQMavU5dWJgAr9tP9ToK7p4eohBDb { width:43.8125rem;height:1.21875rem;top:3.6750030517578rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fnXI3GW8aPyRZkHONdGPGJFvSpZPMDRE { width:30rem;height:2.4375rem;top:26.487503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvkfXBn7LTeGX7NXNAtGTnXS8K7XcKdr { top:22.75rem;left:2.5rem;width:43.1875rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GlSAynCp2SmsD172CiNJsp8tM08kJx9D { top:42.25rem;left:2.5rem;width:42.0625rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aHbWqsrItT67XoG59xPiPkHnFCnmBi0V { width:30rem;height:1.21875rem;top:52.737499237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kObTFKGJGE8bMERan2CuOZt04ieONDGZ { width:0.625rem;height:0.625rem;top:0.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hI1VVRGcvn5oceCf1CNv18kUtM51pWGz { width:0.625rem;height:0.625rem;top:7.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iO1Rph9P3lfPsFlKEsWZUidflGvKtTFp { width:0.625rem;height:0.625rem;top:15.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xsfq4TXKJc0HLcSfbNP8rl0vB3gIoBWb { width:0.625rem;height:0.625rem;top:23.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iBZFM51MgZg0I4HVcTx6APAPtGI86MuL { width:0.625rem;height:0.625rem;top:31.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yIkPLPa0Z2HUXXy89ncJMRZnTTy7cEBA { width:0.625rem;height:0.625rem;top:42.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BVQt9wenatMZwTqXRXWA1ope6VPsGDgp { width:0.625rem;height:0.625rem;top:47.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fJLictH4bBggEzlnxDZWTHtXlnc95tt2 { display:block; }#fJLictH4bBggEzlnxDZWTHtXlnc95tt2 > .row .container { width:47.75rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VXAKJkOsIXHm0LPwos0n37WxQGMpih7N { top:0rem;left:2.5rem;width:39.5625rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFLDFdCEJeKLFzNbe6X2uOF74HnBsUQe { top:7.875rem;left:2.5rem;width:43.1875rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TypHKaDJUaOxySbitAZmZOHG4R726prH { top:12.9375rem;left:2.5rem;width:40.5625rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNJDutuEWyLakQWaqlS1Gf0f6Gxcfo8W { top:18rem;left:2.5rem;width:42.0625rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ixnKLKn9dHXa4olzNyhtnBl6qA0m2IxC { top:25.648958206177rem;left:2.5rem;width:42.4375rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nlGcGRiOfcPT2MWGCkLdgxpTLa0LE5bB { width:20.625rem;height:1.1375rem;top:29.285415649414rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eTcTmbeXoxHR1c0Man6wMAFOy7CPXr2r { width:30rem;height:2.4375rem;top:21.549999237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vxSqfHVNXITJyWoaNcbhhfOVSTmSOZxU { top:32.5rem;left:2.5rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tR0Ksv6hnLbLsKx0TX2ECQOnieTUe4fO { top:72.25rem;left:2.5rem;width:20.125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdEwWEf40DTmKe9GgTT1AJTZQKcUQExd { width:20rem;height:9.4375rem;top:66.5rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EiuppxpbyPEUkQ5ZUN5fhckufTUa4fm9 { width:20.625rem;height:1.1375rem;top:36.137500762939rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XPdzyiv8Ps1oKeXEPSloZdzrJpuwIoTl { width:20.625rem;height:2.275rem;top:43rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aJrPTDITVPO6qoTFMlsmTtGZZJTKeOgb { top:39.25rem;left:2.5rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LUir7CLUw5HyLNruNgpkFB6NvCBwUPmh { top:46.6875rem;left:2.5rem;width:41.0625rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UmLebKT6JLWZuyZwZTG9vw5NzBH46t8y { top:55.125rem;left:2.5rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFfelFeF1OnLck80ooBT4fZiRbr3knUc { top:67rem;left:2.5rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IMelx8Fm5G3wJ60gVJTHUzeUGcKPi6WX { top:60.125rem;left:2.5rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vaRt0hk07LAi6Mh0z60CK8P45ZsqlEnp { width:20.625rem;height:1.1375rem;top:63.962501525881rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nyJHChARCbcaGXfnFUzzbKTi0kUmMWVS { width:24.9375rem;height:1.1375rem;top:52.037498474121rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fqJwyDZm14lv826X3SHFr4iaqbpgsQz1 { width:30rem;height:1.21875rem;top:5.4250001907349rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQwZnbxlZbpT9PQJImUIcP3r92FWcMzo { width:0.625rem;height:0.625rem;top:0.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BuzFOvm2C3BWTJHJQcXHUhVzGCZ8D08Q { width:0.625rem;height:0.625rem;top:8.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hq1qQxgKBMavLH9KK3TuTuU4DhgGITz6 { width:0.625rem;height:0.625rem;top:13.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F7gFklbJOu4wuK6BfD2hf3vOSs3VXyBH { width:0.625rem;height:0.625rem;top:18.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQXSNP9R4PmQwOy0fFMc6EerSUoV6Tbc { width:0.625rem;height:0.625rem;top:26.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LzTSltwE1bn2J76cnRxNuWw50gZO6UW0 { width:0.625rem;height:0.625rem;top:33.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oAxKvgk9zUxZfJuawc0gJ4m4rOXWGhuk { width:0.625rem;height:0.625rem;top:39.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LxbmM6ZliptKcZhDhN0hXPNZezAbGzta { width:0.625rem;height:0.625rem;top:47.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AEDIIrtwUF03qgcHnsbQK84pmCBI2qyL { width:0.625rem;height:0.625rem;top:55.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HQWbGZZlMZ0KpXc2kzmP7qHa7pMIJKd9 { width:0.625rem;height:0.625rem;top:60.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IFFMuT6qs6GDNR6cSz2J8sVVpA4bwbgV { width:0.625rem;height:0.625rem;top:67.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I4MwfVC95AbNcvfLET9xd1TNm96MnIRl { width:0.625rem;height:0.625rem;top:72.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRFkioMTlPRULpQpoaMP502gCHmqzVlv { display:none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { width:47.75rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #EufoTrGq3cTP3o65fyPEOSdMffmr5x44 { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AAzfbDlTIWSGJBElQ3oBdUoEsLLQMtcV { width:47.75rem;height:1.05625rem;top:0.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B6Tlf0gVgA1HPB2fLZthWTmJPdT1v3sa { width:14.5rem;height:1.5rem;top:0rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .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; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .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; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc { display:flex;width:18rem;height:5.0625rem;top:1.5rem;left:14.885417938233rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #bmtCRgDGclqRzdCNK2g6fQbo8DrIgiTo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VxQgQOK8EnyZmFAh2VCkG1atUz0eh0bl {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #xXiPGJkwP1mnmTI1HnEmWfQ7lSEhVRED {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #Kxw3qJHKdwThsZywE9ni5UL35tKoM0pU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WQP2Uy9t7xR0KQFq1THKaDI8IQbFVZhD {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #cFmBvHCMOCdIQ47nr8OWQ6JweDChxlTX {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zQB6aOZ4ETVBddl3NW5V14CfOc2qdNTs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VTCKSmd4NToudLxN438MHoBZbWuSbnE6 {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zCR0un6DioMAN7eAWkEaEQstVT450iiv {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WeXmvH1R1rL87kQMbOpahFvKfcBWhva8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #fN09OCpXnhQ4qzN1ysTKHvNyTkARRMTW {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #ylWsRoQ1EuGmQpvMC8gbHL4s9X1QylNF {  }
 }@media only screen and (max-width: 1199px) { #U3FLqGkvJHCPDIsK8wo0LhVMNLirWRZV { width:12.5rem;height:3.75rem;top:9.1875rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDEUwVn0FZlTPpsQRfddJJDuihtrcTA7 { display:block; }
 }@media only screen and (max-width: 1199px) { #xAAno80sv41HCuc14Ua1HLzx0VB5LrRS { display:none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { width:47.75rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { width:42.9375rem;height:5.525rem;top:2.5rem;left:2.40625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { display:none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { width:47.75rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rogHiGREz5gcZWgihOvPF7RnaaNUfc6U { width:15.5rem;height:3.75rem;top:0.625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #um2WMlobvifewILsrl9ieJNkVBpwx7TB { display:block; }
 }@media only screen and (max-width: 1199px) { #biD0vTKbnZG8retJ4ciqA6SRxQOMyqtv { width:15.5rem;height:1.38125rem;top:1.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5vScHtEvxNFFRohaHb0svRwqqWhQkX1 { width:15.5625rem;height:1.38125rem;top:1.6875rem;left:16.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QLVUQDRMs2Bs1uSiOU7xmVmgPEdkKDgC { width:15.375rem;height:3.6875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tleLNEu8E9lIppcS8X0f9DI580rbqQHs { width:32.375rem;height:0.0625rem;top:4.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lpgk5nDp7oSPsser0pcvKeMwqbCoHOUZ { width:15.5rem;height:3.75rem;top:0.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wzov0zvpDM2VchokOATXXh8lXB7GBToD { display:block; }
 }@media only screen and (max-width: 1199px) { #qUyQdpgqT9yD9eI8KHzq0VhPCf4xHI52 { width:15.5rem;height:1.1375rem;top:1.375rem;left:32.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GC5bi4kM3kKX1UzbMq009liLLizEhR2o { display:none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { width:47.75rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IapNmIlFyUxkXwSCupIf45LMHswQvg1S { width:15.5rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gdaCqduCGn20x7cmJkGWolDHrU7vayin { display:block; }
 }@media only screen and (max-width: 1199px) { #nR6dCmKhTAnRqAJP6FkCFnMpAPrQD2Cq { width:15.5rem;height:1.38125rem;top:1.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2QDIqW6m1saA1zaMZrcN53lIDhePmwk { width:15.5rem;height:1.38125rem;top:1.6875rem;left:16.0625rem;font-size:1.0625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #zlg3Pw1wrx8zTDtUAIRETpUNTgqZaOc3 { width:15.375rem;height:3.6875rem;top:0.625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AkW3DT9TrZs7Xm3CE4T4tKAGolJSlBeD { width:16.125rem;height:0.0625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTtGJTAgLeXu4kBDOVIplFxSTXo6TQAV { width:15.5rem;height:3.75rem;top:0.625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pIdzswidR309ds22JQvwVPVAQJOCkDdh { display:block; }
 }@media only screen and (max-width: 1199px) { #WIhuFs4dSg2tTGlapfrmgkghd6UPaqU3 { width:15.5rem;height:1.1375rem;top:1.375rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zcyxJXzZTxw7d5L7mTL6hPxw7DyaBeLP { width:16.125rem;height:0.0625rem;top:4.3125rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH { display:none; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container { width:47.75rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #KFM1kJiuobuyqWiQRNV5cu6QMimcukV7 { width:15.5rem;height:3.75rem;top:0.625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fg71q6znmN1Sdl4sQg9MKU2D3MZ1c0B2 { display:block; }
 }@media only screen and (max-width: 1199px) { #iiIzU4aRZCQTPUZJRMuaqnoakx2kTUOZ { width:15.5rem;height:1.38125rem;top:1.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ANJU77UqR9faqsmpFTZItLeqPCuTcVky { width:15.5rem;height:1.38125rem;top:1.6875rem;left:16.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DigapEmTNoSfRea0OEwoGd7iTsp0o7r8 { width:15.375rem;height:3.6875rem;top:0.625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E8KZJhHbXDZRZGsRfpWbtFqDWqAFW6xO { width:32.375rem;height:0.0625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #koLcTCpyaXwPguk5ORHxSTiMIV02IVgE { width:15.5rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LB3XHiDPPppwo58qJxIcsacfp0xKeN6r { display:block; }
 }@media only screen and (max-width: 1199px) { #ciTfMrAErCiRgIbc6vMGMC7B2p5T3dS6 { width:15.5rem;height:1.1375rem;top:1.375rem;left:32.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bxQPyZCWh0ghtexlrKuP2hewt3DImO8x { display:none; }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #uh3hFniUNhez8MnWuTRGqrzVpOGS6zti { width:22.5rem;height:20rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AtMU3VUlWr08gizbazaWDCcehzX4PPyX { width:22.5rem;height:18.125rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vrebawh0yPXpRABxG47HVE8TAi42MCiZ { width:16.25rem;height:3.75rem;top:14.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tBuos8TvNp2uE9iywkkwCIS1BcfIUBkx { display:block; }
 }@media only screen and (max-width: 1199px) { #zFGQ3QZyG4RL4y9oElLm5wKn0DVt8yae { width:22.5rem;height:4.875rem;top:8rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SSTQx1r7LlzeNurR8TZJxlFvRGFTRFux { width:22.5625rem;height:4.875rem;top:8rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTEBCLHqek86qmcTPIkhrIu4glRfCIxb { width:22.4375rem;height:1.38125rem;top:6.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iad5wWveJ4Tcu8E8XvJ3M3lRdAtcBsId { width:22.3125rem;height:1.38125rem;top:6.25rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cks6DcX78cwyFK9nTs1nW0HHZN9yXUmc { width:22.4375rem;height:0.975rem;top:12.625rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lJqxItpMoprxDCRXI6lnReK7CqgbgmrL { width:22.25rem;height:0.975rem;top:12.625rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qk3LigxxP77BHMZm2zBS0c5COxygxczG { width:22.5rem;height:1.3rem;top:16.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k0J1AH7teMTwAcqeHFevz3J9yIiNg6VI { width:3.125rem;height:3.125rem;top:2.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #czQbt6OTbccfsFuepbr1genWaCpTwSUo { width:2.5rem;height:2.5rem;top:2.8125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { display:none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #A8SI1DT6iE5ZS9ezyEg723E44FIamSbb { width:16.25rem;height:3.75rem;top:16.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfU2geUQUmd4yD7XDm5OoqCJkLC9LiMP { display:block; }
 }@media only screen and (max-width: 1199px) { #pOiB6ukhJXICfMgBubDCcForMHW6XT4S { width:42.9375rem;height:1.95rem;top:2.5rem;left:2.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LkTyoiC8WPL0P5K9zGRdIedV8cKsOMdb { width:42.9375rem;height:2.4375rem;top:7rem;left:3.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtpEtfUACoBQZqt3hcdHyn4cH5T4xCKZ { width:16.25rem;height:3.75rem;top:16.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qo5iHb6aw09TEkP16kQWA1d1DMGXsXAQ { display:block; }
 }@media only screen and (max-width: 1199px) { #I4oOLErc148PkN4r8ZrF20n1LxoTqVys { width:43.4375rem;height:2.4375rem;top:11.1875rem;left:3.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qGxT38xOXLsQXECTFDBiuJmtKtW7H1lp { width:1.875rem;height:1.875rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S50VaK63X4U5psaqT7pcRiqI4goZrrP4 { width:1.875rem;height:1.875rem;top:11rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG { display:none; }#RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #MHyhuqaR4VrG2Tyx1kHnZMwaQwMkRDaV { width:22.5rem;height:20rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b4K0MLqzudFSdBZKil8FHw79w45KpvIW { width:22.5rem;height:18.125rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y1gQu1MDdvdQpvR7mO9HXbBqATwl8TUp { width:16.25rem;height:3.75rem;top:14.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bHgv6o0DKQhJWBmAKZdoRakT8Js8NH6J { display:block; }
 }@media only screen and (max-width: 1199px) { #fTHu9s1HPyKpDMfpRfUvHBiKFe3AGRMT { width:6.4375rem;height:4.875rem;top:8rem;left:11.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MQa5iVpu3BSXzSiwqTFKcV4IEQne1pzu { width:22.5625rem;height:4.875rem;top:8rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X522tz3TORi2eN4QwZBRnApyL7CbqP8b { width:22.4375rem;height:1.38125rem;top:6.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fJluJ9PRDiVVh1R3z1ADST8vdcuurs2S { width:22.3125rem;height:1.38125rem;top:6.25rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GUWXdQhK9mr2xgCb4ba12NcSwdTR9IpX { width:22.25rem;height:0.975rem;top:12.625rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kOTiJ0XXOuWV6d5EAG33nhCVS1fWXHLy { width:12rem;height:2.4375rem;top:2.71875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #styNycOgFqrDtThFvdizIlZhEMQFbHD0 { width:12.0625rem;height:2.4375rem;top:2.71875rem;left:29.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DyWCQKZZTCIKFu8P4p2Q65hfIAT2TNAF { width:6.3125rem;height:2.275rem;top:9.96875rem;left:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hiZLOREBfUgS0WrLx3ZDTo9vooSCxqqZ { width:6.3125rem;height:1.1375rem;top:8.90625rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zMU9dkTabcGgEucMasQTJQim6z9XShcd { width:21.25rem;height:1.3rem;top:16.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kwqbCG9Tx2lqOvemlTCqGX4Nz0HNo2vz { width:22.25rem;height:0.975rem;top:12.625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi { display:none; }#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #bxc32vF8muvhZ8MvtNIkSbEtAkokECgl { width:22.5rem;height:20rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwgiEROWbVHTx8ANnqJ7TobZxRqkvCqs { width:22.5rem;height:18.125rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7hyDFZHacuHvW8uBCwRbTwJbS5lTWqL { width:16.25rem;height:3.75rem;top:14.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XkeyvirH4bmUUAGVwnBbHO4FsTNBw66c { display:block; }
 }@media only screen and (max-width: 1199px) { #MbupnQitFiyRRPqD1UC0xxqtTRMrN3g5 { width:6.4375rem;height:4.875rem;top:8rem;left:11.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #llIQhDPGR0E6lnMUc7kl2QpkfOVnso7y { width:22.5625rem;height:4.875rem;top:8rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h4T9lretyBJtH75k2WecXTKHF297bXm4 { width:22.4375rem;height:1.38125rem;top:6.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cNEQTN3oQav0wc3pQHHnlhcafZvoEtGW { width:22.3125rem;height:1.38125rem;top:6.25rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sneJM8GcM6rU3FhTewhB1UzUqdAqaJdv { width:22.25rem;height:0.975rem;top:12.625rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yi62LJFXTLiFV3FdyQ9qcpuNyHowRwaW { width:21.875rem;height:2.4375rem;top:17.445833206177rem;left:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BXfHewTmeWRLnNMJuOyBZiCOGgyCghfQ { width:6.6875rem;height:6.6875rem;top:0.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iCXGmTcfyGpoEc5SMgECoBsTwuJwRkUC { width:12rem;height:2.4375rem;top:2.71875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRDzaCE06kIDuwXcpFRawtLZl0Zaolr9 { width:12.0625rem;height:2.4375rem;top:2.71875rem;left:29.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TdzW8gMnJCxDmilzgJzVVM3Kc2soKNgN { width:6.3125rem;height:2.275rem;top:9.96875rem;left:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xFysmJbVDuGk7z6z99l3qh6BJXrqgAoF { width:6.3125rem;height:1.1375rem;top:8.90625rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCXyBdrUmRJGAdMkG6fcWQ4wZmVwetnt { width:21.25rem;height:3.16875rem;top:13.3125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR { display:none; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iA0hSZKS2n7lq2sXa94vmi0fc3P5WNrM { width:16.25rem;height:3.75rem;top:16.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UI3MgeZuCfSaV0rGoGEinD4R9T7AkW9T { display:block; }
 }@media only screen and (max-width: 1199px) { #zd1aWt2NBFAABw2PxZ70xHo6tMG6AfvA { width:42.9375rem;height:1.95rem;top:2.5rem;left:2.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VQGr0HeTcoZe4K6ghlUyxEBBR15wuRH9 { width:44.0625rem;height:2.275rem;top:7rem;left:3.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SCIPzvtBWwlU2lXAGDTCKQgaQLOlo6cE { width:16.25rem;height:3.75rem;top:16.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yF7kLmwnhbKRoouuOp7DTCo0eQMwGMKE { display:block; }
 }@media only screen and (max-width: 1199px) { #rhL8poJs0niATyGvwwE34ZyZ6hATITnz { width:41.3125rem;height:3.4125rem;top:10.6875rem;left:3.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pP49smeJaF9Tf443hC7ifppSAoNlE5b1 { width:1.875rem;height:1.875rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yT7mrdVhJ3gnLPVwO5XlgBS5Hi0rezAN { width:1.875rem;height:1.875rem;top:10.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tt81l550ntPti1sBTJkMhT8rlRn5RGmr { display:none; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #abDylg98amBHvlHFOV4gDHUPqW4mfEdU { width:22.5rem;height:20rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8TWLIS0qoMylxVolWxwuxvlAm967JmC { width:22.5rem;height:18.125rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aOJGl96AXQdsM4AMprJgqDFyXftgDqmc { width:16.25rem;height:3.75rem;top:14.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTomrHHwFL83CxXidQ5Qlp7DUcxWBDCy { display:block; }
 }@media only screen and (max-width: 1199px) { #C92P6GS0qcgmTgT1qCmLz5kpcOaBeM3w { width:22.5rem;height:4.875rem;top:8rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VwdOV7peVezuLCtlewk7dKBxQVgMmBG2 { width:22.5625rem;height:4.875rem;top:8rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qDlmQBE7IxyCieEt38wHMq4W77nB1zmt { width:22.4375rem;height:1.38125rem;top:6.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTRMh0JCMQR3THo0AJ1Ju9J1mhSFOc4M { width:22.3125rem;height:1.38125rem;top:6.25rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gx7LcVSX4ZpJehue4ucbylizfaX8Uf5l { width:22.4375rem;height:0.975rem;top:12.625rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZWZInteZSoEgA9Lh28s97oTTmbpyGh6 { width:22.25rem;height:0.975rem;top:12.625rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CychCefGTbetCT7L2wQKGhu3fZMU4BBf { width:22.5rem;height:1.3rem;top:16.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0uy3UcBXgH2f8EmakxaUL32oSydcfDT { width:3.125rem;height:3.125rem;top:2.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zakxGFJr5S8qsAVEaleU1DdW0NnrfqBU { width:2.5rem;height:2.5rem;top:2.8125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xzSrbvMEv3eF93mMTd6MPgETeLGZohHT { display:none; }#xzSrbvMEv3eF93mMTd6MPgETeLGZohHT > .row .container { width:47.75rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #PFLXg1FykiT9hK1XZiQu3BKRQX57EgT0 { width:42.4375rem;height:2.6rem;top:0.375rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 1199px) { #S0pWvw0ppUZOU5qA4G0KVFL6MUTAJsh0 { width:6.6875rem;height:0.6875rem;top:2.375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AgyaOP1P2TVhDU7OpoZvoZWfSF0KUHtT { width:1.875rem;height:1.875rem;top:0.875rem;left:44.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qn7lTc5cvN0h5Qv3BvrqDgSEEZM8cN09 { width:46.5rem;height:3.625rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dc2E7Mv3tz5XTSyAgzF610nrVOgaLDqN { display:block; }
 }@media only screen and (max-width: 1199px) { #IzrCP2ZBt68xBJNcCgOAszbGmNrmLoB4 { width:46.5rem;height:3.625rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { display:none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { width:47.75rem;height:41.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #oZr9TrquDTy9SR13fzVd0QKewrt29n3e { width:46.5rem;height:0.0625rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNnTCLS2T1Kf61T5DlD5VfQ3SJWZXKdr { width:18.625rem;height:1.05625rem;top:0rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { width:11.5625rem;height:1.05625rem;top:0rem;left:27.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { width:7rem;height:1.05625rem;top:0rem;left:39.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJAOQcllT4ub3zPKrhviPCHRZbHKdezv { width:12.5rem;height:1.1375rem;top:3.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lz5Twr3CTefpyemoyPJU5drT7ZRUgwuv { width:46.5rem;height:0.0625rem;top:15.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odVWnOoaFwABMnCemohkUwWP57ld5km5 { width:46.5rem;height:0.0625rem;top:10.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { width:46.5rem;height:0.0625rem;top:5.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { width:27.375rem;height:2.275rem;top:6.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vDpIsf6H95f5vgKergkPAMDdIqsbgKSB { width:1.25rem;height:1.25rem;top:3.068359375rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #scxApg7hQfLONvN9wI7u6Xqdx1LRGpdi { width:1.25rem;height:1.25rem;top:3.068359375rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HL8XUfebL65CaXBJVh0slHOrB34eOGTq { width:1.25rem;height:1.25rem;top:7.44921875rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { width:1.25rem;height:1.25rem;top:7.44921875rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { width:27.375rem;height:2.275rem;top:11.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRN00CW7L9u3B9PhPvCnhwI1W5GEMnOd { width:1.25rem;height:1.25rem;top:12.13671875rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { width:46.5rem;height:0.0625rem;top:19.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { width:27.375rem;height:2.275rem;top:16.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzcIllwZbec2n0APh1qsbcTBOVaMfBxA { width:1.25rem;height:1.25rem;top:16.82421875rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { width:46.5rem;height:0.0625rem;top:25.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { width:1.25rem;height:1.25rem;top:22.26171875rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { width:28.5rem;height:3.4125rem;top:21.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IyKqStrqxybPzSRTDyH4uqMM5Jf9mrNQ { width:1.25rem;height:1.25rem;top:22.26171875rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOhlywX40XfnTTM9uDWqa1pI1S4urDeu { width:46.5rem;height:0.0625rem;top:30.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { width:29.3125rem;height:2.275rem;top:26.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LD2RZTGHb1Kh38zFeiJ7guWwpa984wms { width:1.25rem;height:1.25rem;top:27.375rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { width:1.25rem;height:1.25rem;top:27.375rem;left:42.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeeUHl4vMMpBoC2wNf7ezET9fKPzRCek { width:46.5rem;height:0.0625rem;top:35.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F0ad5IDtOFXK3xg1C1Ro8Mfws6lN0Uws { width:29.3125rem;height:2.275rem;top:31.6875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyK29mlQXF3JJvSITGT4ak3TynwziuOa { width:1.25rem;height:1.25rem;top:32.1875rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdTdhV6ckXNzV1yaB1sUQc5uMwE6i5ol { width:46.5rem;height:0.0625rem;top:38.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SXGTuIQIJSEbWqD8JnoJL207hMt7XsT6 { width:29.3125rem;height:1.1375rem;top:36.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2VwlPPGHR5gPFSznIgPddCKaU8wfL6c { width:1.25rem;height:1.25rem;top:36.505859375rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #szkvLNkJ75HUH74cQH1CbtgOm11qOgGF { width:1.25rem;height:1.25rem;top:36.505859375rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g2ki2coqSfObFHTF0n5rfgCNosoR0HCt { display:none; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .row .container { width:47.75rem;height:80.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lh32Dgyxxd442WIzCzprW6Avd5RTFKTo { top:2.5rem;left:6.125rem;width:35.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WWLAnhIzzw3syeb3UOCIlL5Q2BtCt60I { width:46.5625rem;height:1.5rem;top:6.25rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mrk2wsWRsis4nTbDnutDAWkcOdGSerlW { width:7.5rem;height:7.5rem;top:9.25rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ODtUPzAdTteB2orOJoXGrTM2QpASD4pn { width:46.5625rem;height:2.8125rem;top:17.3125rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aI4uTCH1kTkB451CVztXhCpFnpaNndQc { width:46.5625rem;height:1.5rem;top:21.6875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lH6yzx5C9WBpNkqTcuzT70ua50WVqPFF { width:6.25rem;height:6.25rem;top:24.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e7LKTfHo1nmi9B2DTAf6eXB0vXeBAMCc { width:6.25rem;height:6.25rem;top:24.6875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwaAUmEcmIAswLRF4moxehtQPa5QNEo7 { width:6.25rem;height:6.25rem;top:35.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AP6QHd2yc713oZgJmvZ6V9HXNQrmrUQ3 { width:6.25rem;height:6.25rem;top:35.1875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPAuRCZOQ7DwBSJWtF6q4AEHGzEHn26P { width:6.25rem;height:6.25rem;top:46.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gg2hSoAHcImnqZSrlMgw8EiGVhou0EbS { width:23.875rem;height:2.45rem;top:31.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cJzMCaywHMIlBFagOcT8FqzHiiM7oK4p { width:23.875rem;height:2.45rem;top:31.5625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hVEJgkQR8oyIgtpaFOW8cGy9fJiC4EyG { width:23.875rem;height:2.45rem;top:42.0625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S4CR8vo2ulOeOpL5XwvNNpZV2Nbrdv7k { width:23.875rem;height:2.45rem;top:42.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygnd9yXlkOiNDfW8KnTyuSZNxHTxSuy2 { width:23.875rem;height:2.45rem;top:53.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fi5DhZ076JFPQ72BhIwfW3dNpgxT9klp { width:23.875rem;height:2.45rem;top:53.1875rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nc06zT0DyMTabTzFUebIBDihsZWxVFd8 { width:23.875rem;height:2.45rem;top:64.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3mKgkceug4Lv9GVQqhI0fOxTOAWSqey { width:23.875rem;height:1.225rem;top:64.3125rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oVJoPK4ELoc1DNJzbpPVrZeVPfIluSvV { width:23.875rem;height:1.225rem;top:75.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMEwAyTpr77tLyLTdNxzfNOAnBaUqkSR { width:5.875rem;height:5.875rem;top:46.3125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IbpnbKQHEyDWccbGgvQh9aTsN82HzVeP { width:6.25rem;height:6.25rem;top:57.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vGizc3TzZEQWf5UmvlScT3F1NUMqftU2 { width:6.25rem;height:6.25rem;top:57.5rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8Go2HfUDVImswcIQzFqIJGa2xpvbDNv { width:6.25rem;height:6.25rem;top:68.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E6JPOvBOvbeBarTnMi3uIn7T0TcqhvSt { width:23.875rem;height:1.225rem;top:75.375rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KDJTBFdtABbFAkVlXOZZrDTRQ533s58t { width:6.25rem;height:6.25rem;top:68.5rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #untls09gvSA6Bt8HZVghfLRNz4T3FicL { display:block; }#untls09gvSA6Bt8HZVghfLRNz4T3FicL > .row .container { width:47.75rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HkqSzUW5nEDrGEkZnywPzrLma8P5WuVu { top:2.5rem;left:6.125rem;width:35.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ogLJ4k6C8NWpZiNfFr1OznnnKfCKx32p { width:6.25rem;height:6.25rem;top:10.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bPXXgZNGT7dIq1O410DURvUOMuwpaWiV { width:14.5625rem;height:3.675rem;top:17rem;left:0.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nT6qQ39WHcGX2ZmbRFgmWKEGS8ixoQZh { width:6.25rem;height:6.25rem;top:10.125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O9V3cWT93psy5UtiRINczZcPZksGqZJG { width:6.25rem;height:6.25rem;top:10.125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ssL09FFusp3gdLHeCl9Go81qi92XStc0 { width:6.25rem;height:6.25rem;top:22.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xG9D1dahIr3drbklFxoSv4X8gRmzADMo { width:6.25rem;height:6.25rem;top:22.5rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #apUy4SqzVq7N2Oh1fByyipBk65uFUdDM { width:6.25rem;height:6.25rem;top:22.5rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oAUgecUhBpr3aTCmeQDSOXTku5dguWCP { width:15.625rem;height:2.45rem;top:17rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ly7lU6iVsCcRKlQIA9qtzH7sV7WtQ3Cr { width:15.625rem;height:2.45rem;top:17rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x3vK5fTMMsO00IgfhkXtzQqB1Id4m4XV { width:15.625rem;height:2.45rem;top:29.375rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #huhIIPheP8J80ffbDT0kp4TaQT9e9FBe { width:15.625rem;height:3.675rem;top:29.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rgw5ZNKDpll3gp8nUTTxhgmLbsIv6XBn { width:15.625rem;height:2.45rem;top:29.375rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7xWIy1gng4c6iL3TdNCNgpf8KwTVJgk { width:15.625rem;height:2.45rem;top:41.4375rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mnGG3TUI6f26aLWyxrR8wF86k3In204d { width:6.25rem;height:6.25rem;top:34.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cPNbexDeSlwpZ48yAEbnVBv0byBtXcrJ { width:14.3125rem;height:2.45rem;top:41.4375rem;left:25.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cNqX85sgSNyXPd29wVxLvFEHo5alAuTr { width:6.25rem;height:6.25rem;top:34.5625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dnXxsVSrpVTKFJATR8uosGac9loag8hI { display:block; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row .container { width:47.75rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oRnpUPwLcaQW9hIuFiDSUWwLQQi1tsyW { top:2.5rem;left:6.125rem;width:35.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WVPP3GMVy0otr3KuZkXERaqfx5kPO8mv { width:46.375rem;height:18rem;top:6.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qsFlPhrUtCfrh3ReTT8Ec2QfkAc3hRuK { width:27.5rem;height:18.25rem;top:29.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OWS2eWea8hhu19cZtCvygV0NIpwRHuII { width:47.75rem;height:0.125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQOnfHar6UpIblg4F81TbIwcwxJQnL9d { width:9.625rem;height:14.0625rem;top:34.9375rem;left:35.455207824707rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i62Nt6HkRvxlb7oR9ICWPfliG2hSXCyE { width:17.5rem;height:3.4375rem;top:57.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DbSWngqQxammoIV5ZKeqA5LgiWgoxZsk { display:block; }
 }@media only screen and (max-width: 1199px) { #pDpkc29xnvidwc6eZEIn5Ni3pPSr4cGI { width:45.9375rem;height:6rem;top:49.6875rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM { display:block; }#xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM > .row .container { width:47.75rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #J9nmmEthPOJiHzD0lqe1uUQKwrx5o0t0 { width:23.875rem;height:1.1375rem;top:17.676041603088rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UNnH4MqiE2mEXE1VvNvRAnqvD5aV7Uw0 { width:14.8125rem;height:2rem;top:20.8125rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WsGrT3B3Fw9uTACMIUq2UfvUBi10qbT2 { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M8Zqa7UBSDlTNJhB2vFM3kJNHUylJmEf { top:2.5rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRbaeS5UHaw71V9fronZOsuPqJk4ffRW { width:23.875rem;height:1.1375rem;top:17.676041603088rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NORwWkN1ho9A9rm0ewrIoWWX6sAt2dyp { width:15.6875rem;height:3.25rem;top:20.0625rem;left:27.96875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 1199px) { #oZFtVMneJBpWXCkpn7i9g0N67P7uIdfS { width:47.75rem;height:1.1375rem;top:8.8635416030881rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tIFipW0Gdc1TqBGgn5qL5CgtXQGt8PaH { width:13rem;height:3.5rem;top:11.625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #goLz2VgbvIe3U9pH8L9fhTRhSggET6hu { width:9.9375rem;height:3.5rem;top:12.125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dzu8Qd2SyTWPeMQTQkIClTZv2ZUCKl4X { display:none; }#Dzu8Qd2SyTWPeMQTQkIClTZv2ZUCKl4X > .row .container { width:47.75rem;height:44.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #S3MWFvcCZ6usvaWNqZAxGrmfvZTrFpEp { width:46.375rem;height:3rem;top:2.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UAaM51NHWsVOpp6pTo9m0OExMysweRxK { width:46.5rem;height:0.0625rem;top:14.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OSlbsynrsSGPu09ggNT7KR7zZko5Zuli { width:17.5rem;height:3.4375rem;top:38.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #peyqrckatUNUfNbGm5JsmbGB8ZD9ibhw { display:block; }
 }@media only screen and (max-width: 1199px) { #MEQbahPrTKTE1xzwXbuPQ34EyVJBBrXd { width:2.5rem;height:2.5rem;top:10.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NvnNoXs1iBT3m6QeJNJHO9QhGx7TGfxF { width:24.125rem;height:2.4375rem;top:10.91250038147rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zCKU3VI0HKnyl2foRIrd0CvkTN9VHXmJ { width:47.75rem;height:5.2rem;top:31.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QuyO4blzewRFVHo9g3eFRUBTmD9lEzWF { width:27.5625rem;height:1.3125rem;top:7.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kteP2xRK2VdPIUANpUCdPIhZZTehS2Tp { width:8.75rem;height:1.3125rem;top:7.328125rem;left:39rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zNVVEuKr9Wrl13Z8LvWwT0aVQ9SWPHW8 { width:2.5rem;height:2.5rem;top:15.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BrLUZw6qzWTfclU6rii7LJmfEJKb6ydC { width:25.5rem;height:2.4375rem;top:15.875rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vgf5rT7QStQyyAA9HHINxhbsRtU8l7P9 { width:2.5rem;height:2.5rem;top:20.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MMnkTBlvZvVCkuzH0Pa94rkQ0rxpABbI { width:16.375rem;height:1.21875rem;top:21.265625rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f7NotssReLniExHO9R3K3A2oV4RzrTG8 { width:8.75rem;height:1.3125rem;top:7.328125rem;left:30.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1ThidUMkyltEDQE5eDKpLGwapITkBgB { width:8.75rem;height:1.3rem;top:11.60000038147rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QJVqyecmzryEJWW7yZWZiXoxbKIVDQmV { width:8.75rem;height:1.3rem;top:11.60000038147rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J6eEXcKhsvBLXKhDOdiTy55PxETzgDMW { width:46.5rem;height:0.0625rem;top:19.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #stmmfhK3mfkpq6fK9J9zGWTHN9lKM8Av { width:8.75rem;height:1.3rem;top:16.41250038147rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vuybu6MGkgeqhE4JBMkyvyrr3HXLhUW7 { width:8.75rem;height:1.3rem;top:16.41250038147rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pLoTPvaG4QbhoEPLrcN7n9yzRJqVnTZz { width:8.75rem;height:1.3rem;top:21.28750038147rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NUWL0trldwooi7MGszHyrh2vPwtEN7IB { width:8.75rem;height:1.3rem;top:21.28750038147rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lPa3CEzdRWzr6zqbT0TF5y9G3l5CB2O5 { width:46.5rem;height:3.16875rem;top:26.3125rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4UcOf1IwibTus47gqivRuyzSyQ93fiu { width:47.75rem;height:0.125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AAFoAyD2KMxHZQ3ruOlLrfl0VaMkF18R { width:46.5rem;height:0.0625rem;top:9.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMeHu75lUouc310RmJ0lEKFn1q2ND7qD { width:46.5rem;height:0.0625rem;top:24.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { background-color:#fdfdfd;background-image:none;display:block; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { background-color: transparent; background-image: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .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); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { width:47.75rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { top:2.5rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { width:30.25rem;height:3rem;top:12.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { width:46.5rem;height:1.7rem;top:10.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { width:46.5rem;height:1.7rem;top:17.250001907349rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { width:46.5rem;height:1.5rem;top:19.437501907349rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { width:46.5rem;height:1.5rem;top:24.75rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { width:46.5rem;height:1.7rem;top:22.6875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { width:21.875rem;height:1.625rem;top:6.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { width:46.5rem;height:3rem;top:30.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { width:46.5rem;height:1.7rem;top:28.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uXS8Zm4TyUQJdTEQKwTqnKD0Fxv8JqdI { width:11.25rem;height:11.25rem;top:5.8625001907349rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K { background-color:#fdfdfd;background-image:none;display:block; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { background-color: transparent; background-image: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .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); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { width:47.75rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D08ZdNu3q4L5AVUKPwA5464lrMJ5k0PD { width:46.5rem;height:1.5rem;top:5.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f0LMDGH8V7qJTzODIE3vE90GZ3CIU7LQ { width:46.5rem;height:1.7rem;top:3.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yhHzztUW19z6MIGTwZ9LIu9vlX2PFwFi { width:46.5rem;height:1.7rem;top:8.5625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #umSXavtKpW53h5pSVbkM6plakcMvtXnx { width:46.5rem;height:3rem;top:10.75rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #imxgUCZLIvUJOumCdP3HZfsF8FS6mcrS { width:46.5rem;height:1.7rem;top:16.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Om1A8RiQM8TRMnz3ibOUOHJzzP5pSlMy { width:46.5rem;height:4.5rem;top:19.125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #niiBOd1lynsPSXVNrpLATw76NIsRtInF { width:46.5rem;height:1.5rem;top:27.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TAoey98pqbh1gOdkuyeyAJJ7Qcxke14K { width:46.5rem;height:1.7rem;top:25.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n3OTiKHDJpk4rCsiidd8oTMxcRzpMgr8 { width:21.875rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c34BU2wcM7dahUAaoRIfm4Fmcdq2KzVA { width:46.5rem;height:3rem;top:32.875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tv2fT14lhrUbkz2oVUVs4AEwQ2WemnE1 { width:46.5rem;height:1.7rem;top:30.6875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { display:block; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs { display:block; }#QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs > .row .container { width:47.75rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oz4PpaxHqZmHiTZHb0KWeBTbeeTKdTRG { top:9.4375rem;left:11.9375rem;width:23.875rem;height:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #bIe3ZCNaTbDUshAJbzcul0duzmm5fqcm { width:47.75rem;height:0.125rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RGsEMX3C8ntOhiRD6e0tvRiX8mULnhub { top:18.5rem;left:0.625rem;width:22.5rem;height:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #hMuEP3XIHEGd3kCVvzZv8u9lpvwpE2rL { top:2.5rem;left:14.03125rem;width:19.6875rem;height:5.2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SbmNaCaPuATuPz4yerpwaapMKr4VywTW { width:6.1875rem;height:1.75rem;top:18.28125rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fK8dAwQLQCrs1ficR0I4ZrMXdebwAOb6 { display:block; }
 }@media only screen and (max-width: 1199px) { #wyh58Fb7lml73uxCTU7lcmJIqixzh6D8 { width:10.1875rem;height:1.75rem;top:18.28125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mIzPXuTgsGKo6MsGhV73VqdzQqwP2Zgd { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fba18295-4f3c-42f9-8952-f764e618d3af/kongres_KVPTW_KURS_MOBILE.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { border-width: 0; border-radius: 0; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { width:20rem;height:47.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TRzay6WfSi9AcMhrCvXkh7Iy4pxo5BGv { width:9.5rem;height:3.4375rem;top:36.0576171875rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6QBIWCZASRLd7NWTXyIorvNSxvNlfzF { display:block; }
 }@media only screen and (max-width: 763px) { #CTPpw2vkxJQ6zzcwk9OJRE5z4i7NWnze { width:5.875rem;height:3.4375rem;top:40.7451171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aT76rSRUKUhzn5RbyuWMoXBe6iCPxEL1 { display:block; }
 }@media only screen and (max-width: 763px) { #IbUvdFKWhSegZ52JJCNOJTxB8nTdIHcF { width:3.375rem;height:3.4375rem;top:50.1201171875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMu2U2tCWKSAtO6VeoWyVxlyoVEdtESR { display:block; }
 }@media only screen and (max-width: 763px) { #vbbd6nHDWPh1fRe2pfFySwZZZfSSSmLP { width:5.875rem;height:3.4375rem;top:45.4326171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLBwKhWbFbAdke6GzEPTXnDTCflRa0NT { display:block; }
 }@media only screen and (max-width: 763px) { #tdX1u9P8qfxIzsSRZBEss4tsWBlr13G0 { width:20rem;height:1.925rem;top:34.809374809265rem;left:-0.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rPodQPdzU3HnDPegTRWhKQl49k2v6fWh { width:20rem;height:2.7rem;top:22.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUVAZaLneUkPiwLMaQbsrPTAebnhmHXk { width:16.25rem;height:3.75rem;top:37.875rem;left:1.875rem;font-size:1.0625rem;background-color:#267360;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cU6s9rfvwVnPak1xlSQZCv6fiPcSNhJa { display:block; }
 }@media only screen and (max-width: 763px) { #rewWZTdH5td4pmftMdaBd5UApO5W8zTI { width:14.4375rem;height:3rem;top:1.1875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ivUOB6R4rRK0fcQXKeIITiEC523ZgF { width:0.375rem;height:0.375rem;top:42.797916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFOJTZT9Xqsz6A5dS2EElRv1G2TzJbPa { width:0.375rem;height:0.375rem;top:46.047916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aieEDyTBdxCZxUDVcGix5BtsU4TIfQ11 { width:0.375rem;height:0.375rem;top:44.422916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #voZMtO5iC7uCMBXNZ4uaZts6PbTq9gSU { width:20rem;height:4.95rem;top:26.147916793823rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #acamEsqDRh6gxI3aoQlEbvLNS9OElv0I { width:16.25rem;height:3.75rem;top:42.25rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dXKvSgCX0LdSA998Dh0KVOfH1T6ggq1R { display:block; }
 }@media only screen and (max-width: 763px) { #piF6BJ66FkD3B4p3ti551gFgPqxkkw5b { width:9rem;height:2.5rem;top:31.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etvVpbCNDrbVmNW9uZggVdS9mFqI63HA { width:2.5rem;height:1.625rem;top:32.1875rem;left:5.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2tCqhcwfUb50lMUSR3NzME5b55iZT2M { width:5.75rem;height:1.65rem;top:32.112499237061rem;left:7.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rvDiVRTAD44MDi1blr7xZSTZrfgUNFrx { width:20rem;height:19.964539007093rem;top:43.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kv2OaCR1kg8aRbB1Fbg9HdIlHbQd4iO2 { top:5.125rem;left:2.25rem;width:15.3125rem;height:14.375rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Cl4WZy0zXV6SpndzXCTxMOvunwaQfN49 { width:7.5625rem;height:1.05625rem;top:20.875rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #melumoqFcv3HNdTq2HaL0nVCT7RyuxTZ { width:16.75rem;height:1.5625rem;top:20.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvZBuESLVKsOcZFHs5fxNumnTcTeGdAF { width:11.75rem;height:1.5625rem;top:20.60000038147rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0nlZEnzWNrhR3uZuNfbK3IpV9BX0fmK { width:11.3125rem;height:1.05625rem;top:20.85000038147rem;left:8.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fba18295-4f3c-42f9-8952-f764e618d3af/kongres_KVPTW_KURS_MOBILE.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om.adaptive-delivery-prevent-bg, #TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om.lazyload, #TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om.lazyloading { background-image: none; }#TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om > .row .container { border-width: 0; border-radius: 0; }#TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TE45Tw1TrXTn9hTPs2oemaiXOTfcF3Om > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zPDGhrdMJligXqk6zFpAh7wCDVmdVhHA { width:9.5rem;height:3.4375rem;top:36.0576171875rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZKRiRlsMBpQVBL9J9R2haTrezZ1dLIG { display:block; }
 }@media only screen and (max-width: 763px) { #TJqLC5kh5DEGamK7sOeJgRcZD9bqE7Sr { width:5.875rem;height:3.4375rem;top:40.7451171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgNgccgegel4RMJenHrmRFGG7DAlyRTE { display:block; }
 }@media only screen and (max-width: 763px) { #J6ziUONUOsTFPEndTqWuSaapExHs1vLI { width:3.375rem;height:3.4375rem;top:50.1201171875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZ9ZD9GGDzwcheUCwEvg4EbNqTuatZR0 { display:block; }
 }@media only screen and (max-width: 763px) { #QwncmANBhaTTzQFAfWuI8DcHcU1Rm02M { width:5.875rem;height:3.4375rem;top:45.4326171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7FGHJeMtmAwEXoWJMAzrz4fFqi9yQbE { display:block; }
 }@media only screen and (max-width: 763px) { #Ayv1PBBOfkGSiNUTsAHhBMpkT506wNdX { width:20rem;height:1.925rem;top:34.809374809265rem;left:-0.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bzJ0607bgrSslRwG2VeA3Twi4nuqDXNm { width:20rem;height:2.7rem;top:22.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTCwo0K4qULlqyJm6wKr5yTaVBH39KM5 { width:16.25rem;height:3.75rem;top:37.875rem;left:1.875rem;font-size:1.0625rem;background-color:#267360;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cMHuTBfZAqoFWucRvWdtwU1F1dmUmt0u { display:block; }
 }@media only screen and (max-width: 763px) { #wZgZwShpMRLWwV5BLcN6qZQ8sTxmuItD { width:14.4375rem;height:3rem;top:1.1875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob0rZZvvkRXeiAageqCfTWg2c0TZeOVU { width:0.375rem;height:0.375rem;top:42.797916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXR281hyBkz5DcnbU41xMxxstWW6uSmD { width:0.375rem;height:0.375rem;top:46.047916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtTV8tvGVyk4oa5CvhrGOixrR1rGvsTz { width:0.375rem;height:0.375rem;top:44.422916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2qoFtvmy930qGHWhp75kIiWkyaXJ3Zk { width:20rem;height:4.95rem;top:26.147916793823rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Z3doWgel5gXIrwpuFaPo8HULNDOHF1ph { width:16.25rem;height:3.75rem;top:43.4375rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AMKvd9t0tVyiBLb1oZ25PTBDt22qfNSm { display:block; }
 }@media only screen and (max-width: 763px) { #Zw6BTlAkCo407w155Lz9Bh76cL62khDL { width:9rem;height:2.5rem;top:31.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN5lvQz0bOryRiW5DIrfi9woNWLZ8NLe { width:2.5rem;height:1.625rem;top:32.1875rem;left:5.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NkzVNT9GFoamyJPwascbKTGQT9Brr2rd { width:5.75rem;height:1.65rem;top:32.112499237061rem;left:7.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gTCloJpbaqVPGTdcm4VHNKFaD6aTBcPb { width:20rem;height:19.964539007093rem;top:43.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #si2CUFN3nHwZyQpvUWuKwNtb0RHkRIqe { top:5.125rem;left:2.25rem;width:15.3125rem;height:14.375rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Nxs0BITJenQJKHcDoypIMOKk0zxWyRRz { width:7.5625rem;height:1.05625rem;top:20.875rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJpoehz0pis1l5xHKTbQyEecQpkDoWOP { width:16.75rem;height:1.5625rem;top:20.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBoO0aBAd2bDb1RcW8Ml1t6MOuHaI36d { width:11.75rem;height:1.5625rem;top:20.60000038147rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiO5P1C6ryT3Wylb0laglL1M0VUqlAIi { width:11.3125rem;height:1.05625rem;top:20.85000038147rem;left:8.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fA86qQ6bRwmHDdSn3d05dQi0GS6Q9N0F { width:16.25rem;height:0.89375rem;top:42.25rem;left:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8WXo7iAophtFsvIQwczfmXW9GJpgxqX { width:13.75rem;height:1.7875rem;top:47.51875rem;left:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRtOGorFISXHhfnFxGrB6p6giXfvV112 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fba18295-4f3c-42f9-8952-f764e618d3af/kongres_KVPTW_KURS_MOBILE.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112.adaptive-delivery-prevent-bg, #HRtOGorFISXHhfnFxGrB6p6giXfvV112.lazyload, #HRtOGorFISXHhfnFxGrB6p6giXfvV112.lazyloading { background-image: none; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row .container { background-color: transparent; background-image: none; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row .container > .video-iframe-container { display: none; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row > .video-iframe-container { display: none; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .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); }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row .container { border-width: 0; border-radius: 0; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HRtOGorFISXHhfnFxGrB6p6giXfvV112 > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSAtJuHRbRl6hr9EWpxNat260STfpnyC { width:9.5rem;height:3.4375rem;top:36.0576171875rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETwyD28WFm4mLfhr0MTt7aHaHu6Ws5Kf { display:block; }
 }@media only screen and (max-width: 763px) { #BmKU8XcHE5AWxfJhDwO1im9eiV04RTVs { width:5.875rem;height:3.4375rem;top:40.7451171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MsbsgBoJWzzviK55D1gF7dpGRPEsb5Mb { display:block; }
 }@media only screen and (max-width: 763px) { #rd74W8BDcec8mWyTlOQANMgJksXvRBzn { width:3.375rem;height:3.4375rem;top:50.1201171875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSuMuaKmb8ZcJtM76TETvC3GLgmOwmcw { display:block; }
 }@media only screen and (max-width: 763px) { #qEU3aamItm6WC0h00kSN9SfHNf1UTERy { width:5.875rem;height:3.4375rem;top:45.4326171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldIq3N37QM9vv8vUBgXgzaqEpeswXCdP { display:block; }
 }@media only screen and (max-width: 763px) { #EJAT9lmLE8TzpcQPLT1C3a0ywLbmDcIq { width:20rem;height:1.925rem;top:34.809374809265rem;left:-0.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LEEhB9QBsZwlZSSveVM3Vc1l2seNTGmm { width:20rem;height:2.7rem;top:22.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDxvVRbmKvWAIOTcdrwtCKXtPsTWf7X1 { width:14.4375rem;height:3rem;top:1.1875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMUC5AS7PEU8XTRwvR11gnlipNZiuZpw { width:0.375rem;height:0.375rem;top:42.797916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdwv4WhzDWEqw1aN8yTvaMf53yZXbDS2 { width:0.375rem;height:0.375rem;top:46.047916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9i7599F9ATbARk1iqLLPIPHdTcsOIWB { width:0.375rem;height:0.375rem;top:44.422916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEFqBGm51VU9J4GGiNETmgqAn9QmTBwX { width:20rem;height:4.95rem;top:26.147916793823rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ggGc3Pny1yTLUhKPsfbM54XTydssMuoL { width:9rem;height:2.5rem;top:31.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFcpcmc6sClWqTwda9g4XsJZhb4yto8o { width:2.5rem;height:1.625rem;top:32.1875rem;left:5.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHWRRpGmBV5EOw0VbelP2XuW0B28ALbD { width:5.75rem;height:1.65rem;top:32.112499237061rem;left:7.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tosRvetOT05DAzRlSt1vT6dTfy1i6xkH { width:20rem;height:19.964539007093rem;top:43.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVvBVprOflMEnKD31tsBR6ap169XqeiN { top:5.125rem;left:2.25rem;width:15.3125rem;height:14.375rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hoMxMB2S8h9kVUEvmXGDwhsKO8gPZoKf { width:7.5625rem;height:1.05625rem;top:20.875rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCAIMESB20vw0ouavCHTQooz4QgpTNKi { width:16.75rem;height:1.5625rem;top:20.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACFI2wCws6iBaVxmFP41dP0yqxe1VrXX { width:11.75rem;height:1.5625rem;top:20.60000038147rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnGs8ffv132NqTFFUbDWsVqMCt8PduzT { width:11.3125rem;height:1.05625rem;top:20.85000038147rem;left:8.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZa6bKLkwa09nUI1PdkOxTJLTWzzACLL { width:20rem;height:1.2rem;top:38.609371948242rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STpFQcwq3mPJ4JDqbrkEwLKyQDaHMfuo { display:block; }#STpFQcwq3mPJ4JDqbrkEwLKyQDaHMfuo > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGVqT7rDgPIv2ACk65pPUroOE4FK2hRx { width:16.25rem;height:5.85rem;top:2.7000007629394rem;left:3.375rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M8UGNPci2lX0zr41i6xUPxbyOQCxh5zh { width:16.25rem;height:1.1375rem;top:1.3125rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CoF3dc0o08ZbLk4z9Un2SFRh4fuRB5NV { width:2.5rem;height:2.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPEi2vrMCHmrUvHwCgxZWk0kNDQQTLPs { width:5.8125rem;height:1.1375rem;top:9.75rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x1zEwXi5EOz8UyxeZ9vc6MOrgi0TxAd6 { width:2.5rem;height:2.5rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUmdApm8LuKwVWo2PgtGQXIEHvDpt2ZT { width:12.3125rem;height:1.95rem;top:11.012496948243rem;left:3.375rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EyV7Jo7DICcXt8GUVvQ0uhnIZ5XO8r29 { width:11.125rem;height:1.95rem;top:15.375rem;left:3.375rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t9XMHsfnqDI8GJ3Fc7nqK6vlH9TqkUvT { width:4.0625rem;height:1.1375rem;top:14.125rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Og4bIprc6mveCEvOIy1p7DUNXEfsLSMy { width:2.5rem;height:2.5rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrf5NeQGJIoPTplegeqEddXhoFzTDulR { display:flex;width:1.5rem;height:1.5rem;top:15.787498474121rem;left:14.375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #VneTGKps2xsKEhDAZD3Lr5HkpKro2N0h { width:13.125rem;height:2.125rem;top:15.375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfBLaNkFA2kJl84KlPxmObXCOn3a80yk { display:block; }
 }@media only screen and (max-width: 763px) { #SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { display:block; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { width:17.5rem;height:5.85rem;top:1.875rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { width:20rem;height:35.4375rem;top:9.2229156494137rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 { display:block; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDhQehn8neJnzfcJVl3z3xgHPZNfLFWR { width:5.625rem;height:2.1125rem;top:1.7375001907349rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QvIweu5pazfsm5EW6SIfhoNpTk5vuORi { width:9.375rem;height:7.35rem;top:5.3125rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hS5uMg8aa1lEBvZIPElNIH21ypeFNJ6P { width:4.6875rem;height:2.1125rem;top:1.7375001907349rem;left:13.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wr0MJPMNRmku7Ezp2iBUcQdKqhDlRpGo { width:9.375rem;height:7.35rem;top:5.3000030517578rem;left:10rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zEJ3TwxB11kDczpM1RH4VoeATkQ7wIPa { width:9.125rem;height:7.35rem;top:19.1875rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TSTm51ir08fNfgnXpPXa7G0LyTpWwwpv { width:5.4375rem;height:2.1125rem;top:15.443756103516rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KQmPtTHtaSRRNJbkhU0LGqJqAN0kwero { width:2.5rem;height:2.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zubaRq6SOerSyc5TBb6zcrJGX7TMpM1l { width:2.5rem;height:2.5625rem;top:1.5124998092651rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArbCnzgIWbfZBTNQpJHKDVUfPkkFbhTM { width:2.5rem;height:2.5rem;top:15.456253051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHZvD4xU9uNVP76XR45WkkA3AGtnHtzu { width:2.5rem;height:2.5rem;top:15.456253051757rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1P4MTs94Z38ZpC014UfQt3ls0cgbDfe { width:6.0625rem;height:2.1125rem;top:15.443756103516rem;left:13.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gm8m25rMZuvHTDLoaH5WUT5p6WdITqkV { width:9.375rem;height:7.35rem;top:19.1875rem;left:10rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM { display:none; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OuJEK4NUBwGLL4FIkI22pwDRIORRPJWg { width:13.25rem;height:1.1375rem;top:0rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfxTtbTuF1sXIcSUtD0d1BRHZlO4xtGJ { width:2.5rem;height:0.0625rem;top:0.47500610351562rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5fW3vCkfqgNlsnbQeTcANkgMLE9nTsC { width:2.5rem;height:0.0625rem;top:0.47500610351562rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP4yMTxAwtNND2PqgJHu4IW6xsUQVG8k { height:9.6875rem;width:17.5rem;top:1.7250003814698rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH7rTPeTACaNznhwvL4HUAJ8C5hqRKqz { height:9.8125rem;width:17.5rem;top:12.66250038147rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #083127, #0a4536);background-image: -moz-linear-gradient(90deg, #083127, #0a4536);background-image: -ms-linear-gradient(90deg, #083127, #0a4536);background-image: -o-linear-gradient(90deg, #083127, #0a4536);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#083127', endColorstr='#0a4536' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#083127', endColorstr='#0a4536' );";background-image: linear-gradient(90deg, #083127, #0a4536);background-size:cover !important;display:block; }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row .container { background-color: transparent; background-image: none; }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row .container > .video-iframe-container { display: none; }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row > .video-iframe-container { display: none; }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .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); }#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x7lhdJTvJvq9FXDfz6O7otoJyETUS97h { width:20rem;height:3.7375rem;top:2.5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #NfM7TU9c5sErOUDVKOdCUK9ubvyBdWTQ { width:18rem;height:20.825rem;top:8.3125rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OAktr9goSgpMLAsJU9xSFFS6JrxB5zoO { width:1.25rem;height:1.25rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNQcbbchC2XiCTzoaIk2ddlFleMdJqTJ { width:1.25rem;height:1.25rem;top:24.311462402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzN2TZvRpc3wVIS1atzzlZxx9n1NN3fG { width:1.25rem;height:1.25rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVUbizwsCeGE4oUnmPZGs7nldQ5nBAHT { width:1.25rem;height:1.25rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvQOaEpSm3ZSqJL6g86xXmeolVLdFeld { width:1.25rem;height:1.25rem;top:11.998962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NemOblmzK06EMhVbRkVI8Wi0DJN9Rzpo { width:1.25rem;height:1.25rem;top:27.887500762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU { display:none; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container { width:20rem;height:5.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L8p3ehvzQ5WDQNEdTmvSHDpt4SBpQduR { width:16.25rem;height:3.75rem;top:0rem;left:1.875rem;font-size:1.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xN1sdK3k3dK6GrtKSuIrn1WTJTlnrOSZ { display:block; }
 }@media only screen and (max-width: 763px) { #GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 { display:block; }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5EHyuwbAzv0ysEVFNuUEHxTzXTWdocB { width:20rem;height:1.86875rem;top:1.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { width:17.5rem;height:2.8125rem;top:0rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #obhR5NoRyd0spcZQfET4OCexTBiJcbDI { width:18.25rem;height:4.21875rem;top:7.0666656494137rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tBDy4lSEuDIoEhIxtFcC8FQOwiUy8hZT { width:15.5rem;height:4.21875rem;top:15.513542175293rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DHJcKqeyDDJAPt8rr5MFAfrE6cZ2d0Li { width:17.1875rem;height:4.21875rem;top:33.539583206177rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vwILEcgzfeWCq4rgOBms9vDktL9qrU0Z { width:16.5rem;height:7.03125rem;top:50.021873474121rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TSfJ6Ix5MKT8f6iWD2i1SBM6EPaGEwBh { width:16.6875rem;height:2.25rem;top:11.553123474121rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0M6eMRESSBa9xaTQ763hXmAMX5GRupR { width:17.5rem;height:2.25rem;top:20.02187538147rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Slh5wFuMOs1zBWvPpff7CzNnFJTUaGcp { width:17.5rem;height:5.625rem;top:38.08437538147rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3gvQMavU5dWJgAr9tP9ToK7p4eohBDb { width:16.3125rem;height:2.25rem;top:3.0625rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnXI3GW8aPyRZkHONdGPGJFvSpZPMDRE { width:14.1875rem;height:3.375rem;top:28.49062538147rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvkfXBn7LTeGX7NXNAtGTnXS8K7XcKdr { width:18.125rem;height:4.21875rem;top:23.99062538147rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GlSAynCp2SmsD172CiNJsp8tM08kJx9D { width:18.125rem;height:2.8125rem;top:45.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aHbWqsrItT67XoG59xPiPkHnFCnmBi0V { width:18.125rem;height:1.125rem;top:57.3125rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kObTFKGJGE8bMERan2CuOZt04ieONDGZ { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI1VVRGcvn5oceCf1CNv18kUtM51pWGz { width:0.625rem;height:0.625rem;top:7.4416656494137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO1Rph9P3lfPsFlKEsWZUidflGvKtTFp { width:0.625rem;height:0.625rem;top:15.951041221619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsfq4TXKJc0HLcSfbNP8rl0vB3gIoBWb { width:0.625rem;height:0.625rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZFM51MgZg0I4HVcTx6APAPtGI86MuL { width:0.625rem;height:0.625rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIkPLPa0Z2HUXXy89ncJMRZnTTy7cEBA { width:0.625rem;height:0.625rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVQt9wenatMZwTqXRXWA1ope6VPsGDgp { width:0.625rem;height:0.625rem;top:50.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJLictH4bBggEzlnxDZWTHtXlnc95tt2 { display:block; }#fJLictH4bBggEzlnxDZWTHtXlnc95tt2 > .row .container { width:20rem;height:94.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXAKJkOsIXHm0LPwos0n37WxQGMpih7N { width:18.25rem;height:7.03125rem;top:0rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qFLDFdCEJeKLFzNbe6X2uOF74HnBsUQe { width:17.5rem;height:2.8125rem;top:10.202087402344rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TypHKaDJUaOxySbitAZmZOHG4R726prH { width:17.1875rem;height:2.8125rem;top:14.6875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dNJDutuEWyLakQWaqlS1Gf0f6Gxcfo8W { width:16.5rem;height:4.21875rem;top:19.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ixnKLKn9dHXa4olzNyhtnBl6qA0m2IxC { width:17.5rem;height:4.21875rem;top:27.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nlGcGRiOfcPT2MWGCkLdgxpTLa0LE5bB { width:17.4375rem;height:1.05rem;top:32.375rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTcTmbeXoxHR1c0Man6wMAFOy7CPXr2r { width:18.125rem;height:2.25rem;top:23.75rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxSqfHVNXITJyWoaNcbhhfOVSTmSOZxU { width:17rem;height:4.21875rem;top:35.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tR0Ksv6hnLbLsKx0TX2ECQOnieTUe4fO { width:18.125rem;height:2.8125rem;top:77.6875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KdEwWEf40DTmKe9GgTT1AJTZQKcUQExd { width:16.25rem;height:7.6875rem;top:81.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiuppxpbyPEUkQ5ZUN5fhckufTUa4fm9 { width:11.125rem;height:1.05rem;top:39.78125rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPdzyiv8Ps1oKeXEPSloZdzrJpuwIoTl { width:16.1875rem;height:2.1rem;top:47.1875rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJrPTDITVPO6qoTFMlsmTtGZZJTKeOgb { width:17rem;height:4.21875rem;top:42.625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LUir7CLUw5HyLNruNgpkFB6NvCBwUPmh { width:18.3125rem;height:7.03125rem;top:51rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UmLebKT6JLWZuyZwZTG9vw5NzBH46t8y { width:17.5rem;height:2.8125rem;top:61.208335876465rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GFfelFeF1OnLck80ooBT4fZiRbr3knUc { width:10rem;height:2.8125rem;top:73.102081298825rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IMelx8Fm5G3wJ60gVJTHUzeUGcKPi6WX { width:14.8125rem;height:4.21875rem;top:65.770835876462rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vaRt0hk07LAi6Mh0z60CK8P45ZsqlEnp { width:16.125rem;height:1.05rem;top:70.302078247069rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyJHChARCbcaGXfnFUzzbKTi0kUmMWVS { width:18.1875rem;height:1.05rem;top:58.34375rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqJwyDZm14lv826X3SHFr4iaqbpgsQz1 { width:17.5rem;height:1.125rem;top:7.375rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQwZnbxlZbpT9PQJImUIcP3r92FWcMzo { width:0.625rem;height:0.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuzFOvm2C3BWTJHJQcXHUhVzGCZ8D08Q { width:0.625rem;height:0.625rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq1qQxgKBMavLH9KK3TuTuU4DhgGITz6 { width:0.625rem;height:0.625rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7gFklbJOu4wuK6BfD2hf3vOSs3VXyBH { width:0.625rem;height:0.625rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQXSNP9R4PmQwOy0fFMc6EerSUoV6Tbc { width:0.625rem;height:0.625rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzTSltwE1bn2J76cnRxNuWw50gZO6UW0 { width:0.625rem;height:0.625rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAxKvgk9zUxZfJuawc0gJ4m4rOXWGhuk { width:0.625rem;height:0.625rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxbmM6ZliptKcZhDhN0hXPNZezAbGzta { width:0.625rem;height:0.625rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEDIIrtwUF03qgcHnsbQK84pmCBI2qyL { width:0.625rem;height:0.625rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQWbGZZlMZ0KpXc2kzmP7qHa7pMIJKd9 { width:0.625rem;height:0.625rem;top:66.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFFMuT6qs6GDNR6cSz2J8sVVpA4bwbgV { width:0.625rem;height:0.625rem;top:73.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4MwfVC95AbNcvfLET9xd1TNm96MnIRl { width:0.625rem;height:0.625rem;top:78.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRFkioMTlPRULpQpoaMP502gCHmqzVlv { display:none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EufoTrGq3cTP3o65fyPEOSdMffmr5x44 { width:20rem;height:0.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAzfbDlTIWSGJBElQ3oBdUoEsLLQMtcV { width:20rem;height:1.05625rem;top:0.175rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6Tlf0gVgA1HPB2fLZthWTmJPdT1v3sa { width:14.5rem;height:1.5rem;top:0rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .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; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-number { padding-top:0.429375rem;padding-right:0.3825rem;padding-bottom:0.429375rem;padding-left:0.3825rem;width:2.295rem;min-width:2.295rem;height:2.3075rem;font-size:1.716875rem;line-height:36.92px;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; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.268125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.06rem;height:0.911875rem;font-size:0.644375rem;line-height:14.59px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc { display:flex;width:16.25rem;height:4.34625rem;top:1.9375rem;left:1.6468753814698rem;padding-top:0.494375rem;padding-right:0.509375rem;padding-bottom:0.494375rem;padding-left:0.509375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #bmtCRgDGclqRzdCNK2g6fQbo8DrIgiTo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VxQgQOK8EnyZmFAh2VCkG1atUz0eh0bl {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #xXiPGJkwP1mnmTI1HnEmWfQ7lSEhVRED {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #Kxw3qJHKdwThsZywE9ni5UL35tKoM0pU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WQP2Uy9t7xR0KQFq1THKaDI8IQbFVZhD {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #cFmBvHCMOCdIQ47nr8OWQ6JweDChxlTX {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zQB6aOZ4ETVBddl3NW5V14CfOc2qdNTs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VTCKSmd4NToudLxN438MHoBZbWuSbnE6 {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zCR0un6DioMAN7eAWkEaEQstVT450iiv {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WeXmvH1R1rL87kQMbOpahFvKfcBWhva8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #fN09OCpXnhQ4qzN1ysTKHvNyTkARRMTW {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #ylWsRoQ1EuGmQpvMC8gbHL4s9X1QylNF {  }
 }@media only screen and (max-width: 763px) { #U3FLqGkvJHCPDIsK8wo0LhVMNLirWRZV { width:16.25rem;height:3.75rem;top:8.0385437011719rem;left:1.875rem;font-size:1.0625rem;background-color:#267360;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aDEUwVn0FZlTPpsQRfddJJDuihtrcTA7 { display:block; }
 }@media only screen and (max-width: 763px) { #xAAno80sv41HCuc14Ua1HLzx0VB5LrRS { display:none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { width:20rem;height:5.60625rem;top:1.875rem;left:0rem;font-size:1.4375rem;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { display:none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rogHiGREz5gcZWgihOvPF7RnaaNUfc6U { width:6.25rem;height:3.75rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #um2WMlobvifewILsrl9ieJNkVBpwx7TB { display:block; }
 }@media only screen and (max-width: 763px) { #biD0vTKbnZG8retJ4ciqA6SRxQOMyqtv { width:6.25rem;height:2.1rem;top:0.73749923706056rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K5vScHtEvxNFFRohaHb0svRwqqWhQkX1 { width:6.25rem;height:2.1rem;top:0.73749923706056rem;left:6.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QLVUQDRMs2Bs1uSiOU7xmVmgPEdkKDgC { width:6.125rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tleLNEu8E9lIppcS8X0f9DI580rbqQHs { width:13.75rem;height:0.0625rem;top:3.75rem;left:6.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #lpgk5nDp7oSPsser0pcvKeMwqbCoHOUZ { width:6.25rem;height:3.75rem;top:0rem;left:13.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #wzov0zvpDM2VchokOATXXh8lXB7GBToD { display:block; }
 }@media only screen and (max-width: 763px) { #qUyQdpgqT9yD9eI8KHzq0VhPCf4xHI52 { width:5.625rem;height:1.75rem;top:1rem;left:14.0625rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GC5bi4kM3kKX1UzbMq009liLLizEhR2o { display:none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IapNmIlFyUxkXwSCupIf45LMHswQvg1S { width:6.25rem;height:3.75rem;top:0rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #gdaCqduCGn20x7cmJkGWolDHrU7vayin { display:block; }
 }@media only screen and (max-width: 763px) { #nR6dCmKhTAnRqAJP6FkCFnMpAPrQD2Cq { width:6.25rem;height:2.1rem;top:0.75rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w2QDIqW6m1saA1zaMZrcN53lIDhePmwk { width:6.25rem;height:2.1rem;top:0.75rem;left:6.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zlg3Pw1wrx8zTDtUAIRETpUNTgqZaOc3 { width:6.125rem;height:3.75rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkW3DT9TrZs7Xm3CE4T4tKAGolJSlBeD { width:6.875rem;height:0.0625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTtGJTAgLeXu4kBDOVIplFxSTXo6TQAV { width:6.25rem;height:3.75rem;top:0rem;left:13.75rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #pIdzswidR309ds22JQvwVPVAQJOCkDdh { display:block; }
 }@media only screen and (max-width: 763px) { #WIhuFs4dSg2tTGlapfrmgkghd6UPaqU3 { width:5.625rem;height:1.75rem;top:1rem;left:14.0625rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zcyxJXzZTxw7d5L7mTL6hPxw7DyaBeLP { width:6.875rem;height:0.0625rem;top:3.7750015258789rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH { display:none; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KFM1kJiuobuyqWiQRNV5cu6QMimcukV7 { width:6.25rem;height:3.75rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg71q6znmN1Sdl4sQg9MKU2D3MZ1c0B2 { display:block; }
 }@media only screen and (max-width: 763px) { #iiIzU4aRZCQTPUZJRMuaqnoakx2kTUOZ { width:6.25rem;height:2.1rem;top:0.75rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ANJU77UqR9faqsmpFTZItLeqPCuTcVky { width:6.25rem;height:2.1rem;top:0.75rem;left:6.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DigapEmTNoSfRea0OEwoGd7iTsp0o7r8 { width:6.125rem;height:3.75rem;top:0rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8KZJhHbXDZRZGsRfpWbtFqDWqAFW6xO { width:13.75rem;height:0.0625rem;top:3.75rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #koLcTCpyaXwPguk5ORHxSTiMIV02IVgE { width:6.25rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB3XHiDPPppwo58qJxIcsacfp0xKeN6r { display:block; }
 }@media only screen and (max-width: 763px) { #ciTfMrAErCiRgIbc6vMGMC7B2p5T3dS6 { width:5.625rem;height:1.75rem;top:1rem;left:14.0625rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bxQPyZCWh0ghtexlrKuP2hewt3DImO8x { display:none; }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row .container { width:20rem;height:36.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uh3hFniUNhez8MnWuTRGqrzVpOGS6zti { width:20rem;height:15rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtMU3VUlWr08gizbazaWDCcehzX4PPyX { width:20rem;height:17.5rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrebawh0yPXpRABxG47HVE8TAi42MCiZ { width:16.25rem;height:3.75rem;top:29.096878051757rem;left:1.875rem;font-size:1.0625rem;background-color:#3a3eb1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tBuos8TvNp2uE9iywkkwCIS1BcfIUBkx { display:block; }
 }@media only screen and (max-width: 763px) { #zFGQ3QZyG4RL4y9oElLm5wKn0DVt8yae { width:20rem;height:3.9rem;top:6.7614593505863rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSTQx1r7LlzeNurR8TZJxlFvRGFTRFux { width:20rem;height:3.9rem;top:23.147918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTEBCLHqek86qmcTPIkhrIu4glRfCIxb { width:20rem;height:1.3rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iad5wWveJ4Tcu8E8XvJ3M3lRdAtcBsId { width:20rem;height:1.3rem;top:21.755210876465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cks6DcX78cwyFK9nTs1nW0HHZN9yXUmc { width:20rem;height:0.975rem;top:10.735416412354rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJqxItpMoprxDCRXI6lnReK7CqgbgmrL { width:20rem;height:0.975rem;top:27.185417175293rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk3LigxxP77BHMZm2zBS0c5COxygxczG { width:20rem;height:1.4625rem;top:12.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0J1AH7teMTwAcqeHFevz3J9yIiNg6VI { width:3.125rem;height:3.125rem;top:1.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czQbt6OTbccfsFuepbr1genWaCpTwSUo { width:2.5rem;height:2.5rem;top:18.442710876465rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { display:none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A8SI1DT6iE5ZS9ezyEg723E44FIamSbb { width:16.25rem;height:3.75rem;top:17.659370422363rem;left:1.875rem;font-size:1.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bfU2geUQUmd4yD7XDm5OoqCJkLC9LiMP { display:block; }
 }@media only screen and (max-width: 763px) { #pOiB6ukhJXICfMgBubDCcForMHW6XT4S { width:13.125rem;height:2.925rem;top:1.3468780517578rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkTyoiC8WPL0P5K9zGRdIedV8cKsOMdb { width:15.25rem;height:3.16875rem;top:5.859375rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtpEtfUACoBQZqt3hcdHyn4cH5T4xCKZ { width:16rem;height:3.5rem;top:22.334373474121rem;left:2rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Qo5iHb6aw09TEkP16kQWA1d1DMGXsXAQ { display:block; }
 }@media only screen and (max-width: 763px) { #I4oOLErc148PkN4r8ZrF20n1LxoTqVys { width:17.0625rem;height:5.28125rem;top:10.446876525879rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGxT38xOXLsQXECTFDBiuJmtKtW7H1lp { display:flex;width:1.75rem;height:1.75rem;top:5.546875rem;left:0.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #S50VaK63X4U5psaqT7pcRiqI4goZrrP4 { display:flex;width:1.75rem;height:1.75rem;top:10.071876525879rem;left:0.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG { display:none; }#RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG > .row .container { width:20rem;height:36.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MHyhuqaR4VrG2Tyx1kHnZMwaQwMkRDaV { width:20rem;height:15rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4K0MLqzudFSdBZKil8FHw79w45KpvIW { width:20rem;height:17.5rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1gQu1MDdvdQpvR7mO9HXbBqATwl8TUp { width:16.25rem;height:3.75rem;top:29.096878051757rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bHgv6o0DKQhJWBmAKZdoRakT8Js8NH6J { display:block; }
 }@media only screen and (max-width: 763px) { #fTHu9s1HPyKpDMfpRfUvHBiKFe3AGRMT { width:6.5rem;height:3.9rem;top:6.7614593505863rem;left:9.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQa5iVpu3BSXzSiwqTFKcV4IEQne1pzu { width:20rem;height:3.9rem;top:23.147918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #X522tz3TORi2eN4QwZBRnApyL7CbqP8b { width:20rem;height:1.3rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJluJ9PRDiVVh1R3z1ADST8vdcuurs2S { width:20rem;height:1.3rem;top:21.75520324707rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUWXdQhK9mr2xgCb4ba12NcSwdTR9IpX { width:20rem;height:0.975rem;top:27.185409545899rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOTiJ0XXOuWV6d5EAG33nhCVS1fWXHLy { width:11.0625rem;height:2.25rem;top:2rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #styNycOgFqrDtThFvdizIlZhEMQFbHD0 { width:11.0625rem;height:2.25rem;top:18.4375rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyWCQKZZTCIKFu8P4p2Q65hfIAT2TNAF { width:4.5625rem;height:1.7875rem;top:8.3239593505863rem;left:5.1750001907349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiZLOREBfUgS0WrLx3ZDTo9vooSCxqqZ { width:8.5625rem;height:0.975rem;top:7.3739624023438rem;left:5.1750001907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMU9dkTabcGgEucMasQTJQim6z9XShcd { width:18.125rem;height:1.4625rem;top:12.8125rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwqbCG9Tx2lqOvemlTCqGX4Nz0HNo2vz { width:20rem;height:0.975rem;top:10.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi { display:none; }#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi > .row .container { width:20rem;height:40.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bxc32vF8muvhZ8MvtNIkSbEtAkokECgl { width:20rem;height:19.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwgiEROWbVHTx8ANnqJ7TobZxRqkvCqs { width:20rem;height:17.5rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7hyDFZHacuHvW8uBCwRbTwJbS5lTWqL { width:16.25rem;height:3.75rem;top:33.471878051757rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XkeyvirH4bmUUAGVwnBbHO4FsTNBw66c { display:block; }
 }@media only screen and (max-width: 763px) { #MbupnQitFiyRRPqD1UC0xxqtTRMrN3g5 { width:5rem;height:3.9rem;top:6.7614593505863rem;left:9.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #llIQhDPGR0E6lnMUc7kl2QpkfOVnso7y { width:20rem;height:3.9rem;top:27.522918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4T9lretyBJtH75k2WecXTKHF297bXm4 { width:20rem;height:1.3rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNEQTN3oQav0wc3pQHHnlhcafZvoEtGW { width:20rem;height:1.3rem;top:26.13020324707rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sneJM8GcM6rU3FhTewhB1UzUqdAqaJdv { width:20rem;height:0.975rem;top:31.560409545899rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi62LJFXTLiFV3FdyQ9qcpuNyHowRwaW { width:18.75rem;height:3.25rem;top:15.971878051757rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXfHewTmeWRLnNMJuOyBZiCOGgyCghfQ { width:5rem;height:5rem;top:0.625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCXGmTcfyGpoEc5SMgECoBsTwuJwRkUC { width:11.0625rem;height:2.25rem;top:2rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRDzaCE06kIDuwXcpFRawtLZl0Zaolr9 { width:11.0625rem;height:2.25rem;top:22.8125rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdzW8gMnJCxDmilzgJzVVM3Kc2soKNgN { width:4.5625rem;height:1.7875rem;top:8.3239593505863rem;left:5.1750001907349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFysmJbVDuGk7z6z99l3qh6BJXrqgAoF { width:8.5625rem;height:0.975rem;top:7.3739624023438rem;left:5.1750001907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCXyBdrUmRJGAdMkG6fcWQ4wZmVwetnt { width:18.125rem;height:4.225rem;top:10.9375rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR { display:none; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iA0hSZKS2n7lq2sXa94vmi0fc3P5WNrM { width:16.25rem;height:3.75rem;top:17.659370422363rem;left:1.875rem;font-size:1.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UI3MgeZuCfSaV0rGoGEinD4R9T7AkW9T { display:block; }
 }@media only screen and (max-width: 763px) { #zd1aWt2NBFAABw2PxZ70xHo6tMG6AfvA { width:13.125rem;height:2.925rem;top:1.3468751907349rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQGr0HeTcoZe4K6ghlUyxEBBR15wuRH9 { width:17.8125rem;height:3.9rem;top:5.859375rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCIPzvtBWwlU2lXAGDTCKQgaQLOlo6cE { width:16rem;height:3.5rem;top:22.334373474121rem;left:2rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yF7kLmwnhbKRoouuOp7DTCo0eQMwGMKE { display:block; }
 }@media only screen and (max-width: 763px) { #rhL8poJs0niATyGvwwE34ZyZ6hATITnz { width:17.8125rem;height:5.85rem;top:10.634368896484rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP49smeJaF9Tf443hC7ifppSAoNlE5b1 { display:flex;width:1.75rem;height:1.75rem;top:5.546875rem;left:0.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #yT7mrdVhJ3gnLPVwO5XlgBS5Hi0rezAN { display:flex;width:1.75rem;height:1.75rem;top:10.259368896484rem;left:0.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #Tt81l550ntPti1sBTJkMhT8rlRn5RGmr { display:none; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container { width:20rem;height:36.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #abDylg98amBHvlHFOV4gDHUPqW4mfEdU { width:20rem;height:15rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8TWLIS0qoMylxVolWxwuxvlAm967JmC { width:20rem;height:17.5rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOJGl96AXQdsM4AMprJgqDFyXftgDqmc { width:16.25rem;height:3.75rem;top:29.096862792969rem;left:1.875rem;font-size:1.0625rem;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qTomrHHwFL83CxXidQ5Qlp7DUcxWBDCy { display:block; }
 }@media only screen and (max-width: 763px) { #C92P6GS0qcgmTgT1qCmLz5kpcOaBeM3w { width:20rem;height:3.9rem;top:6.7614593505863rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwdOV7peVezuLCtlewk7dKBxQVgMmBG2 { width:20rem;height:3.9rem;top:23.147918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDlmQBE7IxyCieEt38wHMq4W77nB1zmt { width:20rem;height:1.3rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRMh0JCMQR3THo0AJ1Ju9J1mhSFOc4M { width:20rem;height:1.3rem;top:21.755218505859rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx7LcVSX4ZpJehue4ucbylizfaX8Uf5l { width:20rem;height:0.975rem;top:10.735416412354rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZWZInteZSoEgA9Lh28s97oTTmbpyGh6 { width:20rem;height:0.975rem;top:27.185424804688rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CychCefGTbetCT7L2wQKGhu3fZMU4BBf { width:20rem;height:1.4625rem;top:12.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0uy3UcBXgH2f8EmakxaUL32oSydcfDT { width:3.125rem;height:3.125rem;top:1.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zakxGFJr5S8qsAVEaleU1DdW0NnrfqBU { width:2.5rem;height:2.5rem;top:18.442718505859rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzSrbvMEv3eF93mMTd6MPgETeLGZohHT { display:none; }#xzSrbvMEv3eF93mMTd6MPgETeLGZohHT > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PFLXg1FykiT9hK1XZiQu3BKRQX57EgT0 { width:18.5rem;height:4.55rem;top:0.625rem;left:0.6875rem;font-size:0.8125rem;line-height:1.4;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #S0pWvw0ppUZOU5qA4G0KVFL6MUTAJsh0 { width:5.375rem;height:0.625rem;top:4.5rem;left:6.278124809265rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgyaOP1P2TVhDU7OpoZvoZWfSF0KUHtT { display:flex;width:1.875rem;height:1.875rem;top:4rem;left:17.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qn7lTc5cvN0h5Qv3BvrqDgSEEZM8cN09 { width:20rem;height:5.625rem;top:0rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #dc2E7Mv3tz5XTSyAgzF610nrVOgaLDqN { display:block; }
 }@media only screen and (max-width: 763px) { #IzrCP2ZBt68xBJNcCgOAszbGmNrmLoB4 { width:19.875rem;height:5.625rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { display:none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { width:20rem;height:53.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oZr9TrquDTy9SR13fzVd0QKewrt29n3e { width:20rem;height:0.0625rem;top:2.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNnTCLS2T1Kf61T5DlD5VfQ3SJWZXKdr { width:7.6875rem;height:1.7875rem;top:0.3359375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { width:5.1875rem;height:1.7875rem;top:0.25390625rem;left:11.03125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { width:3.375rem;height:1.7875rem;top:0.25390625rem;left:16.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJAOQcllT4ub3zPKrhviPCHRZbHKdezv { width:10.75rem;height:1.05625rem;top:4.1833343505859rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz5Twr3CTefpyemoyPJU5drT7ZRUgwuv { width:20rem;height:0.0625rem;top:20.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odVWnOoaFwABMnCemohkUwWP57ld5km5 { width:20rem;height:0.0625rem;top:13.933334350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { width:20rem;height:0.0625rem;top:6.49609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { width:11.5rem;height:3.9rem;top:7.8083343505863rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDpIsf6H95f5vgKergkPAMDdIqsbgKSB { display:flex;width:1.25rem;height:1.25rem;top:4.126953125rem;left:17.53125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #scxApg7hQfLONvN9wI7u6Xqdx1LRGpdi { display:flex;width:1.25rem;height:1.25rem;top:4.1875rem;left:13.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HL8XUfebL65CaXBJVh0slHOrB34eOGTq { display:flex;width:1.25rem;height:1.25rem;top:9.625rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { display:flex;width:1.25rem;height:1.25rem;top:9.5625rem;left:17.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { width:11.6875rem;height:3.9rem;top:15.15625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRN00CW7L9u3B9PhPvCnhwI1W5GEMnOd { display:flex;width:1.25rem;height:1.25rem;top:16.5rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { width:20rem;height:0.0625rem;top:25.704162597656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { width:11.875rem;height:2.925rem;top:21.59375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzcIllwZbec2n0APh1qsbcTBOVaMfBxA { display:flex;width:1.25rem;height:1.25rem;top:22.375rem;left:12.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { width:20rem;height:0.0625rem;top:34.051040649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { display:flex;width:1.25rem;height:1.25rem;top:29.1875rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { width:12.125rem;height:4.875rem;top:27.015625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyKqStrqxybPzSRTDyH4uqMM5Jf9mrNQ { display:flex;width:1.25rem;height:1.25rem;top:29.1875rem;left:17.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #UOhlywX40XfnTTM9uDWqa1pI1S4urDeu { width:20rem;height:0.0625rem;top:40.530212402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { width:10.3125rem;height:3.9rem;top:35.363540649414rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD2RZTGHb1Kh38zFeiJ7guWwpa984wms { display:flex;width:1.25rem;height:1.25rem;top:36.780212402344rem;left:17.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { display:flex;width:1.25rem;height:1.25rem;top:36.780212402344rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TeeUHl4vMMpBoC2wNf7ezET9fKPzRCek { width:20rem;height:0.0625rem;top:47.009368896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0ad5IDtOFXK3xg1C1Ro8Mfws6lN0Uws { width:12.5625rem;height:2.925rem;top:41.842712402344rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyK29mlQXF3JJvSITGT4ak3TynwziuOa { display:flex;width:1.25rem;height:1.25rem;top:43.329162597656rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EdTdhV6ckXNzV1yaB1sUQc5uMwE6i5ol { width:20rem;height:0.0625rem;top:51.509368896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXGTuIQIJSEbWqD8JnoJL207hMt7XsT6 { width:11.3125rem;height:1.95rem;top:48.321868896484rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2VwlPPGHR5gPFSznIgPddCKaU8wfL6c { display:flex;width:1.25rem;height:1.25rem;top:48.321868896484rem;left:17.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #szkvLNkJ75HUH74cQH1CbtgOm11qOgGF { display:flex;width:1.25rem;height:1.25rem;top:48.321868896484rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #g2ki2coqSfObFHTF0n5rfgCNosoR0HCt { display:none; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .row .container { width:20rem;height:73.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lh32Dgyxxd442WIzCzprW6Avd5RTFKTo { width:17.5rem;height:1.95rem;top:1.875rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #WWLAnhIzzw3syeb3UOCIlL5Q2BtCt60I { width:18.75rem;height:2.625rem;top:5.2739562988281rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrk2wsWRsis4nTbDnutDAWkcOdGSerlW { width:6.25rem;height:6.25rem;top:8.8989562988281rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODtUPzAdTteB2orOJoXGrTM2QpASD4pn { width:20rem;height:2.45rem;top:15.711456298828rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aI4uTCH1kTkB451CVztXhCpFnpaNndQc { width:20rem;height:1.3125rem;top:19.848956298828rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH6yzx5C9WBpNkqTcuzT70ua50WVqPFF { width:5rem;height:5rem;top:22.111458778381rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7LKTfHo1nmi9B2DTAf6eXB0vXeBAMCc { width:5rem;height:5rem;top:22.111458778381rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwaAUmEcmIAswLRF4moxehtQPa5QNEo7 { width:5rem;height:5rem;top:32.923957824707rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP6QHd2yc713oZgJmvZ6V9HXNQrmrUQ3 { width:5rem;height:5rem;top:32.923958778381rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPAuRCZOQ7DwBSJWtF6q4AEHGzEHn26P { width:5rem;height:5rem;top:42.986457824707rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg2hSoAHcImnqZSrlMgw8EiGVhou0EbS { width:9.375rem;height:3.15rem;top:27.723960876465rem;left:0.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cJzMCaywHMIlBFagOcT8FqzHiiM7oK4p { width:9.375rem;height:4.2rem;top:27.723960876465rem;left:10.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hVEJgkQR8oyIgtpaFOW8cGy9fJiC4EyG { width:9.375rem;height:2.1rem;top:38.548957824707rem;left:10.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S4CR8vo2ulOeOpL5XwvNNpZV2Nbrdv7k { width:9.375rem;height:3.15rem;top:38.548957824707rem;left:0.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ygnd9yXlkOiNDfW8KnTyuSZNxHTxSuy2 { width:9.375rem;height:3.15rem;top:48.623962402344rem;left:0.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fi5DhZ076JFPQ72BhIwfW3dNpgxT9klp { width:9.375rem;height:2.1rem;top:48.623958587646rem;left:10.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Nc06zT0DyMTabTzFUebIBDihsZWxVFd8 { width:9.375rem;height:2.1rem;top:59.273958206177rem;left:0.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t3mKgkceug4Lv9GVQqhI0fOxTOAWSqey { width:9.375rem;height:2.1rem;top:59.273958206177rem;left:10.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oVJoPK4ELoc1DNJzbpPVrZeVPfIluSvV { width:9.375rem;height:1.05rem;top:68.836456298825rem;left:0.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TMEwAyTpr77tLyLTdNxzfNOAnBaUqkSR { width:5rem;height:5rem;top:42.986457824707rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbpnbKQHEyDWccbGgvQh9aTsN82HzVeP { width:5rem;height:5rem;top:53.648958206177rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGizc3TzZEQWf5UmvlScT3F1NUMqftU2 { width:5rem;height:5rem;top:53.648956298828rem;left:12.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P8Go2HfUDVImswcIQzFqIJGa2xpvbDNv { width:5rem;height:5rem;top:63.211458206175rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6JPOvBOvbeBarTnMi3uIn7T0TcqhvSt { width:9.375rem;height:2.1rem;top:68.836456298825rem;left:10.375rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KDJTBFdtABbFAkVlXOZZrDTRQ533s58t { width:5rem;height:5rem;top:63.211458206175rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #untls09gvSA6Bt8HZVghfLRNz4T3FicL { display:block; }#untls09gvSA6Bt8HZVghfLRNz4T3FicL > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkqSzUW5nEDrGEkZnywPzrLma8P5WuVu { width:17.5rem;height:1.86875rem;top:1.875rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #ogLJ4k6C8NWpZiNfFr1OznnnKfCKx32p { width:5rem;height:5rem;top:5.5864582061767rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPXXgZNGT7dIq1O410DURvUOMuwpaWiV { width:9.375rem;height:3.15rem;top:11.211458206177rem;left:0.25rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nT6qQ39WHcGX2ZmbRFgmWKEGS8ixoQZh { width:5rem;height:5rem;top:5.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9V3cWT93psy5UtiRINczZcPZksGqZJG { width:5rem;height:5rem;top:16.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssL09FFusp3gdLHeCl9Go81qi92XStc0 { width:5rem;height:5rem;top:16.25rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG9D1dahIr3drbklFxoSv4X8gRmzADMo { width:5rem;height:5rem;top:27.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apUy4SqzVq7N2Oh1fByyipBk65uFUdDM { width:5rem;height:5rem;top:27.9375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAUgecUhBpr3aTCmeQDSOXTku5dguWCP { width:9.375rem;height:2.1rem;top:11.1875rem;left:10.375rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ly7lU6iVsCcRKlQIA9qtzH7sV7WtQ3Cr { width:9.375rem;height:3.15rem;top:21.875rem;left:0.25rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #x3vK5fTMMsO00IgfhkXtzQqB1Id4m4XV { width:9.375rem;height:2.1rem;top:33.5625rem;left:0.25rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #huhIIPheP8J80ffbDT0kp4TaQT9e9FBe { width:9.375rem;height:4.2rem;top:21.875rem;left:10.375rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Rgw5ZNKDpll3gp8nUTTxhgmLbsIv6XBn { width:9.375rem;height:3.15rem;top:33.5625rem;left:10.4375rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #q7xWIy1gng4c6iL3TdNCNgpf8KwTVJgk { width:9.375rem;height:2.1rem;top:44.25rem;left:0.25rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mnGG3TUI6f26aLWyxrR8wF86k3In204d { width:5rem;height:5rem;top:38.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPNbexDeSlwpZ48yAEbnVBv0byBtXcrJ { width:9.375rem;height:3.15rem;top:44.1875rem;left:10.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cNqX85sgSNyXPd29wVxLvFEHo5alAuTr { width:5rem;height:5rem;top:38.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnXxsVSrpVTKFJATR8uosGac9loag8hI { display:block; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRnpUPwLcaQW9hIuFiDSUWwLQQi1tsyW { width:13.1875rem;height:3.7375rem;top:1.875rem;left:3.40625rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #WVPP3GMVy0otr3KuZkXERaqfx5kPO8mv { width:20rem;height:27.5625rem;top:20.961486816406rem;left:0rem;font-size:0.875rem;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #qsFlPhrUtCfrh3ReTT8Ec2QfkAc3hRuK { width:17.375rem;height:11.5rem;top:7.2739639282225rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWS2eWea8hhu19cZtCvygV0NIpwRHuII { width:20rem;height:0.125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQOnfHar6UpIblg4F81TbIwcwxJQnL9d { width:4.9375rem;height:7.25rem;top:12.398957252503rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i62Nt6HkRvxlb7oR9ICWPfliG2hSXCyE { width:17.5rem;height:3.4375rem;top:50.4375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbSWngqQxammoIV5ZKeqA5LgiWgoxZsk { display:block; }
 }@media only screen and (max-width: 763px) { #pDpkc29xnvidwc6eZEIn5Ni3pPSr4cGI { width:20rem;height:4.875rem;top:55.023986816406rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM { display:block; }#xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9nmmEthPOJiHzD0lqe1uUQKwrx5o0t0 { width:20rem;height:1.05625rem;top:17.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNnH4MqiE2mEXE1VvNvRAnqvD5aV7Uw0 { width:11.6875rem;height:1.625rem;top:19.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsGrT3B3Fw9uTACMIUq2UfvUBi10qbT2 { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Zqa7UBSDlTNJhB2vFM3kJNHUylJmEf { width:20rem;height:1.86875rem;top:2rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #PRbaeS5UHaw71V9fronZOsuPqJk4ffRW { width:20rem;height:1.05625rem;top:23.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NORwWkN1ho9A9rm0ewrIoWWX6sAt2dyp { width:12.0625rem;height:2.5rem;top:26.25rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZFtVMneJBpWXCkpn7i9g0N67P7uIdfS { width:20rem;height:1.05625rem;top:5.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIFipW0Gdc1TqBGgn5qL5CgtXQGt8PaH { width:9.25rem;height:2.5rem;top:13.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goLz2VgbvIe3U9pH8L9fhTRhSggET6hu { width:8rem;height:2.75rem;top:8.5rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzu8Qd2SyTWPeMQTQkIClTZv2ZUCKl4X { display:none; }#Dzu8Qd2SyTWPeMQTQkIClTZv2ZUCKl4X > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S3MWFvcCZ6usvaWNqZAxGrmfvZTrFpEp { width:20rem;height:3.9375rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAaM51NHWsVOpp6pTo9m0OExMysweRxK { width:20rem;height:0.0625rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSlbsynrsSGPu09ggNT7KR7zZko5Zuli { width:17.5rem;height:3.4375rem;top:47.1875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peyqrckatUNUfNbGm5JsmbGB8ZD9ibhw { display:block; }
 }@media only screen and (max-width: 763px) { #MEQbahPrTKTE1xzwXbuPQ34EyVJBBrXd { width:1.4375rem;height:1.4375rem;top:7.9989624023438rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NvnNoXs1iBT3m6QeJNJHO9QhGx7TGfxF { width:9.75rem;height:3.16875rem;top:12.280212402344rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zCKU3VI0HKnyl2foRIrd0CvkTN9VHXmJ { width:20rem;height:5.6875rem;top:40.34895324707rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QuyO4blzewRFVHo9g3eFRUBTmD9lEzWF { width:8.4375rem;height:1.125rem;top:8.0864562988281rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kteP2xRK2VdPIUANpUCdPIhZZTehS2Tp { width:3.75rem;height:2.25rem;top:7.3989562988281rem;left:16.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNVVEuKr9Wrl13Z8LvWwT0aVQ9SWPHW8 { width:2.5rem;height:2.5rem;top:58.792708396912rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BrLUZw6qzWTfclU6rii7LJmfEJKb6ydC { width:9.625rem;height:5.28125rem;top:17.855209350586rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vgf5rT7QStQyyAA9HHINxhbsRtU8l7P9 { width:2.5rem;height:2.5rem;top:58.855208396912rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMnkTBlvZvVCkuzH0Pa94rkQ0rxpABbI { width:11.3125rem;height:1.05625rem;top:25.858337402344rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f7NotssReLniExHO9R3K3A2oV4RzrTG8 { width:3.75rem;height:2.25rem;top:7.3989562988281rem;left:11.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1ThidUMkyltEDQE5eDKpLGwapITkBgB { width:3.75rem;height:1.3rem;top:13.086456298828rem;left:11.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJVqyecmzryEJWW7yZWZiXoxbKIVDQmV { width:3.75rem;height:1.3rem;top:13.089584350586rem;left:16.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6eEXcKhsvBLXKhDOdiTy55PxETzgDMW { width:20rem;height:0.0625rem;top:24.467712402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stmmfhK3mfkpq6fK9J9zGWTHN9lKM8Av { width:3.75rem;height:1.3rem;top:19.905212402344rem;left:16.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vuybu6MGkgeqhE4JBMkyvyrr3HXLhUW7 { width:3.75rem;height:1.3rem;top:19.86457824707rem;left:11.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pLoTPvaG4QbhoEPLrcN7n9yzRJqVnTZz { width:3.75rem;height:1.3rem;top:25.736465454101rem;left:11.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUWL0trldwooi7MGszHyrh2vPwtEN7IB { width:3.75rem;height:1.3rem;top:25.736465454101rem;left:16.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPa3CEzdRWzr6zqbT0TF5y9G3l5CB2O5 { width:20rem;height:8.45rem;top:30.523956298828rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z4UcOf1IwibTus47gqivRuyzSyQ93fiu { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAFoAyD2KMxHZQ3ruOlLrfl0VaMkF18R { width:20rem;height:0.0625rem;top:10.961456298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMeHu75lUouc310RmJ0lEKFn1q2ND7qD { width:20rem;height:0.0625rem;top:28.648956298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { display:block; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { width:18.875rem;height:3.7375rem;top:1.875rem;left:0.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { width:20rem;height:2.275rem;top:20.822937011719rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { width:18.75rem;height:1.5rem;top:18.854187011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { width:18.75rem;height:3rem;top:25.010414123535rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { width:18.75rem;height:2.275rem;top:28.44792175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { width:18.875rem;height:2.275rem;top:35.88542175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { width:18.75rem;height:3rem;top:32.51042175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { width:18.1875rem;height:1.4625rem;top:15.88542175293rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { width:18.75rem;height:3.4125rem;top:44.88542175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { width:19.875rem;height:4.5rem;top:39.94792175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uXS8Zm4TyUQJdTEQKwTqnKD0Fxv8JqdI { width:7.25rem;height:7.25rem;top:6.8979167938231rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K { display:block; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D08ZdNu3q4L5AVUKPwA5464lrMJ5k0PD { width:19.875rem;height:2.275rem;top:4.9375rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f0LMDGH8V7qJTzODIE3vE90GZ3CIU7LQ { width:18.75rem;height:1.5rem;top:3.03125rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yhHzztUW19z6MIGTwZ9LIu9vlX2PFwFi { width:18.75rem;height:1.5rem;top:9.0729370117188rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #umSXavtKpW53h5pSVbkM6plakcMvtXnx { width:18.75rem;height:5.6875rem;top:10.94792175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #imxgUCZLIvUJOumCdP3HZfsF8FS6mcrS { width:18.75rem;height:3rem;top:18.44792175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Om1A8RiQM8TRMnz3ibOUOHJzzP5pSlMy { width:18.75rem;height:5.6875rem;top:21.82292175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #niiBOd1lynsPSXVNrpLATw76NIsRtInF { width:18.875rem;height:2.275rem;top:32.69792175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TAoey98pqbh1gOdkuyeyAJJ7Qcxke14K { width:18.75rem;height:3rem;top:29.32292175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n3OTiKHDJpk4rCsiidd8oTMxcRzpMgr8 { width:18.1875rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c34BU2wcM7dahUAaoRIfm4Fmcdq2KzVA { width:18.75rem;height:4.55rem;top:41.57292175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2fT14lhrUbkz2oVUVs4AEwQ2WemnE1 { width:18.75rem;height:4.5rem;top:36.69792175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { display:block; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs { display:block; }#QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oz4PpaxHqZmHiTZHb0KWeBTbeeTKdTRG { width:14.875rem;height:4.21875rem;top:7.3017578125rem;left:2.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIe3ZCNaTbDUshAJbzcul0duzmm5fqcm { width:20rem;height:0.125rem;top:13.47500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGsEMX3C8ntOhiRD6e0tvRiX8mULnhub { width:18.75rem;height:2.4375rem;top:19.989593505859rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hMuEP3XIHEGd3kCVvzZv8u9lpvwpE2rL { width:13.875rem;height:3.7375rem;top:1.875rem;left:3.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #SbmNaCaPuATuPz4yerpwaapMKr4VywTW { width:6.1875rem;height:1.75rem;top:17.114593505859rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK8dAwQLQCrs1ficR0I4ZrMXdebwAOb6 { display:block; }
 }@media only screen and (max-width: 763px) { #wyh58Fb7lml73uxCTU7lcmJIqixzh6D8 { width:9.75rem;height:1.75rem;top:14.80207824707rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIzPXuTgsGKo6MsGhV73VqdzQqwP2Zgd { display:block; }
 }