.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:93,146,255;--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:242,245,248;--color-tertiary-2:189,198,204;--color-tertiary-3:155,155,155;--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:36.375rem;width:75rem;position:relative;display:block; }#xZ8V1Le825sdqztsnnmQgoFs9zOQhHXe { color:rgba(var(--color-tertiary-0),1);display:block;width:51.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.6874997615813rem;left:8.436718940735rem;height:6.75rem;font-style:normal;display:block; }
#lRwoxQVtnnziZnq1sPbPvAPq71u3KihQ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:31.25rem;left:8.4375rem;height:1.4625rem;font-style:normal;display:block; }
#AhauiV7GpM0obVpvENoLzmC2Di2h34S9 { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:17.8125rem;left:8.4375rem;height:2.76278125rem;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; }
#A6O5ELXbsOnzkDJF5wXKsL0XVJqG9cLE { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.1875rem;left:8.4375rem;height:6.4630625rem;display:block; }#A6O5ELXbsOnzkDJF5wXKsL0XVJqG9cLE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A6O5ELXbsOnzkDJF5wXKsL0XVJqG9cLE li:before{  }
#z1sUwoLOAVWW8rfzlPih2isoaDMQtHnZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#z1sUwoLOAVWW8rfzlPih2isoaDMQtHnZ > .row .container { background-color: transparent; background-image: none; }#z1sUwoLOAVWW8rfzlPih2isoaDMQtHnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1sUwoLOAVWW8rfzlPih2isoaDMQtHnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1sUwoLOAVWW8rfzlPih2isoaDMQtHnZ > .row .container > .video-iframe-container { display: none; }#z1sUwoLOAVWW8rfzlPih2isoaDMQtHnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1sUwoLOAVWW8rfzlPih2isoaDMQtHnZ > .row > .video-iframe-container { display: none; }#z1sUwoLOAVWW8rfzlPih2isoaDMQtHnZ > .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); }#z1sUwoLOAVWW8rfzlPih2isoaDMQtHnZ > .row .container { border-width: 0; border-radius: 0; }#z1sUwoLOAVWW8rfzlPih2isoaDMQtHnZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z1sUwoLOAVWW8rfzlPih2isoaDMQtHnZ > .row .container { font-size:0.875rem;font-family:arial;height:54.6875rem;width:75rem;position:relative;display:block; }#GpJLA0aoZzDkC2A92E5UIXEoITbmx0Lw { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:21.25rem;width:27.25rem;top:7.3125rem;left:3.5rem;display:block; }
#zWT9pDVIBA4gh55U3oL9VdpaPcXto3Z3 { color:#0d25ae;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5rem;left:5.4375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tlz1vmTOSAf4gAwgDyCHlHpyEKmTAwgc { color:#868686;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.625rem;left:5.4375rem;height:3.9rem;font-style:normal;display:block; }
#RyVTd13KdNz18oJmMwK5i8C4FHAsPyIk { color:#0d25ae;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:19.1875rem;left:5.4375rem;height:4.525rem;font-style:normal;display:block; }#RyVTd13KdNz18oJmMwK5i8C4FHAsPyIk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RyVTd13KdNz18oJmMwK5i8C4FHAsPyIk li:before{  }
#ZvxvQt31WfJKEfgr5rrlSrH6io3F5TKd { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:21.1875rem;width:27.25rem;top:7.3125rem;left:43.6875rem;display:block; }
#Ro7G7BB9glxdhEsy8S28gaV2FPW24pRl { color:#0d25ae;display:block;width:22.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.5rem;left:45.6875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TAZvTsZ4e4SSLxnWVLD7tRPRUKrFUI2M { color:#868686;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:46.0625rem;height:2.6rem;font-style:normal;display:block; }
#fhweg6bPsp7Wr9RoHUiC0TTD8R7afgvH { color:#0d25ae;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:19.1875rem;left:46.0625rem;height:4.525rem;font-style:normal;display:block; }#fhweg6bPsp7Wr9RoHUiC0TTD8R7afgvH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fhweg6bPsp7Wr9RoHUiC0TTD8R7afgvH li:before{  }
#X4Qvzw9odW1d7PxEaA89izzbbAh2NTmT { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:19.9375rem;width:27.25rem;top:31.375rem;left:43.6875rem;display:block; }
#W27pU6XB7Xf7d0Eqb4em4uHnOQz0ZD2w { color:#0d25ae;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:33.625rem;left:45.6875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TxboJWMtK2lvGKVCeGzltn1y4GWvSMgN { color:#868686;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:38.5625rem;left:45.8125rem;height:1.3rem;font-style:normal;display:block; }
#pJpiWO47J06JdUJ1BZTBk7K9O9evvVAM { color:#0d25ae;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:41.1875rem;left:46.0625rem;height:4.525rem;font-style:normal;display:block; }#pJpiWO47J06JdUJ1BZTBk7K9O9evvVAM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pJpiWO47J06JdUJ1BZTBk7K9O9evvVAM li:before{  }
#ZI2vLvBx7Ha06nr7V5U9qQioKENxgRT9 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:38.1875rem;left:62.6875rem;display:block; }
#F2c3kzQDIIGtpbbt2KVPHJxChozlmaiZ { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:19.9375rem;width:27.25rem;top:31.375rem;left:3.5rem;display:block; }
#D9Nm4cMtL7LQZl7VTrSqw32lviqR4n19 { color:#0d25ae;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34.4375rem;left:5.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KNxRsidrWvgvpKduAw2NkNfenqpNwLxt { color:#868686;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:37.1875rem;left:5.4375rem;height:2.6rem;font-style:normal;display:block; }
#KllEK9V26xqdZr2dfWw3CKZaDyHnJqEV { color:#0d25ae;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:41.1875rem;left:5.4375rem;height:4.525rem;font-style:normal;display:block; }#KllEK9V26xqdZr2dfWw3CKZaDyHnJqEV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KllEK9V26xqdZr2dfWw3CKZaDyHnJqEV li:before{  }
#vQu71VT2v7ZUeNT7twuQ72THHtFQDKMh { background-color:#004478;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:1.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.5rem;left:5.4375rem;display:block; }
#wBqAXkmp2eEkNAvLaqoSmUt5f0S8ootk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cAnOXfVzRVRqFP6ApxR012OUOtuQnbZS { background-color:#004478;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.5rem;left:45.6875rem;display:block; }
#SIyAFFd1iZSTnhUqkZXe0OdzUD8XstPb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bxZJ3J75OxzEGRWxLvBWWOrrPZrIKNpS { background-color:#004478;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:1.875rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:46.5625rem;left:5.4375rem;display:block; }
#MVXgvD1uwTUnUFzqyMp3xTzZSw4lmnBy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VUsqooFcGpUemCImNvSF722eofoC4D95 { 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:2.6875rem;width:2.6875rem;top:9.5000009536744rem;left:26.562500953674rem;overflow:hidden;display:block; }
#bGfk3uGWRsypNBmiR3bhiT5fmUH18lmz { 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:9.7812509536744rem;left:66.812500953675rem;overflow:hidden;display:block; }
#ghD6lyn8CT2o2aOuhtpandNCHEcqET13 { 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:32.875rem;left:66.8125rem;overflow:hidden;display:block; }
#ZV43qy7QSE9z5Zi451wH2ivTNe7oM1GW { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;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:33.4375rem;left:66.8125rem;overflow:hidden;display:block; }
#TeTWMv7rRNF9wToubTNMQIaaGzDBpN6b { 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:2.6875rem;width:2.6875rem;top:33.4375rem;left:26.5625rem;overflow:hidden;display:block; }
#wiTgkEJJyTD1uk5MHzuhaDweoyg5fi8q { color:#004478;display:block;width:33.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:1.999219417572rem;left:8.4374990463256rem;height:2.68125rem;display:block; }
#aHXifGpxnTedd5ED9g2RpkUUciNHNgil { background-color:#004478;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:1.875rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:46.5625rem;left:45.687500953674rem;display:block; }
#HbxHvNwMQG1JcRApXWfG166WwdI303XL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f7FZTZ4VsCneMDq8t8qv3XGLnb34LPce { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(216,234,239,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.1375rem;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.95rem;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:rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:1.6875rem;left:8.75rem;display:none; }
#HIBTsB0f3vD8QawKGxR9ENkBdbT1pxvW { 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: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:#375375;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: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: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: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: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: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: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: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: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; }
#busD3y6DD4Em8vwRCviAiiQiJsCTOtXS { position:relative;display:block; }#busD3y6DD4Em8vwRCviAiiQiJsCTOtXS { background-color: transparent; background-image: none; }#busD3y6DD4Em8vwRCviAiiQiJsCTOtXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#busD3y6DD4Em8vwRCviAiiQiJsCTOtXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#busD3y6DD4Em8vwRCviAiiQiJsCTOtXS > .row .container > .video-iframe-container { display: none; }#busD3y6DD4Em8vwRCviAiiQiJsCTOtXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#busD3y6DD4Em8vwRCviAiiQiJsCTOtXS > .row > .video-iframe-container { display: none; }#busD3y6DD4Em8vwRCviAiiQiJsCTOtXS > .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); }#busD3y6DD4Em8vwRCviAiiQiJsCTOtXS { border-width: 0; border-radius: 0; }#busD3y6DD4Em8vwRCviAiiQiJsCTOtXS > .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; }#busD3y6DD4Em8vwRCviAiiQiJsCTOtXS > .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; }#n1L7va6tFQ2z0O6PKe9U4J1THmqVKJLf { 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.9504625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WozTPWAWaFiXsGpK1f0llLb1ZFsPdq6m { 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.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vvaMFtmwT32Kxas7fsVL2bTRUXnkHGlt { color:#375375;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.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L13fHG6QRswp99W7oJ713Qry6URKG5ge { color:#375375;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.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vQfViP23cOOwEscmTOqB7uG7TKLiHeT3 { color:#375375;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; }
#OGIRz37niWxIuSNSaMuh01068CZEdyTP { 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; }
#A944PNhZJCb2kPyU0MpdbJ5iwpbZmWJ2 { 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: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; }
#tRlftyofJHz3gXK0m9A1NaePHNMfqyUF { 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: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; }
#qkK8tXBBMofQBXynGS7y59JAzkgPQKRm { 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: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; }
#rmCIksrTSL4rPtrBkfwITOaolJUsXFl7 { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:2.374267578125rem;left:8.56201171875rem;display:none; }
#JMnGRpQKdAXEszvec0Ouztwfn6cLeJRR { 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: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; }
#vL5hz58RZ65gP0uT75Pr4EQpuipUMZtp { 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: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; }
#xrezWh4BrRx3L1Z7xNPH6GZClPioquEA { color:#375375;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; }
#h9hFyhXUQw3bGOBTBJJQIbRUz3vDOdP2 { position:absolute;display:block;z-index:14999;background-color:rgba(216,234,239,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; }
#nS1157TU1NFFbwpBaEM9RL2TUS8z1D1w { position:absolute;display:block;z-index:15000;background-color:rgba(216,234,239,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; }
#apAhUsfUa5AcwzmR6zGpfFNkNvpa6Tev { position:absolute;display:block;z-index:15001;background-color:rgba(216,234,239,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; }
#MsiTgCw1Tx9W5e3RlHhrFEEI9IvkkZGJ { 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; }
#veI2yoykv76pV8VS3MCwQ39b5E5lMmys { 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; }
#VbDm15M7WGqyPbs3186ioCzTwaviiVbJ { 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; }
#DQfB9H7usEy4GGtAOPkWNfyreIIBmCzy { position:absolute;display:block;z-index:15004;background-color:rgba(216,234,239,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; }
#Df42AH0rF5vpJHHCgIBUdBteLpt70651 { color:#375375;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.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UhmKvihmq519vZZdPKhhWHlRTcspaXMk { 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; }
#S4VT8fksJFPgTX0epSP1t2hMswLnQ3K8 { 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.73153125rem;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; }
#XQKlofTwRaTCshRziaOfkkSwc8sI2SFZ { 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; }
#C3XqliV8gBabOG1VyIWa8bByXmpythyJ { 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; }
#IF0JsgFwDo2MTlfIdpWrS7q7iO8LOGuD { 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; }
#mp6NyFLWPygswzAw2UovE9CbhfnS9lzd { 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; }
#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(216,234,239,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:#375375;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:#375375;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:rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-1),1);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:2.923825rem;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:rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-1),1);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:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fBPhT34tHU2FlIf9A9TDov0OCaFHKDi4 { color:rgba(var(--color-tertiary-1),1);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:2.923825rem;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:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:1.6875rem;left:8.75rem;display:none; }
#cJVQlOiGUz7X9HspqIp1l0y8lTycl46T { 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: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:#375375;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: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: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: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: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: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: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: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: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; }
#D9e393R4FIw1Jg02qC9aDAJZT7PJf7Df { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(216,234,239,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:block; }#D9e393R4FIw1Jg02qC9aDAJZT7PJf7Df > .row .container { background-color: transparent; background-image: none; }#D9e393R4FIw1Jg02qC9aDAJZT7PJf7Df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9e393R4FIw1Jg02qC9aDAJZT7PJf7Df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9e393R4FIw1Jg02qC9aDAJZT7PJf7Df > .row .container > .video-iframe-container { display: none; }#D9e393R4FIw1Jg02qC9aDAJZT7PJf7Df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9e393R4FIw1Jg02qC9aDAJZT7PJf7Df > .row > .video-iframe-container { display: none; }#D9e393R4FIw1Jg02qC9aDAJZT7PJf7Df > .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); }#D9e393R4FIw1Jg02qC9aDAJZT7PJf7Df > .row .container { border-width: 0; border-radius: 0; }#D9e393R4FIw1Jg02qC9aDAJZT7PJf7Df > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9e393R4FIw1Jg02qC9aDAJZT7PJf7Df > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#RTVL4VWD89CqE1rSd9WDST51O8UCb2zy { color:#375375;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; }
#aiNmbDy26gR0s9iEzrMoaP7p2nHpmEAv { color:#375375;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.9504625rem;font-style:normal;display:block; }
#gTZ5gXqaQSyKA5qiBqisZky4BAltrvfO { 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; }
#gR4DbTtJ0ykyTskRCdXErSZmzAh4PQEa { 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:15.375rem;width:16.0625rem;top:12.1875rem;left:3.3125rem;overflow:hidden;display:block; }
#KRpNal1RinCQ1hnlBc4J9Z5xsu379d7q { 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:15.9375rem;width:16.625rem;top:11.90625rem;left:20.5126953125rem;overflow:hidden;display:block; }
#OS9uVwLW5ORCmVWDNGViC1v2Tm89wCnh { 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:16.125rem;width:16.8125rem;top:11.8125rem;left:38.1875rem;overflow:hidden;display:block; }
#DeyfRpFNJB6KJDcDBE2rvUWWUTxf962M { color:rgba(var(--color-tertiary-1),1);display:block;width:13.3125rem;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:21.88671875rem;left:3.78125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o5Ly9dqeelCqEt7QozNCRewCSGKQOboD { color:rgba(var(--color-tertiary-1),1);display:block;width:15.125rem;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.5625rem;left:3.78125rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vtJ08kShBdvzGIEpspncPeTKT1F4EgtT { 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:23.1240234375rem;left:3.78125rem;display:block; }
#ehJoVybuF0v1Stvhpb4XtfTeRwm43R5M { color:rgba(var(--color-tertiary-1),1);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:21.9482421875rem;left:21.625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uxaSTpaiQLixksEAJ88Jogcwx2qqgKBq { color:rgba(var(--color-tertiary-1),1);display:block;width:20.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:20.1875rem;left:38.75rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M69gUTiSdhQ10mwfHn8HV8rdLEOaaInW { 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:23.5625rem;left:21.625rem;display:block; }
#hfoPsMzCaGTaIQBIIpHMeViTQneaXreS { 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:23.1240234375rem;left:38.75rem;display:block; }
#sTVR5O0Si10vmmbRQ0HoeDV5i6CzAw2T { 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:15033;line-height:1.3;letter-spacing:0;top:24.1611328125rem;left:21.5439453125rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VOEUDhe4xDaltzf6T1aLgmLGDGHPs3oE { color:rgba(var(--color-tertiary-1),1);display:block;width:13.4375rem;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.6728515625rem;left:38.75rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HGtVkpVtd8BSnvWMsirL15NDAX5qkFtx { 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; }
#queXxVebffP4iGItto35xnwTG6NnNIEd { 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; }
#FPbQ5V8av8ptMeJLUnwnULQwThRrNrFs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZunLDuOqb0RgX4h89tswVUPwaXMQtudZ { 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; }
#M9solFqS9UK57lFQfChpnNBDoWXvCrtd { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:1.6875rem;left:8.75rem;display:none; }
#iByKr4i2CHNOyZWoEbeFlTt8mH2k7Sx9 { 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: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; }
#wLqpysX9MIKITQI8otukyQ2PBQFT704B { color:#375375;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; }
#h9vozOq60wpTkbqsbIt4XgVRRLnkoaVv { 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: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; }
#DBfDdgihDMe105SGzVbB9iqsW79hn5kM { 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: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; }
#nlraTH1CS7Bo4ND2fDmqox4uycZ2cDA6 { 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: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; }
#zVyrIZTDHL3JixCQIk4X1RgQvn8aG4qP { 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: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; }
#ClNTM5UUkTuf2AbxQc8TTTulhQVpEUbM { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:17.875rem;top:11.84375rem;left:56.187500953674rem;overflow:hidden;display:block; }
#K5cZwU5C9LkiUUHQApfeOUtvFkxfMNTr { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:21.236328125rem;left:56.875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rDNNvZ5zJsT8ORPhr6QOmhtwXhEfUsHJ { color:rgba(var(--color-tertiary-1),1);display:block;width:13.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:23.6728515625rem;left:56.875rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OD8XsxmvzSHNF17lz614GXmoRyQdtAph { position:absolute;display:block;z-index:15036;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:23.1240234375rem;left:56.875rem;display:block; }
#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq { position:relative;display:block; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq { background-color: transparent; background-image: none; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .row .container > .video-iframe-container { display: none; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .row > .video-iframe-container { display: none; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .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); }#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:block; }#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.9504625rem;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.275rem;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:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:1.3125rem;left:8.75rem;display:none; }
#lKcupPIzuOC03gsXsbOBQXVBWyuVpZxG { color:#375375;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: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: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: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: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: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: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: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: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: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: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; }
#vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL { position:relative;display:block; }#vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL { background-color: transparent; background-image: none; }#vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL > .row .container > .video-iframe-container { display: none; }#vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL > .row > .video-iframe-container { display: none; }#vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL > .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); }#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:block; }#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:rgba(var(--color-tertiary-3),1);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:block; }#Qm4rMRvWOFVwLo5e7TlnT4WoPJbUClGZ { background-color: transparent; background-image: none; }#Qm4rMRvWOFVwLo5e7TlnT4WoPJbUClGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qm4rMRvWOFVwLo5e7TlnT4WoPJbUClGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qm4rMRvWOFVwLo5e7TlnT4WoPJbUClGZ > .row .container > .video-iframe-container { display: none; }#Qm4rMRvWOFVwLo5e7TlnT4WoPJbUClGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qm4rMRvWOFVwLo5e7TlnT4WoPJbUClGZ > .row > .video-iframe-container { display: none; }#Qm4rMRvWOFVwLo5e7TlnT4WoPJbUClGZ > .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); }#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:block; }#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:#0060ab;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:#0060ab;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:#0060ab;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:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:12.4375rem;width:23rem;top:1.9375rem;left:50.930746921416rem;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; }
#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.9504625rem;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.275rem;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:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:1.6875rem;left:8.75rem;display:none; }
#Ot7K50bsWyqwO310yOmy2NHmfRoivc2B { 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: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: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: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: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: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: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: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: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: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:#375375;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; }
#s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(216,234,239,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:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:1.375rem;left:8.75rem;display:none; }
#ITMPdxx8qghxTeUbhSnPrB3LHHblLOfp { 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: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: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: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: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: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: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: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:#375375;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: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: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; }
#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:rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-2),1);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:rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-1),1);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) { #xZ8V1Le825sdqztsnnmQgoFs9zOQhHXe { top:7.625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRwoxQVtnnziZnq1sPbPvAPq71u3KihQ { top:31.25rem;left:0rem;width:35.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhauiV7GpM0obVpvENoLzmC2Di2h34S9 { top:17.8125rem;left:0rem;width:39.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6O5ELXbsOnzkDJF5wXKsL0XVJqG9cLE { top:22.1875rem;left:0rem;width:39.0625rem;height:6.4375rem;font-size:1.0625rem;display:block; }#A6O5ELXbsOnzkDJF5wXKsL0XVJqG9cLE li:before{  }
 }@media only screen and (max-width: 763px) { #z1sUwoLOAVWW8rfzlPih2isoaDMQtHnZ { display:block; }#z1sUwoLOAVWW8rfzlPih2isoaDMQtHnZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpJLA0aoZzDkC2A92E5UIXEoITbmx0Lw { top:7.3125rem;left:0rem;width:27.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWT9pDVIBA4gh55U3oL9VdpaPcXto3Z3 { top:9.5rem;left:0rem;width:19.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlz1vmTOSAf4gAwgDyCHlHpyEKmTAwgc { top:13.625rem;left:0rem;width:22.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyVTd13KdNz18oJmMwK5i8C4FHAsPyIk { top:19.1875rem;left:0rem;width:22.5rem;height:4.5rem;font-size:1rem;display:block; }#RyVTd13KdNz18oJmMwK5i8C4FHAsPyIk li:before{  }
 }@media only screen and (max-width: 763px) { #ZvxvQt31WfJKEfgr5rrlSrH6io3F5TKd { top:7.3125rem;left:20.5rem;width:27.25rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro7G7BB9glxdhEsy8S28gaV2FPW24pRl { top:9.5rem;left:25.0625rem;width:22.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAZvTsZ4e4SSLxnWVLD7tRPRUKrFUI2M { top:14.3125rem;left:25.25rem;width:22.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhweg6bPsp7Wr9RoHUiC0TTD8R7afgvH { top:19.1875rem;left:25.25rem;width:22.5rem;height:4.5rem;font-size:1rem;display:block; }#fhweg6bPsp7Wr9RoHUiC0TTD8R7afgvH li:before{  }
 }@media only screen and (max-width: 763px) { #X4Qvzw9odW1d7PxEaA89izzbbAh2NTmT { top:31.375rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W27pU6XB7Xf7d0Eqb4em4uHnOQz0ZD2w { top:33.625rem;left:25.25rem;width:19.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxboJWMtK2lvGKVCeGzltn1y4GWvSMgN { top:38.5625rem;left:25.25rem;width:22.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJpiWO47J06JdUJ1BZTBk7K9O9evvVAM { top:41.1875rem;left:25.25rem;width:22.5rem;height:4.5rem;font-size:1rem;display:block; }#pJpiWO47J06JdUJ1BZTBk7K9O9evvVAM li:before{  }
 }@media only screen and (max-width: 763px) { #ZI2vLvBx7Ha06nr7V5U9qQioKENxgRT9 { top:38.1875rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2c3kzQDIIGtpbbt2KVPHJxChozlmaiZ { top:31.375rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Nm4cMtL7LQZl7VTrSqw32lviqR4n19 { top:34.4375rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNxRsidrWvgvpKduAw2NkNfenqpNwLxt { top:37.1875rem;left:0rem;width:22.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KllEK9V26xqdZr2dfWw3CKZaDyHnJqEV { top:41.1875rem;left:0rem;width:22.5rem;height:4.5rem;font-size:1rem;display:block; }#KllEK9V26xqdZr2dfWw3CKZaDyHnJqEV li:before{  }
 }@media only screen and (max-width: 763px) { #vQu71VT2v7ZUeNT7twuQ72THHtFQDKMh { width:10.0625rem;height:1.875rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBqAXkmp2eEkNAvLaqoSmUt5f0S8ootk { display:block; }
 }@media only screen and (max-width: 763px) { #cAnOXfVzRVRqFP6ApxR012OUOtuQnbZS { width:10.0625rem;height:1.875rem;top:25.5rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIyAFFd1iZSTnhUqkZXe0OdzUD8XstPb { display:block; }
 }@media only screen and (max-width: 763px) { #bxZJ3J75OxzEGRWxLvBWWOrrPZrIKNpS { width:10.1875rem;height:1.875rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVXgvD1uwTUnUFzqyMp3xTzZSw4lmnBy { display:block; }
 }@media only screen and (max-width: 763px) { #VUsqooFcGpUemCImNvSF722eofoC4D95 { top:9.5rem;left:19.750000953674rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGfk3uGWRsypNBmiR3bhiT5fmUH18lmz { top:9.75rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghD6lyn8CT2o2aOuhtpandNCHEcqET13 { top:32.875rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV43qy7QSE9z5Zi451wH2ivTNe7oM1GW { top:33.4375rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeTWMv7rRNF9wToubTNMQIaaGzDBpN6b { top:33.4375rem;left:19.75rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiTgkEJJyTD1uk5MHzuhaDweoyg5fi8q { top:1.9375rem;left:0rem;width:33.3125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHXifGpxnTedd5ED9g2RpkUUciNHNgil { width:10.1875rem;height:1.875rem;top:46.5625rem;left:25.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbxHvNwMQG1JcRApXWfG166WwdI303XL { 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) { #busD3y6DD4Em8vwRCviAiiQiJsCTOtXS { display:block; }#busD3y6DD4Em8vwRCviAiiQiJsCTOtXS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1L7va6tFQ2z0O6PKe9U4J1THmqVKJLf { 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) { #WozTPWAWaFiXsGpK1f0llLb1ZFsPdq6m { top:6.375rem;left:5.8749990463257rem;width:36.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvaMFtmwT32Kxas7fsVL2bTRUXnkHGlt { top:15.25rem;left:11.562500953674rem;width:9.8125rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L13fHG6QRswp99W7oJ713Qry6URKG5ge { top:15.625rem;left:37.75rem;width:10rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQfViP23cOOwEscmTOqB7uG7TKLiHeT3 { top:15.625rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGIRz37niWxIuSNSaMuh01068CZEdyTP { top:5.25rem;left:22.8125rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A944PNhZJCb2kPyU0MpdbJ5iwpbZmWJ2 { 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) { #tRlftyofJHz3gXK0m9A1NaePHNMfqyUF { 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) { #qkK8tXBBMofQBXynGS7y59JAzkgPQKRm { 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) { #rmCIksrTSL4rPtrBkfwITOaolJUsXFl7 { top:2.3125rem;left:0rem;width:36.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMnGRpQKdAXEszvec0Ouztwfn6cLeJRR { 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) { #vL5hz58RZ65gP0uT75Pr4EQpuipUMZtp { 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) { #xrezWh4BrRx3L1Z7xNPH6GZClPioquEA { top:2.75rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9hFyhXUQw3bGOBTBJJQIbRUz3vDOdP2 { top:11.1875rem;left:0rem;width:12.5rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS1157TU1NFFbwpBaEM9RL2TUS8z1D1w { top:10.875rem;left:25.875rem;width:12.5rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apAhUsfUa5AcwzmR6zGpfFNkNvpa6Tev { top:10.875rem;left:10.1875rem;width:12.5rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsiTgCw1Tx9W5e3RlHhrFEEI9IvkkZGJ { display:none; }
 }@media only screen and (max-width: 763px) { #veI2yoykv76pV8VS3MCwQ39b5E5lMmys { display:none; }
 }@media only screen and (max-width: 763px) { #VbDm15M7WGqyPbs3186ioCzTwaviiVbJ { display:none; }
 }@media only screen and (max-width: 763px) { #DQfB9H7usEy4GGtAOPkWNfyreIIBmCzy { top:11.25rem;left:35.0625rem;width:12.5rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df42AH0rF5vpJHHCgIBUdBteLpt70651 { top:15.625rem;left:27.062500953674rem;width:10.1875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhmKvihmq519vZZdPKhhWHlRTcspaXMk { display:none; }
 }@media only screen and (max-width: 763px) { #S4VT8fksJFPgTX0epSP1t2hMswLnQ3K8 { 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) { #XQKlofTwRaTCshRziaOfkkSwc8sI2SFZ { top:12.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3XqliV8gBabOG1VyIWa8bByXmpythyJ { top:12.3125rem;left:15.1875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF0JsgFwDo2MTlfIdpWrS7q7iO8LOGuD { top:12.4375rem;left:30.6875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp6NyFLWPygswzAw2UovE9CbhfnS9lzd { top:12.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@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) { #D9e393R4FIw1Jg02qC9aDAJZT7PJf7Df { display:block; }#D9e393R4FIw1Jg02qC9aDAJZT7PJf7Df > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTVL4VWD89CqE1rSd9WDST51O8UCb2zy { top:6.4375rem;left:0rem;width:37.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiNmbDy26gR0s9iEzrMoaP7p2nHpmEAv { top:3.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTZ5gXqaQSyKA5qiBqisZky4BAltrvfO { top:5.5rem;left:0rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR4DbTtJ0ykyTskRCdXErSZmzAh4PQEa { top:12.1875rem;left:0rem;width:16.0625rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRpNal1RinCQ1hnlBc4J9Z5xsu379d7q { top:11.875rem;left:6.8876953125rem;width:16.625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS9uVwLW5ORCmVWDNGViC1v2Tm89wCnh { top:11.8125rem;left:24.5625rem;width:16.8125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeyfRpFNJB6KJDcDBE2rvUWWUTxf962M { top:21.875rem;left:0rem;width:13.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Ly9dqeelCqEt7QozNCRewCSGKQOboD { top:23.5625rem;left:0rem;width:15.125rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtJ08kShBdvzGIEpspncPeTKT1F4EgtT { top:23.0625rem;left:0rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehJoVybuF0v1Stvhpb4XtfTeRwm43R5M { top:21.9375rem;left:8rem;width:12.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxaSTpaiQLixksEAJ88Jogcwx2qqgKBq { top:20.1875rem;left:25.125rem;width:20.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M69gUTiSdhQ10mwfHn8HV8rdLEOaaInW { top:23.5625rem;left:8rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfoPsMzCaGTaIQBIIpHMeViTQneaXreS { top:23.0625rem;left:25.125rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTVR5O0Si10vmmbRQ0HoeDV5i6CzAw2T { top:24.125rem;left:7.9189453125rem;width:14.5625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOEUDhe4xDaltzf6T1aLgmLGDGHPs3oE { top:23.625rem;left:25.125rem;width:13.4375rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGtVkpVtd8BSnvWMsirL15NDAX5qkFtx { 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) { #queXxVebffP4iGItto35xnwTG6NnNIEd { width:12.8125rem;height:2.1875rem;top:36.125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPbQ5V8av8ptMeJLUnwnULQwThRrNrFs { display:block; }
 }@media only screen and (max-width: 763px) { #ZunLDuOqb0RgX4h89tswVUPwaXMQtudZ { 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) { #M9solFqS9UK57lFQfChpnNBDoWXvCrtd { top:1.6875rem;left:0rem;width:36.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iByKr4i2CHNOyZWoEbeFlTt8mH2k7Sx9 { 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) { #wLqpysX9MIKITQI8otukyQ2PBQFT704B { 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) { #h9vozOq60wpTkbqsbIt4XgVRRLnkoaVv { 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) { #DBfDdgihDMe105SGzVbB9iqsW79hn5kM { top:2.0625rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlraTH1CS7Bo4ND2fDmqox4uycZ2cDA6 { 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) { #zVyrIZTDHL3JixCQIk4X1RgQvn8aG4qP { 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) { #ClNTM5UUkTuf2AbxQc8TTTulhQVpEUbM { top:11.8125rem;left:29.875rem;width:17.875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5cZwU5C9LkiUUHQApfeOUtvFkxfMNTr { top:21.1875rem;left:30.25rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDNNvZ5zJsT8ORPhr6QOmhtwXhEfUsHJ { top:23.625rem;left:34.3125rem;width:13.4375rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD8XsxmvzSHNF17lz614GXmoRyQdtAph { top:23.0625rem;left:43.25rem;width:2.5rem;height:0.125rem;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) { #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.4375rem;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) { #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) { #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) { #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:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZ8V1Le825sdqztsnnmQgoFs9zOQhHXe { width:19.125rem;height:18rem;top:3.1726562976837rem;left:0.43671876192093rem;font-size:2.5rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lRwoxQVtnnziZnq1sPbPvAPq71u3KihQ { width:20rem;height:2.925rem;top:22.672657012939rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhauiV7GpM0obVpvENoLzmC2Di2h34S9 { width:20rem;height:5.525rem;top:27.124219894409rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6O5ELXbsOnzkDJF5wXKsL0XVJqG9cLE { width:20rem;height:10.60625rem;top:34.336719512939rem;left:0rem;font-size:1.0625rem;display:block; }#A6O5ELXbsOnzkDJF5wXKsL0XVJqG9cLE li:before{  }
 }@media only screen and (max-width: 763px) { #z1sUwoLOAVWW8rfzlPih2isoaDMQtHnZ { display:block; }#z1sUwoLOAVWW8rfzlPih2isoaDMQtHnZ > .row .container { width:20rem;height:101rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpJLA0aoZzDkC2A92E5UIXEoITbmx0Lw { width:20rem;height:19.9375rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWT9pDVIBA4gh55U3oL9VdpaPcXto3Z3 { width:18.1875rem;height:3.25rem;top:11.875rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlz1vmTOSAf4gAwgDyCHlHpyEKmTAwgc { width:19.5625rem;height:3.9rem;top:16.5625rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyVTd13KdNz18oJmMwK5i8C4FHAsPyIk { width:19.375rem;height:4.525rem;top:21.75rem;left:0.3125rem;font-size:1rem;display:block; }#RyVTd13KdNz18oJmMwK5i8C4FHAsPyIk li:before{  }
 }@media only screen and (max-width: 763px) { #ZvxvQt31WfJKEfgr5rrlSrH6io3F5TKd { width:20rem;height:19.9375rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro7G7BB9glxdhEsy8S28gaV2FPW24pRl { width:19.4375rem;height:3.25rem;top:57.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAZvTsZ4e4SSLxnWVLD7tRPRUKrFUI2M { width:19.375rem;height:2.6rem;top:61.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhweg6bPsp7Wr9RoHUiC0TTD8R7afgvH { width:19.25rem;height:4.525rem;top:65.25rem;left:0.375rem;font-size:1rem;display:block; }#fhweg6bPsp7Wr9RoHUiC0TTD8R7afgvH li:before{  }
 }@media only screen and (max-width: 763px) { #X4Qvzw9odW1d7PxEaA89izzbbAh2NTmT { width:20rem;height:19.9375rem;top:76.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W27pU6XB7Xf7d0Eqb4em4uHnOQz0ZD2w { width:19.4375rem;height:3.25rem;top:78.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxboJWMtK2lvGKVCeGzltn1y4GWvSMgN { width:19.1875rem;height:2.6rem;top:82.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJpiWO47J06JdUJ1BZTBk7K9O9evvVAM { width:19.25rem;height:4.525rem;top:86.3125rem;left:0rem;font-size:1rem;display:block; }#pJpiWO47J06JdUJ1BZTBk7K9O9evvVAM li:before{  }
 }@media only screen and (max-width: 763px) { #ZI2vLvBx7Ha06nr7V5U9qQioKENxgRT9 { width:8.25rem;height:0.375rem;top:93.6875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2c3kzQDIIGtpbbt2KVPHJxChozlmaiZ { width:20rem;height:19.9375rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Nm4cMtL7LQZl7VTrSqw32lviqR4n19 { width:16.625rem;height:1.625rem;top:36.125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNxRsidrWvgvpKduAw2NkNfenqpNwLxt { width:15.5rem;height:3.9rem;top:39.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KllEK9V26xqdZr2dfWw3CKZaDyHnJqEV { width:19.375rem;height:4.525rem;top:44.5625rem;left:0.625rem;font-size:1rem;display:block; }#KllEK9V26xqdZr2dfWw3CKZaDyHnJqEV li:before{  }
 }@media only screen and (max-width: 763px) { #vQu71VT2v7ZUeNT7twuQ72THHtFQDKMh { width:10.0625rem;height:1.875rem;top:27.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBqAXkmp2eEkNAvLaqoSmUt5f0S8ootk { display:block; }
 }@media only screen and (max-width: 763px) { #cAnOXfVzRVRqFP6ApxR012OUOtuQnbZS { width:10.0625rem;height:1.875rem;top:71.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIyAFFd1iZSTnhUqkZXe0OdzUD8XstPb { display:block; }
 }@media only screen and (max-width: 763px) { #bxZJ3J75OxzEGRWxLvBWWOrrPZrIKNpS { width:10.1875rem;height:1.875rem;top:50.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVXgvD1uwTUnUFzqyMp3xTzZSw4lmnBy { display:block; }
 }@media only screen and (max-width: 763px) { #VUsqooFcGpUemCImNvSF722eofoC4D95 { width:2.6875rem;height:2.6875rem;top:27.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGfk3uGWRsypNBmiR3bhiT5fmUH18lmz { width:2.6875rem;height:2.6875rem;top:92.5625rem;left:0rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #ghD6lyn8CT2o2aOuhtpandNCHEcqET13 { width:2.6875rem;height:2.6875rem;top:79.6875rem;left:8.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ZV43qy7QSE9z5Zi451wH2ivTNe7oM1GW { width:2.6875rem;height:2.6875rem;top:71.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeTWMv7rRNF9wToubTNMQIaaGzDBpN6b { width:2.6875rem;height:2.6875rem;top:50.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiTgkEJJyTD1uk5MHzuhaDweoyg5fi8q { width:20rem;height:5.2rem;top:2.8101552724838rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHXifGpxnTedd5ED9g2RpkUUciNHNgil { width:10.1875rem;height:1.875rem;top:92.9375rem;left:4.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbxHvNwMQG1JcRApXWfG166WwdI303XL { 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.1125rem;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.7375rem;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.925rem;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.925rem;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) { #busD3y6DD4Em8vwRCviAiiQiJsCTOtXS { display:block; }#busD3y6DD4Em8vwRCviAiiQiJsCTOtXS > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1L7va6tFQ2z0O6PKe9U4J1THmqVKJLf { 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) { #WozTPWAWaFiXsGpK1f0llLb1ZFsPdq6m { width:18.4375rem;height:4.55rem;top:8.187255859375rem;left:0.687255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvaMFtmwT32Kxas7fsVL2bTRUXnkHGlt { 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) { #L13fHG6QRswp99W7oJ713Qry6URKG5ge { width:12.125rem;height:1.8rem;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) { #vQfViP23cOOwEscmTOqB7uG7TKLiHeT3 { 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) { #OGIRz37niWxIuSNSaMuh01068CZEdyTP { width:2.5rem;height:0.1875rem;top:7.061767578125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A944PNhZJCb2kPyU0MpdbJ5iwpbZmWJ2 { width:6rem;height:0.9746125rem;top:15.1230625rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRlftyofJHz3gXK0m9A1NaePHNMfqyUF { 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) { #qkK8tXBBMofQBXynGS7y59JAzkgPQKRm { width:6rem;height:0.9746125rem;top:10.6738375rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmCIksrTSL4rPtrBkfwITOaolJUsXFl7 { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMnGRpQKdAXEszvec0Ouztwfn6cLeJRR { width:6rem;height:0.9746125rem;top:8.449225rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vL5hz58RZ65gP0uT75Pr4EQpuipUMZtp { width:6rem;height:0.9746125rem;top:6.2246125rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrezWh4BrRx3L1Z7xNPH6GZClPioquEA { width:6rem;height:0.9746125rem;top:4rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9hFyhXUQw3bGOBTBJJQIbRUz3vDOdP2 { width:12.5rem;height:9.125rem;top:11.1875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nS1157TU1NFFbwpBaEM9RL2TUS8z1D1w { width:12.5rem;height:9.125rem;top:10.875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #apAhUsfUa5AcwzmR6zGpfFNkNvpa6Tev { width:12.5rem;height:9.125rem;top:10.875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MsiTgCw1Tx9W5e3RlHhrFEEI9IvkkZGJ { 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) { #veI2yoykv76pV8VS3MCwQ39b5E5lMmys { 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) { #VbDm15M7WGqyPbs3186ioCzTwaviiVbJ { 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) { #DQfB9H7usEy4GGtAOPkWNfyreIIBmCzy { width:16.625rem;height:4.8125rem;top:28.191583633423rem;left:1.7498224377632rem;display:none; }
 }@media only screen and (max-width: 763px) { #Df42AH0rF5vpJHHCgIBUdBteLpt70651 { 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) { #UhmKvihmq519vZZdPKhhWHlRTcspaXMk { 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) { #S4VT8fksJFPgTX0epSP1t2hMswLnQ3K8 { width:20rem;height:0.73125rem;top:33.722875595093rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQKlofTwRaTCshRziaOfkkSwc8sI2SFZ { display:flex;width:2.375rem;height:2.375rem;top:15.0869140625rem;left:2.34375rem; }
 }@media only screen and (max-width: 763px) { #C3XqliV8gBabOG1VyIWa8bByXmpythyJ { display:flex;width:2.1875rem;height:2.1875rem;top:19.962890625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #IF0JsgFwDo2MTlfIdpWrS7q7iO8LOGuD { display:flex;width:2.4375rem;height:2.4375rem;top:24.71875rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #mp6NyFLWPygswzAw2UovE9CbhfnS9lzd { display:flex;width:2.3125rem;height:2.3125rem;top:29.591796875rem;left:2.375rem; }
 }@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) { #D9e393R4FIw1Jg02qC9aDAJZT7PJf7Df { display:block; }#D9e393R4FIw1Jg02qC9aDAJZT7PJf7Df > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTVL4VWD89CqE1rSd9WDST51O8UCb2zy { width:15.9995rem;height:3.16875rem;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) { #aiNmbDy26gR0s9iEzrMoaP7p2nHpmEAv { width:18.4375rem;height:5.60625rem;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) { #gTZ5gXqaQSyKA5qiBqisZky4BAltrvfO { width:2.5rem;height:0.124511875rem;top:7.9365234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR4DbTtJ0ykyTskRCdXErSZmzAh4PQEa { width:18.75rem;height:17.9375rem;top:12.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRpNal1RinCQ1hnlBc4J9Z5xsu379d7q { width:18.9375rem;height:18.125rem;top:32.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS9uVwLW5ORCmVWDNGViC1v2Tm89wCnh { width:18.81225rem;height:18.0615rem;top:52.1875rem;left:0.592041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeyfRpFNJB6KJDcDBE2rvUWWUTxf962M { width:12.3125rem;height:1.3rem;top:22.625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Ly9dqeelCqEt7QozNCRewCSGKQOboD { width:17.0625rem;height:2.925rem;top:26.1875rem;left:1.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtJ08kShBdvzGIEpspncPeTKT1F4EgtT { width:2.5rem;height:0.125rem;top:25.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehJoVybuF0v1Stvhpb4XtfTeRwm43R5M { width:12.3125rem;height:1.3rem;top:43.6875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxaSTpaiQLixksEAJ88Jogcwx2qqgKBq { width:12.3125rem;height:2.6rem;top:62.5rem;left:1.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M69gUTiSdhQ10mwfHn8HV8rdLEOaaInW { width:2.5rem;height:0.125rem;top:65.499267578125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfoPsMzCaGTaIQBIIpHMeViTQneaXreS { width:2.5rem;height:0.125rem;top:45.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTVR5O0Si10vmmbRQ0HoeDV5i6CzAw2T { width:17.0625rem;height:1.95rem;top:46.1875rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOEUDhe4xDaltzf6T1aLgmLGDGHPs3oE { width:17.0625rem;height:2.925rem;top:66.06201171875rem;left:1.156005859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGtVkpVtd8BSnvWMsirL15NDAX5qkFtx { 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) { #queXxVebffP4iGItto35xnwTG6NnNIEd { width:13.125rem;height:2.5rem;top:75.68603515625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPbQ5V8av8ptMeJLUnwnULQwThRrNrFs { display:block; }
 }@media only screen and (max-width: 763px) { #ZunLDuOqb0RgX4h89tswVUPwaXMQtudZ { 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) { #M9solFqS9UK57lFQfChpnNBDoWXvCrtd { width:20rem;height:0.0625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iByKr4i2CHNOyZWoEbeFlTt8mH2k7Sx9 { width:2.9375rem;height:auto;top:2.0625rem;left:8.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLqpysX9MIKITQI8otukyQ2PBQFT704B { width:4.25rem;height:auto;top:2.0625rem;left:7.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9vozOq60wpTkbqsbIt4XgVRRLnkoaVv { width:4.8125rem;height:auto;top:2.0625rem;left:7.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBfDdgihDMe105SGzVbB9iqsW79hn5kM { width:5.9375rem;height:auto;top:2.0625rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlraTH1CS7Bo4ND2fDmqox4uycZ2cDA6 { width:6.3125rem;height:auto;top:2.0625rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVyrIZTDHL3JixCQIk4X1RgQvn8aG4qP { width:4.6875rem;height:auto;top:2.0625rem;left:7.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClNTM5UUkTuf2AbxQc8TTTulhQVpEUbM { width:18.4375rem;height:16.5625rem;top:70.810546875rem;left:0.83995098039219rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5cZwU5C9LkiUUHQApfeOUtvFkxfMNTr { width:17.5rem;height:1.3rem;top:80.890640625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDNNvZ5zJsT8ORPhr6QOmhtwXhEfUsHJ { width:13.4375rem;height:2.925rem;top:83.3271640625rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD8XsxmvzSHNF17lz614GXmoRyQdtAph { width:2.5rem;height:0.125rem;top:82.7783359375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgppJaorCzX2fewIp6aWvsWtOhSRX4aq { display:block; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td3uh0VQNa3JFxISrH7deV2FZ4a5lGiJ { width:13.375rem;height:3.7375rem;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.925rem;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) { #vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL { display:block; }#vTERpk1eBxZz4tN8PgJgKGRblKOcBTCL > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLvkmue82VUToXEDl6yzTxgRRtCMINiE { width:20rem;height:1.7875rem;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:block; }#Qm4rMRvWOFVwLo5e7TlnT4WoPJbUClGZ > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@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:16.8125rem;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) { #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.925rem;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) { #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) { #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; }
 }