.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:220,238,255;--color-primary-1:149,205,254;--color-primary-2:79,172,254;--color-primary-3:0,80,160;--color-primary-4:23,60,102;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--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:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { position:relative;z-index:auto;display:block; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { background-color: transparent; background-image: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container > .video-iframe-container { display: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container { display: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .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); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { border-width: 0; border-radius: 0; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PQ8FI1pTcROdc9idZP5EcDQ8gUAalecc { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.3747863769531rem;left:45.936851501465rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h89BwmDUUVexi1ZXD8N3Msn7rk6UG5zd { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.3747863769531rem;left:53.124565124512rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UqbvRnpa2WHVBERlhDQkxlPwdVhKnDBV { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.375rem;top:1.177734375rem;left:3.4375rem;overflow:hidden;display:block; }
#NUWLkoB8MKbqikMbdOT2Q3FGWIaZlfse { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5625rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.453125rem;left:38.436630249024rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x4SICvVPubq7UXI4c6lWNrn8QmvFaGMI { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/94770b06-dde6-4195-b6fc-63437c3f5a2d/noroot.crop_2048x881_0,56");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#JUP2iyVuCr5OnigFReLfLfZttFvl4hU0 { position:absolute;display:block;z-index:15000;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:3.3125rem;width:20.9375rem;top:20.5625rem;left:37.375rem;display:block; }
#w0ZqSWWtHZTe1pWGGyCdHhxXfVihFnQq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21.0625rem;left:39.3125rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d2ixwvZAAhkslQkAobszxmPu15QGPLtC { position:relative;display:none; }#d2ixwvZAAhkslQkAobszxmPu15QGPLtC { border-width: 0; border-radius: 0; }#d2ixwvZAAhkslQkAobszxmPu15QGPLtC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d2ixwvZAAhkslQkAobszxmPu15QGPLtC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XQyItGnNGn3xEoyg3aN2fx4wvxr7DOuZ { position:absolute;display:block;z-index:15000;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:3.3125rem;width:20.9375rem;top:19.125rem;left:18.09375rem;display:none; }
#ua2qvzMt9pZzGw91iI9TxsTQ2C9qqG60 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.62109375rem;left:20.03125rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#LfWFJashCXwQI15lGkdQIJRmJt1CSumT { 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:12.875rem;width:10.375rem;display:none; }
#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 { display:block; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 { background-color: transparent; background-image: none; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row .container > .video-iframe-container { display: none; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row > .video-iframe-container { display: none; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .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); }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 { border-width: 0; border-radius: 0; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;width:60rem;height:16.4375rem;font-size:0.875rem;font-family:arial;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;position:relative;display:block; }#O1K6Sig69kX5TDnNi4O54wPd094mRwQV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:2.5rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dzca9sTE7n9qTM4TwIwlnRirEs85NM4V { 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:2.625rem;width:2.625rem;top:3.625rem;left:2.5rem;overflow:hidden;display:block; }
#VGu8zNBJI0VbqqSEBOeIBa1sl5ZsWfJZ { color:#333333;display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:3.75rem;left:15.375rem;height:11.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PU5m7ZpwpxsbJPD6rwzBVXTObEaCIvfI { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.375rem;left:2.5rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QcPTwaH4JtHxlOOT4HaUbbhUUTizICT4 { 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:13.75rem;width:13.75rem;top:2.0703125rem;left:43.6875rem;overflow:hidden;display:block; }
#n9kgZlOELH3BA2K2DH22nc8bDWm27O2k { display:block; }#n9kgZlOELH3BA2K2DH22nc8bDWm27O2k { background-color: transparent; background-image: none; }#n9kgZlOELH3BA2K2DH22nc8bDWm27O2k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9kgZlOELH3BA2K2DH22nc8bDWm27O2k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9kgZlOELH3BA2K2DH22nc8bDWm27O2k > .row .container > .video-iframe-container { display: none; }#n9kgZlOELH3BA2K2DH22nc8bDWm27O2k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9kgZlOELH3BA2K2DH22nc8bDWm27O2k > .row > .video-iframe-container { display: none; }#n9kgZlOELH3BA2K2DH22nc8bDWm27O2k > .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); }#n9kgZlOELH3BA2K2DH22nc8bDWm27O2k { border-width: 0; border-radius: 0; }#n9kgZlOELH3BA2K2DH22nc8bDWm27O2k > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9kgZlOELH3BA2K2DH22nc8bDWm27O2k > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;width:60rem;height:4.8125rem;font-size:0.875rem;font-family:arial;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;position:relative;display:block; }#CMMJGyc1p6zTzxU6hSAyXTGaQ8LIcZvO { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:1.21875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x3rqoixvkxUDRncWrLZKMPR3qRnp5vJw { position:relative;display:block; }#x3rqoixvkxUDRncWrLZKMPR3qRnp5vJw { background-color: transparent; background-image: none; }#x3rqoixvkxUDRncWrLZKMPR3qRnp5vJw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3rqoixvkxUDRncWrLZKMPR3qRnp5vJw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3rqoixvkxUDRncWrLZKMPR3qRnp5vJw > .row .container > .video-iframe-container { display: none; }#x3rqoixvkxUDRncWrLZKMPR3qRnp5vJw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3rqoixvkxUDRncWrLZKMPR3qRnp5vJw > .row > .video-iframe-container { display: none; }#x3rqoixvkxUDRncWrLZKMPR3qRnp5vJw > .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); }#x3rqoixvkxUDRncWrLZKMPR3qRnp5vJw { border-width: 0; border-radius: 0; }#x3rqoixvkxUDRncWrLZKMPR3qRnp5vJw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3rqoixvkxUDRncWrLZKMPR3qRnp5vJw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CO3SWgUsrxCEzqybmItVidJBHv0iEwZN { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.05);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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.3125rem 0.625rem rgba(var(--color-secondary-4),0.09) ;height:15.9375rem;width:12.5rem;top:1.125rem;left:1.25rem;display:block; }
#q3V3OM1WP6P9UGWLgmHKxOV8g5XEZSTo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:2.5625rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WgQ2W00x78sWT3crJpTCg81vkNbigKFb { color:#333333;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:10rem;left:2.4375rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fwwuNpk3CQ5Vhd8SymFyaWZLQNXDEtCN { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.375rem;left:17.5rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B9RG0wpQo1SEzfs2lkyfB7bIE8mJsoLu { color:#333333;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:10rem;left:17.375rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oPpGJVELZeNkIz57shDbgllTwgQUEtVw { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:32.5rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LqRUQ6PWWfZRfi4QzE8zCCgkhroqk3tQ { color:#333333;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:8.6875rem;left:32.375rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LEdTXcbQkM4puq7nOl2LHmgSHDV24Nzr { color:#333333;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:8.8125rem;left:47.5rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ImXciKMRUSmWJyuQuJHFoGp5hTZilSD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4375rem;left:47.625rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZndhqEPRRU3XkHhLDBOxrmzeaqvUclGV { color:rgba(var(--color-primary-3),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.25rem;left:11.625rem;height:3.00625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nd1bKlgD4XomTT0zakwc5tgALCzR4Bar { color:rgba(var(--color-primary-3),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.125rem;left:26.5rem;height:3.00625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r9lQrt9MecVBw7wCoVSTV1GuctVit80C { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),0.05);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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.3125rem 0.625rem rgba(var(--color-secondary-4),0.09) ;height:15.9375rem;width:12.5rem;top:1.09375rem;left:16.125rem;display:block; }
#MntIS17wAh45Xe9kTGX5HBELdBTkrK4a { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.05);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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.3125rem 0.625rem rgba(var(--color-secondary-4),0.09) ;height:15.9375rem;width:12.5rem;top:0.96875rem;left:31.125rem;display:block; }
#cfkfZT5NQexQ747O5DWTCNxy9aIbTBUc { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),0.05);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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.3125rem 0.625rem rgba(var(--color-secondary-4),0.09) ;height:15.9375rem;width:12.5rem;top:0.9375rem;left:46.25rem;display:block; }
#lRehxw0hGPTu1B4ICJ0CPPG7g10sMnNB { color:rgba(var(--color-primary-3),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.1875rem;left:41.5rem;height:3.00625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fvEkRnuXQJyTTgdPgRK0Qx5wcmZwOzHG { color:rgba(var(--color-primary-3),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:56.625rem;height:3.00625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LlwOMxK0yuD6WvpSCW9owTEWTh83dQ0C { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:5.1875rem;top:8.28125rem;left:12.375rem;overflow:hidden;display:block; }
#CgITbFsr89uAcGv7w1IH5wKmZkPJIdF6 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:5.1875rem;top:8.015625rem;left:42.375rem;overflow:hidden;display:block; }
#HRW0MlJEoiBXRU1P1RyLFo1KsbbeA3HK { 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:6.75rem;width:1.25rem;display:none; }
#uUJsWD2HR1IbNN882lFZyqJ5ChyigiMs { 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:15.875rem;width:15.875rem;top:10.857421875rem;left:23.6875rem;overflow:hidden;display:none; }
#TTUcUJAwblXevRmbeJWbUmRD5fdpOu7R { 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:6.75rem;width:1.25rem;display:none; }
#V1d6zScEmTgeyg0qp9U75wrSiVvR3OQe { 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:6.75rem;width:1.25rem;display:none; }
#Pmd9wTO8v5JZs3RAlPKNGsB6onLqQuN7 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:5.1875rem;top:8.1484375rem;left:26.5rem;overflow:hidden;display:block; }
#uLMClTnsHbT5Ua7xQbTEV9gQp1Ec2CNo { position:relative;display:none; }#uLMClTnsHbT5Ua7xQbTEV9gQp1Ec2CNo { border-width: 0; border-radius: 0; }#uLMClTnsHbT5Ua7xQbTEV9gQp1Ec2CNo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uLMClTnsHbT5Ua7xQbTEV9gQp1Ec2CNo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#X8N9yD94iFuBetuukxZpAwuXvR7G2ZTP { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:1.71875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nzHNlFMVAbwZMtLCAXlACmdLBZoWZOtc { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.375rem;width:12.5rem;top:9.875rem;left:1.6875rem;display:none; }
#e2CgIIEQyvyqnGXCbGHqqHxJ1rifpkQc { color:#333333;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:10.95703125rem;left:3.375rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kDIw9wPModaB9S5WyobU5e5fousXBtOq { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.375rem;width:12.5rem;top:21.3125rem;left:1.6875rem;display:none; }
#EOzhBTG0xveNGyq2VcZEFpJO6ax2uvpc { color:#333333;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:22.375rem;left:3.375rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GP176kFD1LH5XMv2xNwisXJBRqO8aHvI { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5625rem;width:12.5rem;top:32.75rem;left:1.6875rem;display:none; }
#JK0dd2UVrTdt1cfIQSJi7uH3vD5wRpeh { color:#333333;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:33.8125rem;left:3.375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NChUZqNHcHFpMfZsVb8ekzdWFCTALxRM { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.5625rem;width:12.5rem;top:41.375rem;left:1.6875rem;display:none; }
#lmeBdQMS6c7XcNOJGOaXvs3uCsUq8eut { color:#333333;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:42.4375rem;left:3.375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FubKW4rTVK8uw0IHcdmIxhMJLOxF8F50 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.375rem;width:12.5rem;top:9.875rem;left:1.6875rem;display:none; }
#a2KPeOl8LwQ7ql3NTnFKKulliCyG62tT { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.375rem;width:12.5rem;top:21.3125rem;left:1.6875rem;display:none; }
#IAm7RyzwUzJgTzOEEP63QhXNv7Z0npHN { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.375rem;width:12.5rem;top:21.3125rem;left:1.6875rem;display:none; }
#RgEGTNCgHE883iFB9VsxCcxA0ODqHFre { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.375rem;width:12.5rem;top:21.3125rem;left:1.6875rem;display:none; }
#f9rUITgIEMcBnV39I5ioXQlkVIHSPAtL { color:#333333;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:42.4375rem;left:16.25rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Rep7szuIOkxbdTiHHatfB85yBDo7XZ1D { color:#333333;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:33.8125rem;left:16.25rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Teo3mSPGtIIWgKQqHgquTAITf99CV98k { color:#333333;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:22.375rem;left:16.25rem;height:8.3965rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eTbPM5WTlnRJ0dv8QVfuOcb6P6wK4Jm8 { color:#333333;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:10.95703125rem;left:16.25rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Xd2hyF9WzcAEGrIALLuAvZVnwqgMvNpT { color:#333333;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:7.51953125rem;left:16.25rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QXwsKzh4hQ2GdRb1RlJTIsGHznBXakMi { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.375rem;width:12.5rem;top:9.875rem;left:1.6875rem;display:none; }
#UNzTiW0Uq94lXzUOWTUTAAWNrhsZdPBp { color:#333333;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:10.95703125rem;left:3.375rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Bx4HRK7bIQHtTREm9ch4hNRFVHbsm4fM { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.375rem;width:12.5rem;top:9.875rem;left:1.6875rem;display:none; }
#OUmdosMss7X8ZJTlViUddgpfz1TTIaJt { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.375rem;width:12.5rem;top:21.3125rem;left:1.6875rem;display:none; }
#np5R0ntLQptmxHWPLvacsIr8XydgaAOw { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.375rem;width:12.5rem;top:21.3125rem;left:1.6875rem;display:none; }
#QmA8tIt4dhXbwXw7k4MzQh9vTG61RaMX { color:#333333;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:22.375rem;left:16.25rem;height:8.3965rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wPVITCufS9KNAfZ8A41xaoO6ewfIhRy1 { color:#333333;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:22.375rem;left:3.375rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EaiFZGQM2CSPCFs614K9mbMeAkmP8mQL { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5625rem;width:12.5rem;top:32.75rem;left:1.6875rem;display:none; }
#MuWRfxo3KTGlHbOAQ9x35rMBHlVakk0u { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.375rem;width:12.5rem;top:21.3125rem;left:1.6875rem;display:none; }
#EdWoyThHiN9fN6QZ5AbPvyR4KDF1MQ2g { color:#333333;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:33.8125rem;left:3.375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TcOB3aOJN1udWG35N35PCoVZCzvu5wOo { color:#333333;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:33.8125rem;left:16.25rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lTKbMiOqISVBiBFVQTksiATv2Luf3qkd { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.5625rem;width:12.5rem;top:41.375rem;left:1.6875rem;display:none; }
#W1X2JhzgmGknm3zwqWO8FuFa3zBzTD2g { color:#333333;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:42.4375rem;left:3.375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#r42UMBefbiT3W9GMLUlFahhXTN42HPoC { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.375rem;width:12.5rem;top:21.3125rem;left:1.6875rem;display:none; }
#yaE8upxZt4RtpZPzU3Fe2osedB4bVaCF { color:#333333;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:42.4375rem;left:16.25rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TMoV7hOg3gXcmNPLSim8ietpfuyQCPgT { color:#333333;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:7.51953125rem;left:16.25rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Tidycm6A9feQ7nZ0TPMhfFo0h25wTwbb { color:#333333;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:33.8125rem;left:16.25rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KFT4pWOltbZmNZA27hBZTJI0tEUbDevi { display:block; }#KFT4pWOltbZmNZA27hBZTJI0tEUbDevi { background-color: transparent; background-image: none; }#KFT4pWOltbZmNZA27hBZTJI0tEUbDevi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFT4pWOltbZmNZA27hBZTJI0tEUbDevi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFT4pWOltbZmNZA27hBZTJI0tEUbDevi > .row .container > .video-iframe-container { display: none; }#KFT4pWOltbZmNZA27hBZTJI0tEUbDevi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFT4pWOltbZmNZA27hBZTJI0tEUbDevi > .row > .video-iframe-container { display: none; }#KFT4pWOltbZmNZA27hBZTJI0tEUbDevi > .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); }#KFT4pWOltbZmNZA27hBZTJI0tEUbDevi { border-width: 0; border-radius: 0; }#KFT4pWOltbZmNZA27hBZTJI0tEUbDevi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFT4pWOltbZmNZA27hBZTJI0tEUbDevi > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;width:60rem;height:39.125rem;font-size:0.875rem;font-family:arial;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;position:relative;display:block; }#wV8VkMGFmQP3eFDam9WolCavB3bpeTL8 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:1.71875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jx1XreXKomXu2ABXtNTF4RqqhxTq7wvD { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:28rem;top:36.5rem;left:1.6875rem;display:block; }
#OSOSFDB8GZIBNmHxRfSngtM26taOZRTR { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:36.75rem;left:2.625rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OmGZfRFms9LLsukGX1dlfcTVGvAW4hXW { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:37.875rem;left:2.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oGZCitfve34Vv7wUCdryM5LN9FfxWNbu { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.3125rem;width:12.5rem;top:6.5rem;left:1.71875rem;display:block; }
#Fg7XL3IlU09HNWe0sKqpXntBMzOhJRwP { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.3125rem;width:21rem;top:6.5rem;left:14.28125rem;display:block; }
#azAGOAiWK0fIzVtAdPoURucfJn37KHLr { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.3125rem;width:20.75rem;top:6.5rem;left:35.34375rem;display:block; }
#kq8JV3UWUL3SndxSR0EFT9qqNfH5CDl2 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.9375rem;width:21rem;top:9.875rem;left:14.25rem;display:block; }
#hb6NUXu7l0T1X8NcVR5E5551iyExxWKv { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.9375rem;width:20.75rem;top:9.875rem;left:35.3125rem;display:block; }
#tpJgepSwoqUrC2DbJWAIZnJQkUWaUIqX { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.9375rem;width:12.5rem;top:9.875rem;left:1.6875rem;display:block; }
#reUbyNHueUQ6rJTIaQc7IUlloP32MFEk { color:#333333;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:7.51953125rem;left:16.25rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qDVZygAbTPBL9iDWX9FMXlWxGZiviSO7 { color:#333333;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:7.51953125rem;left:36.4375rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D0LvSVWgswZBe02myJMnLlhDZoATuZ9N { color:#333333;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:10.95703125rem;left:16.25rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTHngNgO2pbqeZ2A6EPslR2dr4SCDMaF { color:#333333;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.64453125rem;left:36.4375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MrHyz5nX45pJvuADihkUAm3k4mtv1Ma3 { color:#333333;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:10.95703125rem;left:3.375rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HNIWoeOcB47LUWW3FMO304ffZinXXyiO { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.8125rem;width:21.0625rem;top:13.875rem;left:14.25rem;display:block; }
#TRFixsxXLM1zZJendTmuBT1R87oGb62I { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.8125rem;width:20.8125rem;top:13.875rem;left:35.3125rem;display:block; }
#WdNfQgUG6ffR4KDnpbTn0MEkD4yzEqpZ { color:#333333;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:14.9375rem;left:36.4375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q35achzHAOIUUqs4TSOJkbkdS1Z6xRmR { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.8125rem;width:12.5rem;top:13.875rem;left:1.6875rem;display:block; }
#bTkdGZo3hR1wPSTlCTEEEMQK7H8dLNo6 { color:#333333;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:14.9375rem;left:16.25rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QiDRFuA6cr4E4y1RB9LATcL5nkhgAnC7 { color:#333333;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:14.9375rem;left:3.375rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#emiszRCooXgp8QMe98EpkFrvLwgImEJR { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.375rem;width:21rem;top:18.75rem;left:14.25rem;display:block; }
#KWnMIkh1EJ8q4HWclOqs9TZ6Xo79qer9 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.375rem;width:20.75rem;top:18.75rem;left:35.3125rem;display:block; }
#sHpzSETx1C5PAqOwT7EBgphNd3eDrT9o { color:#333333;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:19.8125rem;left:36.4375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cHqUSGVRfHtTNmXaXK1eaD9r7QzlTWuC { color:#333333;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:19.8125rem;left:16.25rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S7493mvnTfThnQ9zaqhXvhiw6Tqmomob { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.375rem;width:12.5rem;top:18.75rem;left:1.6875rem;display:block; }
#pfEKEWPnReDxSddh9SAhguh5F1n0pzqn { color:#333333;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:19.8125rem;left:3.375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nGT6RC9yI9vKidRrBRbl5gizrvW2IZ9A { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.5625rem;width:21rem;top:25.1875rem;left:14.25rem;display:block; }
#psMxW2tT5q1VNO1m6mLc7JdrzgICtzrE { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.5625rem;width:20.75rem;top:25.1875rem;left:35.3125rem;display:block; }
#qyd9IwzRpby3s11eR6d9QgmZ4A3kpnRD { color:#333333;display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:26.25rem;left:36.4375rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WRacKKh5z3byT2IDT9Tv3I8MSNftEWn3 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,109,109,0.47);border-left:0.0625rem solid rgba(113,109,109,0.47);border-right:0.0625rem solid rgba(113,109,109,0.47);border-bottom:0.0625rem solid rgba(113,109,109,0.47);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.5625rem;width:12.5rem;top:25.1875rem;left:1.6875rem;display:block; }
#RT8WGQQnkZ7A3Zuxu0CnKLtu3URSelbq { color:#333333;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:26.25rem;left:16.25rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KvxGM16fUIX2sWv3dDXobTCrgEl1e4md { color:#333333;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:26.25rem;left:3.375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aZlvrI85ZU6Ks9RDORbwCzbcLByIflOi { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:21.625rem;top:47rem;left:1.75rem;display:none; }
#bx0lcEVfshGrlQD8AKOE95HWe4pFGkIv { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:47.25rem;left:2.6875rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sV1w4iv2ho5brnRt5EcK854RqvJ6QMNI { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:48.375rem;left:2.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { background-color: transparent; background-image: none; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container > .video-iframe-container { display: none; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row > .video-iframe-container { display: none; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .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); }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { border-width: 0; border-radius: 0; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:block; }#VtbTZ8Fi9ZCUWaVn2CTRI8J07Z9E7fF4 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:2.75rem;left:5.1875rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k2IcFoexQ62810J36hVkVThU6iTBDDdZ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:6.8125rem;left:5.1875rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HD4crt4D76AEppeXoiOK3UFcIsm2WbFZ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:12.375rem;left:5.1875rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JndXvE0bTryUsKPgOmmeETpclDqGsbMJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:2.75rem;left:34.375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZCuiRNbPH7SR3zylQdCXaxf5BfM41Toc { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:6.8125rem;left:34.375rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XAIlPsTkwRnxqZWD7lGOXEbg2n7Qd9Fn { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:12.375rem;left:34.375rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zgmM1Xnfo6J0O8asCkhatuKecvwRLKn9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:2.8125rem;left:2.5rem; }
#u8xWxGciTNusxaKLKPUeOOkKKZtS71cQ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:6.9375rem;left:2.5625rem; }
#vHJRFGLckzJBTwb7nDietWaBe699nX0T { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:12.375rem;left:2.5625rem; }
#WU7kPyIBKnmJShAOOtnBfrepHrWotao1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:2.75rem;left:31.4375rem; }
#NgEILN6xZ5J3FAgykTZ3mTBKodZs90Tt { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:6.875rem;left:31.5rem; }
#h6oGu6EfKFIoNAvNnWeb2JMUqcH6aUZH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:12.3125rem;left:31.5rem; }
#Jwx1QXnNmpTH1dV5R4KwFzhZuNWGat9E { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:21.625rem;top:47rem;left:1.75rem;display:none; }
#C1IyFD4hPR0yGTWoXJBWqMV76GPPSEoC { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:47.25rem;left:2.6875rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nHDQi1X5kJWoRiD0wXdWMWhKApaGIPDm { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:48.375rem;left:2.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF { display:block; }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF { background-color: transparent; background-image: none; }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row .container > .video-iframe-container { display: none; }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row > .video-iframe-container { display: none; }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .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); }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF { border-width: 0; border-radius: 0; }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;width:60rem;height:37.4375rem;font-size:0.875rem;font-family:arial;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;position:relative;display:block; }#uaxcmBzJpGZTgKKTeVUBT8fNEbFpULmK { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:2.78125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cTKdK3QG6JvPcDB7JU5TmeqXQII3daKL { color:#333333;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:24.9375rem;left:9.3125rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T8xeznICtM5MKk2wTn7ZPsTaOx4ZRtcn { color:#333333;display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:6.5625rem;left:9.375rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HRw9PLl1ZUWxM2L3y9fR3JmhdeZlt7To { color:#333333;display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:15.125rem;left:9.375rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cHELfmoV1OZGPmTpTz2fXqe9PKSiOyHf { 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.75rem;width:3.75rem;top:8.25rem;left:2.8125rem;overflow:hidden;display:block; }
#SOyUqxr7rfbPTgsZX8TESdJUkDoQCKbJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:17.5625rem;left:2.8125rem;overflow:hidden;display:block; }
#elgog63b3NcSKGJEKTdJK7TwRLb5kVn0 { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;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.3125rem;width:5.5625rem;top:32.75rem;left:9.25rem;overflow:hidden;display:block; }
#dwMCIRWxsVM1WrqRDNvyWuTVP31KS3cN { 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:0.9375rem;width:3.75rem;top:33.0625rem;left:16.1666665125rem;overflow:hidden;display:block; }
#gZJuQnSnG8vpw6DrNPcHrqkGt07gQH8Z { 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:7.5625rem;top:32.75rem;left:21rem;overflow:hidden;display:block; }
#gKoq4osgTCJEwTIOC8wCbnrzq629DFTE { 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:3.125rem;width:3.125rem;top:27.25rem;left:2.8125rem;overflow:hidden;display:block; }
#W3Noq6XWilMmkv74BVVzni2CwnWXKZRQ { 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:25.875rem;width:25.875rem;top:4.57421875rem;left:34rem;overflow:hidden;display:block; }
#Pvdh1yU9sOHScTO7C5K1huaTNxzRPIlC { box-sizing:content-box;height:1.3125rem;width:4.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.12);background-image:none;top:32.71875rem;left:15.5rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc { background-color:#004c98;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc > .row .container { border-width: 0; border-radius: 0; }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc > .row .container { width:60rem;height:18.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#OUDHTwLPFfzxeO3HEACzMgOBFz60OBtw { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.875rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mcbXkxoOVquLy64HM3aPoUXMD2xTcJcL { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GWLxRTswgErLlZfW08E0DZI17gqmnCWD { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14rem;left:3.875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zox3KhiGZid6T54ya9vzNMZrT0c5NSWt { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.5rem;width:29.375rem;top:1.0625rem;left:25.4072265625rem;display:block; }
#tMhkTKhqpdAgyBI2KfUSlTzPdmleKkUR { display:block; }#tMhkTKhqpdAgyBI2KfUSlTzPdmleKkUR { background-color: transparent; background-image: none; }#tMhkTKhqpdAgyBI2KfUSlTzPdmleKkUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMhkTKhqpdAgyBI2KfUSlTzPdmleKkUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMhkTKhqpdAgyBI2KfUSlTzPdmleKkUR > .row .container > .video-iframe-container { display: none; }#tMhkTKhqpdAgyBI2KfUSlTzPdmleKkUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMhkTKhqpdAgyBI2KfUSlTzPdmleKkUR > .row > .video-iframe-container { display: none; }#tMhkTKhqpdAgyBI2KfUSlTzPdmleKkUR > .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); }#tMhkTKhqpdAgyBI2KfUSlTzPdmleKkUR { border-width: 0; border-radius: 0; }#tMhkTKhqpdAgyBI2KfUSlTzPdmleKkUR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMhkTKhqpdAgyBI2KfUSlTzPdmleKkUR > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;width:60rem;height:103.9375rem;font-size:0.875rem;font-family:arial;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;position:relative;display:block; }#RlTae83IJHnVge7nsTCVWf5m9DEHDg2C { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:3.03125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pe4WeGDbeTIfr22NfD6wWmu1BBq9DcpE { color:#333333;display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:6.0625rem;left:3.09375rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vypbDDbKO7PwmlAUlk5iAVOTUrKxTcxB { color:#333333;display:block;width:53.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:13rem;left:3rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v2kJDbRRgvesTT5sCvnJAniMT7hHohl7 { color:#333333;display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:19.936849594116rem;left:2.9991302490234rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NnEBznVCRA8RRR3lxb2CWaEEzLhiaZwn { color:#333333;display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:38.061633110046rem;left:3.0620651245117rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OzPFctwbgeqLFtTLeX4HRxHE31JRpnCc { color:#333333;display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:32.499567985534rem;left:2.9991302490234rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oa1lZMTu6E9JMpf3iWWX7StOsFAedCK3 { color:#333333;display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:96.125rem;left:3rem;height:1.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JRlPdwkVN2wCo5OZ5uifvOJnMZ78eph9 { color:#333333;display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:98.75rem;left:3rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pNl0h7NAnMFRDOwET2KEPM4wMBWKgxAV { color:#333333;display:block;width:51.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:25.686198234558rem;left:3.0295143127441rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H3WzG7MScOlT5MA008bpoDq8cRZJMZXJ { color:#333333;display:block;width:53.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:43.935548782349rem;left:2.998046875rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dFmSzbR8KKcw90mNEgTUkhJPE8fdXTHw { color:#333333;display:block;width:55.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:49.685333251953rem;left:2.998046875rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VE0Lf2yxV6mRWLS8yZVVrvXlzoODunIT { color:#333333;display:block;width:54.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:55.622615814209rem;left:3.0295143127441rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ysgZMGHlnANTLAkkmoy5BToX2dis5E8Q { color:#333333;display:block;width:51.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:62.934249877931rem;left:3.0295143127441rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ynyzJO5cC1muWTBmmryk8R62Cw8y8f9Z { color:#333333;display:block;width:51.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:68.9335975647rem;left:3.0295143127441rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RMsmQOxZ6u8Z3gv9492C0tv9oGaBuJ1n { color:#333333;display:block;width:51.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:74.870229721069rem;left:3.0295143127441rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TflS90BzPAaZK8b8equDkXCR8G7dPTdf { color:#333333;display:block;width:51.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:83.556865692138rem;left:3.0295143127441rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TSfq46PuciBVlvhV6uXLbiDE1Ca8SpXf { color:#333333;display:block;width:51.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:88.8017578125rem;left:3.03125rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PO47W0kEt1Dlx7MOiebHZ9WcHutA8DBF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#PO47W0kEt1Dlx7MOiebHZ9WcHutA8DBF > .row .container { background-color: transparent; background-image: none; }#PO47W0kEt1Dlx7MOiebHZ9WcHutA8DBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PO47W0kEt1Dlx7MOiebHZ9WcHutA8DBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PO47W0kEt1Dlx7MOiebHZ9WcHutA8DBF > .row .container > .video-iframe-container { display: none; }#PO47W0kEt1Dlx7MOiebHZ9WcHutA8DBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PO47W0kEt1Dlx7MOiebHZ9WcHutA8DBF > .row > .video-iframe-container { display: none; }#PO47W0kEt1Dlx7MOiebHZ9WcHutA8DBF > .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); }#PO47W0kEt1Dlx7MOiebHZ9WcHutA8DBF > .row .container { border-width: 0; border-radius: 0; }#PO47W0kEt1Dlx7MOiebHZ9WcHutA8DBF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PO47W0kEt1Dlx7MOiebHZ9WcHutA8DBF > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#uqtoT2mmqoBKX8KrXZooHmDIqr9QE39D { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:4.4997787475586rem;left:2.96875rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z12y9dnr7sm74u7Cg15edB0UNAv99lsX { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.140625rem;left:48.53125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eC7Cr6xlxpuACGOGfkpPWtxlTnyB15OA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10rem;top:2rem;left:2.96875rem;overflow:hidden;display:block; }
#J3ftD5c3B19tp3k4RrkQfAEo7VHFrlRa { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.96875rem;left:47.1875rem; }
#J3ftD5c3B19tp3k4RrkQfAEo7VHFrlRa > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#tdqTg7730tuTntlqfT7WUCVZd3iFudVL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.9375rem;left:49.65625rem; }
#tdqTg7730tuTntlqfT7WUCVZd3iFudVL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#fXqy53Pbu8S4cAoEOBlWcT6pATcpzeJw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.9375rem;left:52.103515625rem; }
#fXqy53Pbu8S4cAoEOBlWcT6pATcpzeJw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#iIP8xLQqqwhbH4tuwPXxG8QcU1Jpp28E { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.9375rem;left:54.759765625rem; }
#iIP8xLQqqwhbH4tuwPXxG8QcU1Jpp28E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row .container { background-color: transparent; background-image: none; }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row .container > .video-iframe-container { display: none; }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row > .video-iframe-container { display: none; }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .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); }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row .container { border-width: 0; border-radius: 0; }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#UQ3MXL05oWTUu0Hmt0bODMAutq3kvFeE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:0.462890625rem;left:40.125rem;height:1.19921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SR1uqhI8u7U9nyOsuorNENqphdwLUfE9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:0.462890625rem;left:1.25rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fVQo0q8i4P8RmAoHK4gzWqklZQJG32Ps { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.8125rem;top:0.59375rem;left:15.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { display:block; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ8FI1pTcROdc9idZP5EcDQ8gUAalecc { width:5.5rem;height:1.1875rem;top:1.3125rem;left:35.624351501465rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h89BwmDUUVexi1ZXD8N3Msn7rk6UG5zd { width:4.25rem;height:1.1875rem;top:1.3125rem;left:42.812065124512rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqbvRnpa2WHVBERlhDQkxlPwdVhKnDBV { top:1.125rem;left:1.375rem;width:10.375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUWLkoB8MKbqikMbdOT2Q3FGWIaZlfse { width:5.5625rem;height:1.1875rem;top:1.4375rem;left:26.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4SICvVPubq7UXI4c6lWNrn8QmvFaGMI { display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUP2iyVuCr5OnigFReLfLfZttFvl4hU0 { top:20.5625rem;left:26.8125rem;width:20.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ZqSWWtHZTe1pWGGyCdHhxXfVihFnQq { width:18.0625rem;height:2.1875rem;top:21.0625rem;left:29.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ixwvZAAhkslQkAobszxmPu15QGPLtC { display:none; }#d2ixwvZAAhkslQkAobszxmPu15QGPLtC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XQyItGnNGn3xEoyg3aN2fx4wvxr7DOuZ { top:19.125rem;left:11.96875rem;width:20.9375rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ua2qvzMt9pZzGw91iI9TxsTQ2C9qqG60 { width:32.6875rem;height:2.1875rem;top:19.5625rem;left:13.90625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfWFJashCXwQI15lGkdQIJRmJt1CSumT { width:10.375rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 { display:block; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1K6Sig69kX5TDnNi4O54wPd094mRwQV { width:12.5625rem;height:2.75rem;top:6.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzca9sTE7n9qTM4TwIwlnRirEs85NM4V { top:3.625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGu8zNBJI0VbqqSEBOeIBa1sl5ZsWfJZ { width:25.6875rem;height:11.1875rem;top:3.75rem;left:9.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU5m7ZpwpxsbJPD6rwzBVXTObEaCIvfI { width:9.8125rem;height:4.125rem;top:10.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcPTwaH4JtHxlOOT4HaUbbhUUTizICT4 { top:2.0625rem;left:34rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9kgZlOELH3BA2K2DH22nc8bDWm27O2k { display:block; }#n9kgZlOELH3BA2K2DH22nc8bDWm27O2k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMMJGyc1p6zTzxU6hSAyXTGaQ8LIcZvO { width:32.6875rem;height:1.9375rem;top:2rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3rqoixvkxUDRncWrLZKMPR3qRnp5vJw { display:block; }#x3rqoixvkxUDRncWrLZKMPR3qRnp5vJw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CO3SWgUsrxCEzqybmItVidJBHv0iEwZN { top:1.125rem;left:0rem;width:12.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3V3OM1WP6P9UGWLgmHKxOV8g5XEZSTo { width:12.5625rem;height:4.125rem;top:3.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgQ2W00x78sWT3crJpTCg81vkNbigKFb { width:10.6875rem;height:5.625rem;top:10rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwwuNpk3CQ5Vhd8SymFyaWZLQNXDEtCN { width:9rem;height:4.125rem;top:3.375rem;left:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9RG0wpQo1SEzfs2lkyfB7bIE8mJsoLu { width:9.75rem;height:5.625rem;top:10rem;left:12.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPpGJVELZeNkIz57shDbgllTwgQUEtVw { width:9rem;height:2.75rem;top:3.3125rem;left:23.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqRUQ6PWWfZRfi4QzE8zCCgkhroqk3tQ { width:10.6875rem;height:6.9375rem;top:8.6875rem;left:24.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEdTXcbQkM4puq7nOl2LHmgSHDV24Nzr { width:9.9375rem;height:4.1875rem;top:8.8125rem;left:36.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImXciKMRUSmWJyuQuJHFoGp5hTZilSD0 { width:9.375rem;height:4.125rem;top:3.4375rem;left:36.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZndhqEPRRU3XkHhLDBOxrmzeaqvUclGV { width:3rem;height:3rem;top:1.25rem;left:8.9375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd1bKlgD4XomTT0zakwc5tgALCzR4Bar { width:3rem;height:3rem;top:1.125rem;left:20.875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9lQrt9MecVBw7wCoVSTV1GuctVit80C { top:1.0625rem;left:11.375rem;width:12.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MntIS17wAh45Xe9kTGX5HBELdBTkrK4a { top:0.9375rem;left:23.3125rem;width:12.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfkfZT5NQexQ747O5DWTCNxy9aIbTBUc { top:0.9375rem;left:35.25rem;width:12.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRehxw0hGPTu1B4ICJ0CPPG7g10sMnNB { width:3rem;height:3rem;top:1.1875rem;left:32.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvEkRnuXQJyTTgdPgRK0Qx5wcmZwOzHG { width:3rem;height:3rem;top:1.25rem;left:44.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlwOMxK0yuD6WvpSCW9owTEWTh83dQ0C { top:8.25rem;left:6.75rem;width:5.1875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgITbFsr89uAcGv7w1IH5wKmZkPJIdF6 { top:8rem;left:30.625rem;width:5.1875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRW0MlJEoiBXRU1P1RyLFo1KsbbeA3HK { width:1.25rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUJsWD2HR1IbNN882lFZyqJ5ChyigiMs { top:10.8125rem;left:17.5625rem;width:15.875rem;height:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTUcUJAwblXevRmbeJWbUmRD5fdpOu7R { width:1.25rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1d6zScEmTgeyg0qp9U75wrSiVvR3OQe { width:1.25rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pmd9wTO8v5JZs3RAlPKNGsB6onLqQuN7 { top:8.125rem;left:18.6875rem;width:5.1875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLMClTnsHbT5Ua7xQbTEV9gQp1Ec2CNo { display:none; }#uLMClTnsHbT5Ua7xQbTEV9gQp1Ec2CNo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X8N9yD94iFuBetuukxZpAwuXvR7G2ZTP { width:18.25rem;height:3.5625rem;top:1.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzHNlFMVAbwZMtLCAXlACmdLBZoWZOtc { top:9.875rem;left:0rem;width:12.5rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2CgIIEQyvyqnGXCbGHqqHxJ1rifpkQc { width:17.9375rem;height:1.375rem;top:10.9375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDIw9wPModaB9S5WyobU5e5fousXBtOq { top:21.3125rem;left:0rem;width:12.5rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOzhBTG0xveNGyq2VcZEFpJO6ax2uvpc { width:17.9375rem;height:1.375rem;top:22.375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GP176kFD1LH5XMv2xNwisXJBRqO8aHvI { top:32.75rem;left:0rem;width:12.5rem;height:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JK0dd2UVrTdt1cfIQSJi7uH3vD5wRpeh { width:11.1875rem;height:2.8125rem;top:33.8125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NChUZqNHcHFpMfZsVb8ekzdWFCTALxRM { top:41.375rem;left:0rem;width:12.5rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmeBdQMS6c7XcNOJGOaXvs3uCsUq8eut { width:11.1875rem;height:2.75rem;top:42.4375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FubKW4rTVK8uw0IHcdmIxhMJLOxF8F50 { top:9.875rem;left:0rem;width:12.5rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2KPeOl8LwQ7ql3NTnFKKulliCyG62tT { top:21.3125rem;left:0rem;width:12.5rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAm7RyzwUzJgTzOEEP63QhXNv7Z0npHN { top:21.3125rem;left:0rem;width:12.5rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RgEGTNCgHE883iFB9VsxCcxA0ODqHFre { top:21.3125rem;left:0rem;width:12.5rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9rUITgIEMcBnV39I5ioXQlkVIHSPAtL { width:9rem;height:2.25rem;top:42.3125rem;left:3.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rep7szuIOkxbdTiHHatfB85yBDo7XZ1D { width:8.5rem;height:2.25rem;top:33.625rem;left:3.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Teo3mSPGtIIWgKQqHgquTAITf99CV98k { width:9.1875rem;height:3.375rem;top:18rem;left:3.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTbPM5WTlnRJ0dv8QVfuOcb6P6wK4Jm8 { width:7.5625rem;height:3.375rem;top:11.5rem;left:3.4366324543953rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xd2hyF9WzcAEGrIALLuAvZVnwqgMvNpT { width:12.1875rem;height:1.375rem;top:7.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXwsKzh4hQ2GdRb1RlJTIsGHznBXakMi { top:9.875rem;left:0rem;width:12.5rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNzTiW0Uq94lXzUOWTUTAAWNrhsZdPBp { width:17.9375rem;height:1.375rem;top:10.9375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bx4HRK7bIQHtTREm9ch4hNRFVHbsm4fM { top:9.875rem;left:0rem;width:12.5rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUmdosMss7X8ZJTlViUddgpfz1TTIaJt { top:21.3125rem;left:0rem;width:12.5rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #np5R0ntLQptmxHWPLvacsIr8XydgaAOw { top:21.3125rem;left:0rem;width:12.5rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmA8tIt4dhXbwXw7k4MzQh9vTG61RaMX { width:9.1875rem;height:4.1875rem;top:41.8125rem;left:3.2177734375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPVITCufS9KNAfZ8A41xaoO6ewfIhRy1 { width:17.9375rem;height:1.375rem;top:22.375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EaiFZGQM2CSPCFs614K9mbMeAkmP8mQL { top:32.75rem;left:0rem;width:12.5rem;height:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MuWRfxo3KTGlHbOAQ9x35rMBHlVakk0u { top:21.3125rem;left:0rem;width:12.5rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdWoyThHiN9fN6QZ5AbPvyR4KDF1MQ2g { width:11.1875rem;height:2.8125rem;top:33.8125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcOB3aOJN1udWG35N35PCoVZCzvu5wOo { width:7.625rem;height:3.375rem;top:56.125rem;left:3.6865234375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTKbMiOqISVBiBFVQTksiATv2Luf3qkd { top:41.375rem;left:0rem;width:12.5rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1X2JhzgmGknm3zwqWO8FuFa3zBzTD2g { width:11.1875rem;height:2.75rem;top:42.4375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r42UMBefbiT3W9GMLUlFahhXTN42HPoC { top:21.3125rem;left:0rem;width:12.5rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yaE8upxZt4RtpZPzU3Fe2osedB4bVaCF { width:8.875rem;height:7.9375rem;top:65.25rem;left:3.6872838139534rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMoV7hOg3gXcmNPLSim8ietpfuyQCPgT { width:15.75rem;height:1.375rem;top:37.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tidycm6A9feQ7nZ0TPMhfFo0h25wTwbb { width:8.5rem;height:4.5rem;top:57.3125rem;left:3.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFT4pWOltbZmNZA27hBZTJI0tEUbDevi { display:block; }#KFT4pWOltbZmNZA27hBZTJI0tEUbDevi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wV8VkMGFmQP3eFDam9WolCavB3bpeTL8 { width:32.6875rem;height:1.9375rem;top:2.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx1XreXKomXu2ABXtNTF4RqqhxTq7wvD { top:36.5rem;left:0rem;width:28rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSOSFDB8GZIBNmHxRfSngtM26taOZRTR { width:19.4375rem;height:1.375rem;top:36.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmGZfRFms9LLsukGX1dlfcTVGvAW4hXW { width:33.0625rem;height:1.625rem;top:37.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGZCitfve34Vv7wUCdryM5LN9FfxWNbu { top:6.5rem;left:0rem;width:12.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg7XL3IlU09HNWe0sKqpXntBMzOhJRwP { top:6.5rem;left:8.15625rem;width:21rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azAGOAiWK0fIzVtAdPoURucfJn37KHLr { top:6.5rem;left:26.875rem;width:20.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq8JV3UWUL3SndxSR0EFT9qqNfH5CDl2 { top:9.875rem;left:8.125rem;width:21rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb6NUXu7l0T1X8NcVR5E5551iyExxWKv { top:9.875rem;left:26.875rem;width:20.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpJgepSwoqUrC2DbJWAIZnJQkUWaUIqX { top:9.875rem;left:0rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #reUbyNHueUQ6rJTIaQc7IUlloP32MFEk { width:12.75rem;height:1.375rem;top:7.5rem;left:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDVZygAbTPBL9iDWX9FMXlWxGZiviSO7 { width:12.75rem;height:1.375rem;top:7.5rem;left:30.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0LvSVWgswZBe02myJMnLlhDZoATuZ9N { width:17.875rem;height:1.375rem;top:10.9375rem;left:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTHngNgO2pbqeZ2A6EPslR2dr4SCDMaF { width:17.9375rem;height:2.625rem;top:10.625rem;left:29.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrHyz5nX45pJvuADihkUAm3k4mtv1Ma3 { width:17.9375rem;height:1.375rem;top:10.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNIWoeOcB47LUWW3FMO304ffZinXXyiO { top:13.875rem;left:8.125rem;width:21.0625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRFixsxXLM1zZJendTmuBT1R87oGb62I { top:13.875rem;left:26.8125rem;width:20.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdNfQgUG6ffR4KDnpbTn0MEkD4yzEqpZ { width:17.9375rem;height:2.75rem;top:14.9375rem;left:29.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q35achzHAOIUUqs4TSOJkbkdS1Z6xRmR { top:13.875rem;left:0rem;width:12.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTkdGZo3hR1wPSTlCTEEEMQK7H8dLNo6 { width:17.25rem;height:2.75rem;top:14.9375rem;left:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiDRFuA6cr4E4y1RB9LATcL5nkhgAnC7 { width:17.9375rem;height:1.375rem;top:14.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emiszRCooXgp8QMe98EpkFrvLwgImEJR { top:18.75rem;left:8.125rem;width:21rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWnMIkh1EJ8q4HWclOqs9TZ6Xo79qer9 { top:18.75rem;left:26.875rem;width:20.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHpzSETx1C5PAqOwT7EBgphNd3eDrT9o { width:16.9375rem;height:2.75rem;top:19.8125rem;left:30.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHqUSGVRfHtTNmXaXK1eaD9r7QzlTWuC { width:17.25rem;height:1.375rem;top:19.8125rem;left:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7493mvnTfThnQ9zaqhXvhiw6Tqmomob { top:18.75rem;left:0rem;width:12.5rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfEKEWPnReDxSddh9SAhguh5F1n0pzqn { width:11.1875rem;height:2.8125rem;top:19.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGT6RC9yI9vKidRrBRbl5gizrvW2IZ9A { top:25.1875rem;left:8.125rem;width:21rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psMxW2tT5q1VNO1m6mLc7JdrzgICtzrE { top:25.1875rem;left:26.875rem;width:20.75rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyd9IwzRpby3s11eR6d9QgmZ4A3kpnRD { width:18.5625rem;height:5.5625rem;top:26.1875rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRacKKh5z3byT2IDT9Tv3I8MSNftEWn3 { top:25.1875rem;left:0rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT8WGQQnkZ7A3Zuxu0CnKLtu3URSelbq { width:17.25rem;height:1.375rem;top:26.25rem;left:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvxGM16fUIX2sWv3dDXobTCrgEl1e4md { width:11.1875rem;height:2.75rem;top:26.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZlvrI85ZU6Ks9RDORbwCzbcLByIflOi { top:47rem;left:0rem;width:21.625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bx0lcEVfshGrlQD8AKOE95HWe4pFGkIv { width:19.4375rem;height:1.375rem;top:47.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sV1w4iv2ho5brnRt5EcK854RqvJ6QMNI { width:33.0625rem;height:1.625rem;top:48.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzX2LtwyAx6xPwBudRvK8295nt9wzmlx { display:block; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtbTZ8Fi9ZCUWaVn2CTRI8J07Z9E7fF4 { width:21.6875rem;height:2.8125rem;top:2.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2IcFoexQ62810J36hVkVThU6iTBDDdZ { width:20.5rem;height:4.1875rem;top:6.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD4crt4D76AEppeXoiOK3UFcIsm2WbFZ { width:21.4375rem;height:4.1875rem;top:12.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JndXvE0bTryUsKPgOmmeETpclDqGsbMJ { width:19.4375rem;height:2.75rem;top:2.75rem;left:28.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCuiRNbPH7SR3zylQdCXaxf5BfM41Toc { width:24.4375rem;height:4.1875rem;top:6.8125rem;left:23.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAIlPsTkwRnxqZWD7lGOXEbg2n7Qd9Fn { width:22.8125rem;height:4.1875rem;top:12.375rem;left:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgmM1Xnfo6J0O8asCkhatuKecvwRLKn9 { width:1.25rem;height:1.25rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8xWxGciTNusxaKLKPUeOOkKKZtS71cQ { width:1.25rem;height:1.25rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHJRFGLckzJBTwb7nDietWaBe699nX0T { width:1.25rem;height:1.25rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU7kPyIBKnmJShAOOtnBfrepHrWotao1 { width:1.25rem;height:1.25rem;top:2.75rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgEILN6xZ5J3FAgykTZ3mTBKodZs90Tt { width:1.25rem;height:1.25rem;top:6.875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6oGu6EfKFIoNAvNnWeb2JMUqcH6aUZH { width:1.25rem;height:1.25rem;top:12.3125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwx1QXnNmpTH1dV5R4KwFzhZuNWGat9E { top:47rem;left:0rem;width:21.625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1IyFD4hPR0yGTWoXJBWqMV76GPPSEoC { width:19.4375rem;height:1.375rem;top:47.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHDQi1X5kJWoRiD0wXdWMWhKApaGIPDm { width:33.0625rem;height:1.625rem;top:48.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttinUtiLnVWkB7q6I3RdyTrizMXTrohF { display:block; }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaxcmBzJpGZTgKKTeVUBT8fNEbFpULmK { width:22.8125rem;height:1.9375rem;top:2.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTKdK3QG6JvPcDB7JU5TmeqXQII3daKL { width:28.5rem;height:6.9375rem;top:24.9375rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xeznICtM5MKk2wTn7ZPsTaOx4ZRtcn { width:28.875rem;height:7rem;top:6.5625rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRw9PLl1ZUWxM2L3y9fR3JmhdeZlt7To { width:29.4375rem;height:7rem;top:15.125rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHELfmoV1OZGPmTpTz2fXqe9PKSiOyHf { top:8.25rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOyUqxr7rfbPTgsZX8TESdJUkDoQCKbJ { top:17.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elgog63b3NcSKGJEKTdJK7TwRLb5kVn0 { top:32.75rem;left:3.125rem;width:5.5625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwMCIRWxsVM1WrqRDNvyWuTVP31KS3cN { top:33.0625rem;left:10.0416665125rem;width:3.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZJuQnSnG8vpw6DrNPcHrqkGt07gQH8Z { top:32.75rem;left:14.875rem;width:7.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKoq4osgTCJEwTIOC8wCbnrzq629DFTE { top:27.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3Noq6XWilMmkv74BVVzni2CwnWXKZRQ { top:4.5625rem;left:16.5rem;width:25.875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvdh1yU9sOHScTO7C5K1huaTNxzRPIlC { top:32.6875rem;left:9.375rem;width:4.8125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc { display:block; }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUDHTwLPFfzxeO3HEACzMgOBFz60OBtw { width:29.3125rem;height:4.1875rem;top:3.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcbXkxoOVquLy64HM3aPoUXMD2xTcJcL { width:15.875rem;height:1.25rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWLxRTswgErLlZfW08E0DZI17gqmnCWD { width:15.1875rem;height:1.25rem;top:14rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zox3KhiGZid6T54ya9vzNMZrT0c5NSWt { top:1.0625rem;left:18.375rem;width:29.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMhkTKhqpdAgyBI2KfUSlTzPdmleKkUR { display:block; }#tMhkTKhqpdAgyBI2KfUSlTzPdmleKkUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlTae83IJHnVge7nsTCVWf5m9DEHDg2C { width:22.8125rem;height:1.9375rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe4WeGDbeTIfr22NfD6wWmu1BBq9DcpE { width:47.75rem;height:5.625rem;top:6.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vypbDDbKO7PwmlAUlk5iAVOTUrKxTcxB { width:47.75rem;height:5.625rem;top:13rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2kJDbRRgvesTT5sCvnJAniMT7hHohl7 { width:47.75rem;height:4.1875rem;top:19.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnEBznVCRA8RRR3lxb2CWaEEzLhiaZwn { width:47.75rem;height:4.1875rem;top:38rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzPFctwbgeqLFtTLeX4HRxHE31JRpnCc { width:47.75rem;height:4.1875rem;top:32.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa1lZMTu6E9JMpf3iWWX7StOsFAedCK3 { width:47.75rem;height:1.875rem;top:96.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRlPdwkVN2wCo5OZ5uifvOJnMZ78eph9 { width:47.75rem;height:2.75rem;top:98.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNl0h7NAnMFRDOwET2KEPM4wMBWKgxAV { width:47.75rem;height:5.5625rem;top:25.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3WzG7MScOlT5MA008bpoDq8cRZJMZXJ { width:47.75rem;height:4.1875rem;top:43.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFmSzbR8KKcw90mNEgTUkhJPE8fdXTHw { width:47.75rem;height:4.1875rem;top:49.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE0Lf2yxV6mRWLS8yZVVrvXlzoODunIT { width:47.75rem;height:5.625rem;top:55.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysgZMGHlnANTLAkkmoy5BToX2dis5E8Q { width:47.75rem;height:4.1875rem;top:62.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynyzJO5cC1muWTBmmryk8R62Cw8y8f9Z { width:47.75rem;height:4.1875rem;top:68.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMsmQOxZ6u8Z3gv9492C0tv9oGaBuJ1n { width:47.75rem;height:6.9375rem;top:74.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TflS90BzPAaZK8b8equDkXCR8G7dPTdf { width:47.75rem;height:2.75rem;top:83.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSfq46PuciBVlvhV6uXLbiDE1Ca8SpXf { width:47.75rem;height:4.1875rem;top:88.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO47W0kEt1Dlx7MOiebHZ9WcHutA8DBF { display:block; }#PO47W0kEt1Dlx7MOiebHZ9WcHutA8DBF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqtoT2mmqoBKX8KrXZooHmDIqr9QE39D { width:24.4375rem;height:3.875rem;top:4.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z12y9dnr7sm74u7Cg15edB0UNAv99lsX { width:8.6875rem;height:1.1875rem;top:2.125rem;left:39.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC7Cr6xlxpuACGOGfkpPWtxlTnyB15OA { top:2rem;left:0rem;width:10rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3ftD5c3B19tp3k4RrkQfAEo7VHFrlRa { top:4.9375rem;left:41.0625rem;width:1.875rem;height:1.875rem;display:block; }
#J3ftD5c3B19tp3k4RrkQfAEo7VHFrlRa > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #tdqTg7730tuTntlqfT7WUCVZd3iFudVL { top:4.9375rem;left:43.53125rem;width:1.875rem;height:1.875rem;display:block; }
#tdqTg7730tuTntlqfT7WUCVZd3iFudVL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #fXqy53Pbu8S4cAoEOBlWcT6pATcpzeJw { top:4.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#fXqy53Pbu8S4cAoEOBlWcT6pATcpzeJw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iIP8xLQqqwhbH4tuwPXxG8QcU1Jpp28E { top:4.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#iIP8xLQqqwhbH4tuwPXxG8QcU1Jpp28E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM { display:block; }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQ3MXL05oWTUu0Hmt0bODMAutq3kvFeE { width:17.1875rem;height:1.1875rem;top:0.4375rem;left:30.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR1uqhI8u7U9nyOsuorNENqphdwLUfE9 { width:15.5625rem;height:1.1875rem;top:0.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVQo0q8i4P8RmAoHK4gzWqklZQJG32Ps { top:0.5625rem;left:9.6875rem;width:1.8125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { position:relative;z-index:auto;display:block; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ8FI1pTcROdc9idZP5EcDQ8gUAalecc { width:6rem;height:1.2999125rem;top:6.2493491172791rem;left:8.0622829794881rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h89BwmDUUVexi1ZXD8N3Msn7rk6UG5zd { width:5.3125rem;height:1.2999125rem;top:6.2493491172791rem;left:14.000000298023rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqbvRnpa2WHVBERlhDQkxlPwdVhKnDBV { width:12.374125rem;height:1.875rem;top:1.5722657442093rem;left:3.8118489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUWLkoB8MKbqikMbdOT2Q3FGWIaZlfse { width:5.56206875rem;height:1.2999125rem;top:6.2482643127441rem;left:1.4375000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4SICvVPubq7UXI4c6lWNrn8QmvFaGMI { top:4.4683160781861rem;left:3.1250000596046rem;width:13.75rem;height:0.125rem;z-index:15019;background-color:#94979b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:9.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JUP2iyVuCr5OnigFReLfLfZttFvl4hU0 { width:20rem;height:3.3125rem;top:5.2529296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0ZqSWWtHZTe1pWGGyCdHhxXfVihFnQq { width:20rem;height:2.1933625rem;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ixwvZAAhkslQkAobszxmPu15QGPLtC { display:block; }#d2ixwvZAAhkslQkAobszxmPu15QGPLtC > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQyItGnNGn3xEoyg3aN2fx4wvxr7DOuZ { width:17rem;height:3.3125rem;top:20.8125rem;left:1.5625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ua2qvzMt9pZzGw91iI9TxsTQ2C9qqG60 { width:20rem;height:1.94921875rem;top:21.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #LfWFJashCXwQI15lGkdQIJRmJt1CSumT { top:0rem;left:0rem;width:20rem;height:24.9375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 { display:block; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1K6Sig69kX5TDnNi4O54wPd094mRwQV { width:17.25rem;height:1.7871125rem;top:2rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzca9sTE7n9qTM4TwIwlnRirEs85NM4V { width:2.625rem;height:2.625rem;top:11.76171875rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGu8zNBJI0VbqqSEBOeIBa1sl5ZsWfJZ { width:17rem;height:16.793rem;top:19.5107421875rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU5m7ZpwpxsbJPD6rwzBVXTObEaCIvfI { width:15.75rem;height:2.76171875rem;top:4.7109375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcPTwaH4JtHxlOOT4HaUbbhUUTizICT4 { width:10.25rem;height:10.25rem;top:9.0673828125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9kgZlOELH3BA2K2DH22nc8bDWm27O2k { display:block; }#n9kgZlOELH3BA2K2DH22nc8bDWm27O2k > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMMJGyc1p6zTzxU6hSAyXTGaQ8LIcZvO { width:18.25rem;height:1.7875rem;top:2.625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3rqoixvkxUDRncWrLZKMPR3qRnp5vJw { display:block; }#x3rqoixvkxUDRncWrLZKMPR3qRnp5vJw > .row .container { width:20rem;height:86.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CO3SWgUsrxCEzqybmItVidJBHv0iEwZN { width:12.5rem;height:19.0625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3V3OM1WP6P9UGWLgmHKxOV8g5XEZSTo { width:10.5rem;height:6.5rem;top:5.0625rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgQ2W00x78sWT3crJpTCg81vkNbigKFb { width:10.6875rem;height:5.59765625rem;top:13.3125rem;left:4.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwwuNpk3CQ5Vhd8SymFyaWZLQNXDEtCN { width:9.5625rem;height:4.875rem;top:27.65625rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9RG0wpQo1SEzfs2lkyfB7bIE8mJsoLu { width:9.75rem;height:5.59765625rem;top:33.40625rem;left:5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPpGJVELZeNkIz57shDbgllTwgQUEtVw { width:9rem;height:3.25rem;top:48.09375rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqRUQ6PWWfZRfi4QzE8zCCgkhroqk3tQ { width:10.6875rem;height:6.9970625rem;top:52.96875rem;left:5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEdTXcbQkM4puq7nOl2LHmgSHDV24Nzr { width:9.9375rem;height:4.19824375rem;top:77.6875rem;left:5.03125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImXciKMRUSmWJyuQuJHFoGp5hTZilSD0 { width:9.9375rem;height:4.875rem;top:71rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZndhqEPRRU3XkHhLDBOxrmzeaqvUclGV { width:3rem;height:2.5996125rem;top:1.625rem;left:14.125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd1bKlgD4XomTT0zakwc5tgALCzR4Bar { width:3rem;height:2.5996125rem;top:24.78125rem;left:14.125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9lQrt9MecVBw7wCoVSTV1GuctVit80C { width:12.5rem;height:15.9375rem;top:24.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MntIS17wAh45Xe9kTGX5HBELdBTkrK4a { width:12.5rem;height:17.5625rem;top:44.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfkfZT5NQexQ747O5DWTCNxy9aIbTBUc { width:12.5rem;height:17.4375rem;top:66.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRehxw0hGPTu1B4ICJ0CPPG7g10sMnNB { width:3rem;height:2.5996125rem;top:45.09375rem;left:14.125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvEkRnuXQJyTTgdPgRK0Qx5wcmZwOzHG { width:3rem;height:2.5996125rem;top:67.0625rem;left:14.125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlwOMxK0yuD6WvpSCW9owTEWTh83dQ0C { width:5.1875rem;height:0.875rem;top:8.25rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgITbFsr89uAcGv7w1IH5wKmZkPJIdF6 { width:5.1875rem;height:0.875rem;top:8rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRW0MlJEoiBXRU1P1RyLFo1KsbbeA3HK { top:19.25rem;left:9.59375rem;width:0.875rem;height:6.5rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uUJsWD2HR1IbNN882lFZyqJ5ChyigiMs { width:15.875rem;height:15.875rem;top:42.1875rem;left:5.53125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #TTUcUJAwblXevRmbeJWbUmRD5fdpOu7R { top:39.875rem;left:9.5625rem;width:0.875rem;height:6.5rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V1d6zScEmTgeyg0qp9U75wrSiVvR3OQe { top:62.125rem;left:9.5625rem;width:0.875rem;height:6.5rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Pmd9wTO8v5JZs3RAlPKNGsB6onLqQuN7 { width:5.1875rem;height:0.875rem;top:8.125rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLMClTnsHbT5Ua7xQbTEV9gQp1Ec2CNo { display:block; }#uLMClTnsHbT5Ua7xQbTEV9gQp1Ec2CNo > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8N9yD94iFuBetuukxZpAwuXvR7G2ZTP { width:18.25rem;height:3.57421875rem;top:2.5rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #nzHNlFMVAbwZMtLCAXlACmdLBZoWZOtc { width:7.75rem;height:6.8125rem;top:10.3125rem;left:0.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #e2CgIIEQyvyqnGXCbGHqqHxJ1rifpkQc { width:6rem;height:2.27430625rem;top:11.39453125rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15019;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kDIw9wPModaB9S5WyobU5e5fousXBtOq { width:7.75rem;height:5.3125rem;top:17.1875rem;left:0.6875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #EOzhBTG0xveNGyq2VcZEFpJO6ax2uvpc { width:5.625rem;height:3.41015625rem;top:18.25rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15025;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GP176kFD1LH5XMv2xNwisXJBRqO8aHvI { width:7.75rem;height:6.1875rem;top:22.5625rem;left:0.6875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #JK0dd2UVrTdt1cfIQSJi7uH3vD5wRpeh { width:4.9375rem;height:3.41015625rem;top:23.625rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15031;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NChUZqNHcHFpMfZsVb8ekzdWFCTALxRM { width:7.75rem;height:7.6875rem;top:28.8125rem;left:0.6875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #lmeBdQMS6c7XcNOJGOaXvs3uCsUq8eut { width:6.5rem;height:3.41015625rem;top:29.875rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15037;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FubKW4rTVK8uw0IHcdmIxhMJLOxF8F50 { width:10.75rem;height:6.8125rem;top:10.3125rem;left:8.4375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #a2KPeOl8LwQ7ql3NTnFKKulliCyG62tT { width:10.75rem;height:5.3125rem;top:17.1875rem;left:8.4375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #IAm7RyzwUzJgTzOEEP63QhXNv7Z0npHN { width:10.75rem;height:6.1875rem;top:22.5625rem;left:8.4375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #RgEGTNCgHE883iFB9VsxCcxA0ODqHFre { width:10.75rem;height:7.6875rem;top:28.8125rem;left:8.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #f9rUITgIEMcBnV39I5ioXQlkVIHSPAtL { width:9rem;height:2.27430625rem;top:29.9375rem;left:9.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15032;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Rep7szuIOkxbdTiHHatfB85yBDo7XZ1D { width:8.5rem;height:2.27430625rem;top:23.625rem;left:9.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15026;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Teo3mSPGtIIWgKQqHgquTAITf99CV98k { width:9.1875rem;height:3.41015625rem;top:18.0078125rem;left:9.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15020;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eTbPM5WTlnRJ0dv8QVfuOcb6P6wK4Jm8 { width:7.625rem;height:3.41015625rem;top:11.51953125rem;left:9.5625rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15014;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xd2hyF9WzcAEGrIALLuAvZVnwqgMvNpT { width:12.1875rem;height:1.3997375rem;top:7.95703125rem;left:4rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15013;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QXwsKzh4hQ2GdRb1RlJTIsGHznBXakMi { width:7.75rem;height:4.5rem;top:40.875003814698rem;left:0.74978297948838rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #UNzTiW0Uq94lXzUOWTUTAAWNrhsZdPBp { width:6rem;height:2.27430625rem;top:41.937290191651rem;left:1.8750000596046rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15038;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Bx4HRK7bIQHtTREm9ch4hNRFVHbsm4fM { width:10.8125rem;height:4.5rem;top:40.875rem;left:8.5615234375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #OUmdosMss7X8ZJTlViUddgpfz1TTIaJt { width:7.75rem;height:9.6875rem;top:45.4375rem;left:0.75rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #np5R0ntLQptmxHWPLvacsIr8XydgaAOw { width:10.75rem;height:9.75rem;top:45.375rem;left:8.5625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #QmA8tIt4dhXbwXw7k4MzQh9vTG61RaMX { width:9.9375rem;height:3.16699375rem;top:41.841796875rem;left:9.3427734375rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15039;line-height:1.3;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; }
 }@media only screen and (max-width: 763px) { #wPVITCufS9KNAfZ8A41xaoO6ewfIhRy1 { width:5.625rem;height:3.41015625rem;top:46.625rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15044;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EaiFZGQM2CSPCFs614K9mbMeAkmP8mQL { width:7.75rem;height:8.9375rem;top:55.187503814698rem;left:0.74978297948838rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #MuWRfxo3KTGlHbOAQ9x35rMBHlVakk0u { width:10.75rem;height:8.9375rem;top:55.187503814698rem;left:8.5622838139531rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #EdWoyThHiN9fN6QZ5AbPvyR4KDF1MQ2g { width:4.9375rem;height:3.41015625rem;top:56.249790191651rem;left:1.8750000596046rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15050;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TcOB3aOJN1udWG35N35PCoVZCzvu5wOo { width:7.625rem;height:3.41015625rem;top:56.186847686767rem;left:9.8122838139531rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15045;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lTKbMiOqISVBiBFVQTksiATv2Luf3qkd { width:7.75rem;height:10.0625rem;top:64.187076568606rem;left:0.74978297948838rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #W1X2JhzgmGknm3zwqWO8FuFa3zBzTD2g { width:6.5rem;height:3.41015625rem;top:65.249347686769rem;left:1.8750000596046rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15056;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r42UMBefbiT3W9GMLUlFahhXTN42HPoC { width:10.75rem;height:10.0625rem;top:64.187076568606rem;left:8.5622838139531rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #yaE8upxZt4RtpZPzU3Fe2osedB4bVaCF { width:8.9375rem;height:7.957rem;top:65.311424255369rem;left:9.8122838139531rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15051;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TMoV7hOg3gXcmNPLSim8ietpfuyQCPgT { width:15.8125rem;height:1.3997375rem;top:38.937068939209rem;left:3.1239150166511rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15014;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tidycm6A9feQ7nZ0TPMhfFo0h25wTwbb { width:8.5rem;height:4.546875rem;top:46.625rem;left:9.5625rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15046;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KFT4pWOltbZmNZA27hBZTJI0tEUbDevi { display:none; }#KFT4pWOltbZmNZA27hBZTJI0tEUbDevi > .row .container { width:20rem;height:192.0234375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wV8VkMGFmQP3eFDam9WolCavB3bpeTL8 { width:18.25rem;height:3.57421875rem;top:3.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx1XreXKomXu2ABXtNTF4RqqhxTq7wvD { width:20rem;height:3.5625rem;top:163.2890625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #OSOSFDB8GZIBNmHxRfSngtM26taOZRTR { width:19.4375rem;height:1.5rem;top:163.5390625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmGZfRFms9LLsukGX1dlfcTVGvAW4hXW { width:20rem;height:1.4619125rem;top:168.1015625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGZCitfve34Vv7wUCdryM5LN9FfxWNbu { width:12.5rem;height:3.3125rem;top:8.38671875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg7XL3IlU09HNWe0sKqpXntBMzOhJRwP { width:19.875rem;height:3.3125rem;top:13.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azAGOAiWK0fIzVtAdPoURucfJn37KHLr { width:19.875rem;height:3.3125rem;top:20.1796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq8JV3UWUL3SndxSR0EFT9qqNfH5CDl2 { width:19.875rem;height:11.375rem;top:40.265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb6NUXu7l0T1X8NcVR5E5551iyExxWKv { width:19.875rem;height:11.375rem;top:53.015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpJgepSwoqUrC2DbJWAIZnJQkUWaUIqX { width:12.5rem;height:11.375rem;top:24.8671875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reUbyNHueUQ6rJTIaQc7IUlloP32MFEk { width:12.75rem;height:1.3994125rem;top:14.09375rem;left:1.96875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDVZygAbTPBL9iDWX9FMXlWxGZiviSO7 { width:12.75rem;height:1.3994125rem;top:21.19921875rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0LvSVWgswZBe02myJMnLlhDZoATuZ9N { width:17.9375rem;height:1.3994125rem;top:17.53125rem;left:1.96875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTHngNgO2pbqeZ2A6EPslR2dr4SCDMaF { width:17.9375rem;height:8.25rem;top:54.09765625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrHyz5nX45pJvuADihkUAm3k4mtv1Ma3 { width:17.9375rem;height:1.3994125rem;top:37.6171875rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNIWoeOcB47LUWW3FMO304ffZinXXyiO { width:19.875rem;height:11.375rem;top:81.1640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRFixsxXLM1zZJendTmuBT1R87oGb62I { width:19.875rem;height:11.375rem;top:93.9140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdNfQgUG6ffR4KDnpbTn0MEkD4yzEqpZ { width:17.9375rem;height:8.3965rem;top:94.9765625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q35achzHAOIUUqs4TSOJkbkdS1Z6xRmR { width:12.5rem;height:11.375rem;top:65.765625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTkdGZo3hR1wPSTlCTEEEMQK7H8dLNo6 { width:17.25rem;height:8.3965rem;top:82.2265625rem;left:2rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiDRFuA6cr4E4y1RB9LATcL5nkhgAnC7 { width:17.9375rem;height:1.3994125rem;top:78.515625rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emiszRCooXgp8QMe98EpkFrvLwgImEJR { width:19.875rem;height:8.5625rem;top:116.6015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWnMIkh1EJ8q4HWclOqs9TZ6Xo79qer9 { width:19.875rem;height:8.5625rem;top:126.5390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHpzSETx1C5PAqOwT7EBgphNd3eDrT9o { width:16.5rem;height:5.59765625rem;top:127.6015625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHqUSGVRfHtTNmXaXK1eaD9r7QzlTWuC { width:17.25rem;height:2.798825rem;top:117.6640625rem;left:2rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7493mvnTfThnQ9zaqhXvhiw6Tqmomob { width:12.5rem;height:8.5625rem;top:106.6640625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfEKEWPnReDxSddh9SAhguh5F1n0pzqn { width:11.1875rem;height:2.798825rem;top:107.7265625rem;left:5.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGT6RC9yI9vKidRrBRbl5gizrvW2IZ9A { width:19.875rem;height:7.5625rem;top:145.4140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psMxW2tT5q1VNO1m6mLc7JdrzgICtzrE { width:19.875rem;height:7.5625rem;top:154.3515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyd9IwzRpby3s11eR6d9QgmZ4A3kpnRD { width:16.5rem;height:5.59461875rem;top:155.4140625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRacKKh5z3byT2IDT9Tv3I8MSNftEWn3 { width:12.5rem;height:7.5625rem;top:136.4765625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT8WGQQnkZ7A3Zuxu0CnKLtu3URSelbq { width:17.25rem;height:2.798825rem;top:146.4765625rem;left:2rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvxGM16fUIX2sWv3dDXobTCrgEl1e4md { width:11.1875rem;height:2.798825rem;top:137.5390625rem;left:5.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZlvrI85ZU6Ks9RDORbwCzbcLByIflOi { width:20rem;height:3.5625rem;top:187.375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #bx0lcEVfshGrlQD8AKOE95HWe4pFGkIv { width:19.4375rem;height:1.5rem;top:189.4375rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #sV1w4iv2ho5brnRt5EcK854RqvJ6QMNI { width:20rem;height:1.4619125rem;top:190.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #TzX2LtwyAx6xPwBudRvK8295nt9wzmlx { display:block; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtbTZ8Fi9ZCUWaVn2CTRI8J07Z9E7fF4 { width:15.9375rem;height:4.19824375rem;top:5.9375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2IcFoexQ62810J36hVkVThU6iTBDDdZ { width:16.4375rem;height:4.19824375rem;top:15.43359375rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD4crt4D76AEppeXoiOK3UFcIsm2WbFZ { width:16.9375rem;height:5.59765625rem;top:28.9189453125rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JndXvE0bTryUsKPgOmmeETpclDqGsbMJ { width:16.5625rem;height:2.798825rem;top:11.26171875rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCuiRNbPH7SR3zylQdCXaxf5BfM41Toc { width:17.125rem;height:6.9970625rem;top:20.83203125rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAIlPsTkwRnxqZWD7lGOXEbg2n7Qd9Fn { width:16.375rem;height:6.9970625rem;top:35.7041015625rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgmM1Xnfo6J0O8asCkhatuKecvwRLKn9 { width:1.25rem;height:1.25rem;top:5.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8xWxGciTNusxaKLKPUeOOkKKZtS71cQ { width:1.25rem;height:1.25rem;top:15.43359375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHJRFGLckzJBTwb7nDietWaBe699nX0T { width:1.25rem;height:1.25rem;top:28.84375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU7kPyIBKnmJShAOOtnBfrepHrWotao1 { width:1.25rem;height:1.25rem;top:11.19921875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgEILN6xZ5J3FAgykTZ3mTBKodZs90Tt { width:1.25rem;height:1.25rem;top:20.89453125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6oGu6EfKFIoNAvNnWeb2JMUqcH6aUZH { width:1.25rem;height:1.25rem;top:35.8173828125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwx1QXnNmpTH1dV5R4KwFzhZuNWGat9E { width:20rem;height:3.5625rem;top:0rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #C1IyFD4hPR0yGTWoXJBWqMV76GPPSEoC { width:19.4375rem;height:1.5rem;top:0.25rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #nHDQi1X5kJWoRiD0wXdWMWhKApaGIPDm { width:18.875rem;height:1.462675rem;top:1.5625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #ttinUtiLnVWkB7q6I3RdyTrizMXTrohF { display:block; }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaxcmBzJpGZTgKKTeVUBT8fNEbFpULmK { width:15.875rem;height:1.7875rem;top:2.0625rem;left:2.65625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTKdK3QG6JvPcDB7JU5TmeqXQII3daKL { width:17.375rem;height:11.1953125rem;top:11.4296875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xeznICtM5MKk2wTn7ZPsTaOx4ZRtcn { width:18.8125rem;height:9.795875rem;top:35.5458984375rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRw9PLl1ZUWxM2L3y9fR3JmhdeZlt7To { width:18.6875rem;height:9.795875rem;top:54.3798828125rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHELfmoV1OZGPmTpTz2fXqe9PKSiOyHf { width:4rem;height:4rem;top:30.2412109375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOyUqxr7rfbPTgsZX8TESdJUkDoQCKbJ { width:4.125rem;height:4.125rem;top:48.71875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elgog63b3NcSKGJEKTdJK7TwRLb5kVn0 { width:5.3125rem;height:1.4375rem;top:23.125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwMCIRWxsVM1WrqRDNvyWuTVP31KS3cN { width:4.125rem;height:1.125rem;top:23.375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZJuQnSnG8vpw6DrNPcHrqkGt07gQH8Z { width:10.75rem;height:1.8125rem;top:25.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKoq4osgTCJEwTIOC8wCbnrzq629DFTE { width:3.375rem;height:3.375rem;top:6.787109375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3Noq6XWilMmkv74BVVzni2CwnWXKZRQ { width:20rem;height:20rem;top:70.6855703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pvdh1yU9sOHScTO7C5K1huaTNxzRPIlC { width:4.8125rem;height:1.4375rem;top:23.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc { display:none; }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc > .row .container { width:20rem;height:23.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OUDHTwLPFfzxeO3HEACzMgOBFz60OBtw { width:20rem;height:3.0859375rem;top:1.9990234375rem;left:-0.21875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcbXkxoOVquLy64HM3aPoUXMD2xTcJcL { width:11.625rem;height:1.3rem;top:19.0625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWLxRTswgErLlZfW08E0DZI17gqmnCWD { width:15.1875rem;height:1.3rem;top:20.25rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #zox3KhiGZid6T54ya9vzNMZrT0c5NSWt { height:11.233375rem;width:20rem;top:6.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMhkTKhqpdAgyBI2KfUSlTzPdmleKkUR { display:block; }#tMhkTKhqpdAgyBI2KfUSlTzPdmleKkUR > .row .container { width:20rem;height:190.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlTae83IJHnVge7nsTCVWf5m9DEHDg2C { width:15.9375rem;height:1.7875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe4WeGDbeTIfr22NfD6wWmu1BBq9DcpE { width:17.4375rem;height:13.994125rem;top:4.662109375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vypbDDbKO7PwmlAUlk5iAVOTUrKxTcxB { width:17.374125rem;height:16.793rem;top:20.270170211792rem;left:0.96788197755812rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2kJDbRRgvesTT5sCvnJAniMT7hHohl7 { width:17.561875rem;height:9.795875rem;top:38.753256082535rem;left:0.87456601858137rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnEBznVCRA8RRR3lxb2CWaEEzLhiaZwn { width:18.125rem;height:8.3965rem;top:72.543395996094rem;left:0.81206601858137rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzPFctwbgeqLFtTLeX4HRxHE31JRpnCc { width:17.8125rem;height:8.3965rem;top:62.873046875rem;left:0.8115234375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa1lZMTu6E9JMpf3iWWX7StOsFAedCK3 { width:18.75rem;height:1.8994125rem;top:180rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRlPdwkVN2wCo5OZ5uifvOJnMZ78eph9 { width:16.75rem;height:5.59765625rem;top:182.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNl0h7NAnMFRDOwET2KEPM4wMBWKgxAV { width:18.125rem;height:12.59475rem;top:49.34375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3WzG7MScOlT5MA008bpoDq8cRZJMZXJ { width:18.375rem;height:9.795875rem;top:82.4342520237rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFmSzbR8KKcw90mNEgTUkhJPE8fdXTHw { width:18.4375rem;height:11.1953125rem;top:93.6875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE0Lf2yxV6mRWLS8yZVVrvXlzoODunIT { width:18.375rem;height:12.59475rem;top:105.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysgZMGHlnANTLAkkmoy5BToX2dis5E8Q { width:18.375rem;height:8.3965rem;top:119.0625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynyzJO5cC1muWTBmmryk8R62Cw8y8f9Z { width:18.375rem;height:8.3965rem;top:129.125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMsmQOxZ6u8Z3gv9492C0tv9oGaBuJ1n { width:18.25rem;height:15.3935625rem;top:139.1875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TflS90BzPAaZK8b8equDkXCR8G7dPTdf { width:18.5625rem;height:8.3965rem;top:156.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSfq46PuciBVlvhV6uXLbiDE1Ca8SpXf { width:18.0625rem;height:9.795875rem;top:167.22265625rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO47W0kEt1Dlx7MOiebHZ9WcHutA8DBF { display:block; }#PO47W0kEt1Dlx7MOiebHZ9WcHutA8DBF > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqtoT2mmqoBKX8KrXZooHmDIqr9QE39D { width:18.25rem;height:5.2rem;top:3.625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z12y9dnr7sm74u7Cg15edB0UNAv99lsX { width:8.6875rem;height:1.21875rem;top:10.5rem;left:5.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC7Cr6xlxpuACGOGfkpPWtxlTnyB15OA { width:10rem;height:1.5rem;top:1.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3ftD5c3B19tp3k4RrkQfAEo7VHFrlRa { display:flex;width:1.875rem;height:1.875rem;top:12.4375rem;left:4.9375rem; }
#J3ftD5c3B19tp3k4RrkQfAEo7VHFrlRa > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #tdqTg7730tuTntlqfT7WUCVZd3iFudVL { display:flex;width:1.875rem;height:1.875rem;top:12.4375rem;left:7.5rem; }
#tdqTg7730tuTntlqfT7WUCVZd3iFudVL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #fXqy53Pbu8S4cAoEOBlWcT6pATcpzeJw { display:flex;width:1.875rem;height:1.875rem;top:12.4375rem;left:10.1875rem; }
#fXqy53Pbu8S4cAoEOBlWcT6pATcpzeJw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iIP8xLQqqwhbH4tuwPXxG8QcU1Jpp28E { display:flex;width:1.875rem;height:1.875rem;top:12.4375rem;left:13.1875rem; }
#iIP8xLQqqwhbH4tuwPXxG8QcU1Jpp28E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row .container { background-color: transparent; background-image: none; }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row .container > .video-iframe-container { display: none; }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row > .video-iframe-container { display: none; }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .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); }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row .container { border-width: 0; border-radius: 0; }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7thJiAd8pxaSWcqSPiNBHHWQlgNKdIM > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQ3MXL05oWTUu0Hmt0bODMAutq3kvFeE { width:17.1875rem;height:1.19921875rem;top:3.2491302490234rem;left:1.1241319775581rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR1uqhI8u7U9nyOsuorNENqphdwLUfE9 { width:14.1875rem;height:1.19921875rem;top:1.1228294372559rem;left:1.1241319775581rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVQo0q8i4P8RmAoHK4gzWqklZQJG32Ps { width:1.8125rem;height:1rem;top:1.1857643127441rem;left:15.811633408069rem;display:block; }
 }