.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:208,230,253;--color-primary-1:115,179,249;--color-primary-2:22,128,245;--color-primary-3:0,166,242;--color-primary-4:43,54,60;--color-secondary-0:255,246,231;--color-secondary-1:255,226,176;--color-secondary-2:254,196,96;--color-secondary-3:127,98,48;--color-secondary-4:38,29,14;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f4f8fd;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0umnIEdJW4PZwbITGiK79lpLmDBUIE5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f8fd;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#y0umnIEdJW4PZwbITGiK79lpLmDBUIE5 > .row .container { background-color: transparent; background-image: none; }#y0umnIEdJW4PZwbITGiK79lpLmDBUIE5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0umnIEdJW4PZwbITGiK79lpLmDBUIE5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0umnIEdJW4PZwbITGiK79lpLmDBUIE5 > .row .container > .video-iframe-container { display: none; }#y0umnIEdJW4PZwbITGiK79lpLmDBUIE5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0umnIEdJW4PZwbITGiK79lpLmDBUIE5 > .row > .video-iframe-container { display: none; }#y0umnIEdJW4PZwbITGiK79lpLmDBUIE5 > .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); }#y0umnIEdJW4PZwbITGiK79lpLmDBUIE5 > .row .container { border-width: 0; border-radius: 0; }#y0umnIEdJW4PZwbITGiK79lpLmDBUIE5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y0umnIEdJW4PZwbITGiK79lpLmDBUIE5 > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#ck1xdohSrB9VmlUwReD1mlyrtaVFIPV1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:9.4375rem;top:1.90625rem;left:0rem;overflow:hidden;display:block; }
#NZBifCPmtbld6NUcVN3eZwm3UAs08Rg7 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1875rem;left:57.625rem;display:block; }
#hPCHPH2KRqedRixccBZypBuKo7kTwWGM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThtUltPHQeXv0f9eftHlKTG2r6b0rO1z { position:absolute;display:block;z-index:15007;height:3.4375rem;width:34.1875rem;top:1.3125rem;left:10.46875rem;display:block; }
#q7ThdvZvMECqEIvUHgTeFezdZ40g5T1W { position:absolute;display:block;z-index:15000;height:11.25rem;width:20rem;display:none; }
#cHfm2cM0MvVuUpWyZNC5eUQTe89FIGzA { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:7.625rem;left:7.5rem;display:none; }
#MhWav3iTroTI89LSyUmpZRqZ0MWPWL8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f8fd;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;z-index:auto;display:block; }#MhWav3iTroTI89LSyUmpZRqZ0MWPWL8i > .row .container { background-color: transparent; background-image: none; }#MhWav3iTroTI89LSyUmpZRqZ0MWPWL8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhWav3iTroTI89LSyUmpZRqZ0MWPWL8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhWav3iTroTI89LSyUmpZRqZ0MWPWL8i > .row .container > .video-iframe-container { display: none; }#MhWav3iTroTI89LSyUmpZRqZ0MWPWL8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhWav3iTroTI89LSyUmpZRqZ0MWPWL8i > .row > .video-iframe-container { display: none; }#MhWav3iTroTI89LSyUmpZRqZ0MWPWL8i > .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); }#MhWav3iTroTI89LSyUmpZRqZ0MWPWL8i > .row .container { border-width: 0; border-radius: 0; }#MhWav3iTroTI89LSyUmpZRqZ0MWPWL8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MhWav3iTroTI89LSyUmpZRqZ0MWPWL8i > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#clTfD5XQbtVHaXl670u4nK7IiuoecR5W { color:#99a4aa;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:21.3125rem;left:0rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gw99IPPnE0J3fdwD3z94PEKJEUIZCVVC { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.4375rem;height:3.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27rem;left:0rem;display:block; }
#sy5QCpRf2KyvepmpQxK2dSq33gph8hVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sAqZKXymrLSRgMlv8lpXbU2evTNEfCnS { color:#212529;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.6875rem;left:2rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#prWFWIy8KXiFgyqNAwg3cbJEMxXhbOcb { color:#3b3b3b;display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qykQovl5cJ20CioBy2qekqG0mLBfxpkA { position:absolute;display:block;z-index:15005;height:27.1875rem;width:37.25rem;top:11.96875rem;left:38rem;display:block; }
#khhOwnlHdXTHHKMt9RCAPJZOyBJGIUbH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.75rem;left:0rem;overflow:hidden;display:block; }
#T6yZLL9vSWvSmpneDZnWhMno7y2SICdA { color:#99a4aa;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:21.3125rem;left:0rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#LSqzc8s4tMDHMxdUO1TZhOz7tr40qC65 { 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; }#LSqzc8s4tMDHMxdUO1TZhOz7tr40qC65 > .row .container { background-color: transparent; background-image: none; }#LSqzc8s4tMDHMxdUO1TZhOz7tr40qC65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSqzc8s4tMDHMxdUO1TZhOz7tr40qC65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSqzc8s4tMDHMxdUO1TZhOz7tr40qC65 > .row .container > .video-iframe-container { display: none; }#LSqzc8s4tMDHMxdUO1TZhOz7tr40qC65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSqzc8s4tMDHMxdUO1TZhOz7tr40qC65 > .row > .video-iframe-container { display: none; }#LSqzc8s4tMDHMxdUO1TZhOz7tr40qC65 > .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); }#LSqzc8s4tMDHMxdUO1TZhOz7tr40qC65 > .row .container { border-width: 0; border-radius: 0; }#LSqzc8s4tMDHMxdUO1TZhOz7tr40qC65 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LSqzc8s4tMDHMxdUO1TZhOz7tr40qC65 > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#FTcMkdLul60WWxPoB96UeIsGIEeTQhf8 { color:#3b3b3b;display:block;width:53.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.4375rem;left:9.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Me3ECHkVJc46CNsAdwBiLVc7WbZelZac { color:#3b3b3b;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:20rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hVefZd524EXhgV5rc0zft4ibiQl12hdx { color:#718397;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:22.375rem;left:0rem;height:9.597625rem;text-align:justify;text-align-last:initial;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; }
#ELNhT8hWOkWgT7DPxzPK27EvXMhkHamw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:22.375rem;left:28.125rem;height:12.796875rem;text-align:justify;text-align-last:initial;display:block; }
#T73Zm4n0FPlbwHGR7BadEk0HUkSlLSyF { color:#3b3b3b;display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20rem;left:28.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iuT65RkVau9OSdlXFXp1Ep3yVyQmucyS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:22.375rem;left:56.0625rem;height:11.19725rem;text-align:justify;text-align-last:initial;display:block; }
#Bla8AMftSKGZykCmSS2nI86pbetpRV5p { color:#3b3b3b;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20rem;left:55.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nWEwK9IJOCmGEaJID1O7ENBxs7lnprCD { 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:4rem;width:4rem;top:14.1875rem;left:7.1875rem;overflow:hidden;display:block; }
#JT8ZCOz60vqyGQV6ZRtcaxfZF8mUbVTZ { 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:4rem;width:4rem;top:14.1875rem;left:35.5rem;overflow:hidden;display:block; }
#r4AZzo6E5HBc5yK7SfWlEJs6ThhO4kQ8 { 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:4rem;width:4rem;top:14.1875rem;left:63.4375rem;overflow:hidden;display:block; }
#k3TbUdxkF6LmxOXJFNzpyykB37Cp28u9 { 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; }#k3TbUdxkF6LmxOXJFNzpyykB37Cp28u9 > .row .container { background-color: transparent; background-image: none; }#k3TbUdxkF6LmxOXJFNzpyykB37Cp28u9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3TbUdxkF6LmxOXJFNzpyykB37Cp28u9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3TbUdxkF6LmxOXJFNzpyykB37Cp28u9 > .row .container > .video-iframe-container { display: none; }#k3TbUdxkF6LmxOXJFNzpyykB37Cp28u9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3TbUdxkF6LmxOXJFNzpyykB37Cp28u9 > .row > .video-iframe-container { display: none; }#k3TbUdxkF6LmxOXJFNzpyykB37Cp28u9 > .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); }#k3TbUdxkF6LmxOXJFNzpyykB37Cp28u9 > .row .container { border-width: 0; border-radius: 0; }#k3TbUdxkF6LmxOXJFNzpyykB37Cp28u9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3TbUdxkF6LmxOXJFNzpyykB37Cp28u9 > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#OOrzqwoMbi4HMtEUoAXyzN64k0IaWCxP { color:#3b3b3b;display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:35rem;left:22.3125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#GrXST0Tko6kaFsAC8lRWhtticSqt0fAe { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:20.5625rem;top:5.375rem;left:38rem;overflow:hidden;display:none; }
#UcQMcJV5gpctcalgBb2TkOc9uH0Qza8s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:58.75rem;top:4.375rem;left:8.75rem;overflow:hidden;display:block; }
#oc6t9VsilI3DQWsuydLXxbcmcNCTSukN { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:53.625rem;top:5.3125rem;left:15.5rem;display:block; }
#iy4DqltqE7dr391yXcl9pB5cCKo6qrIz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;display:none; }
#FZm4n1VhPICuzAZdcqT7vN6TCNALWcw1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f8fd;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; }#FZm4n1VhPICuzAZdcqT7vN6TCNALWcw1 > .row .container { background-color: transparent; background-image: none; }#FZm4n1VhPICuzAZdcqT7vN6TCNALWcw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZm4n1VhPICuzAZdcqT7vN6TCNALWcw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZm4n1VhPICuzAZdcqT7vN6TCNALWcw1 > .row .container > .video-iframe-container { display: none; }#FZm4n1VhPICuzAZdcqT7vN6TCNALWcw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZm4n1VhPICuzAZdcqT7vN6TCNALWcw1 > .row > .video-iframe-container { display: none; }#FZm4n1VhPICuzAZdcqT7vN6TCNALWcw1 > .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); }#FZm4n1VhPICuzAZdcqT7vN6TCNALWcw1 > .row .container { border-width: 0; border-radius: 0; }#FZm4n1VhPICuzAZdcqT7vN6TCNALWcw1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZm4n1VhPICuzAZdcqT7vN6TCNALWcw1 > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#nIu9UpuJRvFTX0ufTCI37k4qvyVDHv7P { color:#3b3b3b;display:block;width:53.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4375rem;left:12.3125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MJ8aqpl4Pb3ZcQnucrhtrhuaAdV4k0Iy { color:#3b3b3b;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:35.5rem;left:18.875rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJn9vcZMETcQtCzu8DHNPSQwQXDK9T4m { color:#3b3b3b;display:block;width:39.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.125rem;left:19.625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XpLI4JUyyX9U7C6A4tKw2aVwS1bNAKHd { position:absolute;display:block;z-index:14998;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(140,163,189,0.2) ;height:19.625rem;width:54.75rem;top:29.1875rem;left:10.125rem;display:block; }
#fBdLR9WfbOftsX4TokJMOst7xbTU8HHe { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1875rem;left:57.625rem;display:none; }
#bMFUMO1hr1AJqT52OkdzTQTdaAwSLx68 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qgZ7uXCKuwm0NNzzweaPabolEw2eMBlW { position:absolute;display:block;z-index:15012;height:11.25rem;width:63.875rem;top:10.9375rem;left:5.5625rem;display:block; }
#nCINyd3TD5z2ODVLJSfgLdNydexJutqg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.875rem;width:45rem;display:none; }
#k6DP2i1oKbmRNCBx5JDEmBtuOKkxd8EB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.875rem;width:45rem;display:none; }
#X3RohWI8VyS8vfVIzxT7VdnUzfMKMb9y { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:45rem;display:none; }
#v6AvJ5p7HbDNgmVIoTpT6nWvdsAbBhbp { color:#a7b2be;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.1875rem;left:1.8125rem;height:1.25rem;text-align:left;text-align-last:left;display:none; }
#aWGsFVURgcBowAMPGuIGT0kCQ9QPCqCP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.125rem;left:0rem;overflow:hidden;display:none; }
#ooGOEGiTnaSfLMSnJN7dPCgkhzS8kkF9 { 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; }#ooGOEGiTnaSfLMSnJN7dPCgkhzS8kkF9 > .row .container { background-color: transparent; background-image: none; }#ooGOEGiTnaSfLMSnJN7dPCgkhzS8kkF9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooGOEGiTnaSfLMSnJN7dPCgkhzS8kkF9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooGOEGiTnaSfLMSnJN7dPCgkhzS8kkF9 > .row .container > .video-iframe-container { display: none; }#ooGOEGiTnaSfLMSnJN7dPCgkhzS8kkF9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooGOEGiTnaSfLMSnJN7dPCgkhzS8kkF9 > .row > .video-iframe-container { display: none; }#ooGOEGiTnaSfLMSnJN7dPCgkhzS8kkF9 > .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); }#ooGOEGiTnaSfLMSnJN7dPCgkhzS8kkF9 > .row .container { border-width: 0; border-radius: 0; }#ooGOEGiTnaSfLMSnJN7dPCgkhzS8kkF9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ooGOEGiTnaSfLMSnJN7dPCgkhzS8kkF9 > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#vTnlqg2rm02bSbGJJGT6Irxuq7mTuxZT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:29.8125rem;display:block; }
#Nazlm3LQEBAtvdgXOD6eoqEFtCv6B1Nw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fOcDZ5NVeZ1yMtmk6UwfXXDgKwpITIak { color:#3b3b3b;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5rem;left:30.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#B0XOvOA2w1NJJTTo5FPA5zy0ua6gzCJU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:4.40625rem;left:30rem;overflow:hidden;display:block; }
#a2V9sMH0I71IeWwcdZ47dsr1EpedEOwr { 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; }#a2V9sMH0I71IeWwcdZ47dsr1EpedEOwr > .row .container { background-color: transparent; background-image: none; }#a2V9sMH0I71IeWwcdZ47dsr1EpedEOwr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2V9sMH0I71IeWwcdZ47dsr1EpedEOwr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2V9sMH0I71IeWwcdZ47dsr1EpedEOwr > .row .container > .video-iframe-container { display: none; }#a2V9sMH0I71IeWwcdZ47dsr1EpedEOwr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2V9sMH0I71IeWwcdZ47dsr1EpedEOwr > .row > .video-iframe-container { display: none; }#a2V9sMH0I71IeWwcdZ47dsr1EpedEOwr > .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); }#a2V9sMH0I71IeWwcdZ47dsr1EpedEOwr > .row .container { border-width: 0; border-radius: 0; }#a2V9sMH0I71IeWwcdZ47dsr1EpedEOwr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a2V9sMH0I71IeWwcdZ47dsr1EpedEOwr > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:75rem;position:relative;display:block; }#xvyobI6scEkMlGpkT0nk0LQ0kUwJRWq1 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.1875rem;left:0.09375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VvGftrwLO9K1EydOex6klTf1yW0aP2Qz { color:rgba(var(--color-primary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.125rem;left:42.71875rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aOX1PcUnvXTPedfJP5E35aiLa3FhwOTB { color:rgba(var(--color-primary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.1875rem;left:42.71875rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I1tXpQJqh9VNnMZmmEN6pT3yZKNvUzt7 { color:rgba(var(--color-primary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.899993896484rem;left:42.71875rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gedXTV9l0wHZrMTH0crubK8BbfbEGqtA { color:rgba(var(--color-primary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37rem;left:42.71875rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bdBncWIAqHKont5rVV1eVGHzWqw9FKHQ { color:#3b3b3b;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.5rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O4mKg419NcXTEoBlsxcOMK2mt7qvXTxi { color:#3b3b3b;display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.112487792969rem;left:1.25rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ckalw7bZG9FCHUI4ihc3gR2wHUHTXQyC { position:absolute;display:block;z-index:15007;height:0.625rem;width:20rem;top:23.5rem;left:1.375rem;display:block; }
#TwgamoUS4z84UdRO3fzGCfUELZA78G5R { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:4.6875rem;left:41.15625rem;overflow:hidden;display:block; }
#M4SpRElLvz0l7C7K1wtRb3KgqEtL9UZ8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:14.1875rem;left:41.34375rem;overflow:hidden;display:block; }
#GTnuXZcOsFyDSMOtB6rfGGLxHHlwpbP6 { 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:1.4375rem;width:1.4375rem;top:26.03125rem;left:41.34375rem;overflow:hidden;display:block; }
#Q9CILZvsm55Dg7FWO9l51vmM7g1IXitB { 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:1.4375rem;width:1.4375rem;top:36.34375rem;left:41.21875rem;overflow:hidden;display:block; }
#VCyogHTC2ivvATyXWaJIrlnLRoDon8MZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.0625rem;top:31.649993896484rem;left:1.125rem;overflow:hidden;display:block; }
#pXXnh5N7qZagCfXAQruGhqhJV0o8mm76 { 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; }#pXXnh5N7qZagCfXAQruGhqhJV0o8mm76 > .row .container { background-color: transparent; background-image: none; }#pXXnh5N7qZagCfXAQruGhqhJV0o8mm76::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXXnh5N7qZagCfXAQruGhqhJV0o8mm76 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXXnh5N7qZagCfXAQruGhqhJV0o8mm76 > .row .container > .video-iframe-container { display: none; }#pXXnh5N7qZagCfXAQruGhqhJV0o8mm76 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXXnh5N7qZagCfXAQruGhqhJV0o8mm76 > .row > .video-iframe-container { display: none; }#pXXnh5N7qZagCfXAQruGhqhJV0o8mm76 > .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); }#pXXnh5N7qZagCfXAQruGhqhJV0o8mm76 > .row .container { border-width: 0; border-radius: 0; }#pXXnh5N7qZagCfXAQruGhqhJV0o8mm76 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pXXnh5N7qZagCfXAQruGhqhJV0o8mm76 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#pEXyMzOMWzd6vWR9VplwlngzoUx1ddmN { color:#3b3b3b;display:block;width:53.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.75rem;left:10.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eeS8tGw8m5UwzR6cxNp3a2uzVTK14uTk { color:#3b3b3b;display:block;width:53.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8rem;left:9.9375rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BfrdGUrh4ISCJsXC8dan9xqUtqKIBgxZ { 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; }#BfrdGUrh4ISCJsXC8dan9xqUtqKIBgxZ > .row .container { background-color: transparent; background-image: none; }#BfrdGUrh4ISCJsXC8dan9xqUtqKIBgxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfrdGUrh4ISCJsXC8dan9xqUtqKIBgxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfrdGUrh4ISCJsXC8dan9xqUtqKIBgxZ > .row .container > .video-iframe-container { display: none; }#BfrdGUrh4ISCJsXC8dan9xqUtqKIBgxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfrdGUrh4ISCJsXC8dan9xqUtqKIBgxZ > .row > .video-iframe-container { display: none; }#BfrdGUrh4ISCJsXC8dan9xqUtqKIBgxZ > .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); }#BfrdGUrh4ISCJsXC8dan9xqUtqKIBgxZ > .row .container { border-width: 0; border-radius: 0; }#BfrdGUrh4ISCJsXC8dan9xqUtqKIBgxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BfrdGUrh4ISCJsXC8dan9xqUtqKIBgxZ > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#xgl6G3t0Do0mA80zQfJmwiG9ES1IVFzx { color:#3b3b3b;display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:19.03125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTFQDEzytH1O9EDsQlt7TRWeKzaNo6Vz { position:absolute;display:block;z-index:15017;height:20.25rem;width:37.5rem;top:6.8125rem;left:18.75rem;display:block; }
#F4kZsdKBN5vaia4bKPTk6IboLE60s55b { color:#020202;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:29.6875rem;left:18.75rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#ZPHPsnEyZ3VTmWdN37MIZWILAIcyvqIi { 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:5.6875rem;width:0.75rem;top:29.6875rem;left:31.3125rem;overflow:hidden;display:block; }
#nZv1S6WoRTTGcdwxtQPkz07KlS2fZTvm { color:#020202;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:29.3125rem;left:32.875rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#KpIfmO6SDLPzsnqFe1AtvEwWgPGDTQM6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:0.75rem;top:29.5625rem;left:44.1875rem;overflow:hidden;display:block; }
#DTfZGX0VtDPbO5Gq8MhMVR73kKB0amQJ { color:#020202;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:29.0625rem;left:46.4375rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#aLdMPtKIgbq7RSL5fPoIlMTkwJNM4E6m { 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; }#aLdMPtKIgbq7RSL5fPoIlMTkwJNM4E6m > .row .container { background-color: transparent; background-image: none; }#aLdMPtKIgbq7RSL5fPoIlMTkwJNM4E6m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLdMPtKIgbq7RSL5fPoIlMTkwJNM4E6m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLdMPtKIgbq7RSL5fPoIlMTkwJNM4E6m > .row .container > .video-iframe-container { display: none; }#aLdMPtKIgbq7RSL5fPoIlMTkwJNM4E6m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLdMPtKIgbq7RSL5fPoIlMTkwJNM4E6m > .row > .video-iframe-container { display: none; }#aLdMPtKIgbq7RSL5fPoIlMTkwJNM4E6m > .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); }#aLdMPtKIgbq7RSL5fPoIlMTkwJNM4E6m > .row .container { border-width: 0; border-radius: 0; }#aLdMPtKIgbq7RSL5fPoIlMTkwJNM4E6m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aLdMPtKIgbq7RSL5fPoIlMTkwJNM4E6m > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#z89yke4Uf6vkPlLAldh8NFcUl34MroRA { color:#3b3b3b;display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:19.03125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lgAt6IH7QUQKeuzIPQnDMWClKBbHsMeG { position:absolute;display:block;z-index:15017;height:20.25rem;width:37.5rem;top:6.8125rem;left:18.75rem;display:block; }
#g75fP560KJ2hDEK96LMcMSh51MAoZpuK { color:#020202;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:29.6875rem;left:18.75rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#duMPImI7TzfpMILrARJGl8mmHRe9RTwe { 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:5.6875rem;width:0.75rem;top:29.6875rem;left:31.3125rem;overflow:hidden;display:block; }
#rT1fSEdTCPc46NTe0QXv4s9XdqFEEVTQ { color:#020202;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:29.3125rem;left:32.875rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#GqEPwSEVpiAUZDg83ith5mom3zcoz7pP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:0.75rem;top:29.5625rem;left:44.1875rem;overflow:hidden;display:block; }
#a7FUk4U8tBqzqhmUqITwoCao3dDWvzhq { color:#020202;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:29.0625rem;left:46.4375rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#WxwdnM7sboVStyCGDfippp58iPT2cpAm { 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; }#WxwdnM7sboVStyCGDfippp58iPT2cpAm > .row .container { background-color: transparent; background-image: none; }#WxwdnM7sboVStyCGDfippp58iPT2cpAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxwdnM7sboVStyCGDfippp58iPT2cpAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxwdnM7sboVStyCGDfippp58iPT2cpAm > .row .container > .video-iframe-container { display: none; }#WxwdnM7sboVStyCGDfippp58iPT2cpAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxwdnM7sboVStyCGDfippp58iPT2cpAm > .row > .video-iframe-container { display: none; }#WxwdnM7sboVStyCGDfippp58iPT2cpAm > .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); }#WxwdnM7sboVStyCGDfippp58iPT2cpAm > .row .container { border-width: 0; border-radius: 0; }#WxwdnM7sboVStyCGDfippp58iPT2cpAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxwdnM7sboVStyCGDfippp58iPT2cpAm > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#Leay1e4KEkyuz85Q6om3oTtT1NfN7Qb1 { color:#3b3b3b;display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:19.03125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wVdJZ5d2PsPca6WrzlJIfNXmwZZbEITG { position:absolute;display:block;z-index:15017;height:20.25rem;width:37.5rem;top:6.8125rem;left:18.75rem;display:block; }
#TTUTTyPcpng8fhRqrqKK06AtiKiTrbAT { color:#020202;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:29.6875rem;left:18.75rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#UzOnqSsHGRGWkUtUnwOv9L1gc668bVyp { 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:5.6875rem;width:0.75rem;top:29.6875rem;left:31.3125rem;overflow:hidden;display:block; }
#rTka1hfhnXVQw8UCp1A9pQsFNZyfR0tu { color:#020202;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:29.3125rem;left:32.875rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#RbRMQsrJP7i5uO8QsgtZuIq4knRMfvJi { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:0.75rem;top:29.5625rem;left:44.1875rem;overflow:hidden;display:block; }
#yhrNuvlCQbh8q91a8PC094UwAztACNNd { color:#020202;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:29.0625rem;left:46.4375rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#DIacp88TSQclwdBcKaufeneL5s4V2ZaE { 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; }#DIacp88TSQclwdBcKaufeneL5s4V2ZaE > .row .container { background-color: transparent; background-image: none; }#DIacp88TSQclwdBcKaufeneL5s4V2ZaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIacp88TSQclwdBcKaufeneL5s4V2ZaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIacp88TSQclwdBcKaufeneL5s4V2ZaE > .row .container > .video-iframe-container { display: none; }#DIacp88TSQclwdBcKaufeneL5s4V2ZaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIacp88TSQclwdBcKaufeneL5s4V2ZaE > .row > .video-iframe-container { display: none; }#DIacp88TSQclwdBcKaufeneL5s4V2ZaE > .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); }#DIacp88TSQclwdBcKaufeneL5s4V2ZaE > .row .container { border-width: 0; border-radius: 0; }#DIacp88TSQclwdBcKaufeneL5s4V2ZaE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DIacp88TSQclwdBcKaufeneL5s4V2ZaE > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#znOqztFPTkp2mezVc1xR8dJIbc9n7zvX { color:#3b3b3b;display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:28.59375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uFwGM1On0Fkf6aCLIQciFlo63KqesSdT { position:absolute;display:block;z-index:15017;height:20.25rem;width:37.5rem;top:6.8125rem;left:18.75rem;display:block; }
#Zd8gLt6RhZZTTXkKlCmIkwsHFRAKK0KA { color:#020202;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:29.6875rem;left:18.75rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#SceItTgzLUE82fnTeLNIpsfeHLGLVRLT { 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:5.6875rem;width:0.75rem;top:29.6875rem;left:31.3125rem;overflow:hidden;display:block; }
#uLOhHiAI914BlETkVUkRc3LdyT5pWsCN { color:#020202;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:29.3125rem;left:32.875rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#USxZLqMHAJNlpQ5bRR8UTgL95VkbU6k5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:0.75rem;top:29.5625rem;left:44.1875rem;overflow:hidden;display:block; }
#IXWgSlzzlUXetLWr5dJNtvwvtTRHgECp { color:#020202;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:29.0625rem;left:46.4375rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#KVfRMlJgPyqWvhCvPEL7icv3dX0NP9VH { 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; }#KVfRMlJgPyqWvhCvPEL7icv3dX0NP9VH > .row .container { background-color: transparent; background-image: none; }#KVfRMlJgPyqWvhCvPEL7icv3dX0NP9VH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVfRMlJgPyqWvhCvPEL7icv3dX0NP9VH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVfRMlJgPyqWvhCvPEL7icv3dX0NP9VH > .row .container > .video-iframe-container { display: none; }#KVfRMlJgPyqWvhCvPEL7icv3dX0NP9VH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVfRMlJgPyqWvhCvPEL7icv3dX0NP9VH > .row > .video-iframe-container { display: none; }#KVfRMlJgPyqWvhCvPEL7icv3dX0NP9VH > .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); }#KVfRMlJgPyqWvhCvPEL7icv3dX0NP9VH > .row .container { border-width: 0; border-radius: 0; }#KVfRMlJgPyqWvhCvPEL7icv3dX0NP9VH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KVfRMlJgPyqWvhCvPEL7icv3dX0NP9VH > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:75rem;position:relative;display:block; }#cBk95gFZpw4f2A2ma6kndRaKxMlqQBPl { color:#3b3b3b;display:block;width:64.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4375rem;left:7rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pEf5ClAQ9F2OldKB89AauHGWgzTZzBTH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:64rem;top:10.9375rem;left:5.5rem;overflow:hidden;display:block; }
#sHxNp1opV0uQnd9QlU204RWqGe2KQ9Z9 { 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; }#sHxNp1opV0uQnd9QlU204RWqGe2KQ9Z9 > .row .container { background-color: transparent; background-image: none; }#sHxNp1opV0uQnd9QlU204RWqGe2KQ9Z9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHxNp1opV0uQnd9QlU204RWqGe2KQ9Z9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHxNp1opV0uQnd9QlU204RWqGe2KQ9Z9 > .row .container > .video-iframe-container { display: none; }#sHxNp1opV0uQnd9QlU204RWqGe2KQ9Z9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHxNp1opV0uQnd9QlU204RWqGe2KQ9Z9 > .row > .video-iframe-container { display: none; }#sHxNp1opV0uQnd9QlU204RWqGe2KQ9Z9 > .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); }#sHxNp1opV0uQnd9QlU204RWqGe2KQ9Z9 > .row .container { border-width: 0; border-radius: 0; }#sHxNp1opV0uQnd9QlU204RWqGe2KQ9Z9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sHxNp1opV0uQnd9QlU204RWqGe2KQ9Z9 > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#uGDWrTI6LyWlMSkQHbnyQsoh7zg86aQb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:18.1875rem;height:3.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.125rem;left:29.8125rem;display:block; }
#id7hQA1MCZWTmhDbhkFDH6C0gHDxvBQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SAVIQlJSimG3z3ennXtbrmu9f0BvZyF9 { color:#3b3b3b;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:6.4375rem;left:20.75rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sQrEHh3AbGPW0SotJiG5E7Q6u2Jxvd67 { color:#3b3b3b;display:block;width:38rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:2.875rem;left:20.21875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VRIS6OKA8n21vb3rSpJtUpBZp2tJHmu0 { position:absolute;display:block;z-index:15005;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(140,163,189,0.2) ;height:18.625rem;width:54.75rem;top:0rem;left:10.125rem;display:block; }
#iVxpqIaHG1W6bwA7WHPawJ9NROZa7JqQ { color:#3b3b3b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.75rem;left:31.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#UvQSG8ofxSEbI7xF81sNAJm1dta5G13M { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:15.6875rem;left:30.0625rem;overflow:hidden;display:block; }
#mihiweFThCgystbduQfJmqcBDv8avJ6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row .container { background-color: transparent; background-image: none; }#mihiweFThCgystbduQfJmqcBDv8avJ6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row .container > .video-iframe-container { display: none; }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row > .video-iframe-container { display: none; }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .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); }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row .container { border-width: 0; border-radius: 0; }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#SD1ybWO4X5Xd835BBbPwknNwbDrIdXcK { color:#3b3b3b;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5rem;left:1.375rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#pN0EpR5xRvTMmwIcGoivc72VepEGMLng { color:#3b3b3b;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:15.125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#QnFAR8qy3aMVoaMk24IeNErQOvwT9DD1 { color:#3b3b3b;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5rem;left:28.875rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#z8T2T4Cr3aktsUksCCg5es0mJR1vpEG5 { color:#3b3b3b;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:45.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#FUzqF2GrCqPt5Dvgod3szWZvZI6JTxNh { background-color:transparent;background-image:none;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:#007bff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.7750244140625rem;left:2rem;display:block; }
#NriBg03RID641A4syvvn8JTr5yhPFWTL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OHwCaQPF7LQP58Qai0TZDVtAWvwbTqUd { background-color:transparent;background-image:none;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:#007bff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:11.150024414062rem;left:1.5rem;display:block; }
#DwsMl4M14FwF2bAgZF5cyQhrrJ5GJGF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yF3GZ7WBmVX9IPhhzNtxGK5Xocvd81sR { background-color:transparent;background-image:none;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:#007bff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:13.525024414062rem;left:2.4375rem;display:block; }
#TvRtBAlrSaLTTQOgPOgPx2yZdKvUATQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gJm5MX2qPBzh3OrLSlbb1kVP538gTxV1 { background-color:transparent;background-image:none;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:#007bff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.5250244140625rem;left:14.375rem;display:block; }
#DzvpnxJIHcHJbfMTvReH6paKstonxPxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m4B1KhnG29cIdVyc0WTQKNyyeOQbLB76 { background-color:transparent;background-image:none;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:#007bff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.5250244140625rem;left:28.375rem;display:block; }
#rVKQAVMe0A33WnZkG7lvTVmQFuETpzdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gxQDCb8FlxLTpl01DQxR2ys1cn8OTCzt { background-color:transparent;background-image:none;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:#007bff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:2.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.212524414062rem;left:28.8125rem;display:block; }
#E2GAX8id2DFhOUxvXLT3TBkOERGHccqJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sl63UpEh9aVLq1uMc33Sqf4pbDtSITKB { background-color:transparent;background-image:none;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:#007bff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.962524414062rem;left:28.9375rem;display:block; }
#Si3cuM4GvhKf6efEBQdXJ15GdtOBkech { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m0LngcqdDhlWP2Uc22GLiOulhdcASkAn { background-color:transparent;background-image:none;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:#007bff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:16.462524414062rem;left:28.8125rem;display:block; }
#v0InofErVL40ZUx2SGCSJ8oXMWCzkCmE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ztTpcLbigGGgs666TI6yF6V08s785aSZ { background-color:transparent;background-image:none;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:#007bff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:19.025024414062rem;left:28.5rem;display:block; }
#Arkq6e23wlsqrgl5nq1vQWwn9h7yFJsH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AbBoXRxPULxd9KwmyTJiQV6NgFgLyW6Z { background-color:transparent;background-image:none;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:#007bff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:2.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.5250244140625rem;left:46.25rem;display:block; }
#CxsWL4ApbywW8t2E14Hb2QM4RxD4Klgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FCuLVmo5BVg8zLEsBgMns9PTSfUxAdBy { background-color:transparent;background-image:none;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:#007bff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:11.025024414062rem;left:46rem;display:block; }
#MpNcSnVr7xokAFFq4dEicidO2alEiMXv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#unQvTHBqdmcRPyixRQBu9ywn7KblmVWK { 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:3.625rem;width:11.4375rem;top:4.3875122070312rem;left:62.5625rem;overflow:hidden;display:block; }
#cEussQpyv1dJ6lSPz1PClOE7nUJikPXq { 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.375rem;width:0.75rem;top:9.3062744140625rem;left:62.5625rem;overflow:hidden;display:block; }
#Gbyih7Rmsz4fRixohyPxRusn5wuT0Jsx { 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.25rem;width:1.25rem;top:9.3062744140625rem;left:65.4375rem;overflow:hidden;display:block; }
#zgEeQcWA5pBQ0ZLpJmi6MHTMtco32yCb { 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:1.5625rem;width:1.25rem;top:8.9937744140625rem;left:69.1875rem;overflow:hidden;display:block; }
#L1QeXt51SVHZsG3vWvWos3Rtba2gDd56 { 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.25rem;width:1.375rem;top:9.2437744140625rem;left:72.25rem;overflow:hidden;display:block; }
#Ch8titSiNqIvDxfKpQ8oABb3rU3ADvud { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#Ch8titSiNqIvDxfKpQ8oABb3rU3ADvud > .row .container { background-color: transparent; background-image: none; }#Ch8titSiNqIvDxfKpQ8oABb3rU3ADvud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch8titSiNqIvDxfKpQ8oABb3rU3ADvud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch8titSiNqIvDxfKpQ8oABb3rU3ADvud > .row .container > .video-iframe-container { display: none; }#Ch8titSiNqIvDxfKpQ8oABb3rU3ADvud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch8titSiNqIvDxfKpQ8oABb3rU3ADvud > .row > .video-iframe-container { display: none; }#Ch8titSiNqIvDxfKpQ8oABb3rU3ADvud > .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); }#Ch8titSiNqIvDxfKpQ8oABb3rU3ADvud > .row .container { border-width: 0; border-radius: 0; }#Ch8titSiNqIvDxfKpQ8oABb3rU3ADvud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ch8titSiNqIvDxfKpQ8oABb3rU3ADvud > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#HhksAXMOMveuVDyXv3QgNOgRLCqXm2rF { background-color:transparent;background-image:none;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:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:1.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.375rem;left:26.375rem;display:block; }
#Xf3Mi7cHRZ04VBTzNyuk6Ndxop7pwmFy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ROh9ObX9UgRWMVBpqF0C2upPxcXm2wPe { background-color:transparent;background-image:none;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:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:1.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.625rem;left:26.375rem;display:block; }
#geASgTw2qKm7FVToBdW5E6fFDP6Z0cbp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y0umnIEdJW4PZwbITGiK79lpLmDBUIE5 { display:block; }#y0umnIEdJW4PZwbITGiK79lpLmDBUIE5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ck1xdohSrB9VmlUwReD1mlyrtaVFIPV1 { top:1.875rem;left:0rem;width:9.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZBifCPmtbld6NUcVN3eZwm3UAs08Rg7 { width:17.375rem;height:3.4375rem;top:1.1875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPCHPH2KRqedRixccBZypBuKo7kTwWGM { display:block; }
 }@media only screen and (max-width: 763px) { #ThtUltPHQeXv0f9eftHlKTG2r6b0rO1z { top:1.3125rem;left:0rem;width:34.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7ThdvZvMECqEIvUHgTeFezdZ40g5T1W { display:none; }
 }@media only screen and (max-width: 763px) { #cHfm2cM0MvVuUpWyZNC5eUQTe89FIGzA { top:7.625rem;left:0rem;width:11.3125rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhWav3iTroTI89LSyUmpZRqZ0MWPWL8i { display:block; }#MhWav3iTroTI89LSyUmpZRqZ0MWPWL8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clTfD5XQbtVHaXl670u4nK7IiuoecR5W { top:21.3125rem;left:0rem;width:30.0625rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw99IPPnE0J3fdwD3z94PEKJEUIZCVVC { width:25.4375rem;height:3.6875rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy5QCpRf2KyvepmpQxK2dSq33gph8hVz { display:block; }
 }@media only screen and (max-width: 763px) { #sAqZKXymrLSRgMlv8lpXbU2evTNEfCnS { top:31.6875rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #prWFWIy8KXiFgyqNAwg3cbJEMxXhbOcb { top:11.125rem;left:0rem;width:31.75rem;height:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qykQovl5cJ20CioBy2qekqG0mLBfxpkA { top:11.9375rem;left:10.5rem;width:37.25rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khhOwnlHdXTHHKMt9RCAPJZOyBJGIUbH { top:31.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6yZLL9vSWvSmpneDZnWhMno7y2SICdA { top:13rem;left:0rem;width:20rem;height:3rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSqzc8s4tMDHMxdUO1TZhOz7tr40qC65 { display:block; }#LSqzc8s4tMDHMxdUO1TZhOz7tr40qC65 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTcMkdLul60WWxPoB96UeIsGIEeTQhf8 { top:9.4375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me3ECHkVJc46CNsAdwBiLVc7WbZelZac { top:20rem;left:0rem;width:18.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVefZd524EXhgV5rc0zft4ibiQl12hdx { top:22.375rem;left:0rem;width:18.75rem;height:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELNhT8hWOkWgT7DPxzPK27EvXMhkHamw { top:22.375rem;left:13rem;width:18.75rem;height:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T73Zm4n0FPlbwHGR7BadEk0HUkSlLSyF { top:20rem;left:12.3125rem;width:19.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuT65RkVau9OSdlXFXp1Ep3yVyQmucyS { top:22.375rem;left:28.875rem;width:18.75rem;height:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bla8AMftSKGZykCmSS2nI86pbetpRV5p { top:20rem;left:27.6875rem;width:19.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWEwK9IJOCmGEaJID1O7ENBxs7lnprCD { top:14.1875rem;left:2.625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT8ZCOz60vqyGQV6ZRtcaxfZF8mUbVTZ { top:14.1875rem;left:21.8125rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4AZzo6E5HBc5yK7SfWlEJs6ThhO4kQ8 { top:14.1875rem;left:40.625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3TbUdxkF6LmxOXJFNzpyykB37Cp28u9 { display:block; }#k3TbUdxkF6LmxOXJFNzpyykB37Cp28u9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOrzqwoMbi4HMtEUoAXyzN64k0IaWCxP { top:35rem;left:8.6875rem;width:32.3125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrXST0Tko6kaFsAC8lRWhtticSqt0fAe { top:5.375rem;left:24.375rem;width:20.5625rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcQMcJV5gpctcalgBb2TkOc9uH0Qza8s { top:4.375rem;left:0rem;width:47.75rem;height:22.960638297872rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc6t9VsilI3DQWsuydLXxbcmcNCTSukN { top:5.3125rem;left:0rem;width:47.75rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy4DqltqE7dr391yXcl9pB5cCKo6qrIz { width:37.5rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZm4n1VhPICuzAZdcqT7vN6TCNALWcw1 { display:block; }#FZm4n1VhPICuzAZdcqT7vN6TCNALWcw1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIu9UpuJRvFTX0ufTCI37k4qvyVDHv7P { top:6.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ8aqpl4Pb3ZcQnucrhtrhuaAdV4k0Iy { top:35.5rem;left:5.25rem;width:40rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJn9vcZMETcQtCzu8DHNPSQwQXDK9T4m { top:32.125rem;left:6rem;width:39.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpLI4JUyyX9U7C6A4tKw2aVwS1bNAKHd { top:29.1875rem;left:0rem;width:47.75rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBdLR9WfbOftsX4TokJMOst7xbTU8HHe { width:17.375rem;height:3.4375rem;top:1.1875rem;left:30.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMFUMO1hr1AJqT52OkdzTQTdaAwSLx68 { display:block; }
 }@media only screen and (max-width: 763px) { #qgZ7uXCKuwm0NNzzweaPabolEw2eMBlW { top:10.9375rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCINyd3TD5z2ODVLJSfgLdNydexJutqg { width:45rem;height:43.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6DP2i1oKbmRNCBx5JDEmBtuOKkxd8EB { width:45rem;height:43.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3RohWI8VyS8vfVIzxT7VdnUzfMKMb9y { width:45rem;height:34.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6AvJ5p7HbDNgmVIoTpT6nWvdsAbBhbp { top:31.1875rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWGsFVURgcBowAMPGuIGT0kCQ9QPCqCP { top:31.125rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ooGOEGiTnaSfLMSnJN7dPCgkhzS8kkF9 { display:block; }#ooGOEGiTnaSfLMSnJN7dPCgkhzS8kkF9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTnlqg2rm02bSbGJJGT6Irxuq7mTuxZT { width:18.1875rem;height:3.8125rem;top:0rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nazlm3LQEBAtvdgXOD6eoqEFtCv6B1Nw { display:block; }
 }@media only screen and (max-width: 763px) { #fOcDZ5NVeZ1yMtmk6UwfXXDgKwpITIak { top:4.5rem;left:17.3125rem;width:17.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0XOvOA2w1NJJTTo5FPA5zy0ua6gzCJU { top:4.375rem;left:16.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2V9sMH0I71IeWwcdZ47dsr1EpedEOwr { display:block; }#a2V9sMH0I71IeWwcdZ47dsr1EpedEOwr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvyobI6scEkMlGpkT0nk0LQ0kUwJRWq1 { top:15.1875rem;left:0rem;width:37.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvGftrwLO9K1EydOex6klTf1yW0aP2Qz { top:5.125rem;left:23.875rem;width:21.1875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOX1PcUnvXTPedfJP5E35aiLa3FhwOTB { top:15.1875rem;left:23.875rem;width:21.1875rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1tXpQJqh9VNnMZmmEN6pT3yZKNvUzt7 { top:26.875rem;left:23.875rem;width:21.1875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gedXTV9l0wHZrMTH0crubK8BbfbEGqtA { top:37rem;left:23.875rem;width:21.1875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdBncWIAqHKont5rVV1eVGHzWqw9FKHQ { top:20.5rem;left:0rem;width:10.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4mKg419NcXTEoBlsxcOMK2mt7qvXTxi { top:26.0625rem;left:0rem;width:33.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckalw7bZG9FCHUI4ihc3gR2wHUHTXQyC { top:23.5rem;left:0rem;width:20rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwgamoUS4z84UdRO3fzGCfUELZA78G5R { top:4.6875rem;left:23.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4SpRElLvz0l7C7K1wtRb3KgqEtL9UZ8 { top:14.1875rem;left:23.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTnuXZcOsFyDSMOtB6rfGGLxHHlwpbP6 { top:26rem;left:23.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9CILZvsm55Dg7FWO9l51vmM7g1IXitB { top:36.3125rem;left:23.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCyogHTC2ivvATyXWaJIrlnLRoDon8MZ { top:31.625rem;left:0rem;width:2.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXXnh5N7qZagCfXAQruGhqhJV0o8mm76 { display:block; }#pXXnh5N7qZagCfXAQruGhqhJV0o8mm76 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEXyMzOMWzd6vWR9VplwlngzoUx1ddmN { top:4.75rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeS8tGw8m5UwzR6cxNp3a2uzVTK14uTk { top:8rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfrdGUrh4ISCJsXC8dan9xqUtqKIBgxZ { display:block; }#BfrdGUrh4ISCJsXC8dan9xqUtqKIBgxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgl6G3t0Do0mA80zQfJmwiG9ES1IVFzx { top:1.8125rem;left:5.40625rem;width:36.9375rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTFQDEzytH1O9EDsQlt7TRWeKzaNo6Vz { top:6.8125rem;left:5.125rem;width:37.5rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4kZsdKBN5vaia4bKPTk6IboLE60s55b { top:29.6875rem;left:5.125rem;width:11.8125rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPHPsnEyZ3VTmWdN37MIZWILAIcyvqIi { top:29.6875rem;left:17.6875rem;width:0.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZv1S6WoRTTGcdwxtQPkz07KlS2fZTvm { top:29.3125rem;left:19.25rem;width:10.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpIfmO6SDLPzsnqFe1AtvEwWgPGDTQM6 { top:29.5625rem;left:30.5625rem;width:0.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTfZGX0VtDPbO5Gq8MhMVR73kKB0amQJ { top:29.0625rem;left:32.8125rem;width:8.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLdMPtKIgbq7RSL5fPoIlMTkwJNM4E6m { display:block; }#aLdMPtKIgbq7RSL5fPoIlMTkwJNM4E6m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z89yke4Uf6vkPlLAldh8NFcUl34MroRA { top:1.8125rem;left:5.40625rem;width:36.9375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgAt6IH7QUQKeuzIPQnDMWClKBbHsMeG { top:6.8125rem;left:5.125rem;width:37.5rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g75fP560KJ2hDEK96LMcMSh51MAoZpuK { top:29.6875rem;left:5.125rem;width:11.8125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duMPImI7TzfpMILrARJGl8mmHRe9RTwe { top:29.6875rem;left:17.6875rem;width:0.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT1fSEdTCPc46NTe0QXv4s9XdqFEEVTQ { top:29.3125rem;left:19.25rem;width:10.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqEPwSEVpiAUZDg83ith5mom3zcoz7pP { top:29.5625rem;left:30.5625rem;width:0.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7FUk4U8tBqzqhmUqITwoCao3dDWvzhq { top:29.0625rem;left:32.8125rem;width:8.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxwdnM7sboVStyCGDfippp58iPT2cpAm { display:block; }#WxwdnM7sboVStyCGDfippp58iPT2cpAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Leay1e4KEkyuz85Q6om3oTtT1NfN7Qb1 { top:1.8125rem;left:5.40625rem;width:36.9375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVdJZ5d2PsPca6WrzlJIfNXmwZZbEITG { top:6.8125rem;left:5.125rem;width:37.5rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTUTTyPcpng8fhRqrqKK06AtiKiTrbAT { top:29.6875rem;left:5.125rem;width:11.8125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzOnqSsHGRGWkUtUnwOv9L1gc668bVyp { top:29.6875rem;left:17.6875rem;width:0.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTka1hfhnXVQw8UCp1A9pQsFNZyfR0tu { top:29.3125rem;left:19.25rem;width:10.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbRMQsrJP7i5uO8QsgtZuIq4knRMfvJi { top:29.5625rem;left:30.5625rem;width:0.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhrNuvlCQbh8q91a8PC094UwAztACNNd { top:29.0625rem;left:32.8125rem;width:8.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIacp88TSQclwdBcKaufeneL5s4V2ZaE { display:block; }#DIacp88TSQclwdBcKaufeneL5s4V2ZaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znOqztFPTkp2mezVc1xR8dJIbc9n7zvX { top:1.8125rem;left:14.96875rem;width:17.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFwGM1On0Fkf6aCLIQciFlo63KqesSdT { top:6.8125rem;left:5.125rem;width:37.5rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd8gLt6RhZZTTXkKlCmIkwsHFRAKK0KA { top:29.6875rem;left:5.125rem;width:11.8125rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SceItTgzLUE82fnTeLNIpsfeHLGLVRLT { top:29.6875rem;left:17.6875rem;width:0.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLOhHiAI914BlETkVUkRc3LdyT5pWsCN { top:29.3125rem;left:19.25rem;width:10.5625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USxZLqMHAJNlpQ5bRR8UTgL95VkbU6k5 { top:29.5625rem;left:30.5625rem;width:0.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXWgSlzzlUXetLWr5dJNtvwvtTRHgECp { top:29.0625rem;left:32.8125rem;width:8.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVfRMlJgPyqWvhCvPEL7icv3dX0NP9VH { display:block; }#KVfRMlJgPyqWvhCvPEL7icv3dX0NP9VH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBk95gFZpw4f2A2ma6kndRaKxMlqQBPl { top:6.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEf5ClAQ9F2OldKB89AauHGWgzTZzBTH { top:10.9375rem;left:0rem;width:47.75rem;height:22.66259765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHxNp1opV0uQnd9QlU204RWqGe2KQ9Z9 { display:block; }#sHxNp1opV0uQnd9QlU204RWqGe2KQ9Z9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGDWrTI6LyWlMSkQHbnyQsoh7zg86aQb { width:18.1875rem;height:3.8125rem;top:11.125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #id7hQA1MCZWTmhDbhkFDH6C0gHDxvBQG { display:block; }
 }@media only screen and (max-width: 763px) { #SAVIQlJSimG3z3ennXtbrmu9f0BvZyF9 { top:6.4375rem;left:7.125rem;width:35.9375rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQrEHh3AbGPW0SotJiG5E7Q6u2Jxvd67 { top:2.875rem;left:6.59375rem;width:38rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRIS6OKA8n21vb3rSpJtUpBZp2tJHmu0 { top:0rem;left:0rem;width:47.75rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVxpqIaHG1W6bwA7WHPawJ9NROZa7JqQ { top:15.75rem;left:18.1875rem;width:16.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvQSG8ofxSEbI7xF81sNAJm1dta5G13M { top:15.6875rem;left:16.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mihiweFThCgystbduQfJmqcBDv8avJ6b { display:block; }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SD1ybWO4X5Xd835BBbPwknNwbDrIdXcK { top:5rem;left:0rem;width:8rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN0EpR5xRvTMmwIcGoivc72VepEGMLng { top:5rem;left:7.875rem;width:8rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnFAR8qy3aMVoaMk24IeNErQOvwT9DD1 { top:5rem;left:15.875rem;width:8rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8T2T4Cr3aktsUksCCg5es0mJR1vpEG5 { top:5rem;left:20.8125rem;width:10.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUzqF2GrCqPt5Dvgod3szWZvZI6JTxNh { width:5.3125rem;height:2.4375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NriBg03RID641A4syvvn8JTr5yhPFWTL { display:block; }
 }@media only screen and (max-width: 763px) { #OHwCaQPF7LQP58Qai0TZDVtAWvwbTqUd { width:5.3125rem;height:2.4375rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwsMl4M14FwF2bAgZF5cyQhrrJ5GJGF5 { display:block; }
 }@media only screen and (max-width: 763px) { #yF3GZ7WBmVX9IPhhzNtxGK5Xocvd81sR { width:5.3125rem;height:2.4375rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvRtBAlrSaLTTQOgPOgPx2yZdKvUATQa { display:block; }
 }@media only screen and (max-width: 763px) { #gJm5MX2qPBzh3OrLSlbb1kVP538gTxV1 { width:5.3125rem;height:2.4375rem;top:8.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzvpnxJIHcHJbfMTvReH6paKstonxPxE { display:block; }
 }@media only screen and (max-width: 763px) { #m4B1KhnG29cIdVyc0WTQKNyyeOQbLB76 { width:13.6875rem;height:2.4375rem;top:8.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVKQAVMe0A33WnZkG7lvTVmQFuETpzdq { display:block; }
 }@media only screen and (max-width: 763px) { #gxQDCb8FlxLTpl01DQxR2ys1cn8OTCzt { width:12.25rem;height:2.4375rem;top:11.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2GAX8id2DFhOUxvXLT3TBkOERGHccqJ { display:block; }
 }@media only screen and (max-width: 763px) { #Sl63UpEh9aVLq1uMc33Sqf4pbDtSITKB { width:10.375rem;height:2.4375rem;top:13.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si3cuM4GvhKf6efEBQdXJ15GdtOBkech { display:block; }
 }@media only screen and (max-width: 763px) { #m0LngcqdDhlWP2Uc22GLiOulhdcASkAn { width:12.5rem;height:2.4375rem;top:16.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0InofErVL40ZUx2SGCSJ8oXMWCzkCmE { display:block; }
 }@media only screen and (max-width: 763px) { #ztTpcLbigGGgs666TI6yF6V08s785aSZ { width:16.375rem;height:2.4375rem;top:19rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arkq6e23wlsqrgl5nq1vQWwn9h7yFJsH { display:block; }
 }@media only screen and (max-width: 763px) { #AbBoXRxPULxd9KwmyTJiQV6NgFgLyW6Z { width:3.75rem;height:2.4375rem;top:8.5rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxsWL4ApbywW8t2E14Hb2QM4RxD4Klgi { display:block; }
 }@media only screen and (max-width: 763px) { #FCuLVmo5BVg8zLEsBgMns9PTSfUxAdBy { width:11.375rem;height:2.4375rem;top:11rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpNcSnVr7xokAFFq4dEicidO2alEiMXv { display:block; }
 }@media only screen and (max-width: 763px) { #unQvTHBqdmcRPyixRQBu9ywn7KblmVWK { top:4.375rem;left:36.1875rem;width:11.4375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEussQpyv1dJ6lSPz1PClOE7nUJikPXq { top:9.25rem;left:39.75rem;width:0.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbyih7Rmsz4fRixohyPxRusn5wuT0Jsx { top:9.25rem;left:42.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgEeQcWA5pBQ0ZLpJmi6MHTMtco32yCb { top:8.9375rem;left:46.375rem;width:1.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1QeXt51SVHZsG3vWvWos3Rtba2gDd56 { top:9.1875rem;left:46.25rem;width:1.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch8titSiNqIvDxfKpQ8oABb3rU3ADvud { display:block; }#Ch8titSiNqIvDxfKpQ8oABb3rU3ADvud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhksAXMOMveuVDyXv3QgNOgRLCqXm2rF { width:16.375rem;height:1.4375rem;top:0.375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf3Mi7cHRZ04VBTzNyuk6Ndxop7pwmFy { display:block; }
 }@media only screen and (max-width: 763px) { #ROh9ObX9UgRWMVBpqF0C2upPxcXm2wPe { width:16.375rem;height:1.4375rem;top:1.625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geASgTw2qKm7FVToBdW5E6fFDP6Z0cbp { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y0umnIEdJW4PZwbITGiK79lpLmDBUIE5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#y0umnIEdJW4PZwbITGiK79lpLmDBUIE5 > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ck1xdohSrB9VmlUwReD1mlyrtaVFIPV1 { width:6.875rem;height:1.5rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZBifCPmtbld6NUcVN3eZwm3UAs08Rg7 { width:13.125rem;height:2.25rem;top:2.75rem;left:6.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPCHPH2KRqedRixccBZypBuKo7kTwWGM { display:block; }
 }@media only screen and (max-width: 763px) { #ThtUltPHQeXv0f9eftHlKTG2r6b0rO1z { width:20rem;height:3.4375rem;top:7.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7ThdvZvMECqEIvUHgTeFezdZ40g5T1W { top:4.9375rem;left:0rem;width:20rem;height:2rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cHfm2cM0MvVuUpWyZNC5eUQTe89FIGzA { top:1.0249996185302rem;left:8.4375rem;width:8.3125rem;height:1.95rem;z-index:15009;text-align:center;text-align-last:center;font-size:0.75rem;color:#1680f5;display:block; }
 }@media only screen and (max-width: 763px) { #MhWav3iTroTI89LSyUmpZRqZ0MWPWL8i { position:relative;z-index:auto;display:block; }#MhWav3iTroTI89LSyUmpZRqZ0MWPWL8i > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clTfD5XQbtVHaXl670u4nK7IiuoecR5W { width:20rem;height:4.5rem;top:16.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gw99IPPnE0J3fdwD3z94PEKJEUIZCVVC { width:19rem;height:3.4375rem;top:25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy5QCpRf2KyvepmpQxK2dSq33gph8hVz { display:block; }
 }@media only screen and (max-width: 763px) { #sAqZKXymrLSRgMlv8lpXbU2evTNEfCnS { width:12.0625rem;height:0.975rem;top:29.125rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prWFWIy8KXiFgyqNAwg3cbJEMxXhbOcb { width:16.8125rem;height:0;top:10.5625rem;left:1.65625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qykQovl5cJ20CioBy2qekqG0mLBfxpkA { width:20rem;height:11.0625rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khhOwnlHdXTHHKMt9RCAPJZOyBJGIUbH { width:0.75rem;height:0.75rem;top:29.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6yZLL9vSWvSmpneDZnWhMno7y2SICdA { width:20rem;height:6.2988125rem;top:8.75rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:15003;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #LSqzc8s4tMDHMxdUO1TZhOz7tr40qC65 { display:block; }#LSqzc8s4tMDHMxdUO1TZhOz7tr40qC65 > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTcMkdLul60WWxPoB96UeIsGIEeTQhf8 { width:15.5625rem;height:3.6rem;top:2.9375rem;left:2.21875rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Me3ECHkVJc46CNsAdwBiLVc7WbZelZac { width:20rem;height:1.3rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVefZd524EXhgV5rc0zft4ibiQl12hdx { width:19.9375rem;height:6.9970625rem;top:14.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELNhT8hWOkWgT7DPxzPK27EvXMhkHamw { width:20rem;height:8.3965rem;top:29.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T73Zm4n0FPlbwHGR7BadEk0HUkSlLSyF { width:20rem;height:1.3rem;top:27.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuT65RkVau9OSdlXFXp1Ep3yVyQmucyS { width:20rem;height:6.9970625rem;top:45.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bla8AMftSKGZykCmSS2nI86pbetpRV5p { width:20rem;height:1.3rem;top:43.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWEwK9IJOCmGEaJID1O7ENBxs7lnprCD { width:3rem;height:3rem;top:8.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT8ZCOz60vqyGQV6ZRtcaxfZF8mUbVTZ { width:3rem;height:3rem;top:23.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4AZzo6E5HBc5yK7SfWlEJs6ThhO4kQ8 { width:3rem;height:3rem;top:39.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3TbUdxkF6LmxOXJFNzpyykB37Cp28u9 { display:block; }#k3TbUdxkF6LmxOXJFNzpyykB37Cp28u9 > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOrzqwoMbi4HMtEUoAXyzN64k0IaWCxP { width:20rem;height:1.4625rem;top:22.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrXST0Tko6kaFsAC8lRWhtticSqt0fAe { width:18.8125rem;height:11rem;top:0.4375rem;left:0.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UcQMcJV5gpctcalgBb2TkOc9uH0Qza8s { width:20rem;height:9.6170212765956rem;top:4.375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oc6t9VsilI3DQWsuydLXxbcmcNCTSukN { width:16.25rem;height:16.8125rem;top:5.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy4DqltqE7dr391yXcl9pB5cCKo6qrIz { top:2.75rem;left:0.375rem;width:18.9375rem;height:18.9375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FZm4n1VhPICuzAZdcqT7vN6TCNALWcw1 { display:block; }#FZm4n1VhPICuzAZdcqT7vN6TCNALWcw1 > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIu9UpuJRvFTX0ufTCI37k4qvyVDHv7P { width:20rem;height:2.6rem;top:2.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJ8aqpl4Pb3ZcQnucrhtrhuaAdV4k0Iy { width:15.4375rem;height:4.798825rem;top:60.6875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJn9vcZMETcQtCzu8DHNPSQwQXDK9T4m { width:14.4375rem;height:2.923825rem;top:57.0625rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpLI4JUyyX9U7C6A4tKw2aVwS1bNAKHd { width:20rem;height:17.875rem;top:55.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBdLR9WfbOftsX4TokJMOst7xbTU8HHe { width:14.1875rem;height:2.75rem;top:66.5625rem;left:2.9375rem;font-size:0.875rem;z-index:15005;background-color:#1680f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #bMFUMO1hr1AJqT52OkdzTQTdaAwSLx68 { display:block; }
 }@media only screen and (max-width: 763px) { #qgZ7uXCKuwm0NNzzweaPabolEw2eMBlW { width:20rem;height:11.25rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCINyd3TD5z2ODVLJSfgLdNydexJutqg { top:37.6875rem;left:1.78125rem;width:16.4375rem;height:16rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k6DP2i1oKbmRNCBx5JDEmBtuOKkxd8EB { top:6.125rem;left:1.78125rem;width:16.4375rem;height:16rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X3RohWI8VyS8vfVIzxT7VdnUzfMKMb9y { top:23.625rem;left:1.78125rem;width:16.4375rem;height:12.6875rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v6AvJ5p7HbDNgmVIoTpT6nWvdsAbBhbp { width:12.0625rem;height:0.975rem;top:69.9375rem;left:4.5rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #aWGsFVURgcBowAMPGuIGT0kCQ9QPCqCP { width:0.75rem;height:0.75rem;top:70rem;left:3.3125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ooGOEGiTnaSfLMSnJN7dPCgkhzS8kkF9 { display:block; }#ooGOEGiTnaSfLMSnJN7dPCgkhzS8kkF9 > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTnlqg2rm02bSbGJJGT6Irxuq7mTuxZT { width:18.1875rem;height:3.8125rem;top:1.25rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nazlm3LQEBAtvdgXOD6eoqEFtCv6B1Nw { display:block; }
 }@media only screen and (max-width: 763px) { #fOcDZ5NVeZ1yMtmk6UwfXXDgKwpITIak { width:17.75rem;height:0;top:6.3125rem;left:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0XOvOA2w1NJJTTo5FPA5zy0ua6gzCJU { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2V9sMH0I71IeWwcdZ47dsr1EpedEOwr { display:block; }#a2V9sMH0I71IeWwcdZ47dsr1EpedEOwr > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvyobI6scEkMlGpkT0nk0LQ0kUwJRWq1 { width:17.8125rem;height:1.3rem;top:2.375rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvGftrwLO9K1EydOex6klTf1yW0aP2Qz { width:17.875rem;height:5.2rem;top:12.283332824707rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOX1PcUnvXTPedfJP5E35aiLa3FhwOTB { width:17.875rem;height:6.499rem;top:19.308334350586rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1tXpQJqh9VNnMZmmEN6pT3yZKNvUzt7 { width:18.25rem;height:5.19921875rem;top:28.183325195312rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gedXTV9l0wHZrMTH0crubK8BbfbEGqtA { width:18.25rem;height:5.2rem;top:36.633331298828rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdBncWIAqHKont5rVV1eVGHzWqw9FKHQ { width:10.5rem;height:1.95rem;top:4.4833335876465rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4mKg419NcXTEoBlsxcOMK2mt7qvXTxi { width:20rem;height:2.4375rem;top:8.0583343505863rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ckalw7bZG9FCHUI4ihc3gR2wHUHTXQyC { width:20rem;height:0.625rem;top:49.058334350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwgamoUS4z84UdRO3fzGCfUELZA78G5R { width:1.4375rem;height:1.4375rem;top:12.033332824707rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4SpRElLvz0l7C7K1wtRb3KgqEtL9UZ8 { width:1.4375rem;height:1.4375rem;top:19.058334350586rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTnuXZcOsFyDSMOtB6rfGGLxHHlwpbP6 { width:1.4375rem;height:1.4375rem;top:27.433334350586rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9CILZvsm55Dg7FWO9l51vmM7g1IXitB { width:1.4375rem;height:1.4375rem;top:36.058334350586rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCyogHTC2ivvATyXWaJIrlnLRoDon8MZ { width:2.0625rem;height:2.125rem;top:45.0625rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXXnh5N7qZagCfXAQruGhqhJV0o8mm76 { display:block; }#pXXnh5N7qZagCfXAQruGhqhJV0o8mm76 > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEXyMzOMWzd6vWR9VplwlngzoUx1ddmN { width:20rem;height:1.625rem;top:4.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeS8tGw8m5UwzR6cxNp3a2uzVTK14uTk { width:20rem;height:2.923825rem;top:6.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfrdGUrh4ISCJsXC8dan9xqUtqKIBgxZ { display:block; }#BfrdGUrh4ISCJsXC8dan9xqUtqKIBgxZ > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgl6G3t0Do0mA80zQfJmwiG9ES1IVFzx { width:20rem;height:3.8984375rem;top:1.25rem;left:-0.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTFQDEzytH1O9EDsQlt7TRWeKzaNo6Vz { width:20rem;height:12.125rem;top:5.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4kZsdKBN5vaia4bKPTk6IboLE60s55b { width:20rem;height:2.8125rem;top:21.296875rem;left:-0.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPHPsnEyZ3VTmWdN37MIZWILAIcyvqIi { width:0.75rem;height:5.6875rem;top:29.6875rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZv1S6WoRTTGcdwxtQPkz07KlS2fZTvm { width:20rem;height:3rem;top:25.91796875rem;left:-0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpIfmO6SDLPzsnqFe1AtvEwWgPGDTQM6 { width:0.75rem;height:5.6875rem;top:29.5625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTfZGX0VtDPbO5Gq8MhMVR73kKB0amQJ { width:20rem;height:3rem;top:30.91796875rem;left:-0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLdMPtKIgbq7RSL5fPoIlMTkwJNM4E6m { display:block; }#aLdMPtKIgbq7RSL5fPoIlMTkwJNM4E6m > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z89yke4Uf6vkPlLAldh8NFcUl34MroRA { width:20rem;height:1.94921875rem;top:1.25rem;left:-0.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgAt6IH7QUQKeuzIPQnDMWClKBbHsMeG { width:20rem;height:12.125rem;top:5.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g75fP560KJ2hDEK96LMcMSh51MAoZpuK { width:20rem;height:2.8125rem;top:21.296875rem;left:-0.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duMPImI7TzfpMILrARJGl8mmHRe9RTwe { width:0.75rem;height:5.6875rem;top:29.6875rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rT1fSEdTCPc46NTe0QXv4s9XdqFEEVTQ { width:20rem;height:3rem;top:25.91796875rem;left:-0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqEPwSEVpiAUZDg83ith5mom3zcoz7pP { width:0.75rem;height:5.6875rem;top:29.5625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7FUk4U8tBqzqhmUqITwoCao3dDWvzhq { width:20rem;height:4.5rem;top:30.91796875rem;left:-0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxwdnM7sboVStyCGDfippp58iPT2cpAm { display:block; }#WxwdnM7sboVStyCGDfippp58iPT2cpAm > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Leay1e4KEkyuz85Q6om3oTtT1NfN7Qb1 { width:20rem;height:1.94921875rem;top:1.25rem;left:-0.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVdJZ5d2PsPca6WrzlJIfNXmwZZbEITG { width:20rem;height:12.125rem;top:5.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTUTTyPcpng8fhRqrqKK06AtiKiTrbAT { width:20rem;height:2.8125rem;top:21.296875rem;left:-0.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzOnqSsHGRGWkUtUnwOv9L1gc668bVyp { width:0.75rem;height:5.6875rem;top:29.6875rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTka1hfhnXVQw8UCp1A9pQsFNZyfR0tu { width:20rem;height:3rem;top:25.91796875rem;left:-0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbRMQsrJP7i5uO8QsgtZuIq4knRMfvJi { width:0.75rem;height:5.6875rem;top:29.5625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhrNuvlCQbh8q91a8PC094UwAztACNNd { width:20rem;height:4.5rem;top:30.91796875rem;left:-0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIacp88TSQclwdBcKaufeneL5s4V2ZaE { display:block; }#DIacp88TSQclwdBcKaufeneL5s4V2ZaE > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znOqztFPTkp2mezVc1xR8dJIbc9n7zvX { width:20rem;height:1.94921875rem;top:1.25rem;left:-0.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFwGM1On0Fkf6aCLIQciFlo63KqesSdT { width:20rem;height:12.125rem;top:5.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd8gLt6RhZZTTXkKlCmIkwsHFRAKK0KA { width:20rem;height:2.8125rem;top:21.296875rem;left:-0.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SceItTgzLUE82fnTeLNIpsfeHLGLVRLT { width:0.75rem;height:5.6875rem;top:29.6875rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLOhHiAI914BlETkVUkRc3LdyT5pWsCN { width:20rem;height:3rem;top:25.91796875rem;left:-0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USxZLqMHAJNlpQ5bRR8UTgL95VkbU6k5 { width:0.75rem;height:5.6875rem;top:29.5625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXWgSlzzlUXetLWr5dJNtvwvtTRHgECp { width:20rem;height:3rem;top:30.91796875rem;left:-0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVfRMlJgPyqWvhCvPEL7icv3dX0NP9VH { display:block; }#KVfRMlJgPyqWvhCvPEL7icv3dX0NP9VH > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBk95gFZpw4f2A2ma6kndRaKxMlqQBPl { width:16.75rem;height:3.25rem;top:2.1875rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEf5ClAQ9F2OldKB89AauHGWgzTZzBTH { width:20rem;height:9.4921875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHxNp1opV0uQnd9QlU204RWqGe2KQ9Z9 { display:block; }#sHxNp1opV0uQnd9QlU204RWqGe2KQ9Z9 > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGDWrTI6LyWlMSkQHbnyQsoh7zg86aQb { width:18.1875rem;height:3.8125rem;top:12.0625rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #id7hQA1MCZWTmhDbhkFDH6C0gHDxvBQG { display:block; }
 }@media only screen and (max-width: 763px) { #SAVIQlJSimG3z3ennXtbrmu9f0BvZyF9 { width:17.6875rem;height:4.5rem;top:6.625rem;left:1.125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sQrEHh3AbGPW0SotJiG5E7Q6u2Jxvd67 { width:16.8125rem;height:3.25rem;top:2.75rem;left:1.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRIS6OKA8n21vb3rSpJtUpBZp2tJHmu0 { width:20rem;height:18.375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVxpqIaHG1W6bwA7WHPawJ9NROZa7JqQ { width:12.25rem;height:0.975rem;top:16.75rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvQSG8ofxSEbI7xF81sNAJm1dta5G13M { width:0.75rem;height:0.75rem;top:16.84375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mihiweFThCgystbduQfJmqcBDv8avJ6b { display:block; }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SD1ybWO4X5Xd835BBbPwknNwbDrIdXcK { width:8rem;height:2.275rem;top:1.25rem;left:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN0EpR5xRvTMmwIcGoivc72VepEGMLng { width:8rem;height:2.275rem;top:13.462501525879rem;left:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnFAR8qy3aMVoaMk24IeNErQOvwT9DD1 { width:8rem;height:2.275rem;top:19.049999237061rem;left:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8T2T4Cr3aktsUksCCg5es0mJR1vpEG5 { width:10.9375rem;height:2.275rem;top:38.10000038147rem;left:4.53125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUzqF2GrCqPt5Dvgod3szWZvZI6JTxNh { width:5.3125rem;height:2.4375rem;top:4.5499992370606rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NriBg03RID641A4syvvn8JTr5yhPFWTL { display:block; }
 }@media only screen and (max-width: 763px) { #OHwCaQPF7LQP58Qai0TZDVtAWvwbTqUd { width:5.3125rem;height:2.4375rem;top:6.9874992370606rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwsMl4M14FwF2bAgZF5cyQhrrJ5GJGF5 { display:block; }
 }@media only screen and (max-width: 763px) { #yF3GZ7WBmVX9IPhhzNtxGK5Xocvd81sR { width:5.3125rem;height:2.4375rem;top:9.4249992370606rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvRtBAlrSaLTTQOgPOgPx2yZdKvUATQa { display:block; }
 }@media only screen and (max-width: 763px) { #gJm5MX2qPBzh3OrLSlbb1kVP538gTxV1 { width:5.3125rem;height:2.4375rem;top:15.799987792969rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzvpnxJIHcHJbfMTvReH6paKstonxPxE { display:block; }
 }@media only screen and (max-width: 763px) { #m4B1KhnG29cIdVyc0WTQKNyyeOQbLB76 { width:13.6875rem;height:2.4375rem;top:25.66250038147rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVKQAVMe0A33WnZkG7lvTVmQFuETpzdq { display:block; }
 }@media only screen and (max-width: 763px) { #gxQDCb8FlxLTpl01DQxR2ys1cn8OTCzt { width:12.25rem;height:2.4375rem;top:22.47500038147rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2GAX8id2DFhOUxvXLT3TBkOERGHccqJ { display:block; }
 }@media only screen and (max-width: 763px) { #Sl63UpEh9aVLq1uMc33Sqf4pbDtSITKB { width:10.375rem;height:2.4375rem;top:28.724998474121rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si3cuM4GvhKf6efEBQdXJ15GdtOBkech { display:block; }
 }@media only screen and (max-width: 763px) { #m0LngcqdDhlWP2Uc22GLiOulhdcASkAn { width:12.5rem;height:2.4375rem;top:31.162498474121rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0InofErVL40ZUx2SGCSJ8oXMWCzkCmE { display:block; }
 }@media only screen and (max-width: 763px) { #ztTpcLbigGGgs666TI6yF6V08s785aSZ { width:16.375rem;height:2.4375rem;top:33.78750038147rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arkq6e23wlsqrgl5nq1vQWwn9h7yFJsH { display:block; }
 }@media only screen and (max-width: 763px) { #AbBoXRxPULxd9KwmyTJiQV6NgFgLyW6Z { width:3.75rem;height:2.4375rem;top:40.91250038147rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxsWL4ApbywW8t2E14Hb2QM4RxD4Klgi { display:block; }
 }@media only screen and (max-width: 763px) { #FCuLVmo5BVg8zLEsBgMns9PTSfUxAdBy { width:11.375rem;height:2.4375rem;top:43.224998474121rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpNcSnVr7xokAFFq4dEicidO2alEiMXv { display:block; }
 }@media only screen and (max-width: 763px) { #unQvTHBqdmcRPyixRQBu9ywn7KblmVWK { width:11.4375rem;height:3.625rem;top:48.037498474121rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEussQpyv1dJ6lSPz1PClOE7nUJikPXq { width:0.75rem;height:1.375rem;top:52.912475585938rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbyih7Rmsz4fRixohyPxRusn5wuT0Jsx { width:1.25rem;height:1.25rem;top:52.974975585938rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgEeQcWA5pBQ0ZLpJmi6MHTMtco32yCb { width:1.25rem;height:1.5625rem;top:52.693725585938rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1QeXt51SVHZsG3vWvWos3Rtba2gDd56 { width:1.375rem;height:1.25rem;top:52.912475585938rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch8titSiNqIvDxfKpQ8oABb3rU3ADvud { display:block; }#Ch8titSiNqIvDxfKpQ8oABb3rU3ADvud > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhksAXMOMveuVDyXv3QgNOgRLCqXm2rF { width:16.375rem;height:1.4375rem;top:3.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf3Mi7cHRZ04VBTzNyuk6Ndxop7pwmFy { display:block; }
 }@media only screen and (max-width: 763px) { #ROh9ObX9UgRWMVBpqF0C2upPxcXm2wPe { width:16.375rem;height:1.4375rem;top:1.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geASgTw2qKm7FVToBdW5E6fFDP6Z0cbp { display:block; }
 }