.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:44,47,121;--color-primary-1:18,21,128;--color-primary-2:21,23,84;--color-primary-3:9,11,53;--color-primary-4:6,8,47;--color-secondary-0:18,74,60;--color-secondary-1:14,65,52;--color-secondary-2:10,69,54;--color-secondary-3:7,53,42;--color-secondary-4:8,49,39;--color-tertiary-0:255,255,255;--color-tertiary-1:107,107,107;--color-tertiary-2:88,88,88;--color-tertiary-3:17,17,17;--color-tertiary-4:0,0,0;--headlines-font-family:"PublicSans";--paragraphs-font-family:"PublicSans"; }body { background-color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { background-color: transparent; background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .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 > .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:block; }#TRzay6WfSi9AcMhrCvXkh7Iy4pxo5BGv { background-color:rgba(var(--color-tertiary-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:var(--paragraphs-font-family);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(var(--color-tertiary-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:var(--paragraphs-font-family);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(var(--color-tertiary-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:var(--paragraphs-font-family);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(var(--color-tertiary-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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.1875rem;left:0rem;height:1.7997625rem;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:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width: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(var(--color-tertiary-0),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:var(--paragraphs-font-family);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:15055;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:65rem;display:block; }
#etvVpbCNDrbVmNW9uZggVdS9mFqI63HA { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:6.28750038147rem;left:65rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2tCqhcwfUb50lMUSR3NzME5b55iZT2M { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15056;line-height:1.2;letter-spacing:0;top:9.375rem;left:65rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cl4WZy0zXV6SpndzXCTxMOvunwaQfN49 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#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.875rem;display:block; }
#W0nlZEnzWNrhR3uZuNfbK3IpV9BX0fmK { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:10.125rem;left:9.25rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o2KRH2LNwV8avrteeAzHvLB6s8EZSUf9 { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:34.8125rem;top:3.625rem;left:35.875rem;overflow:hidden;display:block; }
#xP9U0co3SiwAddnOVOFbJhWxIx0NELdb { position:absolute;display:block;z-index:15003;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:14.3125rem;top:9.9375rem;left:0rem;display:block; }
#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K { 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; }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row .container { background-color: transparent; background-image: none; }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row .container > .video-iframe-container { display: none; }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row > .video-iframe-container { display: none; }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .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); }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row .container { border-width: 0; border-radius: 0; }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#fWROlLzGuPtlWfwu7UGCxrAk3dkaHkkd { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:3.4375rem;left:4.375rem;height:3.6rem;display:block; }
#W8flAW3Da6B5iCh5wUNqQFLaRDTfs0ps { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:1.875rem;left:4.375rem;height:1.125rem;font-style:normal;display:block; }
#WT2i86FUBsxhtuic6iWHnbRyTOI7EJ3d { 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.125rem;width:3.125rem;top:2.1875rem;left:28.75rem;overflow:hidden;display:block; }
#XlsMGdCN1LIEGf8lwW0gPo84kblWbles { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:1.875rem;left:33.125rem;height:1.125rem;font-style:normal;display:block; }
#o7LJaqubNWrKVXZox7NXSMluVTvrGGxI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:3.4375rem;left:33.125rem;height:1.05035rem;display:block; }
#TshugUg8zOgMqJdDiQhngNleAdWU36fU { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:1.875rem;left:54.375rem;height:1.125rem;font-style:normal;display:block; }
#xITMBqMrQizfeqzPNa6Mkzvb2DDFentw { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:3.4375rem;left:54.375rem;height:2.1rem;display:block; }
#PBetTFqb5alhK8CnoDqnoBvX07d9iHOm { 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.125rem;width:3.125rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#N3M83bEbkPaSB8a4xvaz9KsHu2g2S3G8 { 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:3.125rem;width:3.125rem;top:2.1875rem;left:50rem;overflow:hidden;display:block; }
#dwEk07wNcglrK8XZQdUeE3TmbirCaZG4 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:3.3125rem;left:72.40625rem; }
#dwEk07wNcglrK8XZQdUeE3TmbirCaZG4 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#CQwilOXGDRD6cvg6tR6FCOefdQR4XnAP { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:4.5249996185303rem;left:33.125rem;height:1.05035rem;display:block; }
#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-0),1), #125847);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-0),1), #125847);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-0),1), #125847);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-0),1), #125847);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#125847' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#125847' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-0),1), #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:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:74.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.0625rem;left:0rem;height:15.1875rem;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, rgba(var(--color-secondary-0),1), #125847);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-0),1), #125847);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-0),1), #125847);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-0),1), #125847);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#125847' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#125847' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-0),1), #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:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:8.40625rem;left:0rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#hS5uMg8aa1lEBvZIPElNIH21ypeFNJ6P { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:8.40625rem;left:37.5rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#TSTm51ir08fNfgnXpPXa7G0LyTpWwwpv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:8.40625rem;left:56.25rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#m7g1lE9JI0U4bP0WaAQc4n7PTyzlVeyx { 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; }#m7g1lE9JI0U4bP0WaAQc4n7PTyzlVeyx > .row .container { background-color: transparent; background-image: none; }#m7g1lE9JI0U4bP0WaAQc4n7PTyzlVeyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7g1lE9JI0U4bP0WaAQc4n7PTyzlVeyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7g1lE9JI0U4bP0WaAQc4n7PTyzlVeyx > .row .container > .video-iframe-container { display: none; }#m7g1lE9JI0U4bP0WaAQc4n7PTyzlVeyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7g1lE9JI0U4bP0WaAQc4n7PTyzlVeyx > .row > .video-iframe-container { display: none; }#m7g1lE9JI0U4bP0WaAQc4n7PTyzlVeyx > .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); }#m7g1lE9JI0U4bP0WaAQc4n7PTyzlVeyx > .row .container { border-width: 0; border-radius: 0; }#m7g1lE9JI0U4bP0WaAQc4n7PTyzlVeyx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m7g1lE9JI0U4bP0WaAQc4n7PTyzlVeyx > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#TpGagT3Qv6q1RUv48hWGHWTrn9GSJwWR { color:rgba(var(--color-tertiary-0),0.85);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:28.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#DHpQ65byFATpMz2qFHMUzJUu9GqdTHAl { 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; }
#EFuAd6DIwyUJW464fTcDUpeJliqlsmcl { 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; }
#q2Q1FqbHUA5ben1ZAxWLm0TBXaOpRwl9 { 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.15625rem;left:21.0625rem;display:block; }
#NQNCduRsfVE3GBTkNNEXHr7etZlDsf9r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));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:34.0625rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#x7lhdJTvJvq9FXDfz6O7otoJyETUS97h { color:rgba(var(--color-tertiary-0),1);display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:66.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.9375rem;left:2.6875rem;height:20.475rem;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; }
#IT8F5ZR4EJh8wTgnrydS0VzGaBcqzDAN { 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:1.5rem;width:1.5rem;top:29.912498474121rem;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, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));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; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container { background-color: transparent; background-image: none; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container > .video-iframe-container { display: none; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row > .video-iframe-container { display: none; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .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); }#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:block; }#L8p3ehvzQ5WDQNEdTmvSHDpt4SBpQduR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:56.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:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:71.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:17.1875rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#DHJcKqeyDDJAPt8rr5MFAfrE6cZ2d0Li { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:71.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:38rem;left:1.875rem;height:3.5995375rem;font-style:normal;display:block; }
#TSfJ6Ix5MKT8f6iWD2i1SBM6EPaGEwBh { color:rgba(var(--color-tertiary-1),1);display:block;width:69.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15095;line-height:1.5;letter-spacing:0;top:10.712493896484rem;left:1.875rem;height:1.31293125rem;display:block; }
#m0M6eMRESSBa9xaTQ763hXmAMX5GRupR { color:rgba(var(--color-tertiary-1),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:20.975006103516rem;left:1.875rem;height:1.31293125rem;display:block; }
#Slh5wFuMOs1zBWvPpff7CzNnFJTUaGcp { color:rgba(var(--color-tertiary-1),1);display:block;width:61.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15097;line-height:1.5;letter-spacing:0;top:34.850006103516rem;left:1.875rem;height:1.31293125rem;display:block; }
#h3gvQMavU5dWJgAr9tP9ToK7p4eohBDb { color:rgba(var(--color-tertiary-1),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:3.7875061035156rem;left:1.875rem;height:1.31293125rem;display:block; }
#fnXI3GW8aPyRZkHONdGPGJFvSpZPMDRE { color:rgba(var(--color-tertiary-1),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:27.912506103516rem;left:1.875rem;height:1.31293125rem;display:block; }
#EvkfXBn7LTeGX7NXNAtGTnXS8K7XcKdr { color:rgba(var(--color-tertiary-4),1);display:block;width:71.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:24.125rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#GlSAynCp2SmsD172CiNJsp8tM08kJx9D { color:rgba(var(--color-tertiary-4),1);display:block;width:71.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.6;letter-spacing:0;top:44.9375rem;left:1.875rem;height:3.5995375rem;font-style:normal;display:block; }
#aHbWqsrItT67XoG59xPiPkHnFCnmBi0V { color:rgba(var(--color-tertiary-1),1);display:block;width:61.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.5;letter-spacing:0;top:41.787506103516rem;left:1.875rem;height:1.31293125rem;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:17.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.6875rem;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:45.5rem;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:38.5625rem;left:0rem;display:block; }
#lZH9vWlfwktvNHx8N8UaMBiKudETa1RG { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:13.75rem;left:1.875rem;height:1.8rem;font-style:normal;display:block; }
#JNilVNnyFLpuNBQqUK4LMQz7BPJkwxwx { 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:#c5c5c5;background-image:none;top:14.375rem;left:0rem;display:block; }
#WDGqBirGVRsA0ey1LqSQRLxCLATx6tOv { color:rgba(var(--color-tertiary-4),1);display:block;width:71.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:50.499134063721rem;left:1.623263835907rem;height:3.5995375rem;font-style:normal;display:block; }
#cxBKhIqfKoZ1B1oIgNwLWzS6Pg6Pbsyd { 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:51.186782836914rem;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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:72.5625rem;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:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:0rem;left:1.9375rem;height:1.8rem;font-style:normal;display:block; }
#dNJDutuEWyLakQWaqlS1Gf0f6Gxcfo8W { color:rgba(var(--color-tertiary-4),1);display:block;width:68.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:3.4375rem;left:1.875rem;height:3.5995375rem;font-style:normal;display:block; }
#ixnKLKn9dHXa4olzNyhtnBl6qA0m2IxC { color:rgba(var(--color-tertiary-4),1);display:block;width:71.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:10.3125rem;left:1.875rem;height:3.5995375rem;font-style:normal;display:block; }
#nlGcGRiOfcPT2MWGCkLdgxpTLa0LE5bB { color:rgba(var(--color-tertiary-1),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.4;letter-spacing:0;top:14.1875rem;left:1.875rem;height:1.22540625rem;display:block; }
#eTcTmbeXoxHR1c0Man6wMAFOy7CPXr2r { color:rgba(var(--color-tertiary-1),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.5;letter-spacing:0;top:7.2250061035156rem;left:1.875rem;height:1.31293125rem;display:block; }
#vxSqfHVNXITJyWoaNcbhhfOVSTmSOZxU { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:17.3125rem;left:1.875rem;height:5.4rem;font-style:normal;display:block; }
#tR0Ksv6hnLbLsKx0TX2ECQOnieTUe4fO { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.6;letter-spacing:0;top:65.875rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#EiuppxpbyPEUkQ5ZUN5fhckufTUa4fm9 { color:rgba(var(--color-tertiary-1),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15100;line-height:1.4;letter-spacing:0;top:22.912506103516rem;left:1.875rem;height:1.22540625rem;display:block; }
#XPdzyiv8Ps1oKeXEPSloZdzrJpuwIoTl { color:rgba(var(--color-tertiary-1),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.4;letter-spacing:0;top:31.561054229736rem;left:1.8735527992249rem;height:2.45rem;display:block; }
#aJrPTDITVPO6qoTFMlsmTtGZZJTKeOgb { color:rgba(var(--color-tertiary-4),1);display:block;width:63.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:25.9375rem;left:1.875rem;height:5.4rem;font-style:normal;display:block; }
#LUir7CLUw5HyLNruNgpkFB6NvCBwUPmh { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.6;letter-spacing:0;top:35.237271904946rem;left:1.9364876747131rem;height:9rem;font-style:normal;display:block; }
#UmLebKT6JLWZuyZwZTG9vw5NzBH46t8y { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:48.3125rem;left:1.875rem;height:3.5995375rem;font-style:normal;display:block; }
#GFfelFeF1OnLck80ooBT4fZiRbr3knUc { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:60.375rem;left:1.875rem;height:3.5995375rem;font-style:normal;display:block; }
#IMelx8Fm5G3wJ60gVJTHUzeUGcKPi6WX { color:rgba(var(--color-tertiary-4),1);display:block;width:71.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:53.5625rem;left:1.875rem;height:3.5995375rem;font-style:normal;display:block; }
#vaRt0hk07LAi6Mh0z60CK8P45ZsqlEnp { color:rgba(var(--color-tertiary-1),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15104;line-height:1.4;letter-spacing:0;top:57.362487792969rem;left:1.875rem;height:1.22540625rem;display:block; }
#nyJHChARCbcaGXfnFUzzbKTi0kUmMWVS { color:rgba(var(--color-tertiary-1),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15105;line-height:1.4;letter-spacing:0;top:38.924480438233rem;left:1.874276638031rem;height:1.22540625rem;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:#c5c5c5;background-image:none;top:0.5625rem;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:4.0625rem;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:10.8125rem;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:17.9375rem;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:26.5rem;left:0rem;display:block; }
#LxbmM6ZliptKcZhDhN0hXPNZezAbGzta { box-sizing:content-box;height:0.624276875rem;width:0.624276875rem;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:35.968606591224rem;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:48.875rem;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:54.1875rem;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:60.9375rem;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:66.4375rem;left:0rem;display:block; }
#qA6pwS1i25NleKKcuXlNi8IvSN95OnaH { 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:42rem;left:0rem;display:block; }
#w3tTaaWDIUinkfCxwDEnqOHKvZV2K4CT { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:41.4375rem;left:1.875rem;height:3.5995375rem;font-style:normal;display:block; }
#S3RvbnwilAHlSD8mLocAENezFxWmkaT8 { color:rgba(var(--color-tertiary-1),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15108;line-height:1.4;letter-spacing:0;top:45.25rem;left:1.875rem;height:1.22540625rem;display:block; }
#CUQx6uHzwtkGvonCmaFT3NzLSiUUEKLl { 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:48.875rem;left:0rem;display:none; }
#S70ITqSNfJEkJv3H0FyaxOvBPZTXIouq { box-sizing:content-box;height:0.624276875rem;width:0.624276875rem;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:35.968606591224rem;left:0rem;display:none; }
#rCkW7IXtPXhyrAwP0zl48mTK0X1fg3xr { box-sizing:content-box;height:0.624276875rem;width:0.624276875rem;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:35.968606591224rem;left:0rem;display:none; }
#c1hzuM54oglqbxrBUIKPCxrgMX8WsHBN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c1hzuM54oglqbxrBUIKPCxrgMX8WsHBN > .row .container { background-color: transparent; background-image: none; }#c1hzuM54oglqbxrBUIKPCxrgMX8WsHBN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1hzuM54oglqbxrBUIKPCxrgMX8WsHBN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1hzuM54oglqbxrBUIKPCxrgMX8WsHBN > .row .container > .video-iframe-container { display: none; }#c1hzuM54oglqbxrBUIKPCxrgMX8WsHBN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1hzuM54oglqbxrBUIKPCxrgMX8WsHBN > .row > .video-iframe-container { display: none; }#c1hzuM54oglqbxrBUIKPCxrgMX8WsHBN > .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); }#c1hzuM54oglqbxrBUIKPCxrgMX8WsHBN > .row .container { border-width: 0; border-radius: 0; }#c1hzuM54oglqbxrBUIKPCxrgMX8WsHBN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c1hzuM54oglqbxrBUIKPCxrgMX8WsHBN > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#ECWwBDXnC3cTvMVhlB7llawnZcaJzwSH { position:absolute;display:block;z-index:15130;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:21.875rem;top:0rem;left:26rem;overflow:hidden;display:block; }
#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { position:relative;display:block; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { background-color: transparent; background-image: none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container > .video-iframe-container { display: none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row > .video-iframe-container { display: none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .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); }#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:rgba(var(--color-tertiary-0),1);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:block; }#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:var(--paragraphs-font-family);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.137875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6Tlf0gVgA1HPB2fLZthWTmJPdT1v3sa { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height: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:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-tertiary-4),1);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:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);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:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width: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, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));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; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { background-color: transparent; background-image: none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container > .video-iframe-container { display: none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row > .video-iframe-container { display: none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .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); }#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:block; }#VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);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, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));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; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { background-color: transparent; background-image: none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container > .video-iframe-container { display: none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row > .video-iframe-container { display: none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .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); }#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:block; }#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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.6875rem;left:53.125rem;height:1.54375rem;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, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));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; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { background-color: transparent; background-image: none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container > .video-iframe-container { display: none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row > .video-iframe-container { display: none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .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); }#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:block; }#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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:0.6875rem;left:53.125rem;height:1.54375rem;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, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));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; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container { background-color: transparent; background-image: none; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container > .video-iframe-container { display: none; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row > .video-iframe-container { display: none; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .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); }#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:block; }#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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.6875rem;left:53.125rem;height:1.54375rem;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, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));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; }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row .container { background-color: transparent; background-image: none; }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row .container > .video-iframe-container { display: none; }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row > .video-iframe-container { display: none; }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .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); }#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:24.375rem;width:75rem;position:relative;display:block; }#uh3hFniUNhez8MnWuTRGqrzVpOGS6zti { position:absolute;display:block;z-index:15001;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(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:1.875rem;left:5.625rem;display:block; }
#AtMU3VUlWr08gizbazaWDCcehzX4PPyX { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(var(--color-tertiary-4),0.15) ;height:21.25rem;width:30rem;top:1.25rem;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width: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:var(--headlines-font-family);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:var(--headlines-font-family);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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJqxItpMoprxDCRXI6lnReK7CqgbgmrL { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:40rem;height:0.97511875rem;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; }
#AXRCqeroFJ4xkCeUZTAQ8l7sR3Lim1kJ { 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 #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;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:#e1e1e1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.3125rem;left:12.5rem;display:block; }
#kTSKATG7TlJVX4EIgQ3ge8PrQlPOUGGi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vPI640g8STl7HTrMkbUtFaIh8IPDxwID { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));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; }#vPI640g8STl7HTrMkbUtFaIh8IPDxwID > .row .container { background-color: transparent; background-image: none; }#vPI640g8STl7HTrMkbUtFaIh8IPDxwID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPI640g8STl7HTrMkbUtFaIh8IPDxwID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPI640g8STl7HTrMkbUtFaIh8IPDxwID > .row .container > .video-iframe-container { display: none; }#vPI640g8STl7HTrMkbUtFaIh8IPDxwID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPI640g8STl7HTrMkbUtFaIh8IPDxwID > .row > .video-iframe-container { display: none; }#vPI640g8STl7HTrMkbUtFaIh8IPDxwID > .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); }#vPI640g8STl7HTrMkbUtFaIh8IPDxwID > .row .container { border-width: 0; border-radius: 0; }#vPI640g8STl7HTrMkbUtFaIh8IPDxwID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPI640g8STl7HTrMkbUtFaIh8IPDxwID > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#O3dJNLRb3raGK4iEIX1qTiHUaEFQVzVI { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(var(--color-tertiary-4),0.15) ;height:21.25rem;width:30rem;top:1.25rem;left:5.625rem;display:block; }
#N4dswBRGwNu5E0sNqWCwhhXz9XHHtsXA { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(var(--color-tertiary-4),0.15) ;height:19.375rem;width:30rem;top:2.1875rem;left:39.375rem;display:block; }
#UNhcO2TtNareFL52vtds2V6fpMCveNAi { 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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width: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; }
#ZRTuiRklhXIIbWzT4Lh6D1Ev3WI6oIt4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xfwU7MgkTJxqSTNMXURdNEZJhKoSDiUE { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);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; }
#vgvgXJBDa6bNJoNaqbnsMB7hXivwOT3m { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);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; }
#BPCQRzVy42wLzkdTOirfGZTfmlBH0sZi { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#JNu0DZsS7o2igArxOGRKKiAQ5yOBNsGC { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#NbmUs0vipuMfIKtP74f3T0WNCeFidHZH { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LtPsqJQIVJwLkIkUZ8m9anMnm2wN5aBn { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:40rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDQVP363OqNGvVHdp6HZxNgIMBGsu8hr { 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; }
#oZDR7eNMBGgETeynOOxBhWiTlCa3462M { 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; }
#R4kbJfgkLzOkMdnP04iTAWzLpLyVizro { background-color:#e1e1e1;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(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.3125rem;left:12.5rem;display:block; }
#rdGRcH7VX3rNZQKnGt5L0T9cZd86rCZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MwTweEGcQ64CPQMZEmFFqTmuh6ymEapR { color:#c3c3c3;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.793750762939rem;left:6.3125rem;height:0.89375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));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; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { background-color: transparent; background-image: none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container > .video-iframe-container { display: none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row > .video-iframe-container { display: none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .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); }#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:24.375rem;width:75rem;position:relative;display:block; }#A8SI1DT6iE5ZS9ezyEg723E44FIamSbb { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width: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:rgba(var(--color-tertiary-0),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LkTyoiC8WPL0P5K9zGRdIedV8cKsOMdb { color:rgba(var(--color-tertiary-0),1);display:block;width:60.875rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width: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:rgba(var(--color-tertiary-0),1);display:block;width:61rem;position:absolute;font-family:var(--paragraphs-font-family);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, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));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; }#RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG > .row .container { background-color: transparent; background-image: none; }#RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG > .row .container > .video-iframe-container { display: none; }#RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG > .row > .video-iframe-container { display: none; }#RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG > .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); }#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:24.375rem;width:75rem;position:relative;display:block; }#MHyhuqaR4VrG2Tyx1kHnZMwaQwMkRDaV { 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(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:2.5rem;left:5.625rem;display:block; }
#b4K0MLqzudFSdBZKil8FHw79w45KpvIW { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));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(var(--color-tertiary-4),0.15) ;height:21.25rem;width:30rem;top:1.25rem;left:39.375rem;display:block; }
#y1gQu1MDdvdQpvR7mO9HXbBqATwl8TUp { background-color:rgba(var(--color-tertiary-0),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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width: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:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.34375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQa5iVpu3BSXzSiwqTFKcV4IEQne1pzu { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:40rem;height:0.97511875rem;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; }
#t02KhEdFFRcTVAzlbpHxwBpQc2UNImDK { 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 rgba(225,225,225,0.5);border-left:0.0625rem solid rgba(225,225,225,0.5);border-right:0.0625rem solid rgba(225,225,225,0.5);border-bottom:0.0625rem solid rgba(225,225,225,0.5);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:#e1e1e1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.3125rem;left:12.5rem;display:block; }
#vRh5UHltXT2VAAsWcevvLZP1yAm6vs4o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bqJduf3vxcMZpsJk32UueNDcbdZpiAcB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:2.5rem;left:28.9375rem;overflow:hidden;display:block; }
#pc2ZePM8Ex3pIQ1ZB3kfZpIBBry6p7Em { color:#cecece;display:block;width:4.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9rem;left:13.5rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K06uht4Zepnwh1rOMWUsTpELf0pful6G { color:#cecece;display:block;width:6rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.4375rem;left:12rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VvJr6nS307z9D7F5BP87wKVaFSNW0Fe0 { color:#b0b0b0;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.525001525879rem;left:6.21875rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q6IZ3TRNI9hb61CUcH0rq9fakfEoN4U8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));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; }#Q6IZ3TRNI9hb61CUcH0rq9fakfEoN4U8 > .row .container { border-width: 0; border-radius: 0; }#Q6IZ3TRNI9hb61CUcH0rq9fakfEoN4U8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6IZ3TRNI9hb61CUcH0rq9fakfEoN4U8 > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:none; }#v6OCplG7wr00XoTX42MnRTC9C58ip2Ov { 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(var(--color-tertiary-4),0.15) ;height:21.25rem;width:30rem;top:1.25rem;left:5.625rem;display:block; }
#yVcgeUTd2vMvS2aI1BxT0J4RoGJP2QWK { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));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(var(--color-tertiary-4),0.15) ;height:19.375rem;width:30rem;top:2.1875rem;left:39.375rem;display:block; }
#xTFRbqu0aHisRTxBkzAhCf4X5xPINeNo { background-color:rgba(var(--color-tertiary-0),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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width: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; }
#V7kS38DQsXNomfVVFwJX3ABsJZDkKaVO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BMWBqsX7DVkyqVTTtFk345uRrOArZhbg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.34375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ugg07cIflQcOOtmBQ5IwhQmcqQtmMVxp { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);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; }
#wQHU2PKRIpVqKBMuqStLqox3ezmNQJXE { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#mUB6pt90w1hpcwZi9nfJAThlbPDTRVlu { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#zHW62m2H70UVXg5tNqGhhNg8JQKIEhMc { color:#b0b0b0;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:40rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WlbszMsEN0TO18FQDg9ruRWks73epRBD { 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; }
#nBUn2eyH60CHOrytTGo9CBJ3koadyed4 { 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; }
#zuOF9AGkwWv7GQQFguzs2QgAB4uZeiTD { background-color:rgba(216,216,216,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-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(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.3125rem;left:12.5rem;display:block; }
#nMkLMWpA18W36ZKK7oRVK6TJcTOgpoNH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zPzN9soIiGQkZxlZuE47EtOTlraOBSNE { color:#c3c3c3;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:20.8125rem;left:6.25rem;height:0.89375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fRZlEBBuD7R3FTfc6qCIX4SvpHA8AoJ5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:1.25rem;left:28.9375rem;overflow:hidden;display:block; }
#UyFrLLLA8dWpQgzQU0HSD6bXK4RaTF8m { color:#cecece;display:block;width:4.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.25rem;left:13.5rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e4GkE7MTNW6xQ43bVTlTokasa6yv106l { color:#cecece;display:block;width:6rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.4375rem;left:12rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zaBhGbCzitwmRN7SxUlDc8JrqKoS0dvO { color:#b0b0b0;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.52499961853rem;left:6.21875rem;height:0.97511875rem;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, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));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, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));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(var(--color-tertiary-4),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, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256cc', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(135deg, #5256cc, rgba(var(--color-primary-1),1));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(var(--color-tertiary-4),0.15) ;height:19.375rem;width:30rem;top:2.1875rem;left:39.375rem;display:block; }
#P7hyDFZHacuHvW8uBCwRbTwJbS5lTWqL { background-color:rgba(var(--color-tertiary-0),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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));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; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container { background-color: transparent; background-image: none; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container > .video-iframe-container { display: none; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row > .video-iframe-container { display: none; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .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); }#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:24.375rem;width:75rem;position:relative;display:block; }#iA0hSZKS2n7lq2sXa94vmi0fc3P5WNrM { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width: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:rgba(var(--color-tertiary-0),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQGr0HeTcoZe4K6ghlUyxEBBR15wuRH9 { color:rgba(var(--color-tertiary-0),1);display:block;width:60.875rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width: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:rgba(var(--color-tertiary-0),1);display:block;width:64.875rem;position:absolute;font-family:var(--paragraphs-font-family);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, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));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; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container { background-color: transparent; background-image: none; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container > .video-iframe-container { display: none; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row > .video-iframe-container { display: none; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .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); }#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:24.375rem;width:75rem;position:relative;display:block; }#abDylg98amBHvlHFOV4gDHUPqW4mfEdU { position:absolute;display:block;z-index:15001;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(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:1.875rem;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(var(--color-tertiary-4),0.15) ;height:21.25rem;width:30rem;top:1.25rem;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width: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:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZWZInteZSoEgA9Lh28s97oTTmbpyGh6 { color:#cacaca;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:40rem;height:0.97511875rem;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; }
#XeXvz4ZxJ8OrlsxrCT4D9LVmb1awcH1D { 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 rgba(225,225,225,0.5);border-left:0.0625rem solid rgba(225,225,225,0.5);border-right:0.0625rem solid rgba(225,225,225,0.5);border-bottom:0.0625rem solid rgba(225,225,225,0.5);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:#e1e1e1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.3125rem;left:12.5rem;display:block; }
#KVq3Pk6B1lqfrv82ItxTfCQkevyVwP0t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ixUJPPBURTC0DLDa1zxcRJC5TXO3bV30 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));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; }#ixUJPPBURTC0DLDa1zxcRJC5TXO3bV30 > .row .container { border-width: 0; border-radius: 0; }#ixUJPPBURTC0DLDa1zxcRJC5TXO3bV30 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixUJPPBURTC0DLDa1zxcRJC5TXO3bV30 > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:none; }#vBCcgw8gwZ8D1yGDe2lgGfJVk5vsyZV9 { position:absolute;display:block;z-index:15001;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(var(--color-tertiary-4),0.15) ;height:21.25rem;width:30rem;top:1.25rem;left:5.625rem;display:block; }
#xfxRcB17Lhu7OVoXeDgIJivuQdKOxtt9 { 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(var(--color-tertiary-4),0.15) ;height:19.375rem;width:30rem;top:2.1875rem;left:39.375rem;display:block; }
#ofMNfO8cCqTsNrqZsT3HgKv7EmzB01Ta { 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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width: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; }
#yskxyKScnflpmN4J37XtiFGhVVaBs7NV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HuhsHlHDrcoa2AzdSRKWZSJSwCxXHtbu { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);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; }
#WCfVeva1yTVrUiTJ9kSJt0Nx2sk4I6om { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);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; }
#rwOC0uVqLPqX6EiTbXwhB0KRx0TJh5H7 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#wsvaytzcisW81lOF5LCRDKgMfTREWPdV { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#hDtLyxgno4L58qmTXFMnTi42EhIIiI1p { color:#cacaca;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VeTopP3PpCUTzmd41E6RXT7L6iJlZ8Kc { color:#cacaca;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:40rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdNXypE7mS4Bh6iTvZ3xD4fw1uKSUzGB { 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; }
#D1sexAZPAFFqUJcsuCA8IKW5s7zCt487 { 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; }
#mRPTVKhhuZF5FKdhoo17ZewndVXnc877 { background-color:#cacaca;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(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.3125rem;left:12.5rem;display:block; }
#NnnrThaBglrZFU0IOg8uMLKRay9LiiTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aEw444eV3lzUvoxCzORbJet9AT3fzoof { color:#cccccc;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:20.9375rem;left:6.25rem;height:0.89375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));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; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { background-color: transparent; background-image: none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container > .video-iframe-container { display: none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row > .video-iframe-container { display: none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .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); }#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:47.1875rem;width:75rem;position:relative;display:block; }#oZr9TrquDTy9SR13fzVd0QKewrt29n3e { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),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:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.2874755859375rem;left:5.625rem;height:2.6rem;font-style:normal;display:block; }
#Lz5Twr3CTefpyemoyPJU5drT7ZRUgwuv { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),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:9.5rem;left:5.625rem;display:block; }
#odVWnOoaFwABMnCemohkUwWP57ld5km5 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),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:14.5rem;left:5.625rem;display:block; }
#v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),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:19.5rem;left:5.625rem;display:block; }
#gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.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:5.1239624023438rem;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:5.1239624023438rem;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:10.987487792969rem;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:10.987487792969rem;left:50.8125rem; }
#xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.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:16.125rem;left:50.8125rem; }
#SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),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:24.5rem;left:5.625rem;display:block; }
#EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:21.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:21.125rem;left:50.8125rem; }
#xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),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:29.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:26.125rem;left:50.8125rem; }
#N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:25.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:26.125rem;left:64.4375rem; }
#UOhlywX40XfnTTM9uDWqa1pI1S4urDeu { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),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:34.5rem;left:5.625rem;display:block; }
#raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:30.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:31.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:31.125rem;left:64.4375rem; }
#TeeUHl4vMMpBoC2wNf7ezET9fKPzRCek { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),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:39.5rem;left:5.625rem;display:block; }
#F0ad5IDtOFXK3xg1C1Ro8Mfws6lN0Uws { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:35.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:36.125rem;left:50.8125rem; }
#EdTdhV6ckXNzV1yaB1sUQc5uMwE6i5ol { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),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:44.5rem;left:5.625rem;display:block; }
#SXGTuIQIJSEbWqD8JnoJL207hMt7XsT6 { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:41.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:41.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:41.125rem;left:64.4375rem; }
#nLPQ46iIuo30u4fdJQphkLGfgR2d9rTA { color:rgba(255,255,255,0.8);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.3875007629394rem;left:5.625rem;height:0.97511875rem;font-style:normal;display:block; }
#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b18b6c32-7063-4602-9994-e331855e9d44/hotel_ambasador_zdj.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe.adaptive-delivery-prevent-bg, #VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe.lazyload, #VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe.lazyloading { background-image: none; }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .row .container { background-color: transparent; background-image: none; }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,70,53,0.7); }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .row .container > .video-iframe-container { display: none; }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,70,53,0.7); }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .row > .video-iframe-container { display: none; }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .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); }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .row .container { border-width: 0; border-radius: 0; }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#UNn1Vxh02r2h3Vg2f3PNI5bz8hAalgG7 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BpedoMEgTo7JEaPQP6EPIeLPNx0dOUcM { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:18.4375rem;left:41.25rem;height:18rem;text-align:center;text-align-last:center;display:block; }
#sy6HbLSEOlqLKBbXUqIIoKb4iR1rr9LS { 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:13.0625rem;width:9rem;top:6.84375rem;left:55.875rem;overflow:hidden;display:block; }
#BVVdvXpa0bhswolTvWTChhu7N247ANTA { background-color:rgba(var(--color-tertiary-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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:33.0625rem;left:50rem;display:none; }
#ffEFSrq2sols7XFMgbEysvpavnMd0wn8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.5625rem;left:0rem;height:2.45rem;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:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.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:block; }#J9nmmEthPOJiHzD0lqe1uUQKwrx5o0t0 { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.875rem;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:13.125rem;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:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);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; }
#PRbaeS5UHaw71V9fronZOsuPqJk4ffRW { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.875rem;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:12.3125rem;left:46.875rem;overflow:hidden;display:block; }
#KbBxeMg3h118giCDSK0AQ7AJTNgpRN82 { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:22.0625rem;left:18.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#R1X1uauCz1EIlQT0OmmK85EEF83WeSsO { 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:6.375rem;width:14.0625rem;top:24.84375rem;left:30.46875rem;overflow:hidden;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:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:11.5625rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:17.625rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:23.75rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { color:#267360;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-2),1);display:block;width:67.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:29.75rem;left:0rem;height:1.90031875rem;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:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:3.7385406494141rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yhHzztUW19z6MIGTwZ9LIu9vlX2PFwFi { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:9.7385406494137rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#umSXavtKpW53h5pSVbkM6plakcMvtXnx { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:17.301040649414rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Om1A8RiQM8TRMnz3ibOUOHJzzP5pSlMy { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:24.926025390625rem;left:0rem;height:1.90031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n3OTiKHDJpk4rCsiidd8oTMxcRzpMgr8 { color:#267360;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-2),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:30.863525390625rem;left:0rem;height:1.90031875rem;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, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));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:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-0),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(var(--color-tertiary-0),0.6);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:18.6875rem;left:0rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hMuEP3XIHEGd3kCVvzZv8u9lpvwpE2rL { color:rgba(var(--color-tertiary-0),1);display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:9.15625rem;height:5.19965rem;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(var(--color-tertiary-0),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size: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(var(--color-tertiary-0),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size: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:block; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { background-color: transparent; background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .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 > .row .container { width:47.75rem;height:30rem;position:relative;display:block; } }@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.7997625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rPodQPdzU3HnDPegTRWhKQl49k2v6fWh { width:20.375rem;height:3.14815rem;top:9.4375rem;left:0.625rem;font-size:1.3125rem;z-index:15002;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:4.5rem;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.49884375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cl4WZy0zXV6SpndzXCTxMOvunwaQfN49 { top:6.97500038147rem;left:1.0625rem;width:8.5625rem;height:1.2991875rem;font-size:1rem;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.2991875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2KRH2LNwV8avrteeAzHvLB6s8EZSUf9 { width:20.5625rem;height:19.25rem;top:10.75rem;left:27.145097173145rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xP9U0co3SiwAddnOVOFbJhWxIx0NELdb { width:14.375rem;height:1.625rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K { 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;display:block; }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row .container { background-color: transparent; background-image: none; }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row .container > .video-iframe-container { display: none; }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row > .video-iframe-container { display: none; }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .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); }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row .container { width:47.75rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fWROlLzGuPtlWfwu7UGCxrAk3dkaHkkd { width:14.375rem;height:4.94791875rem;top:3.3624992370606rem;left:4.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W8flAW3Da6B5iCh5wUNqQFLaRDTfs0ps { width:11.5rem;height:1.05035rem;top:1.875rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WT2i86FUBsxhtuic6iWHnbRyTOI7EJ3d { width:3.125rem;height:3.125rem;top:2rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XlsMGdCN1LIEGf8lwW0gPo84kblWbles { width:7.3125rem;height:1.05035rem;top:1.875rem;left:23.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7LJaqubNWrKVXZox7NXSMluVTvrGGxI { width:7.5rem;height:1.8rem;top:3.2999992370606rem;left:23.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TshugUg8zOgMqJdDiQhngNleAdWU36fU { width:5.5625rem;height:1.05035rem;top:1.875rem;left:35.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xITMBqMrQizfeqzPNa6Mkzvb2DDFentw { width:9.1875rem;height:1.65rem;top:3.2999992370606rem;left:35.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PBetTFqb5alhK8CnoDqnoBvX07d9iHOm { top:2.0625rem;left:0.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3M83bEbkPaSB8a4xvaz9KsHu2g2S3G8 { top:2.03125rem;left:31.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dwEk07wNcglrK8XZQdUeE3TmbirCaZG4 { width:1.875rem;height:1.875rem;top:3.375rem;left:45.25rem;font-size:1.3125rem;display:block; }
#dwEk07wNcglrK8XZQdUeE3TmbirCaZG4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 1199px) { #CQwilOXGDRD6cvg6tR6FCOefdQR4XnAP { width:7.5rem;height:1.8rem;top:5.1124992370606rem;left:23.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { display:block; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { width:47.75rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { top:2.5rem;left:7.8125rem;width:32.125rem;height:4.5486125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { width:46.5rem;height:16.875rem;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.2991875rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvIweu5pazfsm5EW6SIfhoNpTk5vuORi { width:22.0625rem;height:4.90161875rem;top:6rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hS5uMg8aa1lEBvZIPElNIH21ypeFNJ6P { width:23.875rem;height:1.2991875rem;top:4.0625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wr0MJPMNRmku7Ezp2iBUcQdKqhDlRpGo { width:23.0625rem;height:3.67621875rem;top:6rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zEJ3TwxB11kDczpM1RH4VoeATkQ7wIPa { width:18.1875rem;height:4.90161875rem;top:18.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSTm51ir08fNfgnXpPXa7G0LyTpWwwpv { width:23.875rem;height:1.2991875rem;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.2991875rem;top:16.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gm8m25rMZuvHTDLoaH5WUT5p6WdITqkV { width:21.5625rem;height:4.90161875rem;top:18.737499237061rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m7g1lE9JI0U4bP0WaAQc4n7PTyzlVeyx { display:block; }#m7g1lE9JI0U4bP0WaAQc4n7PTyzlVeyx > .row .container { width:47.75rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TpGagT3Qv6q1RUv48hWGHWTrn9GSJwWR { width:18.125rem;height:1.21875rem;top:0rem;left:14.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DHpQ65byFATpMz2qFHMUzJUu9GqdTHAl { width:7.5rem;height:0.0625rem;top:0.625rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFuAd6DIwyUJW464fTcDUpeJliqlsmcl { width:7.5rem;height:0.0625rem;top:0.625rem;left:31.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q2Q1FqbHUA5ben1ZAxWLm0TBXaOpRwl9 { width:25.375rem;height:13.75rem;top:2.1875rem;left:11.1875rem;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:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x7lhdJTvJvq9FXDfz6O7otoJyETUS97h { top:2.5rem;left:9.125rem;width:29.5rem;height:4.5486125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NfM7TU9c5sErOUDVKOdCUK9ubvyBdWTQ { top:8.5rem;left:2.8125rem;width:42.875rem;height:18.18724375rem;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:17.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wVUbizwsCeGE4oUnmPZGs7nldQ5nBAHT { width:1.25rem;height:1.25rem;top:14.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NvQOaEpSm3ZSqJL6g86xXmeolVLdFeld { width:1.25rem;height:1.25rem;top:20rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NemOblmzK06EMhVbRkVI8Wi0DJN9Rzpo { width:1.25rem;height:1.25rem;top:22.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IT8F5ZR4EJh8wTgnrydS0VzGaBcqzDAN { width:1.25rem;height:1.25rem;top:25.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU { display:block; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:block; } }@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:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { top:0rem;left:2.5rem;width:44.8125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #obhR5NoRyd0spcZQfET4OCexTBiJcbDI { top:6.6875rem;left:2.5rem;width:43.875rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tBDy4lSEuDIoEhIxtFcC8FQOwiUy8hZT { top:16.9375rem;left:2.5rem;width:44.625rem;height:5.09983125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DHJcKqeyDDJAPt8rr5MFAfrE6cZ2d0Li { top:33.5625rem;left:2.5rem;width:45.0625rem;height:5.09983125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vwILEcgzfeWCq4rgOBms9vDktL9qrU0Z { top:41.875rem;left:2.5rem;width:42.0625rem;height:5.09983125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSfJ6Ix5MKT8f6iWD2i1SBM6EPaGEwBh { width:30rem;height:1.21875rem;top:10.362499237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m0M6eMRESSBa9xaTQ763hXmAMX5GRupR { width:30rem;height:1.21875rem;top:22.237499237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Slh5wFuMOs1zBWvPpff7CzNnFJTUaGcp { width:30rem;height:1.21875rem;top:38.862499237061rem;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.6125030517578rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fnXI3GW8aPyRZkHONdGPGJFvSpZPMDRE { width:30rem;height:1.21875rem;top:30.549999237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvkfXBn7LTeGX7NXNAtGTnXS8K7XcKdr { top:25.25rem;left:2.5rem;width:44.75rem;height:5.09983125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GlSAynCp2SmsD172CiNJsp8tM08kJx9D { top:48.5rem;left:2.5rem;width:42.0625rem;height:3.3998875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aHbWqsrItT67XoG59xPiPkHnFCnmBi0V { width:29.99925rem;height:1.21816875rem;top:46.972648620606rem;left:2.4978299736977rem;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.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iO1Rph9P3lfPsFlKEsWZUidflGvKtTFp { width:0.625rem;height:0.625rem;top:17.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xsfq4TXKJc0HLcSfbNP8rl0vB3gIoBWb { width:0.625rem;height:0.625rem;top:25.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iBZFM51MgZg0I4HVcTx6APAPtGI86MuL { width:0.625rem;height:0.625rem;top:34.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yIkPLPa0Z2HUXXy89ncJMRZnTTy7cEBA { width:0.625rem;height:0.625rem;top:49rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BVQt9wenatMZwTqXRXWA1ope6VPsGDgp { width:0.625rem;height:0.625rem;top:42.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lZH9vWlfwktvNHx8N8UaMBiKudETa1RG { top:13.4375rem;left:2.5rem;width:43.875rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JNilVNnyFLpuNBQqUK4LMQz7BPJkwxwx { width:0.625rem;height:0.625rem;top:14rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WDGqBirGVRsA0ey1LqSQRLxCLATx6tOv { top:54.124282836914rem;left:2.4992766976356rem;width:42.0625rem;height:3.3998875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxBKhIqfKoZ1B1oIgNwLWzS6Pg6Pbsyd { width:0.625rem;height:0.625rem;top:54.812358856201rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fJLictH4bBggEzlnxDZWTHtXlnc95tt2 { display:block; }#fJLictH4bBggEzlnxDZWTHtXlnc95tt2 > .row .container { width:47.75rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VXAKJkOsIXHm0LPwos0n37WxQGMpih7N { top:0rem;left:2.4992766976356rem;width:39.5625rem;height:1.69994375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNJDutuEWyLakQWaqlS1Gf0f6Gxcfo8W { top:3.375rem;left:2.5rem;width:42.0625rem;height:5.09983125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ixnKLKn9dHXa4olzNyhtnBl6qA0m2IxC { top:11.648958206177rem;left:2.5rem;width:41.9375rem;height:5.09983125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nlGcGRiOfcPT2MWGCkLdgxpTLa0LE5bB { width:43.75rem;height:1.1375rem;top:16.910416603088rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eTcTmbeXoxHR1c0Man6wMAFOy7CPXr2r { width:30rem;height:1.21875rem;top:8.675000190735rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vxSqfHVNXITJyWoaNcbhhfOVSTmSOZxU { top:19.875rem;left:2.5rem;width:41.75rem;height:6.79976875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tR0Ksv6hnLbLsKx0TX2ECQOnieTUe4fO { top:68.125rem;left:2.5rem;width:44.9375rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EiuppxpbyPEUkQ5ZUN5fhckufTUa4fm9 { width:44.125rem;height:1.1375rem;top:26.887500762939rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XPdzyiv8Ps1oKeXEPSloZdzrJpuwIoTl { width:44.3125rem;height:3.41145625rem;top:35.1875rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aJrPTDITVPO6qoTFMlsmTtGZZJTKeOgb { top:29.875rem;left:2.5rem;width:38.3125rem;height:5.09983125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LUir7CLUw5HyLNruNgpkFB6NvCBwUPmh { top:38.747837066651rem;left:2.4978299736977rem;width:44.6245625rem;height:8.49971875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UmLebKT6JLWZuyZwZTG9vw5NzBH46t8y { top:51.25rem;left:2.5rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFfelFeF1OnLck80ooBT4fZiRbr3knUc { top:63.0625rem;left:2.5rem;width:44.6875rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IMelx8Fm5G3wJ60gVJTHUzeUGcKPi6WX { top:56.375rem;left:2.5rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vaRt0hk07LAi6Mh0z60CK8P45ZsqlEnp { width:44.375rem;height:1.1375rem;top:60.087501525879rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nyJHChARCbcaGXfnFUzzbKTi0kUmMWVS { width:44.4371875rem;height:1.13715rem;top:42.428392410278rem;left:2.4978299736977rem;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) { #F7gFklbJOu4wuK6BfD2hf3vOSs3VXyBH { width:0.625rem;height:0.625rem;top:3.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQXSNP9R4PmQwOy0fFMc6EerSUoV6Tbc { width:0.625rem;height:0.625rem;top:12.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LzTSltwE1bn2J76cnRxNuWw50gZO6UW0 { width:0.625rem;height:0.625rem;top:20.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oAxKvgk9zUxZfJuawc0gJ4m4rOXWGhuk { width:0.625rem;height:0.625rem;top:30.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LxbmM6ZliptKcZhDhN0hXPNZezAbGzta { width:0.624276875rem;height:0.624276875rem;top:39.311349868774rem;left:0.62355333566666rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AEDIIrtwUF03qgcHnsbQK84pmCBI2qyL { width:0.625rem;height:0.625rem;top:51.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HQWbGZZlMZ0KpXc2kzmP7qHa7pMIJKd9 { width:0.625rem;height:0.625rem;top:56.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IFFMuT6qs6GDNR6cSz2J8sVVpA4bwbgV { width:0.625rem;height:0.625rem;top:63.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I4MwfVC95AbNcvfLET9xd1TNm96MnIRl { width:0.625rem;height:0.625rem;top:68.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qA6pwS1i25NleKKcuXlNi8IvSN95OnaH { width:0.625rem;height:0.625rem;top:45.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w3tTaaWDIUinkfCxwDEnqOHKvZV2K4CT { top:44.6875rem;left:2.5rem;width:41.0625rem;height:3.3998875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S3RvbnwilAHlSD8mLocAENezFxWmkaT8 { width:44.625rem;height:1.1375rem;top:48.287498474121rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CUQx6uHzwtkGvonCmaFT3NzLSiUUEKLl { width:0.625rem;height:0.625rem;top:51.75rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #S70ITqSNfJEkJv3H0FyaxOvBPZTXIouq { width:0.624276875rem;height:0.624276875rem;top:39.311349868774rem;left:0.62355333566666rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rCkW7IXtPXhyrAwP0zl48mTK0X1fg3xr { width:0.624276875rem;height:0.624276875rem;top:39.311349868774rem;left:0.62355333566666rem;display:none; }
 }@media only screen and (max-width: 1199px) { #c1hzuM54oglqbxrBUIKPCxrgMX8WsHBN { display:block; }#c1hzuM54oglqbxrBUIKPCxrgMX8WsHBN > .row .container { width:47.75rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ECWwBDXnC3cTvMVhlB7llawnZcaJzwSH { width:21.875rem;height:9.875rem;top:0rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRFkioMTlPRULpQpoaMP502gCHmqzVlv { display:block; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@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.0554125rem;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:block; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { width:47.75rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { width:42.9375rem;height:5.525175rem;top:2.5rem;left:2.40625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { display:block; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { width:47.75rem;height:5.625rem;position:relative;display:block; } }@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.137875rem;top:1.375rem;left:32.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GC5bi4kM3kKX1UzbMq009liLLizEhR2o { display:block; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { width:47.75rem;height:5.625rem;position:relative;display:block; } }@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.137875rem;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:block; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container { width:47.75rem;height:5.625rem;position:relative;display:block; } }@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.137875rem;top:1.375rem;left:32.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bxQPyZCWh0ghtexlrKuP2hewt3DImO8x { display:block; }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row .container { width:47.75rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uh3hFniUNhez8MnWuTRGqrzVpOGS6zti { width:22.5rem;height:17.5rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AtMU3VUlWr08gizbazaWDCcehzX4PPyX { width:22.5rem;height:18.75rem;top:1.25rem;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.625rem;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.97511875rem;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.97511875rem;top:12.625rem;left:24.75rem;font-size:0.75rem;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) { #AXRCqeroFJ4xkCeUZTAQ8l7sR3Lim1kJ { width:16.25rem;height:3.75rem;top:14.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTSKATG7TlJVX4EIgQ3ge8PrQlPOUGGi { display:block; }
 }@media only screen and (max-width: 1199px) { #vPI640g8STl7HTrMkbUtFaIh8IPDxwID { display:block; }#vPI640g8STl7HTrMkbUtFaIh8IPDxwID > .row .container { width:47.75rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #O3dJNLRb3raGK4iEIX1qTiHUaEFQVzVI { width:22.5rem;height:20rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N4dswBRGwNu5E0sNqWCwhhXz9XHHtsXA { width:22.5rem;height:18.125rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UNhcO2TtNareFL52vtds2V6fpMCveNAi { width:16.25rem;height:3.75rem;top:14.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRTuiRklhXIIbWzT4Lh6D1Ev3WI6oIt4 { display:block; }
 }@media only screen and (max-width: 1199px) { #xfwU7MgkTJxqSTNMXURdNEZJhKoSDiUE { width:22.5rem;height:4.875rem;top:8rem;left:0.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vgvgXJBDa6bNJoNaqbnsMB7hXivwOT3m { width:22.5625rem;height:4.875rem;top:8rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BPCQRzVy42wLzkdTOirfGZTfmlBH0sZi { 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) { #JNu0DZsS7o2igArxOGRKKiAQ5yOBNsGC { 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) { #NbmUs0vipuMfIKtP74f3T0WNCeFidHZH { width:22.4375rem;height:0.97511875rem;top:12.625rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LtPsqJQIVJwLkIkUZ8m9anMnm2wN5aBn { width:22.25rem;height:0.97511875rem;top:12.625rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDQVP363OqNGvVHdp6HZxNgIMBGsu8hr { width:3.125rem;height:3.125rem;top:2.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oZDR7eNMBGgETeynOOxBhWiTlCa3462M { width:2.5rem;height:2.5rem;top:2.8125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R4kbJfgkLzOkMdnP04iTAWzLpLyVizro { width:16.25rem;height:3.75rem;top:14.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rdGRcH7VX3rNZQKnGt5L0T9cZd86rCZI { display:block; }
 }@media only screen and (max-width: 1199px) { #MwTweEGcQ64CPQMZEmFFqTmuh6ymEapR { width:22.25rem;height:0.97511875rem;top:18.875rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { display:block; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { width:47.75rem;height:22.5rem;position:relative;display:block; } }@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.95023125rem;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.43634375rem;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.43634375rem;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:block; }#RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG > .row .container { width:47.75rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MHyhuqaR4VrG2Tyx1kHnZMwaQwMkRDaV { width:22.5rem;height:17.5rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b4K0MLqzudFSdBZKil8FHw79w45KpvIW { width:22.5rem;height:18.75rem;top:1.25rem;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:18.375rem;height:4.875rem;top:8rem;left:4.75rem;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.97511875rem;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) { #t02KhEdFFRcTVAzlbpHxwBpQc2UNImDK { width:16.25rem;height:3.75rem;top:14.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRh5UHltXT2VAAsWcevvLZP1yAm6vs4o { display:block; }
 }@media only screen and (max-width: 1199px) { #bqJduf3vxcMZpsJk32UueNDcbdZpiAcB { width:6.6875rem;height:6.6875rem;top:1.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pc2ZePM8Ex3pIQ1ZB3kfZpIBBry6p7Em { width:6.3125rem;height:1.137875rem;top:8.59375rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K06uht4Zepnwh1rOMWUsTpELf0pful6G { width:6.3125rem;height:2.275rem;top:9.65625rem;left:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VvJr6nS307z9D7F5BP87wKVaFSNW0Fe0 { width:22.25rem;height:0.97511875rem;top:12.625rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q6IZ3TRNI9hb61CUcH0rq9fakfEoN4U8 { display:none; }#Q6IZ3TRNI9hb61CUcH0rq9fakfEoN4U8 > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #v6OCplG7wr00XoTX42MnRTC9C58ip2Ov { width:22.5rem;height:20rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yVcgeUTd2vMvS2aI1BxT0J4RoGJP2QWK { width:22.5rem;height:18.125rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTFRbqu0aHisRTxBkzAhCf4X5xPINeNo { width:16.25rem;height:3.75rem;top:14.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V7kS38DQsXNomfVVFwJX3ABsJZDkKaVO { display:block; }
 }@media only screen and (max-width: 1199px) { #BMWBqsX7DVkyqVTTtFk345uRrOArZhbg { width:18.375rem;height:4.875rem;top:8rem;left:4.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ugg07cIflQcOOtmBQ5IwhQmcqQtmMVxp { width:22.5625rem;height:4.875rem;top:8rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQHU2PKRIpVqKBMuqStLqox3ezmNQJXE { 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) { #mUB6pt90w1hpcwZi9nfJAThlbPDTRVlu { 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) { #zHW62m2H70UVXg5tNqGhhNg8JQKIEhMc { width:22.25rem;height:0.97511875rem;top:12.625rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WlbszMsEN0TO18FQDg9ruRWks73epRBD { width:12rem;height:2.4375rem;top:2.71875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBUn2eyH60CHOrytTGo9CBJ3koadyed4 { width:12.0625rem;height:2.4375rem;top:2.71875rem;left:29.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zuOF9AGkwWv7GQQFguzs2QgAB4uZeiTD { width:16.25rem;height:3.75rem;top:14.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nMkLMWpA18W36ZKK7oRVK6TJcTOgpoNH { display:block; }
 }@media only screen and (max-width: 1199px) { #zPzN9soIiGQkZxlZuE47EtOTlraOBSNE { width:22.25rem;height:0;top:18.8125rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fRZlEBBuD7R3FTfc6qCIX4SvpHA8AoJ5 { width:6.6875rem;height:6.6875rem;top:0.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyFrLLLA8dWpQgzQU0HSD6bXK4RaTF8m { width:6.3125rem;height:1.137875rem;top:8.90625rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e4GkE7MTNW6xQ43bVTlTokasa6yv106l { width:6.3125rem;height:2.275rem;top:9.96875rem;left:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zaBhGbCzitwmRN7SxUlDc8JrqKoS0dvO { width:22.25rem;height:0.97511875rem;top:12.625rem;left:0.75rem;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:block; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container { width:47.75rem;height:22.5rem;position:relative;display:block; } }@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.95023125rem;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.27575rem;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.41363125rem;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:block; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container { width:47.75rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #abDylg98amBHvlHFOV4gDHUPqW4mfEdU { width:22.5rem;height:17.5rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8TWLIS0qoMylxVolWxwuxvlAm967JmC { width:22.5rem;height:18.75rem;top:1.25rem;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.625rem;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.97511875rem;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.97511875rem;top:12.625rem;left:24.75rem;font-size:0.75rem;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) { #XeXvz4ZxJ8OrlsxrCT4D9LVmb1awcH1D { width:16.25rem;height:3.75rem;top:14.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KVq3Pk6B1lqfrv82ItxTfCQkevyVwP0t { display:block; }
 }@media only screen and (max-width: 1199px) { #ixUJPPBURTC0DLDa1zxcRJC5TXO3bV30 { display:none; }#ixUJPPBURTC0DLDa1zxcRJC5TXO3bV30 > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #vBCcgw8gwZ8D1yGDe2lgGfJVk5vsyZV9 { width:22.5rem;height:20rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xfxRcB17Lhu7OVoXeDgIJivuQdKOxtt9 { width:22.5rem;height:18.125rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ofMNfO8cCqTsNrqZsT3HgKv7EmzB01Ta { width:16.25rem;height:3.75rem;top:14.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yskxyKScnflpmN4J37XtiFGhVVaBs7NV { display:block; }
 }@media only screen and (max-width: 1199px) { #HuhsHlHDrcoa2AzdSRKWZSJSwCxXHtbu { width:22.5rem;height:4.875rem;top:8rem;left:0.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WCfVeva1yTVrUiTJ9kSJt0Nx2sk4I6om { width:22.5625rem;height:4.875rem;top:8rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwOC0uVqLPqX6EiTbXwhB0KRx0TJh5H7 { 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) { #wsvaytzcisW81lOF5LCRDKgMfTREWPdV { 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) { #hDtLyxgno4L58qmTXFMnTi42EhIIiI1p { width:22.4375rem;height:0.97511875rem;top:12.625rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VeTopP3PpCUTzmd41E6RXT7L6iJlZ8Kc { width:22.25rem;height:0.97511875rem;top:12.625rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WdNXypE7mS4Bh6iTvZ3xD4fw1uKSUzGB { width:3.125rem;height:3.125rem;top:2.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D1sexAZPAFFqUJcsuCA8IKW5s7zCt487 { width:2.5rem;height:2.5rem;top:2.8125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mRPTVKhhuZF5FKdhoo17ZewndVXnc877 { width:16.25rem;height:3.75rem;top:14.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NnnrThaBglrZFU0IOg8uMLKRay9LiiTm { display:block; }
 }@media only screen and (max-width: 1199px) { #aEw444eV3lzUvoxCzORbJet9AT3fzoof { width:22.25rem;height:0.975rem;top:19rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { display:block; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { width:47.75rem;height:43.0625rem;position:relative;display:block; } }@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.0554125rem;top:0rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { width:11.5625rem;height:1.0554125rem;top:0rem;left:27.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { width:7rem;height:1.0554125rem;top:0rem;left:39.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJAOQcllT4ub3zPKrhviPCHRZbHKdezv { width:26.1875rem;height:2.27575rem;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:17.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odVWnOoaFwABMnCemohkUwWP57ld5km5 { width:46.5rem;height:0.0625rem;top:12.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { width:46.5rem;height:0.0625rem;top:7.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { width:27.375rem;height:2.27575rem;top:9.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vDpIsf6H95f5vgKergkPAMDdIqsbgKSB { width:1.25rem;height:1.25rem;top:4.1937484741211rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #scxApg7hQfLONvN9wI7u6Xqdx1LRGpdi { width:1.25rem;height:1.25rem;top:4.1937484741211rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HL8XUfebL65CaXBJVh0slHOrB34eOGTq { width:1.25rem;height:1.25rem;top:9.6364593505863rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { width:1.25rem;height:1.25rem;top:9.6364593505863rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { width:27.375rem;height:2.27575rem;top:13.8125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRN00CW7L9u3B9PhPvCnhwI1W5GEMnOd { width:1.25rem;height:1.25rem;top:14.323959350586rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { width:46.5rem;height:0.0625rem;top:21.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { width:27.375rem;height:2.27575rem;top:18.5rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzcIllwZbec2n0APh1qsbcTBOVaMfBxA { width:1.25rem;height:1.25rem;top:19.011459350586rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { width:46.5rem;height:0.0625rem;top:27.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { width:1.25rem;height:1.25rem;top:24.448959350586rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { width:28.5rem;height:3.41363125rem;top:23.25rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IyKqStrqxybPzSRTDyH4uqMM5Jf9mrNQ { width:1.25rem;height:1.25rem;top:24.448959350586rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOhlywX40XfnTTM9uDWqa1pI1S4urDeu { width:46.5rem;height:0.0625rem;top:32.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { width:29.3125rem;height:2.27575rem;top:29.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LD2RZTGHb1Kh38zFeiJ7guWwpa984wms { width:1.25rem;height:1.25rem;top:29.5625rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { width:1.25rem;height:1.25rem;top:29.5625rem;left:42.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeeUHl4vMMpBoC2wNf7ezET9fKPzRCek { width:46.5rem;height:0.0625rem;top:37.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F0ad5IDtOFXK3xg1C1Ro8Mfws6lN0Uws { width:29.3125rem;height:2.27575rem;top:33.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyK29mlQXF3JJvSITGT4ak3TynwziuOa { width:1.25rem;height:1.25rem;top:34.375rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdTdhV6ckXNzV1yaB1sUQc5uMwE6i5ol { width:46.5rem;height:0.0625rem;top:41.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SXGTuIQIJSEbWqD8JnoJL207hMt7XsT6 { width:29.3125rem;height:1.137875rem;top:38.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2VwlPPGHR5gPFSznIgPddCKaU8wfL6c { width:1.25rem;height:1.25rem;top:38.69375038147rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #szkvLNkJ75HUH74cQH1CbtgOm11qOgGF { width:1.25rem;height:1.25rem;top:38.69375038147rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nLPQ46iIuo30u4fdJQphkLGfgR2d9rTA { width:25.5625rem;height:0.89375rem;top:5.8125rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe { display:block; }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .row .container { width:47.75rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UNn1Vxh02r2h3Vg2f3PNI5bz8hAalgG7 { 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) { #BpedoMEgTo7JEaPQP6EPIeLPNx0dOUcM { width:30rem;height:22.31045rem;top:16.9375rem;left:8.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #sy6HbLSEOlqLKBbXUqIIoKb4iR1rr9LS { width:9.625rem;height:13.9375rem;top:5.6875rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BVVdvXpa0bhswolTvWTChhu7N247ANTA { width:17.5rem;height:3.4375rem;top:35.25rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ffEFSrq2sols7XFMgbEysvpavnMd0wn8 { 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.67621875rem;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.4508125rem;top:17rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ly7lU6iVsCcRKlQIA9qtzH7sV7WtQ3Cr { width:15.625rem;height:2.4508125rem;top:17rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x3vK5fTMMsO00IgfhkXtzQqB1Id4m4XV { width:15.625rem;height:2.4508125rem;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.67621875rem;top:29.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rgw5ZNKDpll3gp8nUTTxhgmLbsIv6XBn { width:15.625rem;height:2.4508125rem;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.4508125rem;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) { #xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM { display:block; }#xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM > .row .container { width:47.75rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #J9nmmEthPOJiHzD0lqe1uUQKwrx5o0t0 { width:23.875rem;height:1.137875rem;top:8.926025390625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UNnH4MqiE2mEXE1VvNvRAnqvD5aV7Uw0 { width:14.8125rem;height:2rem;top:12.0625rem;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.137875rem;top:8.926025390625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NORwWkN1ho9A9rm0ewrIoWWX6sAt2dyp { width:15.6875rem;height:3.25rem;top:11.3125rem;left:27.96875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 1199px) { #KbBxeMg3h118giCDSK0AQ7AJTNgpRN82 { width:23.875rem;height:1.137875rem;top:17.488540649414rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1X1uauCz1EIlQT0OmmK85EEF83WeSsO { width:11.6875rem;height:5.0625rem;top:21.313541412354rem;left:18.03125rem;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:2.99913125rem;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:2.99913125rem;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:2.99913125rem;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.4987rem;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:2.99913125rem;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.49870625rem;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.62586875rem;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.19965rem;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:block; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { background-color: transparent; background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .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 > .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:46.5rem;position:relative;display:block; } }@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.9241875rem;top:33.746875762939rem;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:36.8125rem;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:3.30005625rem;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:41.8125rem;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:30.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etvVpbCNDrbVmNW9uZggVdS9mFqI63HA { width:2.5rem;height:1.625rem;top:30.9375rem;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:30.862499237061rem;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) { #Cl4WZy0zXV6SpndzXCTxMOvunwaQfN49 { width:7.1875rem;height:1.0554125rem;top:20.875rem;left:0.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JvZBuESLVKsOcZFHs5fxNumnTcTeGdAF { width:11.875rem;height:1.5625rem;top:20.60000038147rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0nlZEnzWNrhR3uZuNfbK3IpV9BX0fmK { width:11.3125rem;height:1.0554125rem;top:20.85000038147rem;left:8.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o2KRH2LNwV8avrteeAzHvLB6s8EZSUf9 { width:15.9375rem;height:15rem;top:5.625rem;left:2.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #xP9U0co3SiwAddnOVOFbJhWxIx0NELdb { width:11.875rem;height:1.5625rem;top:20.621874809265rem;left:0.3125rem;z-index:15002;background-color:#0e4134;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) { #Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K { 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;display:block; }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row .container { background-color: transparent; background-image: none; }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row .container > .video-iframe-container { display: none; }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row > .video-iframe-container { display: none; }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .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); }#Urr6Tnl5TOhMWcWceIQniuqnF2O61i0K > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWROlLzGuPtlWfwu7UGCxrAk3dkaHkkd { width:16rem;height:4.94791875rem;top:2.8125rem;left:4.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W8flAW3Da6B5iCh5wUNqQFLaRDTfs0ps { width:13.1875rem;height:0.9rem;top:1.5rem;left:4.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WT2i86FUBsxhtuic6iWHnbRyTOI7EJ3d { width:3.125rem;height:3.125rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlsMGdCN1LIEGf8lwW0gPo84kblWbles { width:11.5rem;height:0.9rem;top:8.375rem;left:4rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o7LJaqubNWrKVXZox7NXSMluVTvrGGxI { width:13.8125rem;height:0.975rem;top:9.6375007629394rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TshugUg8zOgMqJdDiQhngNleAdWU36fU { width:9.8125rem;height:0.9rem;top:13.3125rem;left:4.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xITMBqMrQizfeqzPNa6Mkzvb2DDFentw { width:13.25rem;height:1.9487875rem;top:14.625rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PBetTFqb5alhK8CnoDqnoBvX07d9iHOm { width:3.125rem;height:3.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3M83bEbkPaSB8a4xvaz9KsHu2g2S3G8 { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwEk07wNcglrK8XZQdUeE3TmbirCaZG4 { display:flex;width:1.875rem;height:1.875rem;top:14.587501525879rem;left:18.125rem;font-size:1.3125rem; }
#dwEk07wNcglrK8XZQdUeE3TmbirCaZG4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CQwilOXGDRD6cvg6tR6FCOefdQR4XnAP { width:15.375rem;height:0.975rem;top:10.83749961853rem;left:4.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { display:block; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { width:20rem;height:42.034866333008rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { width:17.5rem;height:5.85069375rem;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:32.82335rem;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:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDhQehn8neJnzfcJVl3z3xgHPZNfLFWR { width:5.625rem;height:2.110825rem;top:0.23749923706055rem;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.347375rem;top:3.8125rem;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.110825rem;top:0.23749923706055rem;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.347375rem;top:3.7999992370606rem;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.347375rem;top:17.0625rem;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.110825rem;top:13.318748474121rem;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:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zubaRq6SOerSyc5TBb6zcrJGX7TMpM1l { width:2.5rem;height:2.5625rem;top:0.012500762939453rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArbCnzgIWbfZBTNQpJHKDVUfPkkFbhTM { width:2.5rem;height:2.5rem;top:13.331253051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHZvD4xU9uNVP76XR45WkkA3AGtnHtzu { width:2.5rem;height:2.5rem;top:13.331253051757rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1P4MTs94Z38ZpC014UfQt3ls0cgbDfe { width:6.0625rem;height:2.110825rem;top:13.318748474121rem;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.347375rem;top:17.0625rem;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) { #m7g1lE9JI0U4bP0WaAQc4n7PTyzlVeyx { display:block; }#m7g1lE9JI0U4bP0WaAQc4n7PTyzlVeyx > .row .container { width:20rem;height:12.22395324707rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpGagT3Qv6q1RUv48hWGHWTrn9GSJwWR { width:13.25rem;height:1.055775rem;top:0rem;left:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHpQ65byFATpMz2qFHMUzJUu9GqdTHAl { width:2.5rem;height:0.0625rem;top:0.47500610351562rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFuAd6DIwyUJW464fTcDUpeJliqlsmcl { width:2.5rem;height:0.0625rem;top:0.47500610351562rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Q1FqbHUA5ben1ZAxWLm0TBXaOpRwl9 { height:10.3125rem;width:18.75rem;top:1.9114608764649rem;left:0.625rem;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:33.125rem;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:24.508125rem;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:21.748962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzN2TZvRpc3wVIS1atzzlZxx9n1NN3fG { width:1.25rem;height:1.25rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVUbizwsCeGE4oUnmPZGs7nldQ5nBAHT { width:1.25rem;height:1.25rem;top:15.6875rem;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:25.324996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT8F5ZR4EJh8wTgnrydS0VzGaBcqzDAN { width:1.25rem;height:1.25rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU { display:block; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@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:4.1875rem;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:64.4375rem;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.0666666030881rem;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:18.1875rem;height:7.03125rem;top:19.013542175293rem;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:18.1875rem;height:5.625rem;top:39.352081298828rem;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:18.25rem;height:5.625rem;top:48.146873474121rem;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:1.125rem;top:11.55312538147rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0M6eMRESSBa9xaTQ763hXmAMX5GRupR { width:17.5rem;height:1.125rem;top:26.33437538147rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Slh5wFuMOs1zBWvPpff7CzNnFJTUaGcp { width:17.5rem;height:1.125rem;top:45.271873474121rem;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:18.0625rem;height:1.125rem;top:36.490623474121rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvkfXBn7LTeGX7NXNAtGTnXS8K7XcKdr { width:18.125rem;height:7.03125rem;top:29.17812538147rem;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.12425rem;height:2.8125rem;top:56.061923980713rem;left:1.8757234811783rem;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:17.18675rem;height:2.2497125rem;top:53.770257949829rem;left:1.7165800333023rem;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.4416666030881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO1Rph9P3lfPsFlKEsWZUidflGvKtTFp { width:0.625rem;height:0.625rem;top:19.451042175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsfq4TXKJc0HLcSfbNP8rl0vB3gIoBWb { width:0.625rem;height:0.625rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZFM51MgZg0I4HVcTx6APAPtGI86MuL { width:0.625rem;height:0.625rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIkPLPa0Z2HUXXy89ncJMRZnTTy7cEBA { width:0.625rem;height:0.625rem;top:56.436924099922rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVQt9wenatMZwTqXRXWA1ope6VPsGDgp { width:0.625rem;height:0.625rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZH9vWlfwktvNHx8N8UaMBiKudETa1RG { width:18.125rem;height:2.8125rem;top:14.4375rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JNilVNnyFLpuNBQqUK4LMQz7BPJkwxwx { width:0.625rem;height:0.625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDGqBirGVRsA0ey1LqSQRLxCLATx6tOv { width:18.4375rem;height:2.8125rem;top:59.87442445755rem;left:1.5617767572403rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cxBKhIqfKoZ1B1oIgNwLWzS6Pg6Pbsyd { width:0.625rem;height:0.625rem;top:60.312358379364rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJLictH4bBggEzlnxDZWTHtXlnc95tt2 { display:block; }#fJLictH4bBggEzlnxDZWTHtXlnc95tt2 > .row .container { width:20rem;height:83.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXAKJkOsIXHm0LPwos0n37WxQGMpih7N { width:18.25rem;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) { #dNJDutuEWyLakQWaqlS1Gf0f6Gxcfo8W { width:18.25rem;height:7.03125rem;top:4.5rem;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:7.03125rem;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) { #nlGcGRiOfcPT2MWGCkLdgxpTLa0LE5bB { width:17.4375rem;height:1.05rem;top:22rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTcTmbeXoxHR1c0Man6wMAFOy7CPXr2r { width:18.125rem;height:1.125rem;top:11.8125rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxSqfHVNXITJyWoaNcbhhfOVSTmSOZxU { width:17rem;height:8.4375rem;top:24.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) { #tR0Ksv6hnLbLsKx0TX2ECQOnieTUe4fO { width:17.81175rem;height:2.8125rem;top:78.436462402344rem;left:1.7791662216186rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EiuppxpbyPEUkQ5ZUN5fhckufTUa4fm9 { width:17.9375rem;height:1.05rem;top:33.53125rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPdzyiv8Ps1oKeXEPSloZdzrJpuwIoTl { width:17.3125rem;height:7.347375rem;top:44.09939289093rem;left:1.6542246341706rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJrPTDITVPO6qoTFMlsmTtGZZJTKeOgb { width:18.4375rem;height:7.03125rem;top:36.375rem;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.312375rem;height:7.03125rem;top:52.288774490356rem;left:1.6869214773178rem;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.49925rem;height:2.8125rem;top:62.707614898681rem;left:1.9350405931473rem;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:18.3745625rem;height:2.8125rem;top:74.163051605225rem;left:1.6254340410232rem;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:17.9369375rem;height:4.21875rem;top:66.975551605225rem;left:2.0623553991318rem;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.124875rem;height:1.049625rem;top:71.799770355225rem;left:1.9357639551162rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyJHChARCbcaGXfnFUzzbKTi0kUmMWVS { width:18.1871875rem;height:1.049625rem;top:55.280672073364rem;left:1.8127895593643rem;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) { #F7gFklbJOu4wuK6BfD2hf3vOSs3VXyBH { width:0.625rem;height:0.625rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQXSNP9R4PmQwOy0fFMc6EerSUoV6Tbc { width:0.625rem;height:0.625rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzTSltwE1bn2J76cnRxNuWw50gZO6UW0 { width:0.625rem;height:0.625rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAxKvgk9zUxZfJuawc0gJ4m4rOXWGhuk { width:0.625rem;height:0.625rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxbmM6ZliptKcZhDhN0hXPNZezAbGzta { width:0.624276875rem;height:0.624276875rem;top:52.87398815155rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEDIIrtwUF03qgcHnsbQK84pmCBI2qyL { width:0.0625rem;height:0.0625rem;top:63.550783615844rem;left:0.33318404171791rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQWbGZZlMZ0KpXc2kzmP7qHa7pMIJKd9 { width:0.56206625rem;height:0.56206625rem;top:67.549917221069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFFMuT6qs6GDNR6cSz2J8sVVpA4bwbgV { width:0.624276875rem;height:0.624276875rem;top:74.694763183594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4MwfVC95AbNcvfLET9xd1TNm96MnIRl { width:0.624276875rem;height:0.624276875rem;top:78.999567031862rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA6pwS1i25NleKKcuXlNi8IvSN95OnaH { width:0.062210625rem;height:0.062210625rem;top:57.716293334961rem;left:0.27922457456589rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3tTaaWDIUinkfCxwDEnqOHKvZV2K4CT { width:18.43675rem;height:2.8125rem;top:57.280094146729rem;left:1.5632234811783rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #S3RvbnwilAHlSD8mLocAENezFxWmkaT8 { width:18.4360625rem;height:1.049625rem;top:60.278636932373rem;left:1.5632234811783rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUQx6uHzwtkGvonCmaFT3NzLSiUUEKLl { width:0.624276875rem;height:0.062210625rem;top:57.717741012573rem;left:0rem;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #S70ITqSNfJEkJv3H0FyaxOvBPZTXIouq { width:0.5625rem;height:0.5625rem;top:57.684752792481rem;left:-0.030815750000002rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #rCkW7IXtPXhyrAwP0zl48mTK0X1fg3xr { width:0.56206625rem;height:0.56206625rem;top:63.300060272219rem;left:0rem;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #c1hzuM54oglqbxrBUIKPCxrgMX8WsHBN { display:block; }#c1hzuM54oglqbxrBUIKPCxrgMX8WsHBN > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECWwBDXnC3cTvMVhlB7llawnZcaJzwSH { width:17.5rem;height:7.875rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRFkioMTlPRULpQpoaMP502gCHmqzVlv { display:block; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@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.0554125rem;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:block; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { width:20rem;height:5.60546875rem;top:1.875rem;left:0rem;font-size:1.4375rem;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { display:block; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { width:20rem;height:3.8117828369141rem;position:relative;display:block; } }@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.09925rem;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.09925rem;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.74913125rem;top:1rem;left:14.0625rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GC5bi4kM3kKX1UzbMq009liLLizEhR2o { display:block; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { width:20rem;height:3.8370971679688rem;position:relative;display:block; } }@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.09925rem;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.09925rem;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.74913125rem;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:block; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container { width:20rem;height:3.8117828369141rem;position:relative;display:block; } }@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.09925rem;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.09925rem;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.74913125rem;top:1rem;left:14.0625rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bxQPyZCWh0ghtexlrKuP2hewt3DImO8x { display:block; }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uh3hFniUNhez8MnWuTRGqrzVpOGS6zti { width:20rem;height:16.875rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtMU3VUlWr08gizbazaWDCcehzX4PPyX { width:20rem;height:17.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrebawh0yPXpRABxG47HVE8TAi42MCiZ { width:16.25rem;height:3.75rem;top:13.471870422363rem;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:26.136459350586rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSTQx1r7LlzeNurR8TZJxlFvRGFTRFux { width:20rem;height:3.9rem;top:7.5229110717775rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTEBCLHqek86qmcTPIkhrIu4glRfCIxb { width:20rem;height:1.2991875rem;top:24.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iad5wWveJ4Tcu8E8XvJ3M3lRdAtcBsId { width:20rem;height:1.2991875rem;top:6.1302108764649rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cks6DcX78cwyFK9nTs1nW0HHZN9yXUmc { width:20rem;height:0.97511875rem;top:30.110412597656rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJqxItpMoprxDCRXI6lnReK7CqgbgmrL { width:20rem;height:0.97511875rem;top:11.560417175293rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0J1AH7teMTwAcqeHFevz3J9yIiNg6VI { width:3.125rem;height:3.125rem;top:21.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czQbt6OTbccfsFuepbr1genWaCpTwSUo { width:2.5rem;height:2.5rem;top:2.8177108764649rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXRCqeroFJ4xkCeUZTAQ8l7sR3Lim1kJ { width:16.25rem;height:3.75rem;top:31.9375rem;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) { #kTSKATG7TlJVX4EIgQ3ge8PrQlPOUGGi { display:block; }
 }@media only screen and (max-width: 763px) { #vPI640g8STl7HTrMkbUtFaIh8IPDxwID { display:block; }#vPI640g8STl7HTrMkbUtFaIh8IPDxwID > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3dJNLRb3raGK4iEIX1qTiHUaEFQVzVI { width:20rem;height:18.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4dswBRGwNu5E0sNqWCwhhXz9XHHtsXA { width:20rem;height:17.5rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNhcO2TtNareFL52vtds2V6fpMCveNAi { width:16.25rem;height:3.75rem;top:32.096870422363rem;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) { #ZRTuiRklhXIIbWzT4Lh6D1Ev3WI6oIt4 { display:block; }
 }@media only screen and (max-width: 763px) { #xfwU7MgkTJxqSTNMXURdNEZJhKoSDiUE { width:20rem;height:3.9rem;top:6.7614593505863rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgvgXJBDa6bNJoNaqbnsMB7hXivwOT3m { width:20rem;height:3.9rem;top:26.147911071778rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPCQRzVy42wLzkdTOirfGZTfmlBH0sZi { width:20rem;height:1.2991875rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNu0DZsS7o2igArxOGRKKiAQ5yOBNsGC { width:20rem;height:1.2991875rem;top:24.755210876465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbmUs0vipuMfIKtP74f3T0WNCeFidHZH { width:20rem;height:0.97511875rem;top:10.735416412354rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtPsqJQIVJwLkIkUZ8m9anMnm2wN5aBn { width:20rem;height:0.97511875rem;top:30.185417175293rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDQVP363OqNGvVHdp6HZxNgIMBGsu8hr { width:3.125rem;height:3.125rem;top:1.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZDR7eNMBGgETeynOOxBhWiTlCa3462M { width:2.5rem;height:2.5rem;top:21.442710876465rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4kbJfgkLzOkMdnP04iTAWzLpLyVizro { width:16.25rem;height:3.75rem;top:12.5625rem;left:1.875rem;font-size:1.0625rem;background-color:#e1e1e1;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) { #rdGRcH7VX3rNZQKnGt5L0T9cZd86rCZI { display:block; }
 }@media only screen and (max-width: 763px) { #MwTweEGcQ64CPQMZEmFFqTmuh6ymEapR { width:20rem;height:0.97511875rem;top:17.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { display:block; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@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.9239rem;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.16623125rem;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.27705625rem;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:block; }#RFPZ4VJxPrfWvq551BAsPTdt3sslb8CG > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHyhuqaR4VrG2Tyx1kHnZMwaQwMkRDaV { width:20rem;height:16.875rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4K0MLqzudFSdBZKil8FHw79w45KpvIW { width:20rem;height:17.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1gQu1MDdvdQpvR7mO9HXbBqATwl8TUp { width:16.25rem;height:3.75rem;top:13.471876144409rem;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:11.0625rem;height:3.9rem;top:26.136458396912rem;left:5.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQa5iVpu3BSXzSiwqTFKcV4IEQne1pzu { width:20rem;height:3.9rem;top:7.5229167938231rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #X522tz3TORi2eN4QwZBRnApyL7CbqP8b { width:20rem;height:1.2991875rem;top:24.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJluJ9PRDiVVh1R3z1ADST8vdcuurs2S { width:20rem;height:1.2991875rem;top:6.1302089691162rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUWXdQhK9mr2xgCb4ba12NcSwdTR9IpX { width:20rem;height:0.97511875rem;top:11.560417175293rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOTiJ0XXOuWV6d5EAG33nhCVS1fWXHLy { width:11.0625rem;height:2.25rem;top:21.375rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #styNycOgFqrDtThFvdizIlZhEMQFbHD0 { width:11.0625rem;height:2.25rem;top:2.8125rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t02KhEdFFRcTVAzlbpHxwBpQc2UNImDK { width:16.25rem;height:3.75rem;top:32rem;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) { #vRh5UHltXT2VAAsWcevvLZP1yAm6vs4o { display:block; }
 }@media only screen and (max-width: 763px) { #bqJduf3vxcMZpsJk32UueNDcbdZpiAcB { width:5rem;height:5rem;top:20rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc2ZePM8Ex3pIQ1ZB3kfZpIBBry6p7Em { width:3.4375rem;height:0.97511875rem;top:26.8125rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K06uht4Zepnwh1rOMWUsTpELf0pful6G { width:3.8125rem;height:1.7875rem;top:27.75rem;left:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvJr6nS307z9D7F5BP87wKVaFSNW0Fe0 { width:20rem;height:0.97511875rem;top:30.137500762939rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6IZ3TRNI9hb61CUcH0rq9fakfEoN4U8 { display:none; }#Q6IZ3TRNI9hb61CUcH0rq9fakfEoN4U8 > .row .container { width:20rem;height:39.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v6OCplG7wr00XoTX42MnRTC9C58ip2Ov { width:20rem;height:18.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVcgeUTd2vMvS2aI1BxT0J4RoGJP2QWK { width:20rem;height:17.5rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTFRbqu0aHisRTxBkzAhCf4X5xPINeNo { width:16.25rem;height:3.75rem;top:32.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) { #V7kS38DQsXNomfVVFwJX3ABsJZDkKaVO { display:block; }
 }@media only screen and (max-width: 763px) { #BMWBqsX7DVkyqVTTtFk345uRrOArZhbg { width:11.0625rem;height:3.9rem;top:6.7614593505863rem;left:5.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugg07cIflQcOOtmBQ5IwhQmcqQtmMVxp { width:20rem;height:3.9rem;top:26.147918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQHU2PKRIpVqKBMuqStLqox3ezmNQJXE { width:20rem;height:1.3rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUB6pt90w1hpcwZi9nfJAThlbPDTRVlu { width:20rem;height:1.3rem;top:24.755218505859rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHW62m2H70UVXg5tNqGhhNg8JQKIEhMc { width:20rem;height:0.975rem;top:30.185424804688rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlbszMsEN0TO18FQDg9ruRWks73epRBD { width:11.0625rem;height:2.25rem;top:2rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBUn2eyH60CHOrytTGo9CBJ3koadyed4 { width:11.0625rem;height:2.25rem;top:21.4375rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuOF9AGkwWv7GQQFguzs2QgAB4uZeiTD { width:16.25rem;height:3.75rem;top:12.625rem;left:1.875rem;font-size:1.0625rem;background-color:#efefef;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) { #nMkLMWpA18W36ZKK7oRVK6TJcTOgpoNH { display:block; }
 }@media only screen and (max-width: 763px) { #zPzN9soIiGQkZxlZuE47EtOTlraOBSNE { width:20rem;height:0;top:17.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRZlEBBuD7R3FTfc6qCIX4SvpHA8AoJ5 { width:5rem;height:5rem;top:0.625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyFrLLLA8dWpQgzQU0HSD6bXK4RaTF8m { width:3.4375rem;height:0.97511875rem;top:7.4375rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4GkE7MTNW6xQ43bVTlTokasa6yv106l { width:3.8125rem;height:1.7875rem;top:8.375rem;left:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaBhGbCzitwmRN7SxUlDc8JrqKoS0dvO { width:20rem;height:0.97511875rem;top:10.762506103516rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi { display:none; }#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi > .row .container { width:20rem;height:38.9375rem;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:block; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@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.9239rem;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.9004625rem;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.85069375rem;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:block; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abDylg98amBHvlHFOV4gDHUPqW4mfEdU { width:20rem;height:16.875rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8TWLIS0qoMylxVolWxwuxvlAm967JmC { width:20rem;height:17.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOJGl96AXQdsM4AMprJgqDFyXftgDqmc { width:16.25rem;height:3.75rem;top:13.471862792969rem;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:26.136459350586rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwdOV7peVezuLCtlewk7dKBxQVgMmBG2 { width:20rem;height:3.9rem;top:7.5229034423825rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDlmQBE7IxyCieEt38wHMq4W77nB1zmt { width:20rem;height:1.2991875rem;top:24.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRMh0JCMQR3THo0AJ1Ju9J1mhSFOc4M { width:20rem;height:1.2991875rem;top:6.1302032470703rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx7LcVSX4ZpJehue4ucbylizfaX8Uf5l { width:20rem;height:0.97511875rem;top:30.110412597656rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZWZInteZSoEgA9Lh28s97oTTmbpyGh6 { width:20rem;height:0.97511875rem;top:11.560409545899rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0uy3UcBXgH2f8EmakxaUL32oSydcfDT { width:3.125rem;height:3.125rem;top:21.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zakxGFJr5S8qsAVEaleU1DdW0NnrfqBU { width:2.5rem;height:2.5rem;top:2.8177032470703rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeXvz4ZxJ8OrlsxrCT4D9LVmb1awcH1D { width:16.25rem;height:3.75rem;top:31.9375rem;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) { #KVq3Pk6B1lqfrv82ItxTfCQkevyVwP0t { display:block; }
 }@media only screen and (max-width: 763px) { #ixUJPPBURTC0DLDa1zxcRJC5TXO3bV30 { display:none; }#ixUJPPBURTC0DLDa1zxcRJC5TXO3bV30 > .row .container { width:20rem;height:39.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vBCcgw8gwZ8D1yGDe2lgGfJVk5vsyZV9 { width:20rem;height:18.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfxRcB17Lhu7OVoXeDgIJivuQdKOxtt9 { width:20rem;height:17.5rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofMNfO8cCqTsNrqZsT3HgKv7EmzB01Ta { width:16.25rem;height:3.75rem;top:32.096878051757rem;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) { #yskxyKScnflpmN4J37XtiFGhVVaBs7NV { display:block; }
 }@media only screen and (max-width: 763px) { #HuhsHlHDrcoa2AzdSRKWZSJSwCxXHtbu { width:20rem;height:3.9rem;top:6.7614593505863rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCfVeva1yTVrUiTJ9kSJt0Nx2sk4I6om { width:20rem;height:3.9rem;top:26.147918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwOC0uVqLPqX6EiTbXwhB0KRx0TJh5H7 { width:20rem;height:1.3rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsvaytzcisW81lOF5LCRDKgMfTREWPdV { width:20rem;height:1.3rem;top:24.755218505859rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDtLyxgno4L58qmTXFMnTi42EhIIiI1p { width:20rem;height:0.97511875rem;top:10.735416412354rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeTopP3PpCUTzmd41E6RXT7L6iJlZ8Kc { width:20rem;height:0.975rem;top:30.185424804688rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdNXypE7mS4Bh6iTvZ3xD4fw1uKSUzGB { width:3.125rem;height:3.125rem;top:1.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1sexAZPAFFqUJcsuCA8IKW5s7zCt487 { width:2.5rem;height:2.5rem;top:21.442718505859rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRPTVKhhuZF5FKdhoo17ZewndVXnc877 { width:16.25rem;height:3.75rem;top:12.5625rem;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) { #NnnrThaBglrZFU0IOg8uMLKRay9LiiTm { display:block; }
 }@media only screen and (max-width: 763px) { #aEw444eV3lzUvoxCzORbJet9AT3fzoof { width:20rem;height:0.975rem;top:17.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { display:block; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { width:20rem;height:52.946655273438rem;position:relative;display:block; } }@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.78675rem;top:0.3359375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { width:5.1875rem;height:1.625rem;top:0.25390625rem;left:11.03125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { width:3.375rem;height:1.625rem;top:0.25390625rem;left:16.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJAOQcllT4ub3zPKrhviPCHRZbHKdezv { width:12.625rem;height:2.92535rem;top:4.1833343505859rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz5Twr3CTefpyemoyPJU5drT7ZRUgwuv { width:20rem;height:0.0625rem;top:23.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odVWnOoaFwABMnCemohkUwWP57ld5km5 { width:20rem;height:0.0625rem;top:16.745834350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { width:20rem;height:0.0625rem;top:10.308334350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { width:11.5rem;height:3.9004625rem;top:11.620834350586rem;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:5.9395904541016rem;left:17.53125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #scxApg7hQfLONvN9wI7u6Xqdx1LRGpdi { display:flex;width:1.25rem;height:1.25rem;top:6rem;left:13.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HL8XUfebL65CaXBJVh0slHOrB34eOGTq { display:flex;width:1.25rem;height:1.25rem;top:13rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { display:flex;width:1.25rem;height:1.25rem;top:12.9375rem;left:17.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { width:11.6875rem;height:3.9004625rem;top:17.96875rem;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:19.3125rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { width:20rem;height:0.0625rem;top:28.516662597656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { width:11.875rem;height:2.92535rem;top:24.40625rem;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:25.1875rem;left:12.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { width:20rem;height:0.0625rem;top:35.801040649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { display:flex;width:1.25rem;height:1.25rem;top:31.5625rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { width:11.4375rem;height:4.87558125rem;top:29.828125rem;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:31.5625rem;left:17.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #UOhlywX40XfnTTM9uDWqa1pI1S4urDeu { width:20rem;height:0.0625rem;top:42.280212402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { width:10.3125rem;height:3.9004625rem;top:37.113540649414rem;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:38.530212402344rem;left:17.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { display:flex;width:1.25rem;height:1.25rem;top:38.530212402344rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TeeUHl4vMMpBoC2wNf7ezET9fKPzRCek { width:20rem;height:0.0625rem;top:48.384368896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0ad5IDtOFXK3xg1C1Ro8Mfws6lN0Uws { width:12.5625rem;height:2.92535rem;top:43.592712402344rem;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:44.329162597656rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EdTdhV6ckXNzV1yaB1sUQc5uMwE6i5ol { width:20rem;height:0.0625rem;top:52.884368896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXGTuIQIJSEbWqD8JnoJL207hMt7XsT6 { width:11.3125rem;height:1.95023125rem;top:49.696868896484rem;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:49.696868896484rem;left:17.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #szkvLNkJ75HUH74cQH1CbtgOm11qOgGF { display:flex;width:1.25rem;height:1.25rem;top:49.696868896484rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #nLPQ46iIuo30u4fdJQphkLGfgR2d9rTA { width:12rem;height:1.625rem;top:7.4468688964844rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b18b6c32-7063-4602-9994-e331855e9d44/hotel_ambasador_zdj.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe.adaptive-delivery-prevent-bg, #VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe.lazyload, #VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe.lazyloading { background-image: none; }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .row .container { background-color: transparent; background-image: none; }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,67,54,0.75); }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .row .container > .video-iframe-container { display: none; }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,67,54,0.75); }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .row > .video-iframe-container { display: none; }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .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); }#VFnQBkSs6MZyGC8pkOQWOa90Hxt7FHAe > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNn1Vxh02r2h3Vg2f3PNI5bz8hAalgG7 { 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) { #BpedoMEgTo7JEaPQP6EPIeLPNx0dOUcM { width:20rem;height:25.4926625rem;top:16.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sy6HbLSEOlqLKBbXUqIIoKb4iR1rr9LS { width:7.75rem;height:11.3125rem;top:6.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVVdvXpa0bhswolTvWTChhu7N247ANTA { width:17.5rem;height:3.4375rem;top:43.5rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffEFSrq2sols7XFMgbEysvpavnMd0wn8 { display:block; }
 }@media only screen and (max-width: 763px) { #untls09gvSA6Bt8HZVghfLRNz4T3FicL { display:block; }#untls09gvSA6Bt8HZVghfLRNz4T3FicL > .row .container { width:20rem;height:48.6875rem;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.148875rem;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.09925rem;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.148875rem;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.09925rem;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.19849375rem;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.148875rem;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.09925rem;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) { #xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM { display:block; }#xpxmnKS6IszUbwu3Cf8K3cwaynWbQEnM > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9nmmEthPOJiHzD0lqe1uUQKwrx5o0t0 { width:20rem;height:1.0554125rem;top:5.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNnH4MqiE2mEXE1VvNvRAnqvD5aV7Uw0 { width:11.6875rem;height:1.625rem;top:7.9375rem;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.0554125rem;top:12.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NORwWkN1ho9A9rm0ewrIoWWX6sAt2dyp { width:12.0625rem;height:2.5rem;top:15rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbBxeMg3h118giCDSK0AQ7AJTNgpRN82 { width:20rem;height:1.0554125rem;top:20.721874237061rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1X1uauCz1EIlQT0OmmK85EEF83WeSsO { width:10.875rem;height:4.875rem;top:24.11874961853rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { display:block; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { width:20rem;height:48.375rem;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:2.99913125rem;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:2.99913125rem;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.41145625rem;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.4987rem;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:46.072631835938rem;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.6857625rem;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:2.99913125rem;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.6857625rem;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:2.99913125rem;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.5486125rem;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.4987rem;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.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs { display:block; }#QDDm7aGz6KQ1znTegB9NsM5KfzhG4mZs > .row .container { width:20rem;height:22.5rem;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.43634375rem;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.736975rem;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; }
 }