.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:216,234,239;--color-primary-1:26,130,253;--color-primary-2:0,208,255;--color-primary-3:56,67,75;--color-primary-4:23,36,62;--color-secondary-0:254,239,229;--color-secondary-1:252,203,167;--color-secondary-2:249,150,79;--color-secondary-3:125,75,40;--color-secondary-4:37,23,12;--color-tertiary-0:255,255,255;--color-tertiary-1:106,146,169;--color-tertiary-2:55,83,117;--color-tertiary-3:0,96,171;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;overflow:visible;position:relative;display:none; }#aIq67a9E1DQ3X12ktMmATLp287eQ0oWF { 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:4.1875rem;width:4.1875rem;top:0rem;left:8.75rem;overflow:hidden;display:block; }
#eIch1iF7IOs3rxfzv63CtaITH8qzVKaA { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.749267578125rem;left:21.061767578125rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpoXRHKHNeokkBW4KLHA8LnCvHQrPsTS { color:rgba(var(--color-tertiary-0),1);display:block;width:6.43675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.749267578125rem;left:28.81201171875rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cPXkflSCN6ofXBC0GTeJkPND4MhmISTt { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.749267578125rem;left:37.499755859375rem;height:0.9749375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DnCcVDFdI7TW99dcoWSI6oFhc4EDNt8D { color:rgba(var(--color-tertiary-0),1);display:block;width:3.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.749267578125rem;left:44.8740234375rem;height:0.9749375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JcCb1Mq0gGb9gttnMFor0to28NxBsBfF { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.75rem;left:51.0625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHtBm93rD9EO9mEO8ekKgWgZ32bTtsfs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.1875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.156005859375rem;left:60.897216796875rem;display:block; }
#dW7aQcoolmqB93gpNCWKbt53swEF12mU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Is0cKFfknuv1RyyKGQwqmqh35rgMUUfD { 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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#Is0cKFfknuv1RyyKGQwqmqh35rgMUUfD > .row .container { border-width: 0; border-radius: 0; }#Is0cKFfknuv1RyyKGQwqmqh35rgMUUfD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Is0cKFfknuv1RyyKGQwqmqh35rgMUUfD > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;overflow:visible;position:relative;display:none; }#TMt5lglTwo2GEfbNOmZlO1PpEZOzOagX { 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:4.1875rem;width:4.1875rem;top:0rem;left:8.75rem;overflow:hidden;display:block; }
#ONehmOuu5bp5gDWThkOobhvNWKXUJSaa { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.75rem;left:33.375rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AN0wx1owQ7XWNW9wEfdpQg0MI4vnMpWV { color:rgba(var(--color-tertiary-0),1);display:block;width:6.43675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.75rem;left:41.125rem;height:0.9749375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWXxvvVpTciWRt440sTQhnqxiqVT6Nwq { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.75rem;left:49.8125rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wNSEpQzuZ8vn1LFZrAgN7VuHZ6Swaxqk { color:rgba(var(--color-tertiary-0),1);display:block;width:3.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.75rem;left:57.1875rem;height:0.9749375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbU7BtreahzoG4MtPh7IcSlOnglTERAc { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.75rem;left:63.375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container { background-color: transparent; background-image: none; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container > .video-iframe-container { display: none; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row > .video-iframe-container { display: none; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .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); }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container { border-width: 0; border-radius: 0; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;overflow:visible;position:relative;display:block; }#gzFi0ST8R8DGKxfL6Z9Fq5T2kLPBEiN1 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:15.125rem;top:0.28125rem;left:4.29296875rem;overflow:hidden;display:block; }
#anhdthotgUUL7FW5KmW2xqnuVptbsNzs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/99ba6947-bff4-4b71-94eb-d288ce3323eb/Diseosinttulo7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs.adaptive-delivery-prevent-bg, #anhdthotgUUL7FW5KmW2xqnuVptbsNzs.lazyload, #anhdthotgUUL7FW5KmW2xqnuVptbsNzs.lazyloading { background-image: none; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container { background-color: transparent; background-image: none; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container > .video-iframe-container { display: none; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row > .video-iframe-container { display: none; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .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); }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container { border-width: 0; border-radius: 0; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:75rem;position:relative;display:block; }#l9ktoSquHERvRIeamzCtehxoO4bI1wvS { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.125rem;left:8.75rem;height:4.546875rem;font-style:normal;display:block; }
#wxl2WLn6JG3DMK8wigZMni1axIS5Qm2f { color:rgba(var(--color-tertiary-0),1);display:block;width:28.9978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.875rem;left:8.8125rem;height:3.41015625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k2GtvRwmqcR9AaCwCBMJMrlzxmKkWUBP { color:rgba(var(--color-tertiary-0),1);display:block;width:28.9978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30.4375rem;left:8.8125rem;height:0.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nCM7weG2bImsTotz5HDKMeir7Zv6kVgW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:26.875rem;left:5.9375rem; }
#tUnpZfeG6kf2gPZBAVRJTk2fBmcyAnGp { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:37rem;width:29.25rem;top:4.3125rem;left:43.75rem;display:block; }
#lcsUCWurrWBbJJ0vo4fnDGCmN3An8wuZ { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.8125rem;left:48.25rem;height:1.625rem;font-style:normal;display:block; }
#Cf734niUP1uFPmSD5hSRuXkK9PmDN9ds { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:6.625rem;left:45.1875rem;display:block; }
#lKc54MKrS39XgT6RcRmntPA2Ow1Ai75C { color:rgba(var(--color-tertiary-2),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.8125rem;left:44.875rem;height:1.94921875rem;font-style:normal;display:block; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-form-header { font-size:0.8125rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-regular-label { height:auto;display:block;font-family:glober;font-size:0.8125rem;font-weight:400;color:#004e91;width:26.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,63,112,0.3);border-left:0.0625rem solid rgba(0,63,112,0.3);border-right:0.0625rem solid rgba(0,63,112,0.3);border-bottom:0.0625rem solid rgba(0,63,112,0.3);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-primary-3),1);font-size:0.875rem;overflow:hidden;font-family:glober;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-text {padding-top: 0; padding-bottom: 0;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,63,112,0.3);border-left:0.0625rem solid rgba(0,63,112,0.3);border-right:0.0625rem solid rgba(0,63,112,0.3);border-bottom:0.0625rem solid rgba(0,63,112,0.3);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-3),1);font-size:0.875rem;overflow:hidden;font-family:glober;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-select {padding-top: 0; padding-bottom: 0;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:17.3125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:9.3125rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:glober;line-height:1.8;font-size:0.625rem;font-weight:400;color:#787878;vertical-align:top;width:25.375rem;overflow:hidden;font-style:normal;float:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:glober;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-container:first-of-type{padding-top:0;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-container:last-of-type{padding-bottom:0;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15022;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:9.9375rem;left:43.812501907349rem;font-size:0.8125rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.625rem;display:block;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-info-text { display:block;height:auto;font-family:glober;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv {display:block;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15022;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:9.9375rem;left:43.812501907349rem;font-size:0.8125rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #qKPTtxQAPzFS3CakvzSeOOOX6eV2XST8 { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #CcvI9Vg6P3e4h7GWEoyT180LsHrzTmkL { position:relative;display:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cpX0hfXT0MTbPM9hfv0tSHrioWNQtLQR { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #dmgmpv1s61sNqifpleBIE9wP1RiBBJsz { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #T4bGQoNhKw4UX1cQg2TcRpAcZVVPyoIm { position:relative;display:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #JX3O5QSIAonbKPBeus7O4kxpZuBuCNmw { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ABVNsE6uooktm4zchnbvcQ7BowtdEKzQ { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #wOG6d9h43CqZ8kcL2mBuyQHgiT2qZKpP { position:relative;display:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #uZNNf7y2OwKABAyAd7DVbv8yNRsC0re1 { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #EMJHHieXG2mIVezsarvUwGFoI689UekR { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cMUcs3TGmOMoDP28qKv1TgvZxuBufuTh { position:relative;display:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #BxSP82qZC74qDaUiZ7fXiyN78ofK4owc { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #eBkBPvilHIC8M51dsLL8FMNvtD2sysrP { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #skFTxbxILQqT6ki17tvO1AInBInUuV95 { position:relative;display:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #I5NGyPenhB8VkWguyTJ9W0MeDDhzdXo0 { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #aXtaVMUwUzARN3kFJS85EULXl6QHwGHa { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #eVyXT3gkNnWTMH8V6o5zHOGPqhVNIGRJ { position:relative;display:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #Ast7bieN8yCS9c6VofHxnp7CHu59B4wx { position:relative; }
#X2T4hfabhM28tAl85VTgXEklQa3cATUy { position:relative;display:block; }
#TdzTFsnxrehlMn7AXNeWkTMhFBywlV5U { position:relative;display:block; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #mxyLzxMKBVRESxg3Zkgy1you4boX3HUx { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #M196sTcxhgT8UK6KOUEQIJV5OEw7TkHR { position:relative;display:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ZyCJUbKTCnZKKCv3be6OsFZg6n4PvRWt { position:relative; }
#U6gTkbnlT7qS2KLHQolkCcuvMidqalTe { position:relative;display:block; }
#tLnbPUaMTQpe0RSxEBRooVpqnVdh8GZ4 { position:relative;display:block; }
#Dd2pWTMWPBlilRexTI9MgDuWrvluR3bB { position:relative;display:block; }
#kcxZQ76OvBmPELiDHnmWnKU9vIlP1evC { position:relative;display:block; }
#MVzc1iQusDVAgRmDaGxPNpFmRTOTee0B { position:relative;display:block; }
#TcX66zQcpTfoeyLn1hUry4T6mrMGGW2n { position:relative;display:block; }
#NBIJiuniD5wNuOl4PlJqVG9wK7NeTdbA { position:relative;display:block; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ZSzAUfR7qvyPIp9xhXLqpsoqBWbJ4TFT { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #nTarzMiD0o2EbDSwlkPwn6CGafOaqxsg { position:relative;z-index:2; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #TfOx55HUtogNWBrf5LoNEqzD6rC94aGn { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #sru1lEUsprGORDnH2kukUuCJ8KEv2KSp { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #U6W19KJoTk9l8mlpr0OyBmF0IJOPVTIH { position:relative;z-index:2; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #Ea4sRvqBwo262hUJhmU1cpwIAOHyWByT { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #vX1HHBqRn6zauuKd5Cy5C0zFAPmRTHWT { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #rOQfIx5HZQhxr4AT4BloagaKbucp7czS { position:relative;z-index:2; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cDxCxLZ5w5wURlDGVAJk4QMO51WaXQh1 { position:relative; }
#raGrOmTWmGJyMtTbFkNnHX0TLqZ4T5uf { position:relative;display:block; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #kRrb4J16nIIdOpRGchAyaWBMbDTkZWpP { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #F84BlSMV8JZVTPiehUHZQcHRlf2SCx3I { position:relative; }
#rPbwOZ3TOPDu1WnzTMTgS9hU0sFTNt8k { position:absolute;display:block;z-index:15032;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.0625rem;width:16.75rem;top:5.1875rem;left:8.25rem;overflow:hidden;display:block; }
#f7FZTZ4VsCneMDq8t8qv3XGLnb34LPce { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.15);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:none; }#f7FZTZ4VsCneMDq8t8qv3XGLnb34LPce > .row .container { border-width: 0; border-radius: 0; }#f7FZTZ4VsCneMDq8t8qv3XGLnb34LPce > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7FZTZ4VsCneMDq8t8qv3XGLnb34LPce > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:none; }#SFEV7WGuV58HsFahSHcDMxw3xnDuJbpb { color:rgba(var(--color-primary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.25rem;left:8.6875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TLg40m2zEK6NrlcI5LB62eSshl3v0f6Z { color:rgba(var(--color-primary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:8.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#p7HXxhC98KrAZUwfXuLu2H2Ksq5d83rG { position:absolute;display:block;z-index:15028;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:17.9375rem;width:18.75rem;top:7.8125rem;left:8.6875rem;overflow:hidden;display:block; }
#GBgkrcOZpBKMIdxST7ROku69V8W6ZkyX { 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:18.125rem;width:18.9375rem;top:7.75rem;left:28rem;overflow:hidden;display:block; }
#wG7CwUdtccF4IwWS5iE4aHV1E1RatrTa { 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:18.0625rem;width:18.8125rem;top:7.8125rem;left:47.5625rem;overflow:hidden;display:block; }
#qD8N1mtupPZf3ZUpo4b0gU0C8Z4nsnIa { color:#f2f5f8;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:19.6875rem;left:9.8125rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s14omARrihSplmfi73KqJERNxFdE2HgX { color:#f2f5f8;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:22rem;left:9.9375rem;height:3.16699375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HJcWRGZwOrR5xgpTlT4VcqHCLF2fT1vW { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:21.4375rem;left:9.9375rem;display:block; }
#ud9BwmU01rMyrKvMd3ToediRcgSV1Tzz { color:#f2f5f8;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:19.6875rem;left:29.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#buDcPHHRuaSRm90mFnFigNwzLOEq5KNA { color:#f2f5f8;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:19.6875rem;left:48.5rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TNpRoyVnNC9VhOsT1GHCnNhBI2m0UzBT { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:21.375rem;left:29.25rem;display:block; }
#k1hu4H3fNzMIhn2K8KvTxEHT87zMQgDG { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:21.4375rem;left:48.4375rem;display:block; }
#M4smUeSnbvKrPXklJGQB3yrRgO2mxtQl { color:#f2f5f8;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:22rem;left:29.25rem;height:2.111325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iZqQh63GR2Tzr7ED9QE8JyCHA6ZdLfOa { color:#f2f5f8;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:22rem;left:48.4375rem;height:3.16699375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GkwNeoKewImVm7R6qkShI4hSFFeysoko { color:rgba(var(--color-primary-3),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.75rem;left:26.6875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xypbWTg5pqMKu43AWhID5UtZlwHs54WW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.1875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:36.125rem;left:30.875rem;display:none; }
#OtS17VK8fhDtdRp79K65rtSlNnocsCB8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SDrTKBTMnH1Pv2o0yCxB0QJLIfgqhl87 { color:rgba(var(--color-primary-3),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.94921875rem;left:26.65625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h1sHdFQh4N0T6qwxltRFOudahhFJWHAE { position:absolute;display:block;z-index:15084;background-color:#bdc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:1.6875rem;left:8.75rem;display:none; }
#HIBTsB0f3vD8QawKGxR9ENkBdbT1pxvW { color:#bdc6cc;display:block;width:2.99926875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:2.0625rem;left:28.375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wEDxOUGL30y0RtaHfHXbqgpffKtJzubQ { color:rgba(var(--color-tertiary-2),1);display:block;width:4.311525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:2.0625rem;left:22.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#q1080lyFgg3nLo13n6pKfomXK46KhTfC { color:#bdc6cc;display:block;width:4.87426875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:2.0625rem;left:16.4375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Xiu7e7t2OTM5ZJnVgTnN71NCXwtt1445 { color:#bdc6cc;display:block;width:5.99975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:2.0625rem;left:8.9375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SUB0lRFqUIBIKKXCsooPdaSIOMlB2T18 { color:#bdc6cc;display:block;width:6.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:2.0625rem;left:32.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XZHrB6zapx9b0Mv6ZvimfZFRI0M1KsTo { color:#bdc6cc;display:block;width:4.74975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:2.0625rem;left:40.8125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SzgXPQp1kITvf2H1rgZZ8EGsChSU2hh1 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:4.40625rem;left:8.6875rem;display:block; }
#OaUqzAK86kpBNDoSIAtFOBTqlZ8iqxlK { position:relative;display:block; }#OaUqzAK86kpBNDoSIAtFOBTqlZ8iqxlK { background-color: transparent; background-image: none; }#OaUqzAK86kpBNDoSIAtFOBTqlZ8iqxlK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaUqzAK86kpBNDoSIAtFOBTqlZ8iqxlK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaUqzAK86kpBNDoSIAtFOBTqlZ8iqxlK > .row .container > .video-iframe-container { display: none; }#OaUqzAK86kpBNDoSIAtFOBTqlZ8iqxlK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaUqzAK86kpBNDoSIAtFOBTqlZ8iqxlK > .row > .video-iframe-container { display: none; }#OaUqzAK86kpBNDoSIAtFOBTqlZ8iqxlK > .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); }#OaUqzAK86kpBNDoSIAtFOBTqlZ8iqxlK { border-width: 0; border-radius: 0; }#OaUqzAK86kpBNDoSIAtFOBTqlZ8iqxlK > .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; }#OaUqzAK86kpBNDoSIAtFOBTqlZ8iqxlK > .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:7.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p5emHnXcQ6BEl7lcVulKRJCd1bq0JakF { color:#161616;display:block;width:18.6875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:29.4375rem;height:2.35625rem;font-style:normal;display:block; }
#XkcU7rTCxSgPIV3XKAeOzHxtTzRAIRgg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:1.875rem;left:25.5625rem;overflow:hidden;display:block; }
#C99T294Owv4rGMTR0BPpOuxCqGUdsdsH { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5.4375rem;top:1.1875rem;left:1.7490234375rem;overflow:hidden;display:block; }
#vXTd80xKlcvz3d0EAIvJ5PEhThKmFMMk { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:75rem;top:7.25rem;left:0rem;display:block; }
#mARmPbXkAJlgR1AkkrfHWQt7C1RkAeF9 { position:absolute;display:block;z-index:15028;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:5.4375rem;top:1.615234375rem;left:66.71875rem;overflow:hidden;display:block; }
#QNWhv9sxnq3J4uqUZIpbr2TEkTXLGMo5 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:1.875rem;left:46.84375rem;overflow:hidden;display:block; }
#vlKFCahn10RbS3saGvteSrhleyNVSSpJ { position:relative;display:block; }#vlKFCahn10RbS3saGvteSrhleyNVSSpJ { background-color: transparent; background-image: none; }#vlKFCahn10RbS3saGvteSrhleyNVSSpJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlKFCahn10RbS3saGvteSrhleyNVSSpJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlKFCahn10RbS3saGvteSrhleyNVSSpJ > .row .container > .video-iframe-container { display: none; }#vlKFCahn10RbS3saGvteSrhleyNVSSpJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlKFCahn10RbS3saGvteSrhleyNVSSpJ > .row > .video-iframe-container { display: none; }#vlKFCahn10RbS3saGvteSrhleyNVSSpJ > .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); }#vlKFCahn10RbS3saGvteSrhleyNVSSpJ { border-width: 0; border-radius: 0; }#vlKFCahn10RbS3saGvteSrhleyNVSSpJ > .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; }#vlKFCahn10RbS3saGvteSrhleyNVSSpJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zcaZQA9pDT8lDRellNUXQuBiiX6csVDn { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#EWNWIGZVyS7a0X2A0O35sEdsMmTUaytQ { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#SihcLXsdTa3isE0U0E9lV26kmssCBDyH { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#zLOsMackutCM1mSBuEhiPb3DwzufEAd0 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.0625rem;position:absolute;font-family:manrope;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:32.15625rem;height:1.86875rem;font-style:normal;display:block; }
#iqF8mi23dM9nrMbNIm7bUHPQIIRN0Z1F { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:1.1494140625rem;left:27.375rem;overflow:hidden;display:block; }
#NJTgbrJEEAdGSRq79fHTN0XgWTTJzIlW { color:rgba(var(--color-tertiary-3),1);display:block;width:11rem;position:absolute;font-family:manrope;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.75rem;left:58.6875rem;height:1.86875rem;font-style:normal;display:block; }
#kXebMBnvKpJZxrZ1XQa9lOIVAoUVn41k { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:1.1494140625rem;left:52rem;overflow:hidden;display:block; }
#PxynVhM5hJpoI1zwMX7EZ6sH59KK27ur { color:#161616;display:block;width:23rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:5.59375rem;left:26.5rem;height:1.5rem;font-style:normal;display:block; }
#nE6yKXSeiEkT67RlTHQ04qd6BKTlFR0M { color:#161616;display:block;width:9.8125rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:12.125rem;left:28.6875rem;height:1.5rem;font-style:normal;display:block; }
#A0UTrT1vg3tW7bP6ETSAtX4SylChGT82 { color:#161616;display:block;width:7.6875rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:12.0625rem;left:3.1875rem;height:1.5rem;font-style:normal;display:block; }
#SqOd50vTKXtKAd1H736XcF91PvhspLX7 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:11.75rem;left:0.875rem;overflow:hidden;display:block; }
#OWXnMJwXTlarDNPChpI2h2lgsLLPG8yk { color:#161616;display:block;width:23rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:5.625rem;left:1rem;height:3rem;font-style:normal;display:block; }
#I4lRreWCfNzKkEa5n96GTSZ9uca6fxUH { color:#161616;display:block;width:13.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:26.5rem;height:1.40625rem;font-style:normal;display:block; }
#ECDL4BUEfpORK2V7UT5baXOdu20ki8oE { color:#161616;display:block;width:15.5625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.625rem;left:1rem;height:1.40625rem;font-style:normal;display:block; }
#sFT1rEJgFk33LIUzfQgmv1KDRoiWJK1O { position:absolute;display:block;z-index:15013;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.6875rem;width:2.6875rem;top:1.125rem;left:1.75rem;overflow:hidden;display:block; }
#BPRPfHO2dAFhoOdNn5eW0Dr6Rr5800FM { color:rgba(var(--color-tertiary-3),1);display:block;width:13.25rem;position:absolute;font-family:manrope;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5625rem;left:5rem;height:1.86875rem;font-style:normal;display:block; }
#UpJLdrKBrFQWPtRDOzuUKTlBZdiyrGTU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.80859375rem;left:69.0625rem;overflow:hidden;display:block; }
#JdRC58PotaMuvyFreP08rnrn0F5ockes { color:#161616;display:block;width:9.9375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:12.125rem;left:54.1875rem;height:1.5rem;font-style:normal;display:block; }
#UVZmXG9TQlEs3ZMpdZSXxyilp54QTdKV { color:#161616;display:block;width:14.375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:8.625rem;left:52rem;height:1.40625rem;font-style:normal;display:block; }
#CN2hIBhzfMo2E4rQhNNT6WEQI3qUKL6B { color:#161616;display:block;width:23rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:5.625rem;left:52rem;height:3rem;font-style:normal;display:block; }
#E78xT5hGxkg5uDkuBTvyxcp7NbO0vCEU { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.80859375rem;left:19.21875rem;overflow:hidden;display:block; }
#LIZZFDuA0ouCSTwFVsBcn6CVcfcdcVgV { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:74.8125rem;top:14.625rem;left:0.1875rem;display:block; }
#T8M2JkLDDTOb15r6sL1chInfFqJFuuwR { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:0.4375rem;top:0rem;left:74.5625rem;display:block; }
#VuRkb5y8ZKnUu3nVJIlNVTr7x5l3r8X8 { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:0.4375rem;top:0rem;left:50rem;display:block; }
#oAKqLRByxatkUyTKT36T2EIe2XiRVyWZ { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:0.4375rem;top:0rem;left:24.625rem;display:block; }
#hm6SLxWFgKKK2KPTaLnDynugy4Zm1I8J { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:0.4375rem;top:0rem;left:0rem;display:block; }
#IslBPhZ3lgLARqwGJDvwTFpOrzHlHP7M { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:11.875rem;left:26.375rem;overflow:hidden;display:block; }
#hHgewUOU89DKubZE9H08nbBi03fc9LGh { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:11.875rem;left:52rem;overflow:hidden;display:block; }
#uoSelRTAxRUfRtyDtWloOgh83v81u2Ld { 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:3rem;width:3rem;top:0.74609375rem;left:44.25rem;overflow:hidden;display:block; }
#MrPi3sM6V8E01UxcHt3pNFM01KcmF83K { position:relative;display:block; }#MrPi3sM6V8E01UxcHt3pNFM01KcmF83K { background-color: transparent; background-image: none; }#MrPi3sM6V8E01UxcHt3pNFM01KcmF83K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrPi3sM6V8E01UxcHt3pNFM01KcmF83K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrPi3sM6V8E01UxcHt3pNFM01KcmF83K > .row .container > .video-iframe-container { display: none; }#MrPi3sM6V8E01UxcHt3pNFM01KcmF83K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrPi3sM6V8E01UxcHt3pNFM01KcmF83K > .row > .video-iframe-container { display: none; }#MrPi3sM6V8E01UxcHt3pNFM01KcmF83K > .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); }#MrPi3sM6V8E01UxcHt3pNFM01KcmF83K { border-width: 0; border-radius: 0; }#MrPi3sM6V8E01UxcHt3pNFM01KcmF83K > .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; }#MrPi3sM6V8E01UxcHt3pNFM01KcmF83K > .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:28.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MJE2Vwslr87rNv9l0g1Svx8bIa4oD42q { color:#161616;display:block;width:12.25rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.25rem;left:26.5rem;height:1.40625rem;font-style:normal;display:block; }
#lsQO9Vs2cTZ1W3IPUHokfx2eLyOJge8v { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#UhFSHPBfDWLhRyJLqbU0ooJSGDdH5O5T { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#vlJOeWi1w4ntug9n6o0nT2pVSr2hgZKl { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#BsWIPd3LofO7BVW2JxdAK2bxTxAl5bUw { color:rgba(var(--color-tertiary-3),1);display:block;width:9.5rem;position:absolute;font-family:manrope;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8125rem;left:33.125rem;height:1.86875rem;font-style:normal;display:block; }
#CCMkGEeoaHG4NyPBAXsazSDg8pVlSbuT { 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:2.6875rem;width:2.6875rem;top:1.1494140625rem;left:27.78125rem;overflow:hidden;display:block; }
#UeG5eSK24gnbLmnVxHUfLlwenKdyE8DT { color:#161616;display:block;width:9.125rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.4375rem;left:54.1875rem;height:1.5rem;font-style:normal;display:block; }
#xuBcno7zKc67smUxeTsTWGW3icwsJ3lW { color:#161616;display:block;width:23rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:5.75rem;left:52rem;height:1.5rem;font-style:normal;display:block; }
#VuBGUAPRwuXUHELCQCR8gVA1TUF7h6BB { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6875rem;position:absolute;font-family:manrope;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:58.5625rem;height:1.86875rem;font-style:normal;display:block; }
#r2rOiPrCUHEKJKEclaCBxCU0x19U9Eh6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:1.9375rem;left:51.875rem;overflow:hidden;display:block; }
#tVmvzFJXoOAeH0nfeIOww50SuZQ6P2ab { 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:2.6875rem;width:2.6875rem;top:1.875rem;left:2.0625rem;overflow:hidden;display:block; }
#IQeB7lPix3U2qEq85NVdOgP9Zggav37D { color:rgba(var(--color-tertiary-3),1);display:block;width:10.125rem;position:absolute;font-family:manrope;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:7.9375rem;height:1.86875rem;font-style:normal;display:block; }
#EmTE9EC4llZVTkUiPycTUEw3VNkZl8O0 { color:#161616;display:block;width:23rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:5.375rem;left:1rem;height:3rem;font-style:normal;display:block; }
#i0XUUmCHrx96y4dlkTTroLwJbmrzrmw6 { color:#161616;display:block;width:12.6875rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:11.0625rem;left:3.1875rem;height:1.5rem;font-style:normal;display:block; }
#qyTCbQIZS8Kgvim5MWEWdQ1tkeBfbcJt { 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.375rem;width:3.375rem;top:1.05859375rem;left:18.625rem;overflow:hidden;display:block; }
#AQbzAWuOII2TQXVyJGPp9ptz9S6ft0uy { color:#161616;display:block;width:23rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:5.625rem;left:26.5rem;height:1.5rem;font-style:normal;display:block; }
#WutZUznKHTvilxOyck1M6rdOuckUMHk5 { color:#161616;display:block;width:12.9375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:11.25rem;left:28.6875rem;height:1.5rem;font-style:normal;display:block; }
#D2os1OTtuPqsqUUrdufPTxUrbapfXHbm { color:#161616;display:block;width:13.75rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.3125rem;left:52rem;height:1.40625rem;font-style:normal;display:block; }
#gAgN0HvUuczGMME3coSUCoF17uuFbqwP { color:#161616;display:block;width:11.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.3125rem;left:1rem;height:1.40625rem;font-style:normal;display:block; }
#gFnFoK2ueT6OyJCLJtfawyPrm8yakrc3 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:74.8125rem;top:13.6875rem;left:0.1875rem;display:block; }
#ug83g5JQWy18PEq3aMMtPvUqdprCDsc1 { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:0.4375rem;top:14.125rem;left:0rem;display:block; }
#x3oJzH4czX4NMRRNXVlHD5OZizRlZ1Cw { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:0.4375rem;top:13.6875rem;left:24.625rem;display:block; }
#nyeETinXAf2SZxd2UPoFicFVTnlraNBr { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:0.4375rem;top:13.75rem;left:50rem;display:block; }
#QmduIzdtPRt1OOX19mupkS4IawAxEtEE { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:50.1875rem;top:27.3125rem;left:0.28125rem;display:block; }
#PIitLhrJsRHPwTVTmm5g8pgg1oNPOGVa { color:#161616;display:block;width:12.6875rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:25rem;left:3.1875rem;height:1.5rem;font-style:normal;display:block; }
#TG0iUCmB4iXR3gto5QeTHUOd2JvCHayO { color:#161616;display:block;width:16.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:21.6875rem;left:1rem;height:1.40625rem;font-style:normal;display:block; }
#tHeFTL8SqrbHP6UFFR7B3ZmTTIowmuwL { color:#161616;display:block;width:23rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:19.875rem;left:1rem;height:1.5rem;font-style:normal;display:block; }
#fp9Vq2yZfqJzQJTmZA2eFrTQAJghpyHJ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:16.1875rem;left:18.625rem;overflow:hidden;display:block; }
#GhpbaQzV2xTDDhUITl0ideyZyZCkDzuz { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:16.375rem;left:2.0625rem;overflow:hidden;display:block; }
#dpxgGlNmNgQEPkRMeTx0x62Nu4bT1Qz7 { color:rgba(var(--color-tertiary-3),1);display:block;width:10.125rem;position:absolute;font-family:manrope;font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.625rem;left:7.25rem;height:1.86875rem;font-style:normal;display:block; }
#g5gehgATIrvSh0gW4kpBAC6z6uWhv6Q5 { color:#161616;display:block;width:12.6875rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:24.625rem;left:29.25rem;height:1.5rem;font-style:normal;display:block; }
#PMdDQLv7aLh5csOg9LLGePqDTWGC4SLT { color:#161616;display:block;width:16.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:21.3125rem;left:27.0625rem;height:1.40625rem;font-style:normal;display:block; }
#RuI2H1ZIkvCFLwLG4ImepHtoaauB1drQ { color:#161616;display:block;width:23rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:19.5rem;left:27.0625rem;height:1.5rem;font-style:normal;display:block; }
#xeS9PgyHn3SooQGrDzCv3b5cyzCZhRef { position:absolute;display:block;z-index:15028;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:15.8125rem;left:44.6875rem;overflow:hidden;display:block; }
#VINLC2ZWnZtNaCgRbtNaS7LikmkQE7uJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:16rem;left:28.125rem;overflow:hidden;display:block; }
#biHMP7TdUhLNWQVEUMC9LO3M6rmEWmpq { color:rgba(var(--color-tertiary-3),1);display:block;width:10.125rem;position:absolute;font-family:manrope;font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:16.25rem;left:32.875rem;height:1.86875rem;font-style:normal;display:block; }
#pe0ZXdQZfMPIPhaPJVCUK78J08TgZJ78 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:10.8125rem;left:1rem;overflow:hidden;display:block; }
#lbdLzi92lteDr06cJAJBDvUux83EWCSf { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:10.875rem;left:26.375rem;overflow:hidden;display:block; }
#FBbNqsUGRk78psmoWXJ6fWL0rKTSJiI2 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:11.1875rem;left:52rem;overflow:hidden;display:block; }
#OP0XUsqodS19ITaqL8cmdrVJfvU5FMDJ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:24.75rem;left:1rem;overflow:hidden;display:block; }
#Ey6maTFXkTlLC9cn6qgensgNB5i7CXD1 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:24.375rem;left:26.75rem;overflow:hidden;display:block; }
#s02p8yiVeyr11sE2630FeTDNbC7Jv3Hp { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:0.74609375rem;left:44.0625rem;overflow:hidden;display:block; }
#U4bZXNFCcOE9m04EIUu1qCxBOSF5TJ41 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:1.5625rem;left:69.375rem;overflow:hidden;display:block; }
#ImtqLM3Xia94BdlXlOp8K7acAguTGHJw { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#C8xCBQENgPclZMaVwKHmA5X3RdoMUl4H { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL { position:relative;display:none; }#vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL { border-width: 0; border-radius: 0; }#vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL > .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; }#vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL > .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:6.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oLvkmue82VUToXEDl6yzTxgRRtCMINiE { color:#161616;display:block;width:31.5625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:0.75rem;height:2.35625rem;font-style:normal;display:block; }
#NKwoWcaotLJNT3imM0GAm0R9Rgmr57Am { color:#9b9b9b;display:block;width:8.3125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.1875rem;left:0.75rem;height:1.40625rem;font-style:normal;display:block; }
#Qm4rMRvWOFVwLo5e7TlnT4WoPJbUClGZ { position:relative;display:none; }#Qm4rMRvWOFVwLo5e7TlnT4WoPJbUClGZ { border-width: 0; border-radius: 0; }#Qm4rMRvWOFVwLo5e7TlnT4WoPJbUClGZ > .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; }#Qm4rMRvWOFVwLo5e7TlnT4WoPJbUClGZ > .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:33.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#O7xanx7NhHxLNMhibgxH9spmSbRpTmPz { position:absolute;display:block;z-index:15001;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:30.125rem;width:23.1875rem;top:1.9375rem;left:1rem;display:block; }
#EW5JGrtBHZU8shP0CadDDV8nIcA2hiUL { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/30bc21de-ef88-4849-9fae-b69bbc31c948/Noelian1.crop_1536x1670_0,0.preview.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:23.0625rem;top:1.9375rem;left:1.0625rem;display:block; }#EW5JGrtBHZU8shP0CadDDV8nIcA2hiUL.adaptive-delivery-prevent-bg, #EW5JGrtBHZU8shP0CadDDV8nIcA2hiUL.lazyload, #EW5JGrtBHZU8shP0CadDDV8nIcA2hiUL.lazyloading { background-image: none; }
#WtciVSlEWgWJQXZ3RMkNUBUXktHlmip5 { color:#161616;display:block;width:16.125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:16.25rem;left:2.25rem;height:1.875rem;font-style:normal;display:block; }
#dLT2W6wswuX2eF1o49kMNJk0PVSdXTiG { color:rgba(var(--color-tertiary-3),1);display:block;width:12.6875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.6875rem;left:2.1875rem;height:2.625rem;font-style:normal;display:block; }
#zTfmvsOGXDWmonRWTBVHMiGlx82yLbMD { color:#161616;display:block;width:21.0625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:22.1875rem;left:2.25rem;height:9.1875rem;font-style:normal;display:block; }
#fckCTrDNfG2crtwkTfnB5Xp7exUZsWly { position:absolute;display:block;z-index:15000;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:30.125rem;width:23rem;top:1.9375rem;left:26rem;display:block; }
#MinkP3SuRNR2n11KqVdJ5DNLbrZwwy5T { color:#161616;display:block;width:16.125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:16.25rem;left:27.25rem;height:1.875rem;font-style:normal;display:block; }
#XFgEo9hvT5XkW69yLGkW8CpCryT8zuEA { color:#161616;display:block;width:20.75rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:22.1875rem;left:27.25rem;height:6.5625rem;font-style:normal;display:block; }
#FcUTHW1hxlaOge7XE335Wotg3feTKn0g { position:absolute;display:block;z-index:14999;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:30.125rem;width:23rem;top:2rem;left:51rem;display:block; }
#ZOkTdcHa8CCCLFSw6JMG54pn1OOVyIIv { color:#161616;display:block;width:20rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:16.3125rem;left:52.75rem;height:1.875rem;font-style:normal;display:block; }
#AGBxA9TiIlTbvZLg7IqPdRkQG6oo1lb6 { color:#161616;display:block;width:20.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:22.1875rem;left:52.75rem;height:5.25rem;font-style:normal;display:block; }
#Xbt1LODZLgwTV3TxTPA4ISMMAhMZ2bbI { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e59251d-daaf-46da-8941-6731d4b7dc03/image5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:23rem;top:1.9375rem;left:26.000001907349rem;display:block; }#Xbt1LODZLgwTV3TxTPA4ISMMAhMZ2bbI.adaptive-delivery-prevent-bg, #Xbt1LODZLgwTV3TxTPA4ISMMAhMZ2bbI.lazyload, #Xbt1LODZLgwTV3TxTPA4ISMMAhMZ2bbI.lazyloading { background-image: none; }
#AX35wlHRXplXQkZDc82b0k9MrRKcJzTO { color:rgba(var(--color-tertiary-3),1);display:block;width:21.0625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.6875rem;left:27.1875rem;height:2.625rem;font-style:normal;display:block; }
#J5mpEm6N0spN365sNsTBXo95bwhxRUlT { color:rgba(var(--color-tertiary-3),1);display:block;width:21.0625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18.6875rem;left:52.75rem;height:2.625rem;font-style:normal;display:block; }
#dzqTh12cPqvp9HHcWWrXgS137DQQMSc8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:15.65625rem;left:19.96875rem; }
#GFDcnuzLxhtBWyIPyOblfzHVI3t38FAl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:15.84375rem;left:45.375rem; }
#uqohyu3f3XL3mFi39WqPXwqfQJ9sVCkV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:15.84375rem;left:70.125rem; }
#TT7XUzscE0pMtNCdcUfNQ2RNz5luqJUu { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1682a5ba-7078-461b-9270-fcc84662d3e6/Sofia1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:23rem;top:1.9375rem;left:51rem;display:block; }#TT7XUzscE0pMtNCdcUfNQ2RNz5luqJUu.adaptive-delivery-prevent-bg, #TT7XUzscE0pMtNCdcUfNQ2RNz5luqJUu.lazyload, #TT7XUzscE0pMtNCdcUfNQ2RNz5luqJUu.lazyloading { background-image: none; }
#dWu9IHCves6Cpra0v0MsCg2xzfQhhHRH { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e59251d-daaf-46da-8941-6731d4b7dc03/image5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:23rem;top:1.9375rem;left:26.000001907349rem;display:none; }#dWu9IHCves6Cpra0v0MsCg2xzfQhhHRH.adaptive-delivery-prevent-bg, #dWu9IHCves6Cpra0v0MsCg2xzfQhhHRH.lazyload, #dWu9IHCves6Cpra0v0MsCg2xzfQhhHRH.lazyloading { background-image: none; }
#ARzTBTomco3IxRhR5r9D7gAg5ZoI42kh { position:relative;display:block; }#ARzTBTomco3IxRhR5r9D7gAg5ZoI42kh { background-color: transparent; background-image: none; }#ARzTBTomco3IxRhR5r9D7gAg5ZoI42kh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARzTBTomco3IxRhR5r9D7gAg5ZoI42kh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARzTBTomco3IxRhR5r9D7gAg5ZoI42kh > .row .container > .video-iframe-container { display: none; }#ARzTBTomco3IxRhR5r9D7gAg5ZoI42kh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARzTBTomco3IxRhR5r9D7gAg5ZoI42kh > .row > .video-iframe-container { display: none; }#ARzTBTomco3IxRhR5r9D7gAg5ZoI42kh > .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); }#ARzTBTomco3IxRhR5r9D7gAg5ZoI42kh { border-width: 0; border-radius: 0; }#ARzTBTomco3IxRhR5r9D7gAg5ZoI42kh > .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; }#ARzTBTomco3IxRhR5r9D7gAg5ZoI42kh > .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:23.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lxKNHDFrgFxBS2mVKe2qq6Ny8zPTJ615 { color:rgba(var(--color-primary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:26.375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ycBWEkJkSNGn0EW9cwpqTWQUBoG9I6kK { color:rgba(var(--color-primary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.375rem;left:19.5rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMbHEyzTsdXQ7SpdeHZ5nAQ15ISb8e2F { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.25rem;left:25.1875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QrTsna4q52WBrlrKfyrWSC4yCQltTIxH { color:rgba(var(--color-tertiary-2),1);display:block;width:10.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.625rem;left:55.9375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I62vZWQQH9RWIh0wpcUKEPL7L7vHhd26 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.625rem;left:10.125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gslirHCylHgw3JmDPlDg7TPEss0gWd2r { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:5.25rem;left:36.4375rem;display:block; }
#fpHuzyyomAIEd0iNq7xbLHlPAMkuFWRZ { color:#bdc6cc;display:block;width:4.74975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:2.777099609375rem;left:40.640625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FL21XRzk8Ch1AnVwRRXwDxGRcKUTMNp4 { color:#bdc6cc;display:block;width:6.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:2.7783203125rem;left:32.561279296875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BXOmNlF6VBLVdegdATbftm1H7sTXpOiv { color:#bdc6cc;display:block;width:2.99926875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:2.7783203125rem;left:28.1875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KNT0V2h6yORDzEqIofTmBcTqs10D1LEl { position:absolute;display:block;z-index:15068;background-color:#bdc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:2.374267578125rem;left:8.56201171875rem;display:none; }
#t8qphmuzEiIn1dOHhwlUdxGP3l5murSO { color:#bdc6cc;display:block;width:4.311525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:2.7783203125rem;left:22.5rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eWerX9MBX3BQzkp36g1VTdHtsxxmWCvq { color:#bdc6cc;display:block;width:4.87426875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:2.7783203125rem;left:16.25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vLNuGVrpbGwy00HADTHd16DwBZ8BaITp { color:rgba(var(--color-tertiary-2),1);display:block;width:5.99975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:2.7783203125rem;left:8.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XFGe3WtxN8VlHQPI1shBSb6traTi3GED { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.1875rem;width:12.5rem;top:11.249999046326rem;left:8.3125rem;display:block; }
#oNG7h02O6dfNs8wHJoLwV9ldnuK4Upz0 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.1875rem;width:12.5rem;top:10.875rem;left:39.5rem;display:block; }
#nRpgVt0gyduot3MNvsDXm321RnPfLDwl { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.1875rem;width:12.5rem;top:10.875rem;left:23.8125rem;display:block; }
#yf14FfyhCqVsMsJXwAsmQ62ELsbB59dA { 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; }
#mEM6QU7NgDSeWx8adzHpcmKC9Tc7DCuI { 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; }
#GQFDlvV72QqK0SlkyWvp8pRKKJvcfV2Q { 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; }
#xCE4M7dISHnF1JkefLaMgI4qNJursDN1 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.1875rem;width:12.5rem;top:11.25rem;left:54.6875rem;display:block; }
#NXKvsBfWDqtO91JoTm6mU1J78TkDbCKw { color:rgba(var(--color-tertiary-2),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.625rem;left:40.6875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FUvTGz1pLTKJB2NwByDKbGhZre7CGoNb { 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; }
#wRGo4XpfnZNUvLahQ0ZzpvazXREtkJvm { color:#020202;display:block;width:28.997375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.485461711884rem;left:31.311851501465rem;height:0.73125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hfEPDxRZEQ2GuVu9BO60HAGB23XVlv7e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:12.1875rem;left:13rem; }
#dZwh4xd2nTSqlqgSVXmvk4cdxf9MLpKv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:12.3125rem;left:28.78125rem; }
#Zei6hx3RLLbX3ehWteTTg4sEMBkeq03T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:12.4375rem;left:44.3125rem; }
#EFN7KtBPkrZTuMTRqslDZMPCwmpoDA72 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:12.1875rem;left:59.4052734375rem; }
#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS { position:relative;display:none; }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS { border-width: 0; border-radius: 0; }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS > .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; }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS > .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:31.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#W0hR43QGuiaXlJUrsrwhVTD0cLcxdzKq { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:8.6875rem;height:5.84765625rem;font-style:normal;display:block; }
#QEPZaeTIcJIdI2Xn16KJURMF02EeFHeU { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.625rem;left:8.6875rem;height:6.334rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IkLu5PicHu2fvUqnb6OQki9DdCdMh5uD { color:rgba(var(--color-tertiary-1),1);display:block;width:7.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.425537109375rem;left:25.625rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uAp66pBDyqwwH3dMwrHRptBpv7RgN4sC { color:rgba(var(--color-tertiary-1),1);display:block;width:7.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.425537109375rem;left:43.623291015625rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FHdxBvLt9snkpxBuhl501fBAE9lXKGiQ { color:rgba(var(--color-tertiary-1),1);display:block;width:5.99975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:2.2998046875rem;left:61.187255859375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tb52mULSnLUMe5TCE0Ss7Ooa61dQxqiK { color:rgba(var(--color-primary-3),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.3125rem;left:25.625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z4EOUn3z4VVF9aOL2RHTFgihvdakZbB1 { color:rgba(var(--color-primary-3),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.3125rem;left:43.623291015625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BoExDyw7SDhMkXTFmlh0rHVkHCWx9yg9 { color:rgba(var(--color-primary-3),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.1862030029297rem;left:60.81120300293rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZKayx2FwaylUUeJDIyun5EBHcdlOJoeS { color:rgba(var(--color-primary-3),1);display:block;width:7.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.33984375rem;left:25.625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fhZbzQ83PnlvKlD2UJU6JCKHcnZuO64i { color:rgba(var(--color-primary-3),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.1865234375rem;left:25.625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Exdwkdo6RCrU1EO4Bfu8Zsu2Cl3cvxQg { color:rgba(var(--color-primary-3),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:20.625rem;left:25.625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wSFk5qt5Zi2P9eylExgTk4aEMCkvOH7N { color:rgba(var(--color-primary-3),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20.5615234375rem;left:43.623291015625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N66qMvTJ7mN8tAkzowXrpDBtcgPUEcBT { color:rgba(var(--color-primary-3),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.49870300293rem;left:60.74870300293rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KdWtGQV0EadBCrRUTvmxWlMG1HoXtUDP { color:rgba(var(--color-tertiary-1),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.436767578125rem;left:25.625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OMKRIgKAFO30eAEKOf6SEQ64CmQfc063 { color:rgba(var(--color-tertiary-1),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.37451171875rem;left:43.623291015625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L454sT9TpZBiEToebv9D6sJPFTpTyr2S { color:rgba(var(--color-tertiary-1),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:6.2487030029297rem;left:60.87370300293rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lrg0g1SZJ3AC6Mh24BlvI5iiwADtHTaS { color:rgba(var(--color-tertiary-1),1);display:block;width:13.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.667724609375rem;left:25.625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lrg0g1SZJ3AC6Mh24BlvI5iiwADtHTaS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lrg0g1SZJ3AC6Mh24BlvI5iiwADtHTaS li:before{  }
#mDWxBdNKlFaFTmqmE2O8GfKAkwJheTmT { color:rgba(var(--color-tertiary-1),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:21.998291015625rem;left:25.625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uqhOskDgeoVbcwM4USGfOtoG13ZRlne7 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:15.9375rem;top:1.5625rem;left:24.6240234375rem;display:block; }
#qZAaDRUwnFQD45yCDEsDbCycSVb8oPpU { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:9.5625rem;left:8.6865234375rem;display:block; }
#DvLdCZkPUui86NRgnpNSy87igQwJK8hF { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:15.9375rem;top:3.939208984375rem;left:24.62451171875rem;display:block; }
#WckTUJG28FXUoPuTsK8lIIVKPS79rnsu { position:absolute;display:block;z-index:15076;background-color:#bdc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:2.1875rem;left:8.625rem;display:none; }
#lnkygsE7SFuyJTB9wbblrwr0u0pw0wqZ { color:#bdc6cc;display:block;width:4.74975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:2.5625rem;left:40.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PXBVynWTVBVSCo7NQnICHNKNBWAIub3L { color:#bdc6cc;display:block;width:6.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:2.5625rem;left:32.625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s5kbtoD37ZpSbkp8f0POvRH3G1xGAUyi { color:#bdc6cc;display:block;width:2.99926875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:2.5625rem;left:28.25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#g5OUSJ9EVruenxOJuDMWzQAthvKgfdFV { color:#bdc6cc;display:block;width:4.311525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:2.5625rem;left:22.5625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZuPieRpDSlNt8IJb8A8qzmS4MblobKUL { color:rgba(var(--color-tertiary-2),1);display:block;width:4.87426875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2.5625rem;left:16.3125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#b68FQn1kMSAUTV4RkuLMJCiz1HdoFsBp { color:#bdc6cc;display:block;width:5.99975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:2.5625rem;left:8.8125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DQgHfGFnbKV6utb5k2wJFmoJbKJaEidz { color:rgba(var(--color-tertiary-1),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:17.46826171875rem;left:25.625rem;height:2.2625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DQgHfGFnbKV6utb5k2wJFmoJbKJaEidz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DQgHfGFnbKV6utb5k2wJFmoJbKJaEidz li:before{  }
#quwqJlNbi7wBuuEcU6IKA1K1Unfqlenq { color:rgba(var(--color-primary-3),1);display:block;width:7.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:26.9384765625rem;left:25.625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pHwGwxWxsxpzZMBarxpbyGSINBJU4T7o { color:rgba(var(--color-tertiary-1),1);display:block;width:5.99975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.126220703125rem;left:25.625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TG5TMOswzw6W9HsAJ5y9MW0sRTCrEGGr { color:rgba(var(--color-primary-3),1);display:block;width:7.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:26.9384765625rem;left:43.623291015625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H1ZORTG1sgwJe6puzXdIFTnzhoOWmWba { color:rgba(var(--color-tertiary-1),1);display:block;width:5.99975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.126220703125rem;left:43.623291015625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#epTCLvuBxhBhG9a4savqTKPFZA1PFkfo { color:rgba(var(--color-tertiary-1),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:21.93603515625rem;left:43.623291015625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q3L1y0QWckOmZZO07EdLVTPdA1f9kcMy { color:rgba(var(--color-tertiary-1),1);display:block;width:13.18725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17.48876953125rem;left:43.75rem;height:2.2625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#q3L1y0QWckOmZZO07EdLVTPdA1f9kcMy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q3L1y0QWckOmZZO07EdLVTPdA1f9kcMy li:before{  }
#wPoZKeVTSsSK5WNNTFNNEXpGwPwQbUZg { color:rgba(var(--color-primary-3),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:16.1865234375rem;left:43.623291015625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iPoOsTX6dQ6RThJqsS0Us5iT8knWiS5x { color:rgba(var(--color-primary-3),1);display:block;width:7.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.33984375rem;left:43.623291015625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oagXzM0oGCaLDlAb18UTCoumFrtEvpTp { color:rgba(var(--color-primary-3),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.247398376465rem;left:60.62370300293rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DSS8RppmpnWXWXTgUABbq4L7355eW3Ts { color:rgba(var(--color-primary-3),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.059898376465rem;left:60.49870300293rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gFAriMsUslKkycf8XkN0z2tiKmXDsniG { color:rgba(var(--color-tertiary-1),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:17.49870300293rem;left:60.62370300293rem;height:2.2625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gFAriMsUslKkycf8XkN0z2tiKmXDsniG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gFAriMsUslKkycf8XkN0z2tiKmXDsniG li:before{  }
#sQqrKt4599HWvf6o3PwTAcRpuQ0ko6lR { color:rgba(var(--color-tertiary-1),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:21.872398376465rem;left:60.81120300293rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pznCr6s5Xp9JZA3RoxhDAmBIcoLAMTaq { color:rgba(var(--color-primary-3),1);display:block;width:7.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:26.8125rem;left:60.87370300293rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W7rCDTRze40h1CQ3ow7AlhTzZHbtr5nT { color:rgba(var(--color-tertiary-1),1);display:block;width:5.99975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:28rem;left:60.87370300293rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IJvIUn2JpPsTyhFstMvz1APbBronpSmO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:15.9375rem;top:1.685791015625rem;left:41.778564453125rem;display:block; }
#WeFAouMWHb1V7XgHLzgtSMr5ciiDxfNK { color:rgba(var(--color-primary-3),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.9853515625rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SHwoHhAEN9W4CbOT1FbWpsQPsnFMvDDm { color:rgba(var(--color-tertiary-1),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.89990234375rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KkQlc0KNMOhpO99RfIaheslCVnah4VeR { color:rgba(var(--color-primary-3),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17.0869140625rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vh4p0xnF1Lyp9Bf9BP5Gfq471tutlJcN { color:rgba(var(--color-primary-3),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.037109375rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#t6oi99FWVsoGfiNfTpNEvopCxeFx3Mqi { color:rgba(var(--color-primary-3),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.4375rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QoeuD0rXcfO1nSlSREdbI210mWykPS0e { color:rgba(var(--color-tertiary-1),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.75rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#u7MfVJFiEWq5c7bw4NhUsswaExl7LZTK { color:rgba(var(--color-primary-3),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.625rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mWecWPgPDMfuTSUPL6K7UE3wwuuM756x { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:15.9375rem;top:3.939208984375rem;left:41.778564453125rem;display:block; }
#NVEHCWyIgz3bO7pbcSMhiWVCMKaTLyQd { color:rgba(var(--color-tertiary-1),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.375rem;left:26.5rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DQ9iBmLRLzlJ6F7PypMGKTiLkVnVvHtG { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:15.9375rem;top:1.71875rem;left:58.718139648438rem;display:block; }
#E88HbfuTvNIFtFPwqqlEsrNSrvyz1lSp { color:rgba(var(--color-tertiary-1),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.89990234375rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#i16yiOhcANwrdxI2x6yCVffT6PHO46EZ { color:rgba(var(--color-primary-3),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.9853515625rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dBkgTNx7IRHBdkgCqDEh574rdqMGTc6K { color:rgba(var(--color-primary-3),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17.0869140625rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xksMZNheUt3Szpxd2ZVLwTK99vyiPlDO { color:rgba(var(--color-primary-3),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.037109375rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T5pqI3bTtxf5x58uR5pKbbF5ALL2EmqX { color:rgba(var(--color-primary-3),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.625rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uTrcdzdoJgLJZPzT6sLnuzT86rMO9EiL { color:rgba(var(--color-primary-3),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.4375rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#H4T39pck2ZrPC0sRpt2iTvk57kr1WVMy { color:rgba(var(--color-tertiary-1),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.75rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aqUi7LVEbXgJXXXCFDUGIl9lJBTktIXT { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:15.9375rem;top:3.939208984375rem;left:58.717041015625rem;display:block; }
#EnVz50doFRPwmyOIrISrIFAcmMfvUKZB { color:rgba(var(--color-tertiary-1),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.375rem;left:26.5rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WvDOpgL8Fix5UThJkx8akzrvQz1H2xL3 { color:#90b4c8;display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.811767578125rem;left:27.9345703125rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WvDOpgL8Fix5UThJkx8akzrvQz1H2xL3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WvDOpgL8Fix5UThJkx8akzrvQz1H2xL3 li:before{  }
#AWBTGR4yzyxpdtIbkrLJlZJ08ChzdAdX { color:rgba(var(--color-tertiary-1),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.34228515625rem;left:25.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#AWBTGR4yzyxpdtIbkrLJlZJ08ChzdAdX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AWBTGR4yzyxpdtIbkrLJlZJ08ChzdAdX li:before{  }
#MTEfzod06kKVwTKBTvkB7DW1qFbWrbZo { color:#90b4c8;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.811767578125rem;left:46.3720703125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#MTEfzod06kKVwTKBTvkB7DW1qFbWrbZo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MTEfzod06kKVwTKBTvkB7DW1qFbWrbZo li:before{  }
#D2p4pKmxCe7KvagWxwv0luCDPzG2ssp6 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.33984375rem;left:43.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#D2p4pKmxCe7KvagWxwv0luCDPzG2ssp6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D2p4pKmxCe7KvagWxwv0luCDPzG2ssp6 li:before{  }
#kT0MW05QqDbnIn1yCZsI8QhKtwl5m7Fg { color:rgba(var(--color-tertiary-1),1);display:block;width:10.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.730224609375rem;left:43.623046875rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kT0MW05QqDbnIn1yCZsI8QhKtwl5m7Fg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kT0MW05QqDbnIn1yCZsI8QhKtwl5m7Fg li:before{  }
#CK6BWuEyL65iin2bZ7TWQ219LTn7NK68 { color:#90b4c8;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.68620300293rem;left:62.998703002931rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CK6BWuEyL65iin2bZ7TWQ219LTn7NK68 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CK6BWuEyL65iin2bZ7TWQ219LTn7NK68 li:before{  }
#MZs7OmeaXTdhfJt17FZWv2moNwmbo0u2 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:13.3125rem;left:60.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#MZs7OmeaXTdhfJt17FZWv2moNwmbo0u2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MZs7OmeaXTdhfJt17FZWv2moNwmbo0u2 li:before{  }
#n4CGkUTvD9P44r6mm8JroazsNsNRZeZ6 { color:rgba(var(--color-tertiary-1),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:9.5625rem;left:60.5625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#n4CGkUTvD9P44r6mm8JroazsNsNRZeZ6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n4CGkUTvD9P44r6mm8JroazsNsNRZeZ6 li:before{  }
#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.15);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:none; }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V > .row .container { border-width: 0; border-radius: 0; }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:none; }#OmhsvgAH0m4vDbzs761DSIhnNLbDF5He { color:rgba(var(--color-tertiary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:8.3125rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DwFJRe4Te9oNS30SzkeniyFyrqVzwZz6 { color:rgba(var(--color-tertiary-2),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:8.3125rem;height:1.95rem;font-style:normal;display:block; }
#MRVSJQFA660sVClQSq8arDEedzFClDu3 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:5.561767578125rem;left:8.311767578125rem;display:block; }
#caFmd7Gpiybzd3t7VzCq9JzzQ9BTKonx { position:absolute;display:block;z-index:15028;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:17.9375rem;width:18.75rem;top:9rem;left:8.3125rem;overflow:hidden;display:block; }
#KaSns6X7DVFcWqxliR4nSfdvE9XfpXak { 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:18.125rem;width:18.9375rem;top:8.9375rem;left:27.625rem;overflow:hidden;display:block; }
#RSa0ZRtF2lHxxre3xxTbnTo3el2FdbnA { 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:18.0625rem;width:18.8125rem;top:9rem;left:47.1875rem;overflow:hidden;display:block; }
#rZDK5y3LLicyb3d70bT07FuK74hkeqQ2 { color:#f2f5f8;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:19.625rem;left:9.4375rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h8Jsmutx8fSPtmyxlaIkDobcTEo91leA { color:#f2f5f8;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:23.1875rem;left:9.5625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QzQsK87VM4MxNIvocIhiuhAH8QEN8WoU { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:22.625rem;left:9.5625rem;display:block; }
#gW0UsJUpVebWewH8kV7IBq8PlInb95PK { color:#f2f5f8;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:20.875rem;left:28.875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aZOVWuscGFAgE0NMAGAWiAmWUTfCwC1n { color:#f2f5f8;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:19.5625rem;left:48.125rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ieKWPOSprzvE9sWVJyiZ7hCUren3P7MB { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:22.5625rem;left:28.875rem;display:block; }
#vxoXpE99UTwb3RO8dmkJ53FRHO5BunIU { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:22.625rem;left:48.0625rem;display:block; }
#dpU0qOIrJJilNySA5fyPhAxBgAXFTFZq { color:#f2f5f8;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:23.1875rem;left:28.875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fBPhT34tHU2FlIf9A9TDov0OCaFHKDi4 { color:#f2f5f8;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:23.1875rem;left:48.0625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tuQKuUe39WtNEK69Mp4qsrfviNsJdsbM { color:rgba(var(--color-primary-3),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.75rem;left:26.6875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FEKVH3VqROMUncHdatiIkJ7xTB8BUl2q { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.1875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:36.125rem;left:30.875rem;display:none; }
#QJlo8dUhXRAwNl6MZ2Rz9TRhLgyvhcw6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IivPGv8k6derTvvm7l06cyphmBKCVuSp { color:rgba(var(--color-primary-3),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.94921875rem;left:26.65625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZBLSrlgp1pMRxgHcB0UUNmcMTp2ScHwP { position:absolute;display:block;z-index:15084;background-color:#bdc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:1.6875rem;left:8.75rem;display:none; }
#cJVQlOiGUz7X9HspqIp1l0y8lTycl46T { color:#bdc6cc;display:block;width:2.99926875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:2.0625rem;left:28.375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NenegOXZ5w5FbE8d4L07ovUPrSUTLFpM { color:rgba(var(--color-tertiary-2),1);display:block;width:4.311525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:2.0625rem;left:22.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#A65ZbbSLOX7a5sZ8lRt4zJdC7woVe6AO { color:#bdc6cc;display:block;width:4.87426875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:2.0625rem;left:16.4375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Pq6D9AfwUxWVDAPaSZ8RSPonUzO2aWNm { color:#bdc6cc;display:block;width:5.99975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:2.0625rem;left:8.9375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Bb6Vk7Xe4BuHuTyFEbNdNnPkIivtHzs6 { color:#bdc6cc;display:block;width:6.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:2.0625rem;left:32.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vvnmGLGzK12NroTaXA642khvTU4qPtpn { color:#bdc6cc;display:block;width:4.74975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:2.0625rem;left:40.8125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq { position:relative;display:none; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq { border-width: 0; border-radius: 0; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .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; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .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:22.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Td3uh0VQNa3JFxISrH7deV2FZ4a5lGiJ { color:rgba(var(--color-primary-3),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.37451171875rem;left:31.68701171875rem;height:1.95rem;font-style:normal;display:block; }
#pZdG74aVOOkHdT77WNXC4zDiRn9AIWOh { color:rgba(var(--color-primary-3),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:12.124755859375rem;left:31.68701171875rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CVeTHFtpKwy5qvwfdArmfN6X6Xerclsr { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.1875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:15.62451171875rem;left:31.68701171875rem;display:block; }
#MawLwG3mlweueQXhZlQ4TUsRF23B7gE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CriIQ224FuP65TUdn64FdrTQABbCOsID { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:3.24951171875rem;left:12.93701171875rem;overflow:hidden;display:block; }
#S1TzAgGho2mhFpGuCocQqIAerF33hPb8 { position:absolute;display:block;z-index:15092;background-color:#bdc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:1.3125rem;left:8.75rem;display:none; }
#lKcupPIzuOC03gsXsbOBQXVBWyuVpZxG { color:rgba(var(--color-tertiary-2),1);display:block;width:2.99926875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:1.6875rem;left:28.375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wodecrmNKeGJHXdzeR5f3NUMOFM7cbqg { color:#bdc6cc;display:block;width:4.311525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:1.6875rem;left:22.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F3lGSXtnHTTepmd9A5vDhZkkBeICqekh { color:#bdc6cc;display:block;width:4.87426875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:1.6875rem;left:16.4375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MwNRDTJ5ZIG5yXoQnO8d7W8HNThTW8um { color:#bdc6cc;display:block;width:5.99975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15097;line-height:1.3;letter-spacing:0;top:1.6875rem;left:8.9375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BMN3sqHGRVZpp8xVKG0S1xob9kF47W7z { color:#bdc6cc;display:block;width:6.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:1.6875rem;left:32.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a3ZcZ1mrInEtJNxV0JGEKLJJff2xFMeo { color:#bdc6cc;display:block;width:4.74975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:1.6875rem;left:40.8125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SMrQkukkSVvtBfpZv7t7zIMR3TyyKikQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:5.6552734375rem;left:31.6865234375rem; }
#s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.15);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:none; }#s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 > .row .container { border-width: 0; border-radius: 0; }#s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:none; }#XT5N5a5MtT2S4lkOaHSqToTZtmDcmyUZ { color:rgba(var(--color-primary-3),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9375rem;left:9.125rem;height:5.84765625rem;font-style:normal;display:block; }
#b9Q3QQrUFGyDqiJh0vFuQ00PaxSboi34 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.875rem;top:7.1875rem;left:37.625rem;overflow:hidden;display:none; }
#BWqaUpSfdDX1r8DvDVQCwTqgpOAWm2TI { 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:3.875rem;width:4.9375rem;top:3.125rem;left:22.6875rem;overflow:hidden;display:block; }
#UvUB4rgBFnpz2ne2qAEbczWDwFySSyGc { color:rgba(var(--color-primary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:5.6875rem;left:59rem;height:4.87305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QXgicTA7b8idiCQAiJTb8fTC6s20eOBn { color:rgba(var(--color-primary-3),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:5.625rem;left:24.875rem;height:8.7715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UkD000VdSNl9bX5FBmZ2ArFA8zSx9HJ5 { color:rgba(var(--color-primary-3),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:5.6875rem;left:41.75rem;height:6.82225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vBJhcEkaGOgvuzcTnGW4fXzmPJTT7JKq { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:15.9375rem;left:60.3125rem;overflow:hidden;display:block; }
#pWZhseDlQQxytg1k7ZePhhXgcKfdmTwJ { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:16.625rem;left:69rem;overflow:hidden;display:block; }
#uAOeG401dwrzT4nB1aS3bAd3TAbNmLTp { position:absolute;display:block;z-index:15039;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.6875rem;width:2.6875rem;top:16.6875rem;left:51.5625rem;overflow:hidden;display:block; }
#pdhUSPyUQmQ0GUx1nH9aTKEUOEuT3lU6 { color:rgba(var(--color-secondary-2),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:16.25rem;left:61.875rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E3yToe2iZDeclh9TyJdLCyVg6sTlEDA1 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:9.375rem;top:12.625rem;left:58.9375rem;display:block; }
#cVsSsip9s7twOXTk1u4aykgskPXO2uKv { color:rgba(var(--color-primary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:17.5625rem;left:63.0625rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ROI5wCCyhyWFgHHoGTgLrLrnDZTuIeCM { color:rgba(var(--color-primary-3),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:17.5rem;left:43.5625rem;height:0.8125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nCXBrd8MZEarB9a7fUL9hoBgpdWTIMXr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:14.625rem;top:4.875rem;left:41.0625rem;overflow:hidden;display:block; }
#OpLTq4eJ142UJTIyJ1gIQ6A6nqlcF7D1 { position:absolute;display:block;z-index:15100;background-color:#bdc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:1.375rem;left:8.75rem;display:none; }
#ITMPdxx8qghxTeUbhSnPrB3LHHblLOfp { color:#bdc6cc;display:block;width:2.99926875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:1.75rem;left:28.375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mSEoMoWobRPxe4UOFSURt8tW7f0f3ABp { color:#bdc6cc;display:block;width:4.311525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:1.75rem;left:22.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZugtNrk1JxxytnET7AH4Rgq4NFfQEGBQ { color:#bdc6cc;display:block;width:4.87426875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:1.75rem;left:16.4375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#t9n9MQbGIKokla6NcMJsFIQ9Jky3NvL0 { color:#bdc6cc;display:block;width:5.99975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:1.75rem;left:8.9375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Bu7n6GGd0SHPOXcrdnW5I8fT5v7rfuuC { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:1.75rem;left:32.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#v55CLaOnei328ybWXvN08Zae6XDWQimg { color:#bdc6cc;display:block;width:4.74975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:1.75rem;left:40.8125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QlViPEqy5BliKzxtqAagguWs3N9lGsAV { color:rgba(var(--color-secondary-2),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:16.25rem;left:44.4375rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jk9gVUbOveHFxtdOGzV2Zuy7c9hfgQKF { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:15.9375rem;left:43.125rem;overflow:hidden;display:block; }
#ZfEF9bSV2PJ7z0Ivqne1oat9FkouT24l { 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:16.4375rem;width:14.625rem;top:4.8125rem;left:57.9375rem;overflow:hidden;display:block; }
#AF7bCn5woBzvb9lszJeq5T1AvmQkkHTT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:14.625rem;top:4.8125rem;left:24.1875rem;overflow:hidden;display:block; }
#ZliSQEfpdDmKHObv8u4xfN3A1vBzUoFn { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.875rem;top:7.1875rem;left:37.625rem;overflow:hidden;display:none; }
#CzZvQCKa3cTsZNttiTyodBqdttxt0AAa { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.875rem;top:7.1875rem;left:37.625rem;overflow:hidden;display:none; }
#xB7f4lpfV6R4WrEWd6fdOV74KxInWvRK { color:rgba(var(--color-primary-3),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:5.875rem;left:25.25rem;height:7.795125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#q5sLgXwLT3UMvTFxQUKkZbxCkewdepZ0 { color:rgba(var(--color-secondary-2),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:16.25rem;left:28.125rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#broJZIbn27KmfGRy6KQeEqJNqDcvwte2 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:15.9375rem;left:26.8125rem;overflow:hidden;display:block; }
#h7imIU5b1hzykvlPOw12uyTCXEtAiBQL { color:rgba(var(--color-primary-3),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:17.5rem;left:27.25rem;height:0.8125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L2dzSBveCZTxJV9amHfMT9ZzqmlpysN6 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5625rem;width:2.5625rem;top:16.875rem;left:35.25rem;overflow:hidden;display:block; }
#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp { position:relative;display:block; }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp { background-color: transparent; background-image: none; }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .row .container > .video-iframe-container { display: none; }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .row > .video-iframe-container { display: none; }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .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); }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp { border-width: 0; border-radius: 0; }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .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; }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .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:17.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EHsGlHk9qmlVnoS2xAVkR2DeTUQlWWtT { color:rgba(var(--color-primary-3),1);display:block;width:25.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1875rem;left:24.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfSyQylT0rvI2O5yJRtdfmrfuIFxQApO { color:rgba(var(--color-primary-3),1);display:block;width:25.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:7.3125rem;left:24.5rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KwBLCk9DLlCqBbwtHd5wlPGoGugOcPDy { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:2.5rem;top:6.4375rem;left:36.375rem;display:block; }
#Qu1zuM3mhZAuNOtmK0lrsukLNTFxMKZC { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.624rem;height:2.1875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:11.0625rem;left:30.9375rem;display:block; }
#u1VBhFcHg1FAfKQpLTrXdoBEUP5yU6Is { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f0QNcFkm5pO7tgbCBcOGFfH40WSyRSmh { position:absolute;display:block;z-index:15108;background-color:#bdc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:1.6875rem;left:8.75rem;display:none; }
#Ot7K50bsWyqwO310yOmy2NHmfRoivc2B { color:#bdc6cc;display:block;width:4.87426875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:2.0625rem;left:16.4375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#R3A3OU9IL8DizNrKds1nhp5re1Isyvun { color:#bdc6cc;display:block;width:5.99975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:2.0625rem;left:8.9375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uBJlXTg0vsQUoSk000Kb0wHWv3eizbpq { color:#bdc6cc;display:block;width:4.311525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:2.0625rem;left:22.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KclheaNIPToPUeQIMLqfNp5S4BZwgmhy { color:#bdc6cc;display:block;width:2.99926875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:2.0625rem;left:28.375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OLhuvivRkZZTpLSfaUqaUIMQ8tNMT2QL { color:#bdc6cc;display:block;width:6.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:2.0625rem;left:32.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#i3tNUei0xIhrTfe0FRiQKR7K9opOJk7N { color:rgba(var(--color-tertiary-2),1);display:block;width:4.74975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:2.0625rem;left:40.8125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CNh1T1JzvdOq6MPIq44TT2iCHKJf4Zlw { 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:10.5rem;width:19.125rem;top:16.5rem;left:0rem;overflow:hidden;display:block; }
#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v > .row .container { background-color: transparent; background-image: none; }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v > .row .container > .video-iframe-container { display: none; }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v > .row > .video-iframe-container { display: none; }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v > .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); }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v > .row .container { border-width: 0; border-radius: 0; }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#es8PCniJcb8JloCrFWHZvpirGozPu84X { color:#f2f5f8;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nD68XuLPMPFxDDiWpPoINUbB9wPR8RcS { color:#bdc6cc;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:4rem;left:26.125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ocQK06ZpbUJR434TMlL2XqgeM0qOUalE { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:3.25rem;left:26.125rem;display:block; }
#TdswNV9AFVTQIRHQVG9ECcDIZyEWb18d { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.6875rem;left:49.78125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nnvTsTDl93IcAWXPRTDHQvvm4y2mewHB { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:4rem;left:51.59375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EybN0eJTfxTKKSCynhQcuAWB8VOUzAND { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:5.681640625rem;left:51.59375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIHb3nA5FixF7LE0G1AvsB3TPMufnHh0 { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:7.375rem;left:51.59375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTbkcqpeCSbypnEdSIdMPm6IrLEQ5cTi { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:9.0625rem;left:51.59375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mdydCWTqqksGPAz6TnDLTDrPhirz2rkT { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:10.75rem;left:51.59375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GiztFfmDOlpTtqRAqWsitPwIxWMTPGQT { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:12.4375rem;left:51.59375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lBwqVTNFy4I6JZc7DQDPedSgWJUVI29C { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:3.25rem;left:49.78125rem;display:block; }
#qR2r7vpqFd1AvOOTJqmdvIyTeyDLSNDZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3.8125rem;left:50.1875rem; }
#zCOwX1g040VaCb4Lkr6aGhoGqAqov26V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:5.4375rem;left:50.1875rem; }
#QvvBymGNeby8T7GbNxWfThzDsvOKuapD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:7.0625rem;left:50.1875rem; }
#iB2ZCw90m0AkykEsLwvK64Q4TpzQkmyS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:8.6875rem;left:50.1875rem; }
#CbxhBAcH8qEJvp5Bu7TwLBhTfWC1KXvi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:10.3125rem;left:50.1875rem; }
#AAzW4n7GuWwTRbS8Oiana88CUQosXQeO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:12.125rem;left:50.1875rem; }
#ewdeeTEIoQ1yzNNRwleKbHVMSUFz72WI { 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:10.5rem;width:19.125rem;top:16.5rem;left:0rem;overflow:hidden;display:none; }
#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ { position:relative;display:none; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ { border-width: 0; border-radius: 0; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .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; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZVWfDM64pWwahyN2CbWNRrAiw8OU0NeT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6245rem;height:2.1875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:15.499267578125rem;left:31.1865234375rem;display:none; }
#l6zT3xStFqAm9sgq1tTPTRHz8Up9NDNJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIq67a9E1DQ3X12ktMmATLp287eQ0oWF { top:0rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIch1iF7IOs3rxfzv63CtaITH8qzVKaA { top:1.6875rem;left:7.436767578125rem;width:5.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpoXRHKHNeokkBW4KLHA8LnCvHQrPsTS { top:1.6875rem;left:15.18701171875rem;width:6.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPXkflSCN6ofXBC0GTeJkPND4MhmISTt { top:1.6875rem;left:23.874755859375rem;width:5.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnCcVDFdI7TW99dcoWSI6oFhc4EDNt8D { top:1.6875rem;left:31.2490234375rem;width:3.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcCb1Mq0gGb9gttnMFor0to28NxBsBfF { top:1.75rem;left:37.4375rem;width:6.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHtBm93rD9EO9mEO8ekKgWgZ32bTtsfs { width:12.8125rem;height:2.1875rem;top:1.125rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW7aQcoolmqB93gpNCWKbt53swEF12mU { display:block; }
 }@media only screen and (max-width: 763px) { #Is0cKFfknuv1RyyKGQwqmqh35rgMUUfD { display:block; }#Is0cKFfknuv1RyyKGQwqmqh35rgMUUfD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMt5lglTwo2GEfbNOmZlO1PpEZOzOagX { top:0rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONehmOuu5bp5gDWThkOobhvNWKXUJSaa { top:1.75rem;left:19.75rem;width:5.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN0wx1owQ7XWNW9wEfdpQg0MI4vnMpWV { top:1.75rem;left:27.5rem;width:6.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWXxvvVpTciWRt440sTQhnqxiqVT6Nwq { top:1.75rem;left:36.1875rem;width:5.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNSEpQzuZ8vn1LFZrAgN7VuHZ6Swaxqk { top:1.75rem;left:43.5625rem;width:3.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbU7BtreahzoG4MtPh7IcSlOnglTERAc { top:1.75rem;left:41.1875rem;width:6.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp { display:block; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzFi0ST8R8DGKxfL6Z9Fq5T2kLPBEiN1 { top:0.25rem;left:0rem;width:15.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anhdthotgUUL7FW5KmW2xqnuVptbsNzs { display:block; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9ktoSquHERvRIeamzCtehxoO4bI1wvS { top:19.125rem;left:0rem;width:29rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxl2WLn6JG3DMK8wigZMni1axIS5Qm2f { top:26.875rem;left:0rem;width:28.9375rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2GtvRwmqcR9AaCwCBMJMrlzxmKkWUBP { top:30.4375rem;left:0rem;width:28.9375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCM7weG2bImsTotz5HDKMeir7Zv6kVgW { top:26.875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUnpZfeG6kf2gPZBAVRJTk2fBmcyAnGp { top:4.3125rem;left:18.5rem;width:29.25rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcsUCWurrWBbJJ0vo4fnDGCmN3An8wuZ { top:5.8125rem;left:30.9375rem;width:16.8125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf734niUP1uFPmSD5hSRuXkK9PmDN9ds { top:6.625rem;left:31.5625rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKc54MKrS39XgT6RcRmntPA2Ow1Ai75C { top:7.8125rem;left:20.8125rem;width:26.9375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-text {padding-top: 0; padding-bottom: 0;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-select {padding-top: 0; padding-bottom: 0;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-checkbox-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv  { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv {display:block;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #qKPTtxQAPzFS3CakvzSeOOOX6eV2XST8 {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #CcvI9Vg6P3e4h7GWEoyT180LsHrzTmkL { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cpX0hfXT0MTbPM9hfv0tSHrioWNQtLQR {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #dmgmpv1s61sNqifpleBIE9wP1RiBBJsz {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #T4bGQoNhKw4UX1cQg2TcRpAcZVVPyoIm { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #JX3O5QSIAonbKPBeus7O4kxpZuBuCNmw {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ABVNsE6uooktm4zchnbvcQ7BowtdEKzQ {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #wOG6d9h43CqZ8kcL2mBuyQHgiT2qZKpP { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #uZNNf7y2OwKABAyAd7DVbv8yNRsC0re1 {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #EMJHHieXG2mIVezsarvUwGFoI689UekR {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cMUcs3TGmOMoDP28qKv1TgvZxuBufuTh {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #BxSP82qZC74qDaUiZ7fXiyN78ofK4owc {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #eBkBPvilHIC8M51dsLL8FMNvtD2sysrP {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #skFTxbxILQqT6ki17tvO1AInBInUuV95 { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #I5NGyPenhB8VkWguyTJ9W0MeDDhzdXo0 {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #aXtaVMUwUzARN3kFJS85EULXl6QHwGHa {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #eVyXT3gkNnWTMH8V6o5zHOGPqhVNIGRJ {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #Ast7bieN8yCS9c6VofHxnp7CHu59B4wx {  }
 }@media only screen and (max-width: 763px) { #X2T4hfabhM28tAl85VTgXEklQa3cATUy { display:block; }
 }@media only screen and (max-width: 763px) { #TdzTFsnxrehlMn7AXNeWkTMhFBywlV5U { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #mxyLzxMKBVRESxg3Zkgy1you4boX3HUx {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #M196sTcxhgT8UK6KOUEQIJV5OEw7TkHR {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ZyCJUbKTCnZKKCv3be6OsFZg6n4PvRWt {  }
 }@media only screen and (max-width: 763px) { #U6gTkbnlT7qS2KLHQolkCcuvMidqalTe { display:block; }
 }@media only screen and (max-width: 763px) { #tLnbPUaMTQpe0RSxEBRooVpqnVdh8GZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #Dd2pWTMWPBlilRexTI9MgDuWrvluR3bB { display:block; }
 }@media only screen and (max-width: 763px) { #kcxZQ76OvBmPELiDHnmWnKU9vIlP1evC { display:block; }
 }@media only screen and (max-width: 763px) { #MVzc1iQusDVAgRmDaGxPNpFmRTOTee0B { display:block; }
 }@media only screen and (max-width: 763px) { #TcX66zQcpTfoeyLn1hUry4T6mrMGGW2n { display:block; }
 }@media only screen and (max-width: 763px) { #NBIJiuniD5wNuOl4PlJqVG9wK7NeTdbA { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ZSzAUfR7qvyPIp9xhXLqpsoqBWbJ4TFT {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #nTarzMiD0o2EbDSwlkPwn6CGafOaqxsg {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #TfOx55HUtogNWBrf5LoNEqzD6rC94aGn {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #sru1lEUsprGORDnH2kukUuCJ8KEv2KSp {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #U6W19KJoTk9l8mlpr0OyBmF0IJOPVTIH {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #Ea4sRvqBwo262hUJhmU1cpwIAOHyWByT {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #vX1HHBqRn6zauuKd5Cy5C0zFAPmRTHWT {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #rOQfIx5HZQhxr4AT4BloagaKbucp7czS {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cDxCxLZ5w5wURlDGVAJk4QMO51WaXQh1 {  }
 }@media only screen and (max-width: 763px) { #raGrOmTWmGJyMtTbFkNnHX0TLqZ4T5uf { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #kRrb4J16nIIdOpRGchAyaWBMbDTkZWpP {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #F84BlSMV8JZVTPiehUHZQcHRlf2SCx3I {  }
 }@media only screen and (max-width: 763px) { #rPbwOZ3TOPDu1WnzTMTgS9hU0sFTNt8k { top:5.1875rem;left:0rem;width:16.75rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7FZTZ4VsCneMDq8t8qv3XGLnb34LPce { display:block; }#f7FZTZ4VsCneMDq8t8qv3XGLnb34LPce > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFEV7WGuV58HsFahSHcDMxw3xnDuJbpb { top:5.25rem;left:0rem;width:37.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLg40m2zEK6NrlcI5LB62eSshl3v0f6Z { top:1.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7HXxhC98KrAZUwfXuLu2H2Ksq5d83rG { top:7.8125rem;left:0rem;width:18.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBgkrcOZpBKMIdxST7ROku69V8W6ZkyX { top:7.75rem;left:14.375rem;width:18.9375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG7CwUdtccF4IwWS5iE4aHV1E1RatrTa { top:7.8125rem;left:28.9375rem;width:18.8125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD8N1mtupPZf3ZUpo4b0gU0C8Z4nsnIa { top:19.6875rem;left:0rem;width:14.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s14omARrihSplmfi73KqJERNxFdE2HgX { top:22rem;left:0rem;width:15.9375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJcWRGZwOrR5xgpTlT4VcqHCLF2fT1vW { top:21.4375rem;left:0rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud9BwmU01rMyrKvMd3ToediRcgSV1Tzz { top:19.6875rem;left:15.625rem;width:12.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buDcPHHRuaSRm90mFnFigNwzLOEq5KNA { top:19.6875rem;left:30.25rem;width:17.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNpRoyVnNC9VhOsT1GHCnNhBI2m0UzBT { top:21.375rem;left:15.625rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1hu4H3fNzMIhn2K8KvTxEHT87zMQgDG { top:21.4375rem;left:34.8125rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4smUeSnbvKrPXklJGQB3yrRgO2mxtQl { top:22rem;left:15.625rem;width:16.5625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZqQh63GR2Tzr7ED9QE8JyCHA6ZdLfOa { top:22rem;left:31.4375rem;width:16.3125rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkwNeoKewImVm7R6qkShI4hSFFeysoko { top:32.75rem;left:13.0625rem;width:21.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xypbWTg5pqMKu43AWhID5UtZlwHs54WW { width:12.8125rem;height:2.1875rem;top:36.125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtS17VK8fhDtdRp79K65rtSlNnocsCB8 { display:block; }
 }@media only screen and (max-width: 763px) { #SDrTKBTMnH1Pv2o0yCxB0QJLIfgqhl87 { top:33.9375rem;left:13.03125rem;width:21.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1sHdFQh4N0T6qwxltRFOudahhFJWHAE { top:1.6875rem;left:0rem;width:36.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIBTsB0f3vD8QawKGxR9ENkBdbT1pxvW { top:2.0625rem;left:14.75rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEDxOUGL30y0RtaHfHXbqgpffKtJzubQ { top:2.0625rem;left:9.0625rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1080lyFgg3nLo13n6pKfomXK46KhTfC { top:2.0625rem;left:2.8125rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiu7e7t2OTM5ZJnVgTnN71NCXwtt1445 { top:2.0625rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUB0lRFqUIBIKKXCsooPdaSIOMlB2T18 { top:2.0625rem;left:19.125rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZHrB6zapx9b0Mv6ZvimfZFRI0M1KsTo { top:2.0625rem;left:27.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzgXPQp1kITvf2H1rgZZ8EGsChSU2hh1 { top:4.375rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaUqzAK86kpBNDoSIAtFOBTqlZ8iqxlK { display:block; }#OaUqzAK86kpBNDoSIAtFOBTqlZ8iqxlK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5emHnXcQ6BEl7lcVulKRJCd1bq0JakF { top:2.375rem;left:15.8125rem;width:18.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkcU7rTCxSgPIV3XKAeOzHxtTzRAIRgg { top:1.875rem;left:11.9375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C99T294Owv4rGMTR0BPpOuxCqGUdsdsH { top:1.1875rem;left:0rem;width:5.4375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXTd80xKlcvz3d0EAIvJ5PEhThKmFMMk { top:7.25rem;left:0rem;width:47.75rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mARmPbXkAJlgR1AkkrfHWQt7C1RkAeF9 { top:1.5625rem;left:42.3125rem;width:5.4375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNWhv9sxnq3J4uqUZIpbr2TEkTXLGMo5 { top:1.875rem;left:33.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlKFCahn10RbS3saGvteSrhleyNVSSpJ { display:block; }#vlKFCahn10RbS3saGvteSrhleyNVSSpJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcaZQA9pDT8lDRellNUXQuBiiX6csVDn { display:none; }
 }@media only screen and (max-width: 763px) { #EWNWIGZVyS7a0X2A0O35sEdsMmTUaytQ { display:none; }
 }@media only screen and (max-width: 763px) { #SihcLXsdTa3isE0U0E9lV26kmssCBDyH { display:none; }
 }@media only screen and (max-width: 763px) { #zLOsMackutCM1mSBuEhiPb3DwzufEAd0 { top:1.4375rem;left:18.46875rem;width:11.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqF8mi23dM9nrMbNIm7bUHPQIIRN0Z1F { top:1.125rem;left:15.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJTgbrJEEAdGSRq79fHTN0XgWTTJzIlW { top:1.75rem;left:35.875rem;width:11rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXebMBnvKpJZxrZ1XQa9lOIVAoUVn41k { top:1.125rem;left:31.75rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxynVhM5hJpoI1zwMX7EZ6sH59KK27ur { top:5.5625rem;left:8.75rem;width:23rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE6yKXSeiEkT67RlTHQ04qd6BKTlFR0M { top:12.125rem;left:15.875rem;width:9.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0UTrT1vg3tW7bP6ETSAtX4SylChGT82 { top:12.0625rem;left:0rem;width:7.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqOd50vTKXtKAd1H736XcF91PvhspLX7 { top:11.75rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWXnMJwXTlarDNPChpI2h2lgsLLPG8yk { top:5.625rem;left:0rem;width:23rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4lRreWCfNzKkEa5n96GTSZ9uca6fxUH { top:7.0625rem;left:15.875rem;width:13.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECDL4BUEfpORK2V7UT5baXOdu20ki8oE { top:8.625rem;left:0rem;width:15.5625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFT1rEJgFk33LIUzfQgmv1KDRoiWJK1O { top:1.125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPRPfHO2dAFhoOdNn5eW0Dr6Rr5800FM { top:1.5625rem;left:0.4375rem;width:13.25rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpJLdrKBrFQWPtRDOzuUKTlBZdiyrGTU { top:0.75rem;left:44.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdRC58PotaMuvyFreP08rnrn0F5ockes { top:12.125rem;left:31.75rem;width:9.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVZmXG9TQlEs3ZMpdZSXxyilp54QTdKV { top:8.625rem;left:31.75rem;width:14.375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN2hIBhzfMo2E4rQhNNT6WEQI3qUKL6B { top:5.625rem;left:24.625rem;width:23rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E78xT5hGxkg5uDkuBTvyxcp7NbO0vCEU { top:0.75rem;left:12.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIZZFDuA0ouCSTwFVsBcn6CVcfcdcVgV { top:14.625rem;left:0rem;width:47.75rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8M2JkLDDTOb15r6sL1chInfFqJFuuwR { top:0rem;left:47.1875rem;width:0.4375rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuRkb5y8ZKnUu3nVJIlNVTr7x5l3r8X8 { top:0rem;left:31.75rem;width:0.4375rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAKqLRByxatkUyTKT36T2EIe2XiRVyWZ { top:0rem;left:15.4375rem;width:0.4375rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm6SLxWFgKKK2KPTaLnDynugy4Zm1I8J { top:0rem;left:0rem;width:0.4375rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IslBPhZ3lgLARqwGJDvwTFpOrzHlHP7M { top:11.875rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHgewUOU89DKubZE9H08nbBi03fc9LGh { top:11.875rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoSelRTAxRUfRtyDtWloOgh83v81u2Ld { top:0.6875rem;left:28.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrPi3sM6V8E01UxcHt3pNFM01KcmF83K { display:block; }#MrPi3sM6V8E01UxcHt3pNFM01KcmF83K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJE2Vwslr87rNv9l0g1Svx8bIa4oD42q { top:7.25rem;left:15.875rem;width:12.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsQO9Vs2cTZ1W3IPUHokfx2eLyOJge8v { display:none; }
 }@media only screen and (max-width: 763px) { #UhFSHPBfDWLhRyJLqbU0ooJSGDdH5O5T { display:none; }
 }@media only screen and (max-width: 763px) { #vlJOeWi1w4ntug9n6o0nT2pVSr2hgZKl { display:none; }
 }@media only screen and (max-width: 763px) { #BsWIPd3LofO7BVW2JxdAK2bxTxAl5bUw { top:1.8125rem;left:19.4375rem;width:9.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCMkGEeoaHG4NyPBAXsazSDg8pVlSbuT { top:1.125rem;left:15.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeG5eSK24gnbLmnVxHUfLlwenKdyE8DT { top:11.4375rem;left:31.75rem;width:9.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuBcno7zKc67smUxeTsTWGW3icwsJ3lW { top:5.75rem;left:24.625rem;width:23rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuBGUAPRwuXUHELCQCR8gVA1TUF7h6BB { top:2.1875rem;left:35.75rem;width:11.6875rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2rOiPrCUHEKJKEclaCBxCU0x19U9Eh6 { top:1.9375rem;left:31.75rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVmvzFJXoOAeH0nfeIOww50SuZQ6P2ab { top:1.875rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQeB7lPix3U2qEq85NVdOgP9Zggav37D { top:2.125rem;left:3.375rem;width:10.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmTE9EC4llZVTkUiPycTUEw3VNkZl8O0 { top:5.375rem;left:0rem;width:23rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0XUUmCHrx96y4dlkTTroLwJbmrzrmw6 { top:11.0625rem;left:0rem;width:12.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyTCbQIZS8Kgvim5MWEWdQ1tkeBfbcJt { top:1rem;left:12.5rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQbzAWuOII2TQXVyJGPp9ptz9S6ft0uy { top:5.625rem;left:8.75rem;width:23rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WutZUznKHTvilxOyck1M6rdOuckUMHk5 { top:11.25rem;left:15.875rem;width:12.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2os1OTtuPqsqUUrdufPTxUrbapfXHbm { top:7.3125rem;left:31.75rem;width:13.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAgN0HvUuczGMME3coSUCoF17uuFbqwP { top:8.3125rem;left:0rem;width:11.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFnFoK2ueT6OyJCLJtfawyPrm8yakrc3 { top:13.6875rem;left:0rem;width:47.75rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug83g5JQWy18PEq3aMMtPvUqdprCDsc1 { top:14.125rem;left:0rem;width:0.4375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3oJzH4czX4NMRRNXVlHD5OZizRlZ1Cw { top:13.6875rem;left:15.4375rem;width:0.4375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyeETinXAf2SZxd2UPoFicFVTnlraNBr { top:13.75rem;left:31.75rem;width:0.4375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmduIzdtPRt1OOX19mupkS4IawAxEtEE { top:27.3125rem;left:0rem;width:47.75rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIitLhrJsRHPwTVTmm5g8pgg1oNPOGVa { top:25rem;left:0rem;width:12.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG0iUCmB4iXR3gto5QeTHUOd2JvCHayO { top:21.6875rem;left:0rem;width:16.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHeFTL8SqrbHP6UFFR7B3ZmTTIowmuwL { top:19.875rem;left:0rem;width:23rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp9Vq2yZfqJzQJTmZA2eFrTQAJghpyHJ { top:16.1875rem;left:12.5rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhpbaQzV2xTDDhUITl0ideyZyZCkDzuz { top:16.375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpxgGlNmNgQEPkRMeTx0x62Nu4bT1Qz7 { top:16.625rem;left:2.6875rem;width:10.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5gehgATIrvSh0gW4kpBAC6z6uWhv6Q5 { top:24.625rem;left:15.875rem;width:12.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMdDQLv7aLh5csOg9LLGePqDTWGC4SLT { top:21.3125rem;left:15.0625rem;width:16.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuI2H1ZIkvCFLwLG4ImepHtoaauB1drQ { top:19.5rem;left:8.75rem;width:23rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeS9PgyHn3SooQGrDzCv3b5cyzCZhRef { top:15.8125rem;left:28.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VINLC2ZWnZtNaCgRbtNaS7LikmkQE7uJ { top:16rem;left:15.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biHMP7TdUhLNWQVEUMC9LO3M6rmEWmpq { top:16.25rem;left:19.1875rem;width:10.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe0ZXdQZfMPIPhaPJVCUK78J08TgZJ78 { top:10.8125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbdLzi92lteDr06cJAJBDvUux83EWCSf { top:10.875rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBbNqsUGRk78psmoWXJ6fWL0rKTSJiI2 { top:11.1875rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP0XUsqodS19ITaqL8cmdrVJfvU5FMDJ { top:24.75rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey6maTFXkTlLC9cn6qgensgNB5i7CXD1 { top:24.375rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s02p8yiVeyr11sE2630FeTDNbC7Jv3Hp { top:0.6875rem;left:28.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4bZXNFCcOE9m04EIUu1qCxBOSF5TJ41 { top:1.5625rem;left:44.6875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImtqLM3Xia94BdlXlOp8K7acAguTGHJw { display:none; }
 }@media only screen and (max-width: 763px) { #C8xCBQENgPclZMaVwKHmA5X3RdoMUl4H { display:none; }
 }@media only screen and (max-width: 763px) { #vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL { display:block; }#vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLvkmue82VUToXEDl6yzTxgRRtCMINiE { top:3.375rem;left:0rem;width:31.5625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKwoWcaotLJNT3imM0GAm0R9Rgmr57Am { top:1.1875rem;left:0rem;width:8.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm4rMRvWOFVwLo5e7TlnT4WoPJbUClGZ { display:block; }#Qm4rMRvWOFVwLo5e7TlnT4WoPJbUClGZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7xanx7NhHxLNMhibgxH9spmSbRpTmPz { top:1.9375rem;left:0rem;width:23.1875rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW5JGrtBHZU8shP0CadDDV8nIcA2hiUL { top:1.9375rem;left:0rem;width:23.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtciVSlEWgWJQXZ3RMkNUBUXktHlmip5 { top:16.25rem;left:0rem;width:16.125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLT2W6wswuX2eF1o49kMNJk0PVSdXTiG { top:18.6875rem;left:0rem;width:12.6875rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTfmvsOGXDWmonRWTBVHMiGlx82yLbMD { top:22.1875rem;left:0rem;width:21.0625rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fckCTrDNfG2crtwkTfnB5Xp7exUZsWly { top:1.9375rem;left:8.75rem;width:23rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MinkP3SuRNR2n11KqVdJ5DNLbrZwwy5T { top:16.25rem;left:15.625rem;width:16.125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFgEo9hvT5XkW69yLGkW8CpCryT8zuEA { top:22.1875rem;left:11rem;width:20.75rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcUTHW1hxlaOge7XE335Wotg3feTKn0g { top:2rem;left:24.625rem;width:23rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOkTdcHa8CCCLFSw6JMG54pn1OOVyIIv { top:16.3125rem;left:27.625rem;width:20rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGBxA9TiIlTbvZLg7IqPdRkQG6oo1lb6 { top:22.1875rem;left:27.375rem;width:20.25rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbt1LODZLgwTV3TxTPA4ISMMAhMZ2bbI { top:1.9375rem;left:8.75rem;width:23rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX35wlHRXplXQkZDc82b0k9MrRKcJzTO { top:18.6875rem;left:10.6875rem;width:21.0625rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5mpEm6N0spN365sNsTBXo95bwhxRUlT { top:18.6875rem;left:26.5625rem;width:21.0625rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzqTh12cPqvp9HHcWWrXgS137DQQMSc8 { top:15.625rem;left:13.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFDcnuzLxhtBWyIPyOblfzHVI3t38FAl { top:15.8125rem;left:29.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqohyu3f3XL3mFi39WqPXwqfQJ9sVCkV { top:15.8125rem;left:44.9375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT7XUzscE0pMtNCdcUfNQ2RNz5luqJUu { top:1.9375rem;left:24.625rem;width:23rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWu9IHCves6Cpra0v0MsCg2xzfQhhHRH { top:1.9375rem;left:8.75rem;width:23rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARzTBTomco3IxRhR5r9D7gAg5ZoI42kh { display:block; }#ARzTBTomco3IxRhR5r9D7gAg5ZoI42kh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxKNHDFrgFxBS2mVKe2qq6Ny8zPTJ615 { top:2.625rem;left:12.75rem;width:22.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycBWEkJkSNGn0EW9cwpqTWQUBoG9I6kK { top:6.375rem;left:5.875rem;width:36.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMbHEyzTsdXQ7SpdeHZ5nAQ15ISb8e2F { top:15.25rem;left:11.5625rem;width:9.8125rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrTsna4q52WBrlrKfyrWSC4yCQltTIxH { top:15.625rem;left:37.75rem;width:10rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I62vZWQQH9RWIh0wpcUKEPL7L7vHhd26 { top:15.625rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gslirHCylHgw3JmDPlDg7TPEss0gWd2r { top:5.25rem;left:22.8125rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpHuzyyomAIEd0iNq7xbLHlPAMkuFWRZ { top:2.75rem;left:27.015625rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL21XRzk8Ch1AnVwRRXwDxGRcKUTMNp4 { top:2.75rem;left:18.936279296875rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXOmNlF6VBLVdegdATbftm1H7sTXpOiv { top:2.75rem;left:14.5625rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNT0V2h6yORDzEqIofTmBcTqs10D1LEl { top:2.3125rem;left:0rem;width:36.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8qphmuzEiIn1dOHhwlUdxGP3l5murSO { top:2.75rem;left:8.875rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWerX9MBX3BQzkp36g1VTdHtsxxmWCvq { top:2.75rem;left:2.625rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLNuGVrpbGwy00HADTHd16DwBZ8BaITp { top:2.75rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFGe3WtxN8VlHQPI1shBSb6traTi3GED { top:11.1875rem;left:0rem;width:12.5rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNG7h02O6dfNs8wHJoLwV9ldnuK4Upz0 { top:10.875rem;left:25.875rem;width:12.5rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRpgVt0gyduot3MNvsDXm321RnPfLDwl { top:10.875rem;left:10.1875rem;width:12.5rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf14FfyhCqVsMsJXwAsmQ62ELsbB59dA { display:none; }
 }@media only screen and (max-width: 763px) { #mEM6QU7NgDSeWx8adzHpcmKC9Tc7DCuI { display:none; }
 }@media only screen and (max-width: 763px) { #GQFDlvV72QqK0SlkyWvp8pRKKJvcfV2Q { display:none; }
 }@media only screen and (max-width: 763px) { #xCE4M7dISHnF1JkefLaMgI4qNJursDN1 { top:11.25rem;left:35.0625rem;width:12.5rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXKvsBfWDqtO91JoTm6mU1J78TkDbCKw { top:15.625rem;left:27.0625rem;width:10.1875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUvTGz1pLTKJB2NwByDKbGhZre7CGoNb { display:none; }
 }@media only screen and (max-width: 763px) { #wRGo4XpfnZNUvLahQ0ZzpvazXREtkJvm { top:21.4375rem;left:17.686851501465rem;width:28.9375rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfEPDxRZEQ2GuVu9BO60HAGB23XVlv7e { top:12.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZwh4xd2nTSqlqgSVXmvk4cdxf9MLpKv { top:12.3125rem;left:15.1875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zei6hx3RLLbX3ehWteTTg4sEMBkeq03T { top:12.4375rem;left:30.6875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFN7KtBPkrZTuMTRqslDZMPCwmpoDA72 { top:12.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS { display:block; }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0hR43QGuiaXlJUrsrwhVTD0cLcxdzKq { top:2.8125rem;left:0rem;width:14.4375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEPZaeTIcJIdI2Xn16KJURMF02EeFHeU { top:10.625rem;left:0rem;width:14.0625rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkLu5PicHu2fvUqnb6OQki9DdCdMh5uD { top:2.375rem;left:12rem;width:7.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAp66pBDyqwwH3dMwrHRptBpv7RgN4sC { top:2.375rem;left:29.998291015625rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHdxBvLt9snkpxBuhl501fBAE9lXKGiQ { top:2.25rem;left:41.8125rem;width:5.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb52mULSnLUMe5TCE0Ss7Ooa61dQxqiK { top:5.3125rem;left:12rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4EOUn3z4VVF9aOL2RHTFgihvdakZbB1 { top:5.3125rem;left:29.998291015625rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoExDyw7SDhMkXTFmlh0rHVkHCWx9yg9 { top:5.125rem;left:41.8125rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKayx2FwaylUUeJDIyun5EBHcdlOJoeS { top:8.3125rem;left:12rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhZbzQ83PnlvKlD2UJU6JCKHcnZuO64i { top:16.125rem;left:12rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exdwkdo6RCrU1EO4Bfu8Zsu2Cl3cvxQg { top:20.625rem;left:12rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSFk5qt5Zi2P9eylExgTk4aEMCkvOH7N { top:20.5rem;left:29.998291015625rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N66qMvTJ7mN8tAkzowXrpDBtcgPUEcBT { top:20.4375rem;left:39.875rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdWtGQV0EadBCrRUTvmxWlMG1HoXtUDP { top:6.375rem;left:12rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMKRIgKAFO30eAEKOf6SEQ64CmQfc063 { top:6.3125rem;left:29.998291015625rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L454sT9TpZBiEToebv9D6sJPFTpTyr2S { top:6.1875rem;left:41.8125rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrg0g1SZJ3AC6Mh24BlvI5iiwADtHTaS { top:9.625rem;left:12rem;width:13.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }#lrg0g1SZJ3AC6Mh24BlvI5iiwADtHTaS li:before{  }
 }@media only screen and (max-width: 763px) { #mDWxBdNKlFaFTmqmE2O8GfKAkwJheTmT { top:21.9375rem;left:12rem;width:12.25rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqhOskDgeoVbcwM4USGfOtoG13ZRlne7 { top:1.5625rem;left:0rem;width:15.9375rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZAaDRUwnFQD45yCDEsDbCycSVb8oPpU { top:9.5625rem;left:0rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvLdCZkPUui86NRgnpNSy87igQwJK8hF { top:3.9375rem;left:10.99951171875rem;width:15.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WckTUJG28FXUoPuTsK8lIIVKPS79rnsu { top:2.1875rem;left:0rem;width:36.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnkygsE7SFuyJTB9wbblrwr0u0pw0wqZ { top:2.5625rem;left:27.0625rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXBVynWTVBVSCo7NQnICHNKNBWAIub3L { top:2.5625rem;left:19rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5kbtoD37ZpSbkp8f0POvRH3G1xGAUyi { top:2.5625rem;left:14.625rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5OUSJ9EVruenxOJuDMWzQAthvKgfdFV { top:2.5625rem;left:8.9375rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuPieRpDSlNt8IJb8A8qzmS4MblobKUL { top:2.5625rem;left:2.6875rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b68FQn1kMSAUTV4RkuLMJCiz1HdoFsBp { top:2.5625rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQgHfGFnbKV6utb5k2wJFmoJbKJaEidz { top:17.4375rem;left:12rem;width:14.125rem;height:2.25rem;font-size:0.75rem;display:block; }#DQgHfGFnbKV6utb5k2wJFmoJbKJaEidz li:before{  }
 }@media only screen and (max-width: 763px) { #quwqJlNbi7wBuuEcU6IKA1K1Unfqlenq { top:26.9375rem;left:12rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHwGwxWxsxpzZMBarxpbyGSINBJU4T7o { top:28.125rem;left:12rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG5TMOswzw6W9HsAJ5y9MW0sRTCrEGGr { top:26.9375rem;left:29.998291015625rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1ZORTG1sgwJe6puzXdIFTnzhoOWmWba { top:28.125rem;left:29.998291015625rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #epTCLvuBxhBhG9a4savqTKPFZA1PFkfo { top:21.875rem;left:29.998046875rem;width:12.25rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3L1y0QWckOmZZO07EdLVTPdA1f9kcMy { top:17.4375rem;left:30.125rem;width:13.125rem;height:2.25rem;font-size:0.75rem;display:block; }#q3L1y0QWckOmZZO07EdLVTPdA1f9kcMy li:before{  }
 }@media only screen and (max-width: 763px) { #wPoZKeVTSsSK5WNNTFNNEXpGwPwQbUZg { top:16.125rem;left:29.998291015625rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPoOsTX6dQ6RThJqsS0Us5iT8knWiS5x { top:8.3125rem;left:29.998291015625rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oagXzM0oGCaLDlAb18UTCoumFrtEvpTp { top:8.1875rem;left:39.875rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSS8RppmpnWXWXTgUABbq4L7355eW3Ts { top:16rem;left:39.875rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFAriMsUslKkycf8XkN0z2tiKmXDsniG { top:17.4375rem;left:35.125rem;width:12.625rem;height:2.25rem;font-size:0.75rem;display:block; }#gFAriMsUslKkycf8XkN0z2tiKmXDsniG li:before{  }
 }@media only screen and (max-width: 763px) { #sQqrKt4599HWvf6o3PwTAcRpuQ0ko6lR { top:21.8125rem;left:35.5rem;width:12.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pznCr6s5Xp9JZA3RoxhDAmBIcoLAMTaq { top:26.8125rem;left:39.875rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7rCDTRze40h1CQ3ow7AlhTzZHbtr5nT { top:28rem;left:41.8125rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJvIUn2JpPsTyhFstMvz1APbBronpSmO { top:1.625rem;left:28.153564453125rem;width:15.9375rem;height:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WeFAouMWHb1V7XgHLzgtSMr5ciiDxfNK { top:22.9375rem;left:12.875rem;width:7.9375rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHwoHhAEN9W4CbOT1FbWpsQPsnFMvDDm { top:60.1875rem;left:0rem;width:6rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkQlc0KNMOhpO99RfIaheslCVnah4VeR { top:17.0625rem;left:12.875rem;width:7.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vh4p0xnF1Lyp9Bf9BP5Gfq471tutlJcN { top:13rem;left:12.875rem;width:7.9375rem;height:1.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6oi99FWVsoGfiNfTpNEvopCxeFx3Mqi { top:8.4375rem;left:12.875rem;width:7.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QoeuD0rXcfO1nSlSREdbI210mWykPS0e { top:43.0625rem;left:0rem;width:6rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7MfVJFiEWq5c7bw4NhUsswaExl7LZTK { top:5.625rem;left:12.875rem;width:6rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWecWPgPDMfuTSUPL6K7UE3wwuuM756x { top:3.9375rem;left:28.153564453125rem;width:15.9375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVEHCWyIgz3bO7pbcSMhiWVCMKaTLyQd { top:39.6875rem;left:0rem;width:8.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQ9iBmLRLzlJ6F7PypMGKTiLkVnVvHtG { top:1.6875rem;left:31.8125rem;width:15.9375rem;height:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E88HbfuTvNIFtFPwqqlEsrNSrvyz1lSp { top:83.75rem;left:0rem;width:6rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i16yiOhcANwrdxI2x6yCVffT6PHO46EZ { top:22.9375rem;left:12.875rem;width:7.9375rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBkgTNx7IRHBdkgCqDEh574rdqMGTc6K { top:17.0625rem;left:12.875rem;width:7.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xksMZNheUt3Szpxd2ZVLwTK99vyiPlDO { top:13rem;left:12.875rem;width:7.9375rem;height:1.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5pqI3bTtxf5x58uR5pKbbF5ALL2EmqX { top:5.625rem;left:12.875rem;width:6rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTrcdzdoJgLJZPzT6sLnuzT86rMO9EiL { top:8.4375rem;left:12.875rem;width:7.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4T39pck2ZrPC0sRpt2iTvk57kr1WVMy { top:66.625rem;left:0rem;width:6rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqUi7LVEbXgJXXXCFDUGIl9lJBTktIXT { top:3.9375rem;left:31.8125rem;width:15.9375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnVz50doFRPwmyOIrISrIFAcmMfvUKZB { top:63.25rem;left:0rem;width:8.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WvDOpgL8Fix5UThJkx8akzrvQz1H2xL3 { top:10.75rem;left:14.3095703125rem;width:12.0625rem;height:1.9375rem;font-size:0.625rem;display:block; }#WvDOpgL8Fix5UThJkx8akzrvQz1H2xL3 li:before{  }
 }@media only screen and (max-width: 763px) { #AWBTGR4yzyxpdtIbkrLJlZJ08ChzdAdX { top:13.3125rem;left:12rem;width:14.6875rem;height:;font-size:0.75rem;display:block; }#AWBTGR4yzyxpdtIbkrLJlZJ08ChzdAdX li:before{  }
 }@media only screen and (max-width: 763px) { #MTEfzod06kKVwTKBTvkB7DW1qFbWrbZo { top:10.75rem;left:32.7470703125rem;width:10.9375rem;height:;font-size:0.625rem;display:block; }#MTEfzod06kKVwTKBTvkB7DW1qFbWrbZo li:before{  }
 }@media only screen and (max-width: 763px) { #D2p4pKmxCe7KvagWxwv0luCDPzG2ssp6 { top:13.3125rem;left:30.125rem;width:14.5625rem;height:;font-size:0.75rem;display:block; }#D2p4pKmxCe7KvagWxwv0luCDPzG2ssp6 li:before{  }
 }@media only screen and (max-width: 763px) { #kT0MW05QqDbnIn1yCZsI8QhKtwl5m7Fg { top:9.6875rem;left:29.998046875rem;width:10.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }#kT0MW05QqDbnIn1yCZsI8QhKtwl5m7Fg li:before{  }
 }@media only screen and (max-width: 763px) { #CK6BWuEyL65iin2bZ7TWQ219LTn7NK68 { top:10.625rem;left:38rem;width:9.75rem;height:0.75rem;font-size:0.625rem;display:block; }#CK6BWuEyL65iin2bZ7TWQ219LTn7NK68 li:before{  }
 }@media only screen and (max-width: 763px) { #MZs7OmeaXTdhfJt17FZWv2moNwmbo0u2 { top:13.3125rem;left:33.125rem;width:14.625rem;height:;font-size:0.75rem;display:block; }#MZs7OmeaXTdhfJt17FZWv2moNwmbo0u2 li:before{  }
 }@media only screen and (max-width: 763px) { #n4CGkUTvD9P44r6mm8JroazsNsNRZeZ6 { top:9.5625rem;left:39.1875rem;width:8.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }#n4CGkUTvD9P44r6mm8JroazsNsNRZeZ6 li:before{  }
 }@media only screen and (max-width: 763px) { #LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V { display:block; }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmhsvgAH0m4vDbzs761DSIhnNLbDF5He { top:6.4375rem;left:0rem;width:37.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwFJRe4Te9oNS30SzkeniyFyrqVzwZz6 { top:3.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRVSJQFA660sVClQSq8arDEedzFClDu3 { top:5.5rem;left:0rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #caFmd7Gpiybzd3t7VzCq9JzzQ9BTKonx { top:9rem;left:0rem;width:18.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaSns6X7DVFcWqxliR4nSfdvE9XfpXak { top:8.9375rem;left:14rem;width:18.9375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSa0ZRtF2lHxxre3xxTbnTo3el2FdbnA { top:9rem;left:28.25rem;width:18.8125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZDK5y3LLicyb3d70bT07FuK74hkeqQ2 { top:19.625rem;left:0rem;width:9.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Jsmutx8fSPtmyxlaIkDobcTEo91leA { top:23.1875rem;left:0rem;width:17.0625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzQsK87VM4MxNIvocIhiuhAH8QEN8WoU { top:22.625rem;left:0rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW0UsJUpVebWewH8kV7IBq8PlInb95PK { top:20.875rem;left:15.25rem;width:12.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZOVWuscGFAgE0NMAGAWiAmWUTfCwC1n { top:19.5625rem;left:30.25rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieKWPOSprzvE9sWVJyiZ7hCUren3P7MB { top:22.5625rem;left:15.25rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxoXpE99UTwb3RO8dmkJ53FRHO5BunIU { top:22.625rem;left:34.4375rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpU0qOIrJJilNySA5fyPhAxBgAXFTFZq { top:23.1875rem;left:15.25rem;width:17.0625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBPhT34tHU2FlIf9A9TDov0OCaFHKDi4 { top:23.1875rem;left:30.6875rem;width:17.0625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuQKuUe39WtNEK69Mp4qsrfviNsJdsbM { top:32.75rem;left:13.0625rem;width:21.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEKVH3VqROMUncHdatiIkJ7xTB8BUl2q { width:12.8125rem;height:2.1875rem;top:36.125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJlo8dUhXRAwNl6MZ2Rz9TRhLgyvhcw6 { display:block; }
 }@media only screen and (max-width: 763px) { #IivPGv8k6derTvvm7l06cyphmBKCVuSp { top:33.9375rem;left:13.03125rem;width:21.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBLSrlgp1pMRxgHcB0UUNmcMTp2ScHwP { top:1.6875rem;left:0rem;width:36.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJVQlOiGUz7X9HspqIp1l0y8lTycl46T { top:2.0625rem;left:14.75rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NenegOXZ5w5FbE8d4L07ovUPrSUTLFpM { top:2.0625rem;left:9.0625rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A65ZbbSLOX7a5sZ8lRt4zJdC7woVe6AO { top:2.0625rem;left:2.8125rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq6D9AfwUxWVDAPaSZ8RSPonUzO2aWNm { top:2.0625rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb6Vk7Xe4BuHuTyFEbNdNnPkIivtHzs6 { top:2.0625rem;left:19.125rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvnmGLGzK12NroTaXA642khvTU4qPtpn { top:2.0625rem;left:27.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgppJaorCzX2fewIp6aWvsWtOhSRX4aq { display:block; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td3uh0VQNa3JFxISrH7deV2FZ4a5lGiJ { top:9.3125rem;left:17.3125rem;width:30.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZdG74aVOOkHdT77WNXC4zDiRn9AIWOh { top:12.0625rem;left:18.061199188233rem;width:26.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVeTHFtpKwy5qvwfdArmfN6X6Xerclsr { width:8.75rem;height:2.1875rem;top:15.5625rem;left:18.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawLwG3mlweueQXhZlQ4TUsRF23B7gE2 { display:block; }
 }@media only screen and (max-width: 763px) { #CriIQ224FuP65TUdn64FdrTQABbCOsID { top:3.1875rem;left:0rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TzAgGho2mhFpGuCocQqIAerF33hPb8 { top:1.3125rem;left:0rem;width:36.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKcupPIzuOC03gsXsbOBQXVBWyuVpZxG { top:1.6875rem;left:14.75rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wodecrmNKeGJHXdzeR5f3NUMOFM7cbqg { top:1.6875rem;left:9.0625rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3lGSXtnHTTepmd9A5vDhZkkBeICqekh { top:1.6875rem;left:2.8125rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwNRDTJ5ZIG5yXoQnO8d7W8HNThTW8um { top:1.6875rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMN3sqHGRVZpp8xVKG0S1xob9kF47W7z { top:1.6875rem;left:19.125rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3ZcZ1mrInEtJNxV0JGEKLJJff2xFMeo { top:1.6875rem;left:27.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMrQkukkSVvtBfpZv7t7zIMR3TyyKikQ { top:5.625rem;left:18.0615234375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 { display:block; }#s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XT5N5a5MtT2S4lkOaHSqToTZtmDcmyUZ { top:8.9375rem;left:0rem;width:10.8125rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9Q3QQrUFGyDqiJh0vFuQ00PaxSboi34 { top:7.1875rem;left:24rem;width:13.875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWqaUpSfdDX1r8DvDVQCwTqgpOAWm2TI { top:3.125rem;left:9.0625rem;width:4.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvUB4rgBFnpz2ne2qAEbczWDwFySSyGc { top:5.6875rem;left:36.4375rem;width:11.3125rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXgicTA7b8idiCQAiJTb8fTC6s20eOBn { top:5.625rem;left:11.25rem;width:13.4375rem;height:9.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkD000VdSNl9bX5FBmZ2ArFA8zSx9HJ5 { top:5.6875rem;left:28.125rem;width:12.25rem;height:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBJhcEkaGOgvuzcTnGW4fXzmPJTT7JKq { top:15.9375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWZhseDlQQxytg1k7ZePhhXgcKfdmTwJ { top:16.625rem;left:45rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAOeG401dwrzT4nB1aS3bAd3TAbNmLTp { top:16.6875rem;left:37.9375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdhUSPyUQmQ0GUx1nH9aTKEUOEuT3lU6 { top:16.25rem;left:40.3125rem;width:7.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3yToe2iZDeclh9TyJdLCyVg6sTlEDA1 { top:12.625rem;left:38.375rem;width:9.375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVsSsip9s7twOXTk1u4aykgskPXO2uKv { top:17.5625rem;left:41.8125rem;width:5.9375rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROI5wCCyhyWFgHHoGTgLrLrnDZTuIeCM { top:17.5rem;left:29.9375rem;width:7.625rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCXBrd8MZEarB9a7fUL9hoBgpdWTIMXr { top:4.875rem;left:27.4375rem;width:14.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpLTq4eJ142UJTIyJ1gIQ6A6nqlcF7D1 { top:1.375rem;left:0rem;width:36.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITMPdxx8qghxTeUbhSnPrB3LHHblLOfp { top:1.75rem;left:14.75rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSEoMoWobRPxe4UOFSURt8tW7f0f3ABp { top:1.75rem;left:9.0625rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZugtNrk1JxxytnET7AH4Rgq4NFfQEGBQ { top:1.75rem;left:2.8125rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9n9MQbGIKokla6NcMJsFIQ9Jky3NvL0 { top:1.75rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu7n6GGd0SHPOXcrdnW5I8fT5v7rfuuC { top:1.75rem;left:19.125rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v55CLaOnei328ybWXvN08Zae6XDWQimg { top:1.75rem;left:27.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlViPEqy5BliKzxtqAagguWs3N9lGsAV { top:16.25rem;left:30.8125rem;width:7.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk9gVUbOveHFxtdOGzV2Zuy7c9hfgQKF { top:15.9375rem;left:29.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfEF9bSV2PJ7z0Ivqne1oat9FkouT24l { top:4.8125rem;left:33.125rem;width:14.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF7bCn5woBzvb9lszJeq5T1AvmQkkHTT { top:4.8125rem;left:10.5625rem;width:14.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZliSQEfpdDmKHObv8u4xfN3A1vBzUoFn { top:7.1875rem;left:24rem;width:13.875rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CzZvQCKa3cTsZNttiTyodBqdttxt0AAa { top:7.1875rem;left:24rem;width:13.875rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xB7f4lpfV6R4WrEWd6fdOV74KxInWvRK { top:12.625rem;left:0rem;width:14.375rem;height:9.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5sLgXwLT3UMvTFxQUKkZbxCkewdepZ0 { top:16.25rem;left:14.5rem;width:7.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #broJZIbn27KmfGRy6KQeEqJNqDcvwte2 { top:15.9375rem;left:13.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7imIU5b1hzykvlPOw12uyTCXEtAiBQL { top:17.5rem;left:13.625rem;width:7.625rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2dzSBveCZTxJV9amHfMT9ZzqmlpysN6 { top:16.875rem;left:21.625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp { display:block; }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHsGlHk9qmlVnoS2xAVkR2DeTUQlWWtT { top:4.1875rem;left:11.125rem;width:25.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfSyQylT0rvI2O5yJRtdfmrfuIFxQApO { top:7.3125rem;left:10.875rem;width:25.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwBLCk9DLlCqBbwtHd5wlPGoGugOcPDy { top:6.4375rem;left:22.75rem;width:2.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu1zuM3mhZAuNOtmK0lrsukLNTFxMKZC { width:12.5625rem;height:2.1875rem;top:11.0625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1VBhFcHg1FAfKQpLTrXdoBEUP5yU6Is { display:block; }
 }@media only screen and (max-width: 763px) { #f0QNcFkm5pO7tgbCBcOGFfH40WSyRSmh { top:1.6875rem;left:0rem;width:36.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot7K50bsWyqwO310yOmy2NHmfRoivc2B { top:2.0625rem;left:2.8125rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3A3OU9IL8DizNrKds1nhp5re1Isyvun { top:2.0625rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBJlXTg0vsQUoSk000Kb0wHWv3eizbpq { top:2.0625rem;left:9.0625rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KclheaNIPToPUeQIMLqfNp5S4BZwgmhy { top:2.0625rem;left:14.75rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLhuvivRkZZTpLSfaUqaUIMQ8tNMT2QL { top:2.0625rem;left:19.125rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3tNUei0xIhrTfe0FRiQKR7K9opOJk7N { top:2.0625rem;left:27.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNh1T1JzvdOq6MPIq44TT2iCHKJf4Zlw { top:16.5rem;left:0rem;width:19.125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v { display:block; }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #es8PCniJcb8JloCrFWHZvpirGozPu84X { top:1.6875rem;left:12.5rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD68XuLPMPFxDDiWpPoINUbB9wPR8RcS { top:4rem;left:12.5rem;width:15.6875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocQK06ZpbUJR434TMlL2XqgeM0qOUalE { top:3.25rem;left:12.5rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdswNV9AFVTQIRHQVG9ECcDIZyEWb18d { top:1.6875rem;left:30.8125rem;width:16.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnvTsTDl93IcAWXPRTDHQvvm4y2mewHB { top:4rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EybN0eJTfxTKKSCynhQcuAWB8VOUzAND { top:5.625rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIHb3nA5FixF7LE0G1AvsB3TPMufnHh0 { top:7.375rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTbkcqpeCSbypnEdSIdMPm6IrLEQ5cTi { top:9.0625rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdydCWTqqksGPAz6TnDLTDrPhirz2rkT { top:10.75rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiztFfmDOlpTtqRAqWsitPwIxWMTPGQT { top:12.4375rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBwqVTNFy4I6JZc7DQDPedSgWJUVI29C { top:3.25rem;left:36.1875rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR2r7vpqFd1AvOOTJqmdvIyTeyDLSNDZ { top:3.8125rem;left:36.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCOwX1g040VaCb4Lkr6aGhoGqAqov26V { top:5.4375rem;left:36.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvvBymGNeby8T7GbNxWfThzDsvOKuapD { top:7.0625rem;left:36.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB2ZCw90m0AkykEsLwvK64Q4TpzQkmyS { top:8.6875rem;left:36.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbxhBAcH8qEJvp5Bu7TwLBhTfWC1KXvi { top:10.3125rem;left:36.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAzW4n7GuWwTRbS8Oiana88CUQosXQeO { top:12.125rem;left:36.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewdeeTEIoQ1yzNNRwleKbHVMSUFz72WI { top:16.5rem;left:0rem;width:19.125rem;height:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ { display:none; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZVWfDM64pWwahyN2CbWNRrAiw8OU0NeT { width:12.5625rem;height:2.1875rem;top:15.4375rem;left:17.5615234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6zT3xStFqAm9sgq1tTPTRHz8Up9NDNJ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#38434b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aIq67a9E1DQ3X12ktMmATLp287eQ0oWF { width:4.1875rem;height:4.1875rem;top:0.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIch1iF7IOs3rxfzv63CtaITH8qzVKaA { width:8.8125rem;height:0.9746125rem;top:7.4375rem;left:5.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpoXRHKHNeokkBW4KLHA8LnCvHQrPsTS { width:8.8125rem;height:0.9746125rem;top:9.662109375rem;left:5.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPXkflSCN6ofXBC0GTeJkPND4MhmISTt { width:8.8125rem;height:0.9746125rem;top:11.88671875rem;left:5.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnCcVDFdI7TW99dcoWSI6oFhc4EDNt8D { width:4.5625rem;height:0.9746125rem;top:14.111328125rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcCb1Mq0gGb9gttnMFor0to28NxBsBfF { width:6.5625rem;height:0.9746125rem;top:16.3359375rem;left:6.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHtBm93rD9EO9mEO8ekKgWgZ32bTtsfs { width:12.8125rem;height:2.1875rem;top:6.124268359375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW7aQcoolmqB93gpNCWKbt53swEF12mU { display:block; }
 }@media only screen and (max-width: 763px) { #Is0cKFfknuv1RyyKGQwqmqh35rgMUUfD { background-color:#38434b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#Is0cKFfknuv1RyyKGQwqmqh35rgMUUfD > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMt5lglTwo2GEfbNOmZlO1PpEZOzOagX { width:4.1875rem;height:4.1875rem;top:0.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONehmOuu5bp5gDWThkOobhvNWKXUJSaa { width:5.625rem;height:auto;top:1.75rem;left:7.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AN0wx1owQ7XWNW9wEfdpQg0MI4vnMpWV { width:6.375rem;height:auto;top:1.75rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWXxvvVpTciWRt440sTQhnqxiqVT6Nwq { width:5.125rem;height:auto;top:1.75rem;left:7.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNSEpQzuZ8vn1LFZrAgN7VuHZ6Swaxqk { width:3.3125rem;height:auto;top:1.75rem;left:8.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbU7BtreahzoG4MtPh7IcSlOnglTERAc { width:6.5625rem;height:auto;top:1.75rem;left:6.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container { background-color: transparent; background-image: none; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container > .video-iframe-container { display: none; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row > .video-iframe-container { display: none; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .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); }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzFi0ST8R8DGKxfL6Z9Fq5T2kLPBEiN1 { width:13.9375rem;height:3.5rem;top:0.53125rem;left:2.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #anhdthotgUUL7FW5KmW2xqnuVptbsNzs { display:block; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container { width:20rem;height:71.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9ktoSquHERvRIeamzCtehxoO4bI1wvS { width:16.875rem;height:7.3896375rem;top:13.6962890625rem;left:1.217041015625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxl2WLn6JG3DMK8wigZMni1axIS5Qm2f { width:16.875rem;height:3.1669875rem;top:24.0126953125rem;left:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2GtvRwmqcR9AaCwCBMJMrlzxmKkWUBP { width:9.5625rem;height:0.8125rem;top:27.5625rem;left:3rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCM7weG2bImsTotz5HDKMeir7Zv6kVgW { display:flex;width:2.3125rem;height:2.3125rem;top:24.0625rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #tUnpZfeG6kf2gPZBAVRJTk2fBmcyAnGp { width:20rem;height:39.5625rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcsUCWurrWBbJJ0vo4fnDGCmN3An8wuZ { width:15.6875rem;height:1.54375rem;top:31.2578125rem;left:4.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf734niUP1uFPmSD5hSRuXkK9PmDN9ds { width:2.5rem;height:0.1875rem;top:31.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKc54MKrS39XgT6RcRmntPA2Ow1Ai75C { width:20rem;height:1.95rem;top:33.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-text {padding-top: 0; padding-bottom: 0;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-select {padding-top: 0; padding-bottom: 0;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-button { width:6.125rem;margin-top:0.25rem;margin-right:11.375rem;margin-bottom:0.25rem;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv  { width:17.5rem;height:28.8125rem;top:35.25rem;left:0rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv {display:block;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv { width:17.5rem;height:28.8125rem;top:35.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #qKPTtxQAPzFS3CakvzSeOOOX6eV2XST8 {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #CcvI9Vg6P3e4h7GWEoyT180LsHrzTmkL { display:none; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cpX0hfXT0MTbPM9hfv0tSHrioWNQtLQR {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #dmgmpv1s61sNqifpleBIE9wP1RiBBJsz {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #T4bGQoNhKw4UX1cQg2TcRpAcZVVPyoIm { display:none; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #JX3O5QSIAonbKPBeus7O4kxpZuBuCNmw {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ABVNsE6uooktm4zchnbvcQ7BowtdEKzQ {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #wOG6d9h43CqZ8kcL2mBuyQHgiT2qZKpP { display:none; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #uZNNf7y2OwKABAyAd7DVbv8yNRsC0re1 {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #EMJHHieXG2mIVezsarvUwGFoI689UekR {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cMUcs3TGmOMoDP28qKv1TgvZxuBufuTh {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #BxSP82qZC74qDaUiZ7fXiyN78ofK4owc {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #eBkBPvilHIC8M51dsLL8FMNvtD2sysrP {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #skFTxbxILQqT6ki17tvO1AInBInUuV95 { display:none; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #I5NGyPenhB8VkWguyTJ9W0MeDDhzdXo0 {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #aXtaVMUwUzARN3kFJS85EULXl6QHwGHa {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #eVyXT3gkNnWTMH8V6o5zHOGPqhVNIGRJ {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #Ast7bieN8yCS9c6VofHxnp7CHu59B4wx {  }
 }@media only screen and (max-width: 763px) { #X2T4hfabhM28tAl85VTgXEklQa3cATUy { display:block; }
 }@media only screen and (max-width: 763px) { #TdzTFsnxrehlMn7AXNeWkTMhFBywlV5U { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #mxyLzxMKBVRESxg3Zkgy1you4boX3HUx {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #M196sTcxhgT8UK6KOUEQIJV5OEw7TkHR {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ZyCJUbKTCnZKKCv3be6OsFZg6n4PvRWt {  }
 }@media only screen and (max-width: 763px) { #U6gTkbnlT7qS2KLHQolkCcuvMidqalTe { display:block; }
 }@media only screen and (max-width: 763px) { #tLnbPUaMTQpe0RSxEBRooVpqnVdh8GZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #Dd2pWTMWPBlilRexTI9MgDuWrvluR3bB { display:block; }
 }@media only screen and (max-width: 763px) { #kcxZQ76OvBmPELiDHnmWnKU9vIlP1evC { display:block; }
 }@media only screen and (max-width: 763px) { #MVzc1iQusDVAgRmDaGxPNpFmRTOTee0B { display:block; }
 }@media only screen and (max-width: 763px) { #TcX66zQcpTfoeyLn1hUry4T6mrMGGW2n { display:block; }
 }@media only screen and (max-width: 763px) { #NBIJiuniD5wNuOl4PlJqVG9wK7NeTdbA { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ZSzAUfR7qvyPIp9xhXLqpsoqBWbJ4TFT {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #nTarzMiD0o2EbDSwlkPwn6CGafOaqxsg {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #TfOx55HUtogNWBrf5LoNEqzD6rC94aGn {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #sru1lEUsprGORDnH2kukUuCJ8KEv2KSp {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #U6W19KJoTk9l8mlpr0OyBmF0IJOPVTIH {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #Ea4sRvqBwo262hUJhmU1cpwIAOHyWByT {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #vX1HHBqRn6zauuKd5Cy5C0zFAPmRTHWT {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #rOQfIx5HZQhxr4AT4BloagaKbucp7czS {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cDxCxLZ5w5wURlDGVAJk4QMO51WaXQh1 {  }
 }@media only screen and (max-width: 763px) { #raGrOmTWmGJyMtTbFkNnHX0TLqZ4T5uf { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #kRrb4J16nIIdOpRGchAyaWBMbDTkZWpP {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #F84BlSMV8JZVTPiehUHZQcHRlf2SCx3I {  }
 }@media only screen and (max-width: 763px) { #rPbwOZ3TOPDu1WnzTMTgS9hU0sFTNt8k { width:11.8125rem;height:8.5625rem;top:2.9462890625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7FZTZ4VsCneMDq8t8qv3XGLnb34LPce { display:none; }#f7FZTZ4VsCneMDq8t8qv3XGLnb34LPce > .row .container { width:20rem;height:69rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SFEV7WGuV58HsFahSHcDMxw3xnDuJbpb { width:15.9995rem;height:2.111325rem;top:6.8125rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TLg40m2zEK6NrlcI5LB62eSshl3v0f6Z { width:18.4375rem;height:3.736325rem;top:1.75rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p7HXxhC98KrAZUwfXuLu2H2Ksq5d83rG { width:18.75rem;height:17.9375rem;top:10.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBgkrcOZpBKMIdxST7ROku69V8W6ZkyX { width:18.9375rem;height:18.125rem;top:30.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG7CwUdtccF4IwWS5iE4aHV1E1RatrTa { width:18.81225rem;height:18.0615rem;top:50.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD8N1mtupPZf3ZUpo4b0gU0C8Z4nsnIa { width:14.3125rem;height:1.3rem;top:21.5rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s14omARrihSplmfi73KqJERNxFdE2HgX { width:17.0625rem;height:2.923825rem;top:24.125rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJcWRGZwOrR5xgpTlT4VcqHCLF2fT1vW { width:2.5rem;height:0.125rem;top:23.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud9BwmU01rMyrKvMd3ToediRcgSV1Tzz { width:12.3125rem;height:1.3rem;top:41.625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #buDcPHHRuaSRm90mFnFigNwzLOEq5KNA { width:12.3125rem;height:1.3rem;top:61.75rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNpRoyVnNC9VhOsT1GHCnNhBI2m0UzBT { width:2.5rem;height:0.125rem;top:63.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1hu4H3fNzMIhn2K8KvTxEHT87zMQgDG { width:2.5rem;height:0.125rem;top:43.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4smUeSnbvKrPXklJGQB3yrRgO2mxtQl { width:17.0625rem;height:1.95rem;top:44.125rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZqQh63GR2Tzr7ED9QE8JyCHA6ZdLfOa { width:17.0625rem;height:2.923825rem;top:64rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkwNeoKewImVm7R6qkShI4hSFFeysoko { width:18.3125rem;height:2.2744125rem;top:69.4375rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xypbWTg5pqMKu43AWhID5UtZlwHs54WW { width:13.125rem;height:2.5rem;top:75.68603515625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtS17VK8fhDtdRp79K65rtSlNnocsCB8 { display:block; }
 }@media only screen and (max-width: 763px) { #SDrTKBTMnH1Pv2o0yCxB0QJLIfgqhl87 { width:17.6875rem;height:2.2744125rem;top:71.9375rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #h1sHdFQh4N0T6qwxltRFOudahhFJWHAE { width:20rem;height:0.0625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIBTsB0f3vD8QawKGxR9ENkBdbT1pxvW { width:2.9375rem;height:auto;top:2.0625rem;left:8.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEDxOUGL30y0RtaHfHXbqgpffKtJzubQ { width:4.25rem;height:auto;top:2.0625rem;left:7.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1080lyFgg3nLo13n6pKfomXK46KhTfC { width:4.8125rem;height:auto;top:2.0625rem;left:7.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xiu7e7t2OTM5ZJnVgTnN71NCXwtt1445 { width:5.9375rem;height:auto;top:2.0625rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUB0lRFqUIBIKKXCsooPdaSIOMlB2T18 { width:6.3125rem;height:auto;top:2.0625rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZHrB6zapx9b0Mv6ZvimfZFRI0M1KsTo { width:4.6875rem;height:auto;top:2.0625rem;left:7.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzgXPQp1kITvf2H1rgZZ8EGsChSU2hh1 { width:2.5rem;height:0.1875rem;top:6.123046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaUqzAK86kpBNDoSIAtFOBTqlZ8iqxlK { display:block; }#OaUqzAK86kpBNDoSIAtFOBTqlZ8iqxlK > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5emHnXcQ6BEl7lcVulKRJCd1bq0JakF { width:13.375rem;height:1.7875rem;top:2.6875rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkcU7rTCxSgPIV3XKAeOzHxtTzRAIRgg { width:2.625rem;height:2.625rem;top:6.849609375rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C99T294Owv4rGMTR0BPpOuxCqGUdsdsH { width:2.625rem;height:1.875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXTd80xKlcvz3d0EAIvJ5PEhThKmFMMk { width:6.375rem;height:0.25rem;top:4.662109375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #mARmPbXkAJlgR1AkkrfHWQt7C1RkAeF9 { width:2.625rem;height:1.8125rem;top:2.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNWhv9sxnq3J4uqUZIpbr2TEkTXLGMo5 { width:3.0625rem;height:3.0625rem;top:1.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlKFCahn10RbS3saGvteSrhleyNVSSpJ { display:block; }#vlKFCahn10RbS3saGvteSrhleyNVSSpJ > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcaZQA9pDT8lDRellNUXQuBiiX6csVDn { top:1.1875rem;left:-0.0625rem;width:20rem;height:11.1875rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #EWNWIGZVyS7a0X2A0O35sEdsMmTUaytQ { top:13.6875rem;left:0rem;width:20rem;height:9.0625rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #SihcLXsdTa3isE0U0E9lV26kmssCBDyH { top:23.75rem;left:0rem;width:20rem;height:10.125rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zLOsMackutCM1mSBuEhiPb3DwzufEAd0 { width:8.375rem;height:1.3125rem;top:14.8125rem;left:5.5rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iqF8mi23dM9nrMbNIm7bUHPQIIRN0Z1F { width:2.6875rem;height:2.6875rem;top:14.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJTgbrJEEAdGSRq79fHTN0XgWTTJzIlW { width:7.3125rem;height:1.3125rem;top:25rem;left:5.4375rem;font-size:1.3125rem;color:#0060ab;line-height:1;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kXebMBnvKpJZxrZ1XQa9lOIVAoUVn41k { width:2.6875rem;height:2.6875rem;top:24.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxynVhM5hJpoI1zwMX7EZ6sH59KK27ur { width:14.9375rem;height:1.5rem;top:17rem;left:2.5rem;font-size:1rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nE6yKXSeiEkT67RlTHQ04qd6BKTlFR0M { width:8rem;height:1.5rem;top:21rem;left:2.1875rem;font-size:1rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #A0UTrT1vg3tW7bP6ETSAtX4SylChGT82 { width:9.6875rem;height:1.5rem;top:10.1875rem;left:2.1875rem;font-size:1rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #SqOd50vTKXtKAd1H736XcF91PvhspLX7 { width:1.3125rem;height:1.3125rem;top:10.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWXnMJwXTlarDNPChpI2h2lgsLLPG8yk { width:20rem;height:3rem;top:4.875rem;left:0rem;font-size:1rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4lRreWCfNzKkEa5n96GTSZ9uca6fxUH { width:12.0625rem;height:1.3125rem;top:18.5rem;left:2.875rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #ECDL4BUEfpORK2V7UT5baXOdu20ki8oE { width:12.1875rem;height:1.3125rem;top:8.0625rem;left:3.3125rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #sFT1rEJgFk33LIUzfQgmv1KDRoiWJK1O { width:2.6875rem;height:2.6875rem;top:1.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPRPfHO2dAFhoOdNn5eW0Dr6Rr5800FM { width:6rem;height:2.625rem;top:1.75rem;left:6.75rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UpJLdrKBrFQWPtRDOzuUKTlBZdiyrGTU { width:2.5rem;height:2.5rem;top:24.34375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdRC58PotaMuvyFreP08rnrn0F5ockes { width:7.625rem;height:1.5rem;top:31.875rem;left:2.1875rem;font-size:1rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #UVZmXG9TQlEs3ZMpdZSXxyilp54QTdKV { width:8.375rem;height:1.3125rem;top:30rem;left:3rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #CN2hIBhzfMo2E4rQhNNT6WEQI3qUKL6B { width:18.6875rem;height:3rem;top:27rem;left:0.9375rem;font-size:1rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E78xT5hGxkg5uDkuBTvyxcp7NbO0vCEU { width:2.375rem;height:2.375rem;top:1.71875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIZZFDuA0ouCSTwFVsBcn6CVcfcdcVgV { width:20rem;height:0.4375rem;top:81.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8M2JkLDDTOb15r6sL1chInfFqJFuuwR { width:0.4375rem;height:29.0625rem;top:180.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VuRkb5y8ZKnUu3nVJIlNVTr7x5l3r8X8 { width:0.4375rem;height:29.0625rem;top:130.6875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAKqLRByxatkUyTKT36T2EIe2XiRVyWZ { width:0.4375rem;height:29.0625rem;top:83.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hm6SLxWFgKKK2KPTaLnDynugy4Zm1I8J { width:0.4375rem;height:29.0625rem;top:32.5625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IslBPhZ3lgLARqwGJDvwTFpOrzHlHP7M { width:1.3125rem;height:1.3125rem;top:21.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHgewUOU89DKubZE9H08nbBi03fc9LGh { width:1.3125rem;height:1.3125rem;top:31.96875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoSelRTAxRUfRtyDtWloOgh83v81u2Ld { width:2.375rem;height:2.375rem;top:14.15625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrPi3sM6V8E01UxcHt3pNFM01KcmF83K { display:block; }#MrPi3sM6V8E01UxcHt3pNFM01KcmF83K > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJE2Vwslr87rNv9l0g1Svx8bIa4oD42q { width:12.1875rem;height:1.3125rem;top:20.25rem;left:3.1875rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #lsQO9Vs2cTZ1W3IPUHokfx2eLyOJge8v { top:25.4375rem;left:0rem;width:20rem;height:10.125rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #UhFSHPBfDWLhRyJLqbU0ooJSGDdH5O5T { top:13.75rem;left:0rem;width:20rem;height:10.1875rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #vlJOeWi1w4ntug9n6o0nT2pVSr2hgZKl { top:0.75rem;left:0rem;width:20rem;height:11.3125rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #BsWIPd3LofO7BVW2JxdAK2bxTxAl5bUw { width:7.75rem;height:1.3125rem;top:14.75rem;left:6.125rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CCMkGEeoaHG4NyPBAXsazSDg8pVlSbuT { width:2.6875rem;height:2.6875rem;top:14.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeG5eSK24gnbLmnVxHUfLlwenKdyE8DT { width:8.1875rem;height:1.5rem;top:33rem;left:2.1875rem;font-size:1rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #xuBcno7zKc67smUxeTsTWGW3icwsJ3lW { width:20rem;height:1.5rem;top:29.3125rem;left:-0.1875rem;font-size:1rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VuBGUAPRwuXUHELCQCR8gVA1TUF7h6BB { width:8.5625rem;height:1.3125rem;top:27.3125rem;left:5rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #r2rOiPrCUHEKJKEclaCBxCU0x19U9Eh6 { width:2.6875rem;height:2.6875rem;top:26.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVmvzFJXoOAeH0nfeIOww50SuZQ6P2ab { width:2.6875rem;height:2.6875rem;top:1.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQeB7lPix3U2qEq85NVdOgP9Zggav37D { width:8.4375rem;height:1.3125rem;top:2.5625rem;left:4.9375rem;font-size:1.3125rem;color:#0060ab;line-height:1;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EmTE9EC4llZVTkUiPycTUEw3VNkZl8O0 { width:20rem;height:3rem;top:4.75rem;left:0.1875rem;font-size:1rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0XUUmCHrx96y4dlkTTroLwJbmrzrmw6 { width:8.0625rem;height:1.5rem;top:9.84375rem;left:2.1875rem;font-size:1rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #qyTCbQIZS8Kgvim5MWEWdQ1tkeBfbcJt { width:2.4375rem;height:2.4375rem;top:1.8125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQbzAWuOII2TQXVyJGPp9ptz9S6ft0uy { width:19rem;height:3rem;top:17.25rem;left:0.75rem;font-size:1rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WutZUznKHTvilxOyck1M6rdOuckUMHk5 { width:8.4375rem;height:1.5rem;top:21.875rem;left:2.1875rem;font-size:1rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #D2os1OTtuPqsqUUrdufPTxUrbapfXHbm { width:8.375rem;height:1.3125rem;top:30.8125rem;left:3.875rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #gAgN0HvUuczGMME3coSUCoF17uuFbqwP { width:11.75rem;height:1.3125rem;top:7.875rem;left:3.0000001192093rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #gFnFoK2ueT6OyJCLJtfawyPrm8yakrc3 { width:20rem;height:0.4375rem;top:52.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ug83g5JQWy18PEq3aMMtPvUqdprCDsc1 { width:0.4375rem;height:13.625rem;top:14.125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3oJzH4czX4NMRRNXVlHD5OZizRlZ1Cw { width:0.4375rem;height:13.625rem;top:13.6875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyeETinXAf2SZxd2UPoFicFVTnlraNBr { width:0.4375rem;height:13.625rem;top:13.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmduIzdtPRt1OOX19mupkS4IawAxEtEE { width:20rem;height:0.4375rem;top:27.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIitLhrJsRHPwTVTmm5g8pgg1oNPOGVa { width:12.6875rem;height:1.5rem;top:46.5rem;left:2.1875rem;font-size:1rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #TG0iUCmB4iXR3gto5QeTHUOd2JvCHayO { width:10.8125rem;height:1.3125rem;top:44.5rem;left:3.75rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #tHeFTL8SqrbHP6UFFR7B3ZmTTIowmuwL { width:20rem;height:3rem;top:41.4375rem;left:0rem;font-size:1rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fp9Vq2yZfqJzQJTmZA2eFrTQAJghpyHJ { width:2.5625rem;height:2.5625rem;top:38.4375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhpbaQzV2xTDDhUITl0ideyZyZCkDzuz { width:2.6875rem;height:2.6875rem;top:38.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpxgGlNmNgQEPkRMeTx0x62Nu4bT1Qz7 { width:10.125rem;height:1.3125rem;top:38.8125rem;left:4.03125rem;font-size:1.3125rem;color:#0060ab;line-height:1;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #g5gehgATIrvSh0gW4kpBAC6z6uWhv6Q5 { width:12.6875rem;height:1.5rem;top:58.5625rem;left:2.3125rem;font-size:1rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #PMdDQLv7aLh5csOg9LLGePqDTWGC4SLT { width:7.9375rem;height:1.3125rem;top:55.9375rem;left:3.625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #RuI2H1ZIkvCFLwLG4ImepHtoaauB1drQ { width:20rem;height:1.5rem;top:54.4375rem;left:0rem;font-size:1rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeS9PgyHn3SooQGrDzCv3b5cyzCZhRef { width:2.25rem;height:2.25rem;top:50.90625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VINLC2ZWnZtNaCgRbtNaS7LikmkQE7uJ { width:2.6875rem;height:2.6875rem;top:50.71875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biHMP7TdUhLNWQVEUMC9LO3M6rmEWmpq { width:10.125rem;height:1.3125rem;top:51.40625rem;left:4.21875rem;font-size:1.3125rem;color:#0060ab;line-height:1;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pe0ZXdQZfMPIPhaPJVCUK78J08TgZJ78 { width:1.3125rem;height:1.3125rem;top:33rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbdLzi92lteDr06cJAJBDvUux83EWCSf { width:1.3125rem;height:1.3125rem;top:46.59375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBbNqsUGRk78psmoWXJ6fWL0rKTSJiI2 { width:1.3125rem;height:1.3125rem;top:58.65625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP0XUsqodS19ITaqL8cmdrVJfvU5FMDJ { width:1.3125rem;height:1.3125rem;top:21.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey6maTFXkTlLC9cn6qgensgNB5i7CXD1 { width:1.3125rem;height:1.3125rem;top:9.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s02p8yiVeyr11sE2630FeTDNbC7Jv3Hp { width:2.5625rem;height:2.5625rem;top:14.125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4bZXNFCcOE9m04EIUu1qCxBOSF5TJ41 { width:2.3125rem;height:2.3125rem;top:26.4375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImtqLM3Xia94BdlXlOp8K7acAguTGHJw { top:37.125rem;left:0rem;width:20rem;height:11.5rem;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #C8xCBQENgPclZMaVwKHmA5X3RdoMUl4H { top:50.0625rem;left:0rem;width:20rem;height:11.0625rem;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL { display:none; }#vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL > .row .container { width:20rem;height:4.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oLvkmue82VUToXEDl6yzTxgRRtCMINiE { width:20rem;height:1.7871125rem;top:1.94921875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKwoWcaotLJNT3imM0GAm0R9Rgmr57Am { width:9.25rem;height:1.3125rem;top:0.75rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #Qm4rMRvWOFVwLo5e7TlnT4WoPJbUClGZ { display:none; }#Qm4rMRvWOFVwLo5e7TlnT4WoPJbUClGZ > .row .container { width:20rem;height:76rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O7xanx7NhHxLNMhibgxH9spmSbRpTmPz { width:20rem;height:19.375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW5JGrtBHZU8shP0CadDDV8nIcA2hiUL { width:2.9375rem;height:2.9375rem;top:2.1093692779541rem;left:1.1875rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtciVSlEWgWJQXZ3RMkNUBUXktHlmip5 { width:10.8125rem;height:1.5rem;top:2.875rem;left:5rem;font-size:1rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #dLT2W6wswuX2eF1o49kMNJk0PVSdXTiG { width:17.625rem;height:2.25rem;top:5.875rem;left:1.1875rem;font-size:0.75rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #zTfmvsOGXDWmonRWTBVHMiGlx82yLbMD { width:18rem;height:10.5rem;top:8.5625rem;left:1.15625rem;font-size:0.875rem;color:#161616;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fckCTrDNfG2crtwkTfnB5Xp7exUZsWly { width:20rem;height:19.375rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MinkP3SuRNR2n11KqVdJ5DNLbrZwwy5T { width:11.375rem;height:1.40625rem;top:23.125rem;left:5rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #XFgEo9hvT5XkW69yLGkW8CpCryT8zuEA { width:18rem;height:7.875rem;top:30rem;left:1rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #FcUTHW1hxlaOge7XE335Wotg3feTKn0g { width:20rem;height:19.0625rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOkTdcHa8CCCLFSw6JMG54pn1OOVyIIv { width:12.625rem;height:1.40625rem;top:43.8125rem;left:5rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #AGBxA9TiIlTbvZLg7IqPdRkQG6oo1lb6 { width:17.875rem;height:5.25rem;top:50.75rem;left:1.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Xbt1LODZLgwTV3TxTPA4ISMMAhMZ2bbI { width:2.9375rem;height:2.9375rem;top:22.3125rem;left:1.1875rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX35wlHRXplXQkZDc82b0k9MrRKcJzTO { width:10.8125rem;height:2.25rem;top:27rem;left:1.1875rem;font-size:0.75rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #J5mpEm6N0spN365sNsTBXo95bwhxRUlT { width:11rem;height:2.25rem;top:47.25rem;left:1.1875rem;font-size:0.75rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #dzqTh12cPqvp9HHcWWrXgS137DQQMSc8 { display:flex;width:2.6875rem;height:2.6875rem;top:2.1083984375rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #GFDcnuzLxhtBWyIPyOblfzHVI3t38FAl { display:flex;width:2.6875rem;height:2.6875rem;top:22.5rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #uqohyu3f3XL3mFi39WqPXwqfQJ9sVCkV { display:flex;width:2.6875rem;height:2.6875rem;top:43.1875rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #TT7XUzscE0pMtNCdcUfNQ2RNz5luqJUu { width:20rem;height:12.5rem;top:84.1875rem;left:0rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWu9IHCves6Cpra0v0MsCg2xzfQhhHRH { width:2.9375rem;height:2.9375rem;top:43.0625rem;left:1.1875rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ARzTBTomco3IxRhR5r9D7gAg5ZoI42kh { display:block; }#ARzTBTomco3IxRhR5r9D7gAg5ZoI42kh > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxKNHDFrgFxBS2mVKe2qq6Ny8zPTJ615 { width:20rem;height:4.225rem;top:2.28515625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycBWEkJkSNGn0EW9cwpqTWQUBoG9I6kK { width:18.4375rem;height:4.546875rem;top:8.187255859375rem;left:0.687255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMbHEyzTsdXQ7SpdeHZ5nAQ15ISb8e2F { width:11.375rem;height:1.95rem;top:20.08203125rem;left:5.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QrTsna4q52WBrlrKfyrWSC4yCQltTIxH { width:12.125rem;height:1.798825rem;top:29.849609375rem;left:5.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #I62vZWQQH9RWIh0wpcUKEPL7L7vHhd26 { width:12.9375rem;height:0.9rem;top:15.8251953125rem;left:5.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gslirHCylHgw3JmDPlDg7TPEss0gWd2r { width:2.5rem;height:0.1875rem;top:7.061767578125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpHuzyyomAIEd0iNq7xbLHlPAMkuFWRZ { width:6rem;height:0.9746125rem;top:15.1230625rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FL21XRzk8Ch1AnVwRRXwDxGRcKUTMNp4 { width:6.375rem;height:0.9746125rem;top:12.89845rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXOmNlF6VBLVdegdATbftm1H7sTXpOiv { width:6rem;height:0.9746125rem;top:10.6738375rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNT0V2h6yORDzEqIofTmBcTqs10D1LEl { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8qphmuzEiIn1dOHhwlUdxGP3l5murSO { width:6rem;height:0.9746125rem;top:8.449225rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWerX9MBX3BQzkp36g1VTdHtsxxmWCvq { width:6rem;height:0.9746125rem;top:6.2246125rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLNuGVrpbGwy00HADTHd16DwBZ8BaITp { width:6rem;height:0.9746125rem;top:4rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFGe3WtxN8VlHQPI1shBSb6traTi3GED { width:12.5rem;height:9.125rem;top:11.1875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oNG7h02O6dfNs8wHJoLwV9ldnuK4Upz0 { width:12.5rem;height:9.125rem;top:10.875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRpgVt0gyduot3MNvsDXm321RnPfLDwl { width:12.5rem;height:9.125rem;top:10.875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yf14FfyhCqVsMsJXwAsmQ62ELsbB59dA { top:14.39990234375rem;left:1.5625rem;width:16.875rem;height:3.75rem;z-index:14998;background-color:rgba(106,146,169,0.1);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) { #mEM6QU7NgDSeWx8adzHpcmKC9Tc7DCuI { top:24.0625rem;left:1.5625rem;width:16.875rem;height:3.75rem;z-index:14999;background-color:rgba(106,146,169,0.1);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) { #GQFDlvV72QqK0SlkyWvp8pRKKJvcfV2Q { top:28.875rem;left:1.5625rem;width:16.875rem;height:3.75rem;z-index:15000;background-color:rgba(106,146,169,0.1);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) { #xCE4M7dISHnF1JkefLaMgI4qNJursDN1 { width:16.625rem;height:4.8125rem;top:28.191583633423rem;left:1.7498224377632rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXKvsBfWDqtO91JoTm6mU1J78TkDbCKw { width:13.125rem;height:0.9rem;top:25.51171875rem;left:5.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FUvTGz1pLTKJB2NwByDKbGhZre7CGoNb { top:19.186788797379rem;left:1.5616121888161rem;width:16.875rem;height:3.75rem;z-index:15000;background-color:rgba(106,146,169,0.1);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) { #wRGo4XpfnZNUvLahQ0ZzpvazXREtkJvm { width:20rem;height:0.73125rem;top:33.722875595093rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfEPDxRZEQ2GuVu9BO60HAGB23XVlv7e { display:flex;width:2.375rem;height:2.375rem;top:15.0869140625rem;left:2.34375rem; }
 }@media only screen and (max-width: 763px) { #dZwh4xd2nTSqlqgSVXmvk4cdxf9MLpKv { display:flex;width:2.1875rem;height:2.1875rem;top:19.962890625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #Zei6hx3RLLbX3ehWteTTg4sEMBkeq03T { display:flex;width:2.4375rem;height:2.4375rem;top:24.71875rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #EFN7KtBPkrZTuMTRqslDZMPCwmpoDA72 { display:flex;width:2.3125rem;height:2.3125rem;top:29.591796875rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS { display:none; }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS > .row .container { width:20rem;height:102.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W0hR43QGuiaXlJUrsrwhVTD0cLcxdzKq { width:17.5625rem;height:6.33691875rem;top:1.84765625rem;left:1.3125rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QEPZaeTIcJIdI2Xn16KJURMF02EeFHeU { width:17.6875rem;height:5.27831875rem;top:9.4375rem;left:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkLu5PicHu2fvUqnb6OQki9DdCdMh5uD { width:8.49975rem;height:1.13725rem;top:16.68701171875rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uAp66pBDyqwwH3dMwrHRptBpv7RgN4sC { width:6rem;height:1.13720625rem;top:13.5625rem;left:9.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHdxBvLt9snkpxBuhl501fBAE9lXKGiQ { width:6rem;height:1.13720625rem;top:13.5625rem;left:14rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tb52mULSnLUMe5TCE0Ss7Ooa61dQxqiK { width:6rem;height:0.9747875rem;top:19.6875rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z4EOUn3z4VVF9aOL2RHTFgihvdakZbB1 { width:6rem;height:0.9746125rem;top:15.8125rem;left:9.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BoExDyw7SDhMkXTFmlh0rHVkHCWx9yg9 { width:6rem;height:0.9746125rem;top:15.8125rem;left:14rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKayx2FwaylUUeJDIyun5EBHcdlOJoeS { width:7.9375rem;height:0.9747875rem;top:22.875rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fhZbzQ83PnlvKlD2UJU6JCKHcnZuO64i { width:7.9375rem;height:0.9747875rem;top:30.625rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Exdwkdo6RCrU1EO4Bfu8Zsu2Cl3cvxQg { width:7.9375rem;height:0.9747875rem;top:35rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wSFk5qt5Zi2P9eylExgTk4aEMCkvOH7N { width:7.9375rem;height:0.9746125rem;top:24.8125rem;left:9.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N66qMvTJ7mN8tAkzowXrpDBtcgPUEcBT { width:7.9375rem;height:0.9746125rem;top:24.8125rem;left:12.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdWtGQV0EadBCrRUTvmxWlMG1HoXtUDP { width:6rem;height:0.9747875rem;top:20.8125rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OMKRIgKAFO30eAEKOf6SEQ64CmQfc063 { width:6rem;height:0.9746125rem;top:16.8125rem;left:9.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L454sT9TpZBiEToebv9D6sJPFTpTyr2S { width:6rem;height:0.9746125rem;top:16.8125rem;left:14rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrg0g1SZJ3AC6Mh24BlvI5iiwADtHTaS { width:13.3125rem;height:0.9747875rem;top:23.9990234375rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#lrg0g1SZJ3AC6Mh24BlvI5iiwADtHTaS li:before{  }
 }@media only screen and (max-width: 763px) { #mDWxBdNKlFaFTmqmE2O8GfKAkwJheTmT { width:13.3125rem;height:2.923825rem;top:36.0625rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uqhOskDgeoVbcwM4USGfOtoG13ZRlne7 { width:17.5rem;height:28.625rem;top:15.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZAaDRUwnFQD45yCDEsDbCycSVb8oPpU { width:2.5rem;height:0.124511875rem;top:8.68603515625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvLdCZkPUui86NRgnpNSy87igQwJK8hF { width:17.5rem;height:0.124511875rem;top:18.499755859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WckTUJG28FXUoPuTsK8lIIVKPS79rnsu { width:20rem;height:0.0625rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lnkygsE7SFuyJTB9wbblrwr0u0pw0wqZ { width:4.6875rem;height:auto;top:2.5625rem;left:7.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXBVynWTVBVSCo7NQnICHNKNBWAIub3L { width:6.3125rem;height:auto;top:2.5625rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5kbtoD37ZpSbkp8f0POvRH3G1xGAUyi { width:2.9375rem;height:auto;top:2.5625rem;left:8.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5OUSJ9EVruenxOJuDMWzQAthvKgfdFV { width:4.25rem;height:auto;top:2.5625rem;left:7.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuPieRpDSlNt8IJb8A8qzmS4MblobKUL { width:4.8125rem;height:auto;top:2.5625rem;left:7.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #b68FQn1kMSAUTV4RkuLMJCiz1HdoFsBp { width:5.9375rem;height:auto;top:2.5625rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQgHfGFnbKV6utb5k2wJFmoJbKJaEidz { width:12.99925rem;height:2.262075rem;top:31.8642578125rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#DQgHfGFnbKV6utb5k2wJFmoJbKJaEidz li:before{  }
 }@media only screen and (max-width: 763px) { #quwqJlNbi7wBuuEcU6IKA1K1Unfqlenq { width:7.9375rem;height:0.9747875rem;top:41.375rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pHwGwxWxsxpzZMBarxpbyGSINBJU4T7o { width:6rem;height:0.9747875rem;top:42.375rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TG5TMOswzw6W9HsAJ5y9MW0sRTCrEGGr { width:7.9375rem;height:0.9746125rem;top:87.125rem;left:7.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #H1ZORTG1sgwJe6puzXdIFTnzhoOWmWba { width:6rem;height:0.9746125rem;top:91.5625rem;left:8.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #epTCLvuBxhBhG9a4savqTKPFZA1PFkfo { width:13.625rem;height:2.9243625rem;top:66.125rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q3L1y0QWckOmZZO07EdLVTPdA1f9kcMy { width:13.375rem;height:2.262075rem;top:62.5625rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#q3L1y0QWckOmZZO07EdLVTPdA1f9kcMy li:before{  }
 }@media only screen and (max-width: 763px) { #wPoZKeVTSsSK5WNNTFNNEXpGwPwQbUZg { width:7.9375rem;height:0.9746125rem;top:74.875rem;left:6.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iPoOsTX6dQ6RThJqsS0Us5iT8knWiS5x { width:7.9375rem;height:0.9746125rem;top:70.4375rem;left:6.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #oagXzM0oGCaLDlAb18UTCoumFrtEvpTp { width:7.9375rem;height:0.9746125rem;top:72.6875rem;left:6.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DSS8RppmpnWXWXTgUABbq4L7355eW3Ts { width:7.9375rem;height:0.9746125rem;top:77.125rem;left:6.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gFAriMsUslKkycf8XkN0z2tiKmXDsniG { width:13.0625rem;height:2.262075rem;top:90.765625rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#gFAriMsUslKkycf8XkN0z2tiKmXDsniG li:before{  }
 }@media only screen and (max-width: 763px) { #sQqrKt4599HWvf6o3PwTAcRpuQ0ko6lR { width:12.24975rem;height:1.949575rem;top:94.3115234375rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pznCr6s5Xp9JZA3RoxhDAmBIcoLAMTaq { width:7.9375rem;height:0.9746125rem;top:89.3125rem;left:7.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #W7rCDTRze40h1CQ3ow7AlhTzZHbtr5nT { width:6rem;height:0.9746125rem;top:93.75rem;left:8.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IJvIUn2JpPsTyhFstMvz1APbBronpSmO { width:17.5rem;height:28.0625rem;top:45.748291015625rem;left:1.25rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #WeFAouMWHb1V7XgHLzgtSMr5ciiDxfNK { width:7.937rem;height:0.9747875rem;top:70.33935546875rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #SHwoHhAEN9W4CbOT1FbWpsQPsnFMvDDm { width:5.99975625rem;height:0.9747875rem;top:71.463623046875rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #KkQlc0KNMOhpO99RfIaheslCVnah4VeR { width:7.9375rem;height:0.9747875rem;top:65rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #vh4p0xnF1Lyp9Bf9BP5Gfq471tutlJcN { width:7.937rem;height:0.9747875rem;top:61.375rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #t6oi99FWVsoGfiNfTpNEvopCxeFx3Mqi { width:7.937rem;height:0.9747875rem;top:52.7490234375rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #QoeuD0rXcfO1nSlSREdbI210mWykPS0e { width:6rem;height:0.9747875rem;top:50.499267578125rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #u7MfVJFiEWq5c7bw4NhUsswaExl7LZTK { width:6rem;height:0.9747875rem;top:49.375rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #mWecWPgPDMfuTSUPL6K7UE3wwuuM756x { width:17.5rem;height:0.124511875rem;top:48.1396484375rem;left:1.25rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #NVEHCWyIgz3bO7pbcSMhiWVCMKaTLyQd { width:8.5rem;height:1.13725rem;top:46.312255859375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #DQ9iBmLRLzlJ6F7PypMGKTiLkVnVvHtG { width:17.5rem;height:26.125rem;top:75.186767578125rem;left:1.312255859375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #E88HbfuTvNIFtFPwqqlEsrNSrvyz1lSp { width:5.99975625rem;height:0.9747875rem;top:98.812255859375rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #i16yiOhcANwrdxI2x6yCVffT6PHO46EZ { width:7.937rem;height:0.9747875rem;top:97.7490234375rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #dBkgTNx7IRHBdkgCqDEh574rdqMGTc6K { width:7.937rem;height:0.9747875rem;top:93.125rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #xksMZNheUt3Szpxd2ZVLwTK99vyiPlDO { width:7.9375rem;height:0.9747875rem;top:89.625rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #T5pqI3bTtxf5x58uR5pKbbF5ALL2EmqX { width:6rem;height:0.9747875rem;top:79.124755859375rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #uTrcdzdoJgLJZPzT6sLnuzT86rMO9EiL { width:7.937rem;height:0.9747875rem;top:82.276611328125rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #H4T39pck2ZrPC0sRpt2iTvk57kr1WVMy { width:6rem;height:0.9747875rem;top:80.12451171875rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #aqUi7LVEbXgJXXXCFDUGIl9lJBTktIXT { width:17.5rem;height:0.124511875rem;top:77.8125rem;left:1.25rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #EnVz50doFRPwmyOIrISrIFAcmMfvUKZB { width:8.49975rem;height:1.13725rem;top:75.987548828125rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #WvDOpgL8Fix5UThJkx8akzrvQz1H2xL3 { width:13.5608125rem;height:2.262075rem;top:25.062255859375rem;left:5.062255859375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#WvDOpgL8Fix5UThJkx8akzrvQz1H2xL3 li:before{  }
 }@media only screen and (max-width: 763px) { #AWBTGR4yzyxpdtIbkrLJlZJ08ChzdAdX { width:14.5625rem;height:2.262075rem;top:27.686767578125rem;left:3.812255859375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#AWBTGR4yzyxpdtIbkrLJlZJ08ChzdAdX li:before{  }
 }@media only screen and (max-width: 763px) { #MTEfzod06kKVwTKBTvkB7DW1qFbWrbZo { width:13.5608125rem;height:2.262075rem;top:55.2490234375rem;left:5.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#MTEfzod06kKVwTKBTvkB7DW1qFbWrbZo li:before{  }
 }@media only screen and (max-width: 763px) { #D2p4pKmxCe7KvagWxwv0luCDPzG2ssp6 { width:14.8125rem;height:2.262075rem;top:57.999267578125rem;left:3.812255859375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#D2p4pKmxCe7KvagWxwv0luCDPzG2ssp6 li:before{  }
 }@media only screen and (max-width: 763px) { #kT0MW05QqDbnIn1yCZsI8QhKtwl5m7Fg { width:13.5608125rem;height:0.9747875rem;top:54.12353515625rem;left:3.812255859375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#kT0MW05QqDbnIn1yCZsI8QhKtwl5m7Fg li:before{  }
 }@media only screen and (max-width: 763px) { #CK6BWuEyL65iin2bZ7TWQ219LTn7NK68 { width:13.5608125rem;height:0.9747875rem;top:84.652099609375rem;left:4.7490234375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#CK6BWuEyL65iin2bZ7TWQ219LTn7NK68 li:before{  }
 }@media only screen and (max-width: 763px) { #MZs7OmeaXTdhfJt17FZWv2moNwmbo0u2 { width:14.6875rem;height:2.262075rem;top:86.0888671875rem;left:4.2490234375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#MZs7OmeaXTdhfJt17FZWv2moNwmbo0u2 li:before{  }
 }@media only screen and (max-width: 763px) { #n4CGkUTvD9P44r6mm8JroazsNsNRZeZ6 { width:13.5608125rem;height:0.9747875rem;top:83.402099609375rem;left:4.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#n4CGkUTvD9P44r6mm8JroazsNsNRZeZ6 li:before{  }
 }@media only screen and (max-width: 763px) { #LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V { display:none; }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V > .row .container { width:20rem;height:73.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OmhsvgAH0m4vDbzs761DSIhnNLbDF5He { width:15.9995rem;height:3.16699375rem;top:8.75rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DwFJRe4Te9oNS30SzkeniyFyrqVzwZz6 { width:18.4375rem;height:5.60449375rem;top:1.75rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MRVSJQFA660sVClQSq8arDEedzFClDu3 { width:2.5rem;height:0.124511875rem;top:7.9365234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #caFmd7Gpiybzd3t7VzCq9JzzQ9BTKonx { width:18.75rem;height:17.9375rem;top:12.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaSns6X7DVFcWqxliR4nSfdvE9XfpXak { width:18.9375rem;height:18.125rem;top:32.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSa0ZRtF2lHxxre3xxTbnTo3el2FdbnA { width:18.81225rem;height:18.0615rem;top:52.1875rem;left:0.592041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZDK5y3LLicyb3d70bT07FuK74hkeqQ2 { width:12.3125rem;height:2.5996125rem;top:22.625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Jsmutx8fSPtmyxlaIkDobcTEo91leA { width:17.0625rem;height:2.9243625rem;top:26.1875rem;left:1.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzQsK87VM4MxNIvocIhiuhAH8QEN8WoU { width:2.5rem;height:0.125rem;top:25.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW0UsJUpVebWewH8kV7IBq8PlInb95PK { width:12.3125rem;height:1.29980625rem;top:43.6875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZOVWuscGFAgE0NMAGAWiAmWUTfCwC1n { width:12.3125rem;height:2.5996125rem;top:62.5rem;left:1.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieKWPOSprzvE9sWVJyiZ7hCUren3P7MB { width:2.5rem;height:0.125rem;top:65.499267578125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxoXpE99UTwb3RO8dmkJ53FRHO5BunIU { width:2.5rem;height:0.125rem;top:45.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpU0qOIrJJilNySA5fyPhAxBgAXFTFZq { width:17.0625rem;height:2.9243625rem;top:46.1875rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBPhT34tHU2FlIf9A9TDov0OCaFHKDi4 { width:17.0625rem;height:2.9243625rem;top:66.06201171875rem;left:1.156005859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuQKuUe39WtNEK69Mp4qsrfviNsJdsbM { width:18.3125rem;height:2.2744125rem;top:69.4375rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FEKVH3VqROMUncHdatiIkJ7xTB8BUl2q { width:13.125rem;height:2.5rem;top:75.68603515625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJlo8dUhXRAwNl6MZ2Rz9TRhLgyvhcw6 { display:block; }
 }@media only screen and (max-width: 763px) { #IivPGv8k6derTvvm7l06cyphmBKCVuSp { width:17.6875rem;height:2.2744125rem;top:71.9375rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ZBLSrlgp1pMRxgHcB0UUNmcMTp2ScHwP { width:20rem;height:0.0625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJVQlOiGUz7X9HspqIp1l0y8lTycl46T { width:2.9375rem;height:auto;top:2.0625rem;left:8.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NenegOXZ5w5FbE8d4L07ovUPrSUTLFpM { width:4.25rem;height:auto;top:2.0625rem;left:7.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A65ZbbSLOX7a5sZ8lRt4zJdC7woVe6AO { width:4.8125rem;height:auto;top:2.0625rem;left:7.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pq6D9AfwUxWVDAPaSZ8RSPonUzO2aWNm { width:5.9375rem;height:auto;top:2.0625rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bb6Vk7Xe4BuHuTyFEbNdNnPkIivtHzs6 { width:6.3125rem;height:auto;top:2.0625rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvnmGLGzK12NroTaXA642khvTU4qPtpn { width:4.6875rem;height:auto;top:2.0625rem;left:7.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgppJaorCzX2fewIp6aWvsWtOhSRX4aq { display:none; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .row .container { width:20rem;height:38.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Td3uh0VQNa3JFxISrH7deV2FZ4a5lGiJ { width:13.375rem;height:3.736325rem;top:24.5625rem;left:2.5625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pZdG74aVOOkHdT77WNXC4zDiRn9AIWOh { width:17.1875rem;height:2.9243625rem;top:29.125rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVeTHFtpKwy5qvwfdArmfN6X6Xerclsr { width:8.4375rem;height:2.1875rem;top:34.1875rem;left:5.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawLwG3mlweueQXhZlQ4TUsRF23B7gE2 { display:block; }
 }@media only screen and (max-width: 763px) { #CriIQ224FuP65TUdn64FdrTQABbCOsID { width:18.0625rem;height:18.0625rem;top:1.72265625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TzAgGho2mhFpGuCocQqIAerF33hPb8 { width:20rem;height:0.0625rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKcupPIzuOC03gsXsbOBQXVBWyuVpZxG { width:2.9375rem;height:auto;top:1.6875rem;left:8.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wodecrmNKeGJHXdzeR5f3NUMOFM7cbqg { width:4.25rem;height:auto;top:1.6875rem;left:7.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3lGSXtnHTTepmd9A5vDhZkkBeICqekh { width:4.8125rem;height:auto;top:1.6875rem;left:7.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MwNRDTJ5ZIG5yXoQnO8d7W8HNThTW8um { width:5.9375rem;height:auto;top:1.6875rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMN3sqHGRVZpp8xVKG0S1xob9kF47W7z { width:6.3125rem;height:auto;top:1.6875rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3ZcZ1mrInEtJNxV0JGEKLJJff2xFMeo { width:4.6875rem;height:auto;top:1.6875rem;left:7.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SMrQkukkSVvtBfpZv7t7zIMR3TyyKikQ { display:flex;width:3.125rem;height:3.125rem;top:21.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 { display:none; }#s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 > .row .container { width:20rem;height:57.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XT5N5a5MtT2S4lkOaHSqToTZtmDcmyUZ { width:16.0625rem;height:3.736325rem;top:2.09765625rem;left:1.96875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b9Q3QQrUFGyDqiJh0vFuQ00PaxSboi34 { width:15.8115rem;height:11.4365rem;top:44.6875rem;left:2.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BWqaUpSfdDX1r8DvDVQCwTqgpOAWm2TI { width:4.9375rem;height:3.875rem;top:6.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvUB4rgBFnpz2ne2qAEbczWDwFySSyGc { width:14rem;height:4.87305rem;top:45.375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXgicTA7b8idiCQAiJTb8fTC6s20eOBn { width:14.749375rem;height:4.8719625rem;top:61.667756080627rem;left:1.9683161377907rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkD000VdSNl9bX5FBmZ2ArFA8zSx9HJ5 { width:14.375rem;height:6.82225rem;top:29.4375rem;left:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBJhcEkaGOgvuzcTnGW4fXzmPJTT7JKq { width:1.25rem;height:1.25rem;top:53.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWZhseDlQQxytg1k7ZePhhXgcKfdmTwJ { width:2.625rem;height:2.625rem;top:51.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAOeG401dwrzT4nB1aS3bAd3TAbNmLTp { width:2.6875rem;height:2.6875rem;top:37.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdhUSPyUQmQ0GUx1nH9aTKEUOEuT3lU6 { width:7.4375rem;height:0.9746125rem;top:53.3125rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3yToe2iZDeclh9TyJdLCyVg6sTlEDA1 { width:9.375rem;height:1.5625rem;top:51.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVsSsip9s7twOXTk1u4aykgskPXO2uKv { width:7.3125rem;height:0.89355625rem;top:52.25rem;left:6.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROI5wCCyhyWFgHHoGTgLrLrnDZTuIeCM { width:8.375rem;height:0.89355625rem;top:38.3125rem;left:5.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCXBrd8MZEarB9a7fUL9hoBgpdWTIMXr { width:14.6875rem;height:16.5625rem;top:28.373046875rem;left:2.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpLTq4eJ142UJTIyJ1gIQ6A6nqlcF7D1 { width:20rem;height:0.0625rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITMPdxx8qghxTeUbhSnPrB3LHHblLOfp { width:2.9375rem;height:auto;top:1.75rem;left:8.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSEoMoWobRPxe4UOFSURt8tW7f0f3ABp { width:4.25rem;height:auto;top:1.75rem;left:7.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZugtNrk1JxxytnET7AH4Rgq4NFfQEGBQ { width:4.8125rem;height:auto;top:1.75rem;left:7.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9n9MQbGIKokla6NcMJsFIQ9Jky3NvL0 { width:5.9375rem;height:auto;top:1.75rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bu7n6GGd0SHPOXcrdnW5I8fT5v7rfuuC { width:6.3125rem;height:auto;top:1.75rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v55CLaOnei328ybWXvN08Zae6XDWQimg { width:4.6875rem;height:auto;top:1.75rem;left:7.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlViPEqy5BliKzxtqAagguWs3N9lGsAV { width:7.3730625rem;height:0.9746125rem;top:39.5rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk9gVUbOveHFxtdOGzV2Zuy7c9hfgQKF { width:1.25rem;height:1.25rem;top:39.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfEF9bSV2PJ7z0Ivqne1oat9FkouT24l { width:0.625rem;height:0.68685rem;top:47.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF7bCn5woBzvb9lszJeq5T1AvmQkkHTT { width:0.625rem;height:0.6875rem;top:18.036021232605rem;left:0.56857639551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZliSQEfpdDmKHObv8u4xfN3A1vBzUoFn { width:15.8125rem;height:14.125rem;top:28.5625rem;left:2.375rem;overflow:hidden;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #CzZvQCKa3cTsZNttiTyodBqdttxt0AAa { width:15.8125rem;height:15.6875rem;top:11.3125rem;left:2.3125rem;overflow:hidden;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #xB7f4lpfV6R4WrEWd6fdOV74KxInWvRK { width:14.375rem;height:9.746125rem;top:12.625rem;left:3.125rem;font-size:0.75rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #q5sLgXwLT3UMvTFxQUKkZbxCkewdepZ0 { width:7.4375rem;height:0.9746125rem;top:25.125rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #broJZIbn27KmfGRy6KQeEqJNqDcvwte2 { width:1.25rem;height:1.25rem;top:24.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7imIU5b1hzykvlPOw12uyTCXEtAiBQL { width:4.8125rem;height:0.89355625rem;top:24rem;left:5.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2dzSBveCZTxJV9amHfMT9ZzqmlpysN6 { width:2.5625rem;height:2.5625rem;top:23.537109375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp { display:block; }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHsGlHk9qmlVnoS2xAVkR2DeTUQlWWtT { width:20rem;height:1.86875rem;top:2.09765625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfSyQylT0rvI2O5yJRtdfmrfuIFxQApO { width:17.625rem;height:2.923825rem;top:6.19384765625rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwBLCk9DLlCqBbwtHd5wlPGoGugOcPDy { width:2.5rem;height:0.125rem;top:4.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu1zuM3mhZAuNOtmK0lrsukLNTFxMKZC { width:11.875rem;height:2.1875rem;top:10.51416015625rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1VBhFcHg1FAfKQpLTrXdoBEUP5yU6Is { display:block; }
 }@media only screen and (max-width: 763px) { #f0QNcFkm5pO7tgbCBcOGFfH40WSyRSmh { width:20rem;height:0.0625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ot7K50bsWyqwO310yOmy2NHmfRoivc2B { width:4.8125rem;height:auto;top:2.0625rem;left:7.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3A3OU9IL8DizNrKds1nhp5re1Isyvun { width:5.9375rem;height:auto;top:2.0625rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBJlXTg0vsQUoSk000Kb0wHWv3eizbpq { width:4.25rem;height:auto;top:2.0625rem;left:7.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KclheaNIPToPUeQIMLqfNp5S4BZwgmhy { width:2.9375rem;height:auto;top:2.0625rem;left:8.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLhuvivRkZZTpLSfaUqaUIMQ8tNMT2QL { width:6.3125rem;height:auto;top:2.0625rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3tNUei0xIhrTfe0FRiQKR7K9opOJk7N { width:4.6875rem;height:auto;top:2.0625rem;left:7.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNh1T1JzvdOq6MPIq44TT2iCHKJf4Zlw { width:6rem;height:3.375rem;top:1rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v { display:block; }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #es8PCniJcb8JloCrFWHZvpirGozPu84X { width:4.125rem;height:0.975rem;top:1rem;left:10.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nD68XuLPMPFxDDiWpPoINUbB9wPR8RcS { width:8.5rem;height:4.6875rem;top:3.125rem;left:10.75rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ocQK06ZpbUJR434TMlL2XqgeM0qOUalE { width:2.5rem;height:0.125rem;top:2.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdswNV9AFVTQIRHQVG9ECcDIZyEWb18d { width:10.625rem;height:0.975rem;top:9.375rem;left:1.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nnvTsTDl93IcAWXPRTDHQvvm4y2mewHB { width:13.25rem;height:0.8125rem;top:11.8125rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EybN0eJTfxTKKSCynhQcuAWB8VOUzAND { width:16.9375rem;height:0.8125rem;top:13.375rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIHb3nA5FixF7LE0G1AvsB3TPMufnHh0 { width:16.9375rem;height:0.8125rem;top:14.9375rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NTbkcqpeCSbypnEdSIdMPm6IrLEQ5cTi { width:16.9375rem;height:0.8125rem;top:16.5rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mdydCWTqqksGPAz6TnDLTDrPhirz2rkT { width:16.9375rem;height:0.8125rem;top:18.0625rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GiztFfmDOlpTtqRAqWsitPwIxWMTPGQT { width:16.9375rem;height:0.8125rem;top:19.625rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lBwqVTNFy4I6JZc7DQDPedSgWJUVI29C { width:2.5rem;height:0.125rem;top:10.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR2r7vpqFd1AvOOTJqmdvIyTeyDLSNDZ { display:flex;width:1.375rem;height:1.375rem;top:11.5rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #zCOwX1g040VaCb4Lkr6aGhoGqAqov26V { display:flex;width:1.375rem;height:1.375rem;top:13.0625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #QvvBymGNeby8T7GbNxWfThzDsvOKuapD { display:flex;width:1.375rem;height:1.375rem;top:14.625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #iB2ZCw90m0AkykEsLwvK64Q4TpzQkmyS { display:flex;width:1.375rem;height:1.375rem;top:16.1875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #CbxhBAcH8qEJvp5Bu7TwLBhTfWC1KXvi { display:flex;width:1.375rem;height:1.375rem;top:17.75rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #AAzW4n7GuWwTRbS8Oiana88CUQosXQeO { display:flex;width:1.375rem;height:1.375rem;top:19.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #ewdeeTEIoQ1yzNNRwleKbHVMSUFz72WI { width:8.8125rem;height:4.75rem;top:1rem;left:0.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ { background-color:rgba(255,255,255,0.9);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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row .container { background-color: transparent; background-image: none; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row .container > .video-iframe-container { display: none; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row > .video-iframe-container { display: none; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .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); }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row .container { border-width: 0; border-radius: 0; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVWfDM64pWwahyN2CbWNRrAiw8OU0NeT { width:11.875rem;height:2.1875rem;top:1.09375rem;left:4.0625rem;font-size:0.875rem;z-index:15039;background-color:#1a82fd;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) { #l6zT3xStFqAm9sgq1tTPTRHz8Up9NDNJ { display:block; }
 }