.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:246,244,241;--color-primary-1:224,218,209;--color-primary-2:192,181,162;--color-primary-3:96,91,81;--color-primary-4:29,27,24;--color-secondary-0:240,243,252;--color-secondary-1:206,216,245;--color-secondary-2:156,177,234;--color-secondary-3:78,89,117;--color-secondary-4:23,27,35;--color-tertiary-0:254,254,252;--color-tertiary-1:253,252,247;--color-tertiary-2:251,249,238;--color-tertiary-3:126,125,119;--color-tertiary-4:38,37,36;--headlines-font-family:"inter";--paragraphs-font-family:"inter"; }@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:#122135;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:#122135;background-image:url("https://images.assets-landingi.com/uc/6f686b84-f61b-4f17-befd-c961b3d77213/headerbgbg.svg");background-position:top 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:99.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#fT1v9aJ2wJ5sUVtfgVCwUwpBBqOEwkVk { 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:15.748875rem;width:43.499125rem;top:24.811401367188rem;left:15.74951171875rem;overflow:hidden;display:block; }
#Iwy7OtJQSa56IhZoOH2TcqFiiKPgBas2 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:20.499877929688rem;left:27.250366210938rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cBmh6HZnia1krv9Tw0vxKqmK5JcNtNTX { color:rgba(var(--color-tertiary-2),1);display:block;width:43.561375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:46.073608398438rem;left:15.718994140625rem;height:5.59815rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ddtmyTV4fKcaTszTDMXuvQmR7WJiT9AH { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:58rem;left:21.9375rem;display:block; }
#enpT9LOl8yt2TuOge8nfe7uvhN33SEQ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OzQwlxVupu7weS8bVznnL5r9St1hHiCu { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#242c3d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:58rem;left:38.3125rem;display:block; }
#E0wwMb8Mg8MLyQIEpkFZwpITM0CGuJ67 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mswm65MNvoT4ls1uqtX5Vhefslr0dS12 { 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:19.874875rem;width:62.24975rem;top:74.6875rem;left:6.375rem;overflow:hidden;display:block; }
#ChJhkd9XPngrcMhQnQGTQLiz4JdLPB4a { position:absolute;display:block;z-index:15009;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:53.125rem;top:79.25rem;left:10.9375rem;display:block; }
#kzTupuPJKTPtN7fB8pkkOAWPP7bwaOcO { position:absolute;display:block;z-index:15010;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:53.125rem;top:90.8125rem;left:10.9375rem;display:block; }
#hCoLZTLaKuiDzbyuTpThGGMZZBWWBxeM { position:absolute;display:block;z-index:15010;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:0.062255875rem;top:79.3125rem;left:24.375rem;display:block; }
#cDpRCHMPbk9Q4X0FHPrGOFgQuxzuTgUN { position:absolute;display:block;z-index:15011;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:0.062255875rem;top:79.3125rem;left:50.3125rem;display:block; }
#OtEpMMaOxWZmCFTdKNGwHVT5Nqa3H9om { color:#242c3d;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:83.73046875rem;left:10.3125rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TGAEPzMumZgMO1VltzlJJiMDaBzWDUpS { color:#242c3d;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:76.9375rem;left:12.625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9LVIWBwEtTD2tb5hMzO28iddfBGZSp5 { color:#242c3d;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:76.9375rem;left:32.625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynphpwPQzJTSqFFCz7WchaEwbr4vZsey { color:#242c3d;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:76.9375rem;left:52.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#leBCn2DKEIr5xnqRCJ750Jlek7azsOxq { color:#242c3d;display:block;width:9.811375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:85.516357421875rem;left:12.623291015625rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nw6CdM2krIlypxKfiqvE9sXm5g5mQhR2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:14.0625rem;top:82.4375rem;left:30.5rem;overflow:hidden;display:block; }
#c31CyJdxmGyelNImfvCSdtDtG4OuwKbk { color:#242c3d;display:block;width:23.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:86.125rem;left:25.5625rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hR4ZNou0sXv8thOEnt2gxyIIAGgviUTV { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.9375rem 0.9375rem 0.625rem rgba(174,174,192,0.25) ;box-sizing:border-box;color:#122135;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.49925rem;height:2.436525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:83.87451171875rem;left:52.216796875rem;display:block; }
#nTzOzpKvJr4B9kXZRzeXDJlTymXNCFo8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BzpeNRh1UpfdknPGtowRZ7hwhcg7aQfS { color:rgba(36,44,61,0.43);display:block;width:28.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:92.625rem;left:23.1875rem;height:0.97523125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1ix1F9H1tHy9z7hyLmbg4ZoZ2SKL2iI { 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:20.9375rem;width:20rem;display:none; }
#bdmGP7J2miyOd7oohHI8MC5Zrw7Jg3lf { 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:20.9375rem;width:20rem;display:none; }
#sSsiLot9BMR1n5vP3IQ9V7hzdJxsSS2g { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#242c3d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.624625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:62.5rem;left:22.6875rem;display:block; }
#ZOJdtTFiagU7gRnzx0D9motTCZTBtW0t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AmDmmP87QBh0t9WsF97aPOQpznN4G5qX { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43599375rem;width:11.9975rem;top:6.9367008209231rem;left:3.8081493377686rem;overflow:hidden;display:block; }
#LlrARGr5ZEfN0GsmUg7Bi0OasKPZv7kx { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.625rem;top:4.935546875rem;left:34.6875rem;overflow:hidden;display:block; }
#w5p8Jwh1AUzoL3d9n9VkkpNyvKzXzNEw { 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:2.06176875rem;width:14.436625rem;top:6.623046875rem;left:44.873046875rem;overflow:hidden;display:block; }
#QKinQ57eCkekC6Czu2tkxi0CaKFcDwtn { position:absolute;display:block;z-index:15009;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:53.125rem;top:79.25rem;left:10.9375rem;display:none; }
#tL9O8uHZonTbsbcJD8LmS7nGHW6sOCWb { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;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.93664375rem;width:6.9995rem;top:6.6851806640625rem;left:64.0625rem;overflow:hidden;display:block; }
#n8S35TF5eeG3BiwExvo3HSTcoDFSdA4d { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74963125rem;width:9.4995rem;top:6.2786865234375rem;left:21.039428710938rem;overflow:hidden;display:block; }
#aB9wH6aZaHRpnc09wARKyL4TwMdaAC2I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#aB9wH6aZaHRpnc09wARKyL4TwMdaAC2I > .row .container { background-color: transparent; background-image: none; }#aB9wH6aZaHRpnc09wARKyL4TwMdaAC2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aB9wH6aZaHRpnc09wARKyL4TwMdaAC2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aB9wH6aZaHRpnc09wARKyL4TwMdaAC2I > .row .container > .video-iframe-container { display: none; }#aB9wH6aZaHRpnc09wARKyL4TwMdaAC2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aB9wH6aZaHRpnc09wARKyL4TwMdaAC2I > .row > .video-iframe-container { display: none; }#aB9wH6aZaHRpnc09wARKyL4TwMdaAC2I > .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); }#aB9wH6aZaHRpnc09wARKyL4TwMdaAC2I > .row .container { border-width: 0; border-radius: 0; }#aB9wH6aZaHRpnc09wARKyL4TwMdaAC2I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aB9wH6aZaHRpnc09wARKyL4TwMdaAC2I > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#EV54MTLIudl7cAu9fmTTnnoSuOMqDHlI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:66.625rem;top:16.09375rem;left:4.1875rem;overflow:hidden;display:block; }
#VEO3w4tznoFXXDyFnGTSoc1UkdWylQzT { color:rgba(var(--color-tertiary-2),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:8.375rem;left:19.125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U4XKgIlS2rJTq0wVlcC1LR1whGogiD3f { color:rgba(var(--color-tertiary-2),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:28.0625rem;left:19.4375rem;height:6.33545rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcwsyxOiI3BclCp8WhNzKUTmvDnoTVcl { position:relative;display:block; }#TcwsyxOiI3BclCp8WhNzKUTmvDnoTVcl { background-color: transparent; background-image: none; }#TcwsyxOiI3BclCp8WhNzKUTmvDnoTVcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcwsyxOiI3BclCp8WhNzKUTmvDnoTVcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcwsyxOiI3BclCp8WhNzKUTmvDnoTVcl > .row .container > .video-iframe-container { display: none; }#TcwsyxOiI3BclCp8WhNzKUTmvDnoTVcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcwsyxOiI3BclCp8WhNzKUTmvDnoTVcl > .row > .video-iframe-container { display: none; }#TcwsyxOiI3BclCp8WhNzKUTmvDnoTVcl > .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); }#TcwsyxOiI3BclCp8WhNzKUTmvDnoTVcl { border-width: 0; border-radius: 0; }#TcwsyxOiI3BclCp8WhNzKUTmvDnoTVcl > .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; }#TcwsyxOiI3BclCp8WhNzKUTmvDnoTVcl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.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; }#XcizRzt2uOpWxFqiSEzohiniOiHTptG5 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:5.125rem;left:7.5rem;height:12.249125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i33BFgsMQFs8Ii3ffmKvugwRdWAf3wh4 { color:rgba(var(--color-tertiary-2),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:5.0625rem;left:45rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vpCZRzl5cpUZtzH9DJZI0oQKUL2KSpFq { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.25rem;left:7.5rem; }
#VhLrCox6vIuWD5AC9NVTnxOwBbs0TGOc { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:0rem;left:45rem; }
#Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/38208580-8a64-462f-a24c-3f7de4f233b3/bgagenda.svg");background-position:top 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; }#Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C.adaptive-delivery-prevent-bg, #Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C.lazyload, #Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C.lazyloading { background-image: none; }#Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C > .row .container { background-color: transparent; background-image: none; }#Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C > .row .container > .video-iframe-container { display: none; }#Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C > .row > .video-iframe-container { display: none; }#Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C > .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); }#Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C > .row .container { border-width: 0; border-radius: 0; }#Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C > .row .container { font-size:0.875rem;font-family:arial;height:130.25rem;width:75rem;position:relative;display:block; }#JdcmolxhiHq3RkZCytwdAf9BiZim44B0 { 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:8.562rem;width:28.937375rem;top:7.7496337890625rem;left:23.02978515625rem;overflow:hidden;display:block; }
#ACXEFUoaEeuV1cu1nCNu0QHaiLOsiESw { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:23rem;left:0rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oxgtu4kPJXr97PnXVryVTVhw2ZuOKsM8 { color:rgba(var(--color-secondary-2),1);display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:23rem;left:20rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IiaWK5tTKZ6SL61NcFKC3RTRCdvklQCz { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:28.125rem;left:0rem;display:block; }
#QHtRpvCTpaNT42RrNJpq5Gi9TrRyAgux { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:38.687496185302rem;left:0rem;display:block; }
#E8DmCChED942CoXZV3opTyXQmD5NTOr7 { color:rgba(var(--color-tertiary-2),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:31.75rem;left:20rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EfJKeaTEOLwIZqnGg6xJNaUXAV6nI5Rf { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:32.625rem;left:0rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJKfhWanM2VwnfhowMT6X95eyux6qDTS { color:rgba(var(--color-tertiary-2),1);display:block;width:50.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:42.1875rem;left:20rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E9XF3hZG3KLytu551MuTnFKBCSM0HbNK { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:43.125rem;left:0rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tvc9UlHIveP2rgUyMc2JLkfV6mXBiGEn { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:53.25rem;left:0rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JkxTEuVJEJrCui7i912AzSW6gSqmezVb { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:48.9375rem;left:0rem;display:block; }
#vQpLurIyytMhXeVSzTeEolEyLrf6NnEb { color:rgba(var(--color-secondary-2),1);display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:53.25rem;left:20rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kzAiSqKFKHC2hp0Ssr39Amfw2CGuPQuZ { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:63.6875rem;left:0rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kyLT4PmkmKgVoZrb8QE89NFIldtxFbnG { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));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.062255875rem;width:75rem;top:93rem;left:0rem;display:block; }
#SdMXgd4rcTkUr0fS1UmxT6L4L41TknTo { color:rgba(var(--color-tertiary-2),1);display:block;width:48.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15044;line-height:1.4;letter-spacing:0;top:62.112426757812rem;left:20rem;height:4.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iK61wTqsLIwxLIOgLpU73IWCk4TCWg1P { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15049;line-height:1.4;letter-spacing:0;top:86.625rem;left:0rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VWxRWPIDHXmofTVxiO4pgtDqkPU80cLP { color:rgba(var(--color-tertiary-2),1);display:block;width:48.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15050;line-height:1.4;letter-spacing:0;top:96.087646484375rem;left:20rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dhTItaDTVzGi1XOsgb2XkTNPe8NLJXMQ { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15055;line-height:1.4;letter-spacing:0;top:96.875rem;left:0rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tfL1lgiKx94EI9wPXusKmCVKRsFPrcX8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:86.5625rem;left:12.375rem; }
#K5hEIWKMp9Um8darLWSwqabEH5oNyBGP { position:absolute;display:block;z-index:15066;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:4.125rem;width:4.125rem;top:21.875rem;left:11.25rem;display:block; }
#aVhyZza60K9KJ8RATefHqgTWPDmq9soU { 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:15067;opacity:1;top:23.1875rem;left:12.625rem; }
#HJ8kl4WkJeMqRAsX2W5XURk5AlTTb30p { position:absolute;display:block;z-index:15068;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:4.125rem;width:4.125rem;top:52rem;left:11.25rem;display:block; }
#NuVk1ZCAxAkKKQk4E32qiTra8Np9pQwZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:53.125rem;left:12.3125rem; }
#UISJ6ShqxWQJ7OuGR1rPdOncqpAfZFnf { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));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.062255875rem;width:75rem;top:66.749267578125rem;left:0rem;display:none; }
#pDViV8s2Ianv1y6iniT5K4NLbl4Fsofr { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));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.062255875rem;width:75rem;top:48.9375rem;left:0rem;display:block; }
#Q6thT46wESb8y5Ak2KhWC1r8Dsd33Rcb { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:43.125rem;left:0rem;display:none; }
#ZT2ORDDTtTc0gUeSFM1I05NDbXoWEAKE { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:43.125rem;left:0rem;display:none; }
#zOfp2VdvSyyiHqLT51Ho4OwSUX7EEKWO { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.7882080078125rem;left:27.250366210938rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aIZSyUhNrDu4wGU3wtU7thhfHBRtxCex { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));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.0615234375rem;width:75rem;top:58.375rem;left:0rem;display:block; }
#rT32pcrdxLOVHUTwWIVfdX45Q69TZiIy { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));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.0618489375rem;width:75rem;top:81.500007629394rem;left:0rem;display:block; }
#cTPX4p9B1eXLaweocTr6nfpe4rBUXcBp { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));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.062255875rem;width:75rem;top:103.375rem;left:0rem;display:block; }
#augBMXagCuGRbDmKx3ypDr7HyL6iXhsc { color:rgba(var(--color-tertiary-2),1);display:block;width:48.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:86.625rem;left:20rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WM0e2l1Ikktk5wMRVrHpJXZF7sd4IoFb { position:absolute;display:block;z-index:15069;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:4.12435rem;width:4.12435rem;top:85.395185470581rem;left:11.25rem;display:block; }
#w7rZxFbZBLlWS6Qd0mDi5ysWPZuwKp0f { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:4.0625rem;top:95.6875rem;left:11.25rem;overflow:hidden;display:block; }
#CrmZzs7lWlNJK99MCC2KQL8hm7So76sg { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15056;line-height:1.4;letter-spacing:0;top:107.75rem;left:0rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EIBhExFCJCLLrm4hpfG6z3ToIRdu1Izg { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));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.062255875rem;width:75rem;top:66.749267578125rem;left:0rem;display:none; }
#KD5sPc4VIyR7qPxnvexxFmdnDH3Mc7nP { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));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.062255875rem;width:75rem;top:66.749267578125rem;left:0rem;display:none; }
#aQ0EZfe6agQ7L7kHxDXEslLXAunz62m5 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));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.062255875rem;width:75rem;top:114.1875rem;left:0rem;display:block; }
#Teo0WPsHUtaLGaN15McIaLRrDDytEotM { color:rgba(var(--color-tertiary-2),1);display:block;width:48.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15044;line-height:1.4;letter-spacing:0;top:118.5rem;left:20rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KBKx5vLAmip7Tg96BFgMuKLrQRJu8M8g { position:absolute;display:block;z-index:15073;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:4.12475625rem;width:4.12475625rem;top:117.25rem;left:11.25rem;display:block; }
#w1TRUvhT8JJcCyvxS1WFGHOu2E8EB3lD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:118.4375rem;left:12.4375rem; }
#c2wddLfePcd9kvSQUKLdZDwXrPK2beKv { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15053;line-height:1.4;letter-spacing:0;top:118.5rem;left:0rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QWohvwGGViITrRUZe5neyC22H8BIQUog { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));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.062255875rem;width:75rem;top:124.75rem;left:0rem;display:block; }
#OKmyfnETuWEMudoB75JRLpGrIJ3k0NIl { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));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.062255875rem;width:75rem;top:66.749267578125rem;left:0rem;display:none; }
#BXnzfficnflFATuV8OaAvtTxyTJIIRQy { color:rgba(var(--color-tertiary-2),1);display:block;width:48.8100625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:74.649169921875rem;left:19.99951171875rem;height:4.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eQfBLGwudKeg2a92t8OgI3Via1uTxinu { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15050;line-height:1.4;letter-spacing:0;top:75.4375rem;left:0rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dWTo0QcnENKdMrI9hB114l001k3F2a2Q { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));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.0618489375rem;width:75rem;top:69.875rem;left:0rem;display:block; }
#DZVKzndaoH0PWIRWUT5q9vDeC6q6I5s0 { color:rgba(var(--color-tertiary-2),1);display:block;width:48.8100625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:106.96142578125rem;left:19.99951171875rem;height:4.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fudlIZiJqWqqFWZ6SFaxi8LodQaWHcsH { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:4.12435rem;width:4.12435rem;top:106.52018737793rem;left:11.25rem;display:block; }
#fgd9nToats8DakwJ0pvnIeD15zrBayRP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:75.187513351438rem;left:12.15625rem; }
#OnZ0QObPURkTnZDoKqbmZNkvbWKTGviT { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:4.12435rem;width:4.12435rem;top:74.208347320556rem;left:11.25rem;display:block; }
#x05XHJNx7Gl1LZw9XWTC9Nxzih9TVDpD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:107.4375rem;left:12.15625rem; }
#tJUm15ZC19f6IxIvyaUG9LCnUNLecxGi { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #5c5856, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5856', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #5c5856, rgba(0,0,0,0));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.062255875rem;width:75rem;top:66.749267578125rem;left:0rem;display:none; }
#lDvT5871O3t1tqZwFdo6lgigJ5hOMWyd { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.9375rem;top:62.5048828125rem;left:11.25rem;overflow:hidden;display:block; }
#NEoKAzf9KUAsNlMa9vB9QbFbw0XzooeH { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:4.0625rem;top:31.292969703674rem;left:11.25rem;overflow:hidden;display:block; }
#hcVG5zctDSWLTTMMKPhpIurJW2fvDsu9 { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:4.0625rem;top:41.730469703674rem;left:11.25rem;overflow:hidden;display:block; }
#fp0gEbA8w9vmtdt98JHSgvWaHeHtTWgp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#fp0gEbA8w9vmtdt98JHSgvWaHeHtTWgp > .row .container { background-color: transparent; background-image: none; }#fp0gEbA8w9vmtdt98JHSgvWaHeHtTWgp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fp0gEbA8w9vmtdt98JHSgvWaHeHtTWgp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fp0gEbA8w9vmtdt98JHSgvWaHeHtTWgp > .row .container > .video-iframe-container { display: none; }#fp0gEbA8w9vmtdt98JHSgvWaHeHtTWgp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fp0gEbA8w9vmtdt98JHSgvWaHeHtTWgp > .row > .video-iframe-container { display: none; }#fp0gEbA8w9vmtdt98JHSgvWaHeHtTWgp > .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); }#fp0gEbA8w9vmtdt98JHSgvWaHeHtTWgp > .row .container { border-width: 0; border-radius: 0; }#fp0gEbA8w9vmtdt98JHSgvWaHeHtTWgp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fp0gEbA8w9vmtdt98JHSgvWaHeHtTWgp > .row .container { font-size:0.875rem;font-family:arial;height:119.25rem;width:75rem;position:relative;display:block; }#AaCBtftS22HHvh0l2XoHVXyztGpduvR3 { 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:8.562rem;width:67.0625rem;top:7.6873779296875rem;left:3.968505859375rem;overflow:hidden;display:block; }
#QzxLdUhTzPF6TTLGehIsKKJh7fBZUmcc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.87426875rem;width:4.87426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:41.06201171875rem;left:9.84375rem; }
#hqGvk1gon78O5CPtKXCwFexJlktVDfBJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.4984375rem;width:6.4984375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:20.71533203125rem;left:67.9052734375rem; }
#UFIlgiDWtQmEZsHqbKiwTID4yGkZ4Ttx { color:rgba(var(--color-tertiary-2),1);display:block;width:28.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:19.021661758423rem;left:23.343393325806rem;height:1.749875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xy6871gshLaMVdHArWt8DA6JIca9JeCJ { color:rgba(var(--color-tertiary-2),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:28.087890625rem;left:21.28125rem;height:7.69530625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cd27rVRZfPR5Xup7gAFX0Ufi9a0FJGV3 { position:absolute;display:block;z-index:15019;height:47.75rem;width:38.75rem;top:43.49853515625rem;left:18.125rem;display:block; }
#goFMudRXaJTkBvL6UMe3VW3sgsdKyCcf { position:relative;display:block; }#goFMudRXaJTkBvL6UMe3VW3sgsdKyCcf { background-color: transparent; background-image: none; }#goFMudRXaJTkBvL6UMe3VW3sgsdKyCcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goFMudRXaJTkBvL6UMe3VW3sgsdKyCcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goFMudRXaJTkBvL6UMe3VW3sgsdKyCcf > .row .container > .video-iframe-container { display: none; }#goFMudRXaJTkBvL6UMe3VW3sgsdKyCcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goFMudRXaJTkBvL6UMe3VW3sgsdKyCcf > .row > .video-iframe-container { display: none; }#goFMudRXaJTkBvL6UMe3VW3sgsdKyCcf > .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); }#goFMudRXaJTkBvL6UMe3VW3sgsdKyCcf { border-width: 0; border-radius: 0; }#goFMudRXaJTkBvL6UMe3VW3sgsdKyCcf > .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; }#goFMudRXaJTkBvL6UMe3VW3sgsdKyCcf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.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; }#P9veoTJvS7wn4ihi5WXwT1n0LHZlPeTD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.312rem;width:41.625rem;top:4.6875rem;left:16.6875rem;overflow:hidden;display:block; }
#lEP4mcuo5XN12t5vyTInuccsunKxC3kJ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:12rem;top:17.125rem;left:3.8125rem;overflow:hidden;display:block; }
#FvuNM8lFD233uq7XIQnqn7O8yISTkVrO { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;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.2483125rem;width:36.5625rem;top:17.189208984375rem;left:19.21875rem;overflow:hidden;display:block; }
#TULNrPZT5doKQZ7zeUmpC7Hq5W6xmQMH { 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:2.062375rem;width:14.43725rem;top:16.6875rem;left:44.875rem;overflow:hidden;display:block; }
#P7GwuLUiyJcILGxyVkHrokIkLi7aS0La { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:7rem;top:16.749267578125rem;left:64.0625rem;overflow:hidden;display:block; }
#fzn2tXyfy0qR72F5Pir2qeg7OpRSIgIJ { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.6875rem;top:14.96875rem;left:34.6875rem;overflow:hidden;display:block; }
#ZVAI3hovTZe85uKq9vKZHP05wNBFnXT6 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.749025rem;width:9.498875rem;top:16.34375rem;left:21.0625rem;overflow:hidden;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) { #fT1v9aJ2wJ5sUVtfgVCwUwpBBqOEwkVk { width:43.4375rem;height:15.726563644958rem;top:24.75rem;left:2.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwy7OtJQSa56IhZoOH2TcqFiiKPgBas2 { width:20.4375rem;height:1.625rem;top:20.4375rem;left:13.625003814698rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBmh6HZnia1krv9Tw0vxKqmK5JcNtNTX { width:43.5rem;height:5.5625rem;top:46.0625rem;left:2.093994140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddtmyTV4fKcaTszTDMXuvQmR7WJiT9AH { width:14.6875rem;height:3.3125rem;top:58rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enpT9LOl8yt2TuOge8nfe7uvhN33SEQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #OzQwlxVupu7weS8bVznnL5r9St1hHiCu { width:14.75rem;height:3.4375rem;top:58rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0wwMb8Mg8MLyQIEpkFZwpITM0CGuJ67 { display:block; }
 }@media only screen and (max-width: 763px) { #mswm65MNvoT4ls1uqtX5Vhefslr0dS12 { width:47.75rem;height:15.245120915354rem;top:74.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChJhkd9XPngrcMhQnQGTQLiz4JdLPB4a { width:47.75rem;height:0;top:79.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzTupuPJKTPtN7fB8pkkOAWPP7bwaOcO { width:47.75rem;height:0;top:90.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCoLZTLaKuiDzbyuTpThGGMZZBWWBxeM { width:0;height:11.5625rem;top:79.3125rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDpRCHMPbk9Q4X0FHPrGOFgQuxzuTgUN { width:0;height:11.5625rem;top:79.3125rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtEpMMaOxWZmCFTdKNGwHVT5Nqa3H9om { width:14.0625rem;height:1.75rem;top:83.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGAEPzMumZgMO1VltzlJJiMDaBzWDUpS { width:9.75rem;height:1.125rem;top:76.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9LVIWBwEtTD2tb5hMzO28iddfBGZSp5 { width:9.75rem;height:1.125rem;top:76.9375rem;left:19rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynphpwPQzJTSqFFCz7WchaEwbr4vZsey { width:9.75rem;height:1.125rem;top:76.9375rem;left:38rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leBCn2DKEIr5xnqRCJ750Jlek7azsOxq { width:9.75rem;height:1.75rem;top:85.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw6CdM2krIlypxKfiqvE9sXm5g5mQhR2 { width:14.0625rem;height:2.5rem;top:82.4375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c31CyJdxmGyelNImfvCSdtDtG4OuwKbk { width:23.8125rem;height:3.5625rem;top:86.125rem;left:11.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR4ZNou0sXv8thOEnt2gxyIIAGgviUTV { width:10.4375rem;height:2.375rem;top:83.8125rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTzOzpKvJr4B9kXZRzeXDJlTymXNCFo8 { display:block; }
 }@media only screen and (max-width: 763px) { #BzpeNRh1UpfdknPGtowRZ7hwhcg7aQfS { width:28.5rem;height:0.9375rem;top:92.625rem;left:9.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1ix1F9H1tHy9z7hyLmbg4ZoZ2SKL2iI { width:20rem;height:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdmGP7J2miyOd7oohHI8MC5Zrw7Jg3lf { width:20rem;height:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSsiLot9BMR1n5vP3IQ9V7hzdJxsSS2g { width:29.5625rem;height:3.4375rem;top:62.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOJdtTFiagU7gRnzx0D9motTCZTBtW0t { display:block; }
 }@media only screen and (max-width: 763px) { #AmDmmP87QBh0t9WsF97aPOQpznN4G5qX { top:6.875rem;left:0rem;width:11.9375rem;height:1.4288122851115rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlrARGr5ZEfN0GsmUg7Bi0OasKPZv7kx { top:4.875rem;left:21.0625rem;width:5.625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5p8Jwh1AUzoL3d9n9VkkpNyvKzXzNEw { top:6.5625rem;left:31.248046875rem;width:14.375rem;height:2.0529677664447rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKinQ57eCkekC6Czu2tkxi0CaKFcDwtn { width:47.75rem;height:0;top:79.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tL9O8uHZonTbsbcJD8LmS7nGHW6sOCWb { top:6.625rem;left:40.8125rem;width:6.9375rem;height:1.9194893943317rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8S35TF5eeG3BiwExvo3HSTcoDFSdA4d { top:6.25rem;left:7.4144287109375rem;width:9.4375rem;height:2.7316853436365rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB9wH6aZaHRpnc09wARKyL4TwMdaAC2I { display:block; }#aB9wH6aZaHRpnc09wARKyL4TwMdaAC2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EV54MTLIudl7cAu9fmTTnnoSuOMqDHlI { width:47.75rem;height:4.6137429643527rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEO3w4tznoFXXDyFnGTSoc1UkdWylQzT { width:36.75rem;height:2.0625rem;top:8.375rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4XKgIlS2rJTq0wVlcC1LR1whGogiD3f { width:36.75rem;height:6.3125rem;top:28rem;left:5.812255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcwsyxOiI3BclCp8WhNzKUTmvDnoTVcl { display:block; }#TcwsyxOiI3BclCp8WhNzKUTmvDnoTVcl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcizRzt2uOpWxFqiSEzohiniOiHTptG5 { width:24.0625rem;height:12.25rem;top:5.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i33BFgsMQFs8Ii3ffmKvugwRdWAf3wh4 { width:25rem;height:6.9375rem;top:5rem;left:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpCZRzl5cpUZtzH9DJZI0oQKUL2KSpFq { top:0.25rem;left:0.6875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhLrCox6vIuWD5AC9NVTnxOwBbs0TGOc { top:0rem;left:24.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C { display:block; }#Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdcmolxhiHq3RkZCytwdAf9BiZim44B0 { width:28.875rem;height:8.543544464555rem;top:7.6875rem;left:9.40478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACXEFUoaEeuV1cu1nCNu0QHaiLOsiESw { width:11.25rem;height:1.5625rem;top:23rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxgtu4kPJXr97PnXVryVTVhw2ZuOKsM8 { width:42.0625rem;height:1.5625rem;top:23rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiaWK5tTKZ6SL61NcFKC3RTRCdvklQCz { width:47.75rem;height:0.0625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHtRpvCTpaNT42RrNJpq5Gi9TrRyAgux { width:47.75rem;height:0.0625rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8DmCChED942CoXZV3opTyXQmD5NTOr7 { width:47.75rem;height:3.125rem;top:31.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfJKeaTEOLwIZqnGg6xJNaUXAV6nI5Rf { width:11.25rem;height:1.5625rem;top:32.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJKfhWanM2VwnfhowMT6X95eyux6qDTS { width:47.75rem;height:3.125rem;top:42.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9XF3hZG3KLytu551MuTnFKBCSM0HbNK { width:11.25rem;height:1.5625rem;top:43.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvc9UlHIveP2rgUyMc2JLkfV6mXBiGEn { width:11.25rem;height:1.5625rem;top:53.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkxTEuVJEJrCui7i912AzSW6gSqmezVb { width:47.75rem;height:0.0625rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQpLurIyytMhXeVSzTeEolEyLrf6NnEb { width:47.75rem;height:1.5625rem;top:53.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzAiSqKFKHC2hp0Ssr39Amfw2CGuPQuZ { width:11.25rem;height:1.5625rem;top:63.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyLT4PmkmKgVoZrb8QE89NFIldtxFbnG { width:47.75rem;height:0;top:93rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdMXgd4rcTkUr0fS1UmxT6L4L41TknTo { width:47.75rem;height:4.6875rem;top:62.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK61wTqsLIwxLIOgLpU73IWCk4TCWg1P { width:11.25rem;height:1.5625rem;top:86.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWxRWPIDHXmofTVxiO4pgtDqkPU80cLP { width:47.75rem;height:3.125rem;top:96.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhTItaDTVzGi1XOsgb2XkTNPe8NLJXMQ { width:11.25rem;height:1.5625rem;top:96.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfL1lgiKx94EI9wPXusKmCVKRsFPrcX8 { width:1.75rem;height:1.75rem;top:86.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5hEIWKMp9Um8darLWSwqabEH5oNyBGP { width:4.125rem;height:4.125rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVhyZza60K9KJ8RATefHqgTWPDmq9soU { width:1.375rem;height:1.375rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ8kl4WkJeMqRAsX2W5XURk5AlTTb30p { width:4.125rem;height:4.125rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuVk1ZCAxAkKKQk4E32qiTra8Np9pQwZ { width:2rem;height:2rem;top:53.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UISJ6ShqxWQJ7OuGR1rPdOncqpAfZFnf { width:47.75rem;height:0;top:66.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDViV8s2Ianv1y6iniT5K4NLbl4Fsofr { width:47.75rem;height:0;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6thT46wESb8y5Ak2KhWC1r8Dsd33Rcb { width:47.75rem;height:0.0625rem;top:43.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZT2ORDDTtTc0gUeSFM1I05NDbXoWEAKE { width:47.75rem;height:0.0625rem;top:43.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOfp2VdvSyyiHqLT51Ho4OwSUX7EEKWO { width:20.4375rem;height:1.625rem;top:4.75rem;left:13.625003814698rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIZSyUhNrDu4wGU3wtU7thhfHBRtxCex { width:47.75rem;height:0;top:58.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT32pcrdxLOVHUTwWIVfdX45Q69TZiIy { width:47.75rem;height:0;top:81.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTPX4p9B1eXLaweocTr6nfpe4rBUXcBp { width:47.75rem;height:0;top:103.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #augBMXagCuGRbDmKx3ypDr7HyL6iXhsc { width:47.75rem;height:1.5625rem;top:86.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM0e2l1Ikktk5wMRVrHpJXZF7sd4IoFb { width:4.0625rem;height:4.0625rem;top:85.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7rZxFbZBLlWS6Qd0mDi5ysWPZuwKp0f { width:4.0625rem;height:4.0625rem;top:95.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrmZzs7lWlNJK99MCC2KQL8hm7So76sg { width:11.25rem;height:1.5625rem;top:107.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIBhExFCJCLLrm4hpfG6z3ToIRdu1Izg { width:47.75rem;height:0;top:66.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KD5sPc4VIyR7qPxnvexxFmdnDH3Mc7nP { width:47.75rem;height:0;top:66.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQ0EZfe6agQ7L7kHxDXEslLXAunz62m5 { width:47.75rem;height:0;top:114.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teo0WPsHUtaLGaN15McIaLRrDDytEotM { width:47.75rem;height:1.5625rem;top:118.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBKx5vLAmip7Tg96BFgMuKLrQRJu8M8g { width:4.0625rem;height:4.0625rem;top:117.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1TRUvhT8JJcCyvxS1WFGHOu2E8EB3lD { width:1.75rem;height:1.75rem;top:118.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2wddLfePcd9kvSQUKLdZDwXrPK2beKv { width:11.25rem;height:1.5625rem;top:118.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWohvwGGViITrRUZe5neyC22H8BIQUog { width:47.75rem;height:0;top:124.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKmyfnETuWEMudoB75JRLpGrIJ3k0NIl { width:47.75rem;height:0;top:66.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXnzfficnflFATuV8OaAvtTxyTJIIRQy { width:47.75rem;height:4.6875rem;top:74.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQfBLGwudKeg2a92t8OgI3Via1uTxinu { width:11.25rem;height:1.5625rem;top:75.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWTo0QcnENKdMrI9hB114l001k3F2a2Q { width:47.75rem;height:0;top:69.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZVKzndaoH0PWIRWUT5q9vDeC6q6I5s0 { width:47.75rem;height:4.6875rem;top:106.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fudlIZiJqWqqFWZ6SFaxi8LodQaWHcsH { width:4.0625rem;height:4.0625rem;top:106.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgd9nToats8DakwJ0pvnIeD15zrBayRP { width:2.375rem;height:2.375rem;top:75.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnZ0QObPURkTnZDoKqbmZNkvbWKTGviT { width:4.0625rem;height:4.0625rem;top:74.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x05XHJNx7Gl1LZw9XWTC9Nxzih9TVDpD { width:2.375rem;height:2.375rem;top:107.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJUm15ZC19f6IxIvyaUG9LCnUNLecxGi { width:47.75rem;height:0;top:66.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDvT5871O3t1tqZwFdo6lgigJ5hOMWyd { width:3.9375rem;height:3.9375rem;top:62.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEoKAzf9KUAsNlMa9vB9QbFbw0XzooeH { width:4.0625rem;height:4.0625rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcVG5zctDSWLTTMMKPhpIurJW2fvDsu9 { width:4.0625rem;height:4.0625rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp0gEbA8w9vmtdt98JHSgvWaHeHtTWgp { display:block; }#fp0gEbA8w9vmtdt98JHSgvWaHeHtTWgp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaCBtftS22HHvh0l2XoHVXyztGpduvR3 { width:47.75rem;height:6.0963355079217rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzxLdUhTzPF6TTLGehIsKKJh7fBZUmcc { top:41rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqGvk1gon78O5CPtKXCwFexJlktVDfBJ { top:20.6875rem;left:41.3125rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFIlgiDWtQmEZsHqbKiwTID4yGkZ4Ttx { width:28.25rem;height:1.6875rem;top:19rem;left:9.7178955078125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy6871gshLaMVdHArWt8DA6JIca9JeCJ { width:32.4375rem;height:7.6875rem;top:28.0625rem;left:7.65625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd27rVRZfPR5Xup7gAFX0Ufi9a0FJGV3 { top:43.4375rem;left:4.5rem;width:38.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #goFMudRXaJTkBvL6UMe3VW3sgsdKyCcf { display:block; }#goFMudRXaJTkBvL6UMe3VW3sgsdKyCcf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9veoTJvS7wn4ihi5WXwT1n0LHZlPeTD { width:41.625rem;height:6.312rem;top:4.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEP4mcuo5XN12t5vyTInuccsunKxC3kJ { top:17.125rem;left:0rem;width:12rem;height:1.4375598983291rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvuNM8lFD233uq7XIQnqn7O8yISTkVrO { width:36.5625rem;height:18.2483125rem;top:17.1875rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TULNrPZT5doKQZ7zeUmpC7Hq5W6xmQMH { top:16.6875rem;left:31.25rem;width:14.375rem;height:2.053482527836rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7GwuLUiyJcILGxyVkHrokIkLi7aS0La { top:16.75rem;left:40.75rem;width:7rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzn2tXyfy0qR72F5Pir2qeg7OpRSIgIJ { top:15rem;left:21.0625rem;width:5.6875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVAI3hovTZe85uKq9vKZHP05wNBFnXT6 { top:16.375rem;left:7.4375rem;width:9.4375rem;height:2.7312627482202rem;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:20rem;height:128.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT1v9aJ2wJ5sUVtfgVCwUwpBBqOEwkVk { width:20rem;height:7.2486875rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwy7OtJQSa56IhZoOH2TcqFiiKPgBas2 { width:19.3125rem;height:1.950075rem;top:34.875rem;left:0.3125rem;font-size:1.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cBmh6HZnia1krv9Tw0vxKqmK5JcNtNTX { width:15.686875rem;height:8.574825rem;top:49.5rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddtmyTV4fKcaTszTDMXuvQmR7WJiT9AH { width:14.8125rem;height:3.4375rem;top:63.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enpT9LOl8yt2TuOge8nfe7uvhN33SEQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #OzQwlxVupu7weS8bVznnL5r9St1hHiCu { width:14.8125rem;height:3.4375rem;top:68.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0wwMb8Mg8MLyQIEpkFZwpITM0CGuJ67 { display:block; }
 }@media only screen and (max-width: 763px) { #mswm65MNvoT4ls1uqtX5Vhefslr0dS12 { width:20rem;height:6.3125rem;top:60.333984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChJhkd9XPngrcMhQnQGTQLiz4JdLPB4a { width:20rem;height:0.062255875rem;top:126.31225585938rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzTupuPJKTPtN7fB8pkkOAWPP7bwaOcO { width:20rem;height:0.0625rem;top:91.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCoLZTLaKuiDzbyuTpThGGMZZBWWBxeM { width:0.0625rem;height:11.5625rem;top:64.771484375rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDpRCHMPbk9Q4X0FHPrGOFgQuxzuTgUN { width:0.0625rem;height:11.5625rem;top:48.77150625rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtEpMMaOxWZmCFTdKNGwHVT5Nqa3H9om { width:12.25rem;height:1.7871125rem;top:86.6875rem;left:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGAEPzMumZgMO1VltzlJJiMDaBzWDUpS { width:9.8125rem;height:1.13769375rem;top:83.3125rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9LVIWBwEtTD2tb5hMzO28iddfBGZSp5 { width:9.8125rem;height:1.13769375rem;top:93.6875rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynphpwPQzJTSqFFCz7WchaEwbr4vZsey { width:9.812rem;height:1.13769375rem;top:113rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leBCn2DKEIr5xnqRCJ750Jlek7azsOxq { width:9.8125rem;height:1.7871125rem;top:89rem;left:5.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw6CdM2krIlypxKfiqvE9sXm5g5mQhR2 { width:14.0625rem;height:2.5rem;top:97.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #c31CyJdxmGyelNImfvCSdtDtG4OuwKbk { width:12.874rem;height:5.36133125rem;top:103.625rem;left:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR4ZNou0sXv8thOEnt2gxyIIAGgviUTV { width:10.499875rem;height:2.43713125rem;top:115.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTzOzpKvJr4B9kXZRzeXDJlTymXNCFo8 { display:block; }
 }@media only screen and (max-width: 763px) { #BzpeNRh1UpfdknPGtowRZ7hwhcg7aQfS { width:12.124625rem;height:2.24975625rem;top:120.0625rem;left:3.9375rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #G1ix1F9H1tHy9z7hyLmbg4ZoZ2SKL2iI { top:81.6875rem;left:0rem;width:20rem;height:20.9375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bdmGP7J2miyOd7oohHI8MC5Zrw7Jg3lf { top:102.5625rem;left:0rem;width:20rem;height:20.9375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sSsiLot9BMR1n5vP3IQ9V7hzdJxsSS2g { width:19rem;height:3.4375rem;top:73.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOJdtTFiagU7gRnzx0D9motTCZTBtW0t { display:block; }
 }@media only screen and (max-width: 763px) { #AmDmmP87QBh0t9WsF97aPOQpznN4G5qX { width:10.562125rem;height:1.124875rem;top:2.4993896484375rem;left:4.7174072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlrARGr5ZEfN0GsmUg7Bi0OasKPZv7kx { width:5.3125rem;height:5.3125rem;top:12.249145507812rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5p8Jwh1AUzoL3d9n9VkkpNyvKzXzNEw { width:14.498875rem;height:2.124025rem;top:20.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKinQ57eCkekC6Czu2tkxi0CaKFcDwtn { width:20rem;height:0.062255875rem;top:125.43701171875rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #tL9O8uHZonTbsbcJD8LmS7nGHW6sOCWb { width:6.998875rem;height:1.875rem;top:25.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8S35TF5eeG3BiwExvo3HSTcoDFSdA4d { width:9.43725rem;height:2.731325rem;top:7.1868896484375rem;left:5.28076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB9wH6aZaHRpnc09wARKyL4TwMdaAC2I { display:block; }#aB9wH6aZaHRpnc09wARKyL4TwMdaAC2I > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EV54MTLIudl7cAu9fmTTnnoSuOMqDHlI { width:20rem;height:1.875rem;top:8.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEO3w4tznoFXXDyFnGTSoc1UkdWylQzT { width:11.125rem;height:2.92358125rem;top:3.1875rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4XKgIlS2rJTq0wVlcC1LR1whGogiD3f { width:15rem;height:5.84716875rem;top:12.60693359375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcwsyxOiI3BclCp8WhNzKUTmvDnoTVcl { display:block; }#TcwsyxOiI3BclCp8WhNzKUTmvDnoTVcl > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcizRzt2uOpWxFqiSEzohiniOiHTptG5 { width:17.75rem;height:7.349875rem;top:8.25rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i33BFgsMQFs8Ii3ffmKvugwRdWAf3wh4 { width:20rem;height:3.674925rem;top:24.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpCZRzl5cpUZtzH9DJZI0oQKUL2KSpFq { display:flex;width:3.75rem;height:3.75rem;top:4.5rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #VhLrCox6vIuWD5AC9NVTnxOwBbs0TGOc { display:flex;width:3.75rem;height:3.75rem;top:20.9375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C { display:block; }#Adn1rJ8aIDiBI2nUn9r3paKwA7CCkZ4C > .row .container { width:20rem;height:205.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdcmolxhiHq3RkZCytwdAf9BiZim44B0 { width:14.4995rem;height:4.249875rem;top:3.187255859375rem;left:2.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACXEFUoaEeuV1cu1nCNu0QHaiLOsiESw { width:11.25rem;height:1.57486875rem;top:11.3125rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxgtu4kPJXr97PnXVryVTVhw2ZuOKsM8 { width:20rem;height:1.57486875rem;top:15.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiaWK5tTKZ6SL61NcFKC3RTRCdvklQCz { width:20rem;height:0.0625rem;top:22.056625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHtRpvCTpaNT42RrNJpq5Gi9TrRyAgux { width:20rem;height:0.0625rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8DmCChED942CoXZV3opTyXQmD5NTOr7 { width:20rem;height:6.298825rem;top:29.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfJKeaTEOLwIZqnGg6xJNaUXAV6nI5Rf { width:11.25rem;height:1.57486875rem;top:25.1875rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJKfhWanM2VwnfhowMT6X95eyux6qDTS { width:20rem;height:6.298825rem;top:46.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9XF3hZG3KLytu551MuTnFKBCSM0HbNK { width:11.25rem;height:1.57486875rem;top:41.75rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvc9UlHIveP2rgUyMc2JLkfV6mXBiGEn { width:11.25rem;height:1.57486875rem;top:61.5625rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkxTEuVJEJrCui7i912AzSW6gSqmezVb { width:20rem;height:0.0625rem;top:58.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQpLurIyytMhXeVSzTeEolEyLrf6NnEb { width:20rem;height:1.57470625rem;top:65.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzAiSqKFKHC2hp0Ssr39Amfw2CGuPQuZ { width:11.25rem;height:1.57486875rem;top:77.0625rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyLT4PmkmKgVoZrb8QE89NFIldtxFbnG { width:20rem;height:0.0615234375rem;top:119.68603515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdMXgd4rcTkUr0fS1UmxT6L4L41TknTo { width:17.25rem;height:11.022975rem;top:81.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK61wTqsLIwxLIOgLpU73IWCk4TCWg1P { width:11.25rem;height:1.57470625rem;top:124rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWxRWPIDHXmofTVxiO4pgtDqkPU80cLP { width:17.8730625rem;height:6.298825rem;top:143.5625rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhTItaDTVzGi1XOsgb2XkTNPe8NLJXMQ { width:11.25rem;height:1.57470625rem;top:138.6875rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfL1lgiKx94EI9wPXusKmCVKRsFPrcX8 { display:flex;width:1.81128125rem;height:1.81128125rem;top:123.875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #K5hEIWKMp9Um8darLWSwqabEH5oNyBGP { width:4.125rem;height:4.125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVhyZza60K9KJ8RATefHqgTWPDmq9soU { display:flex;width:1.375rem;height:1.375rem;top:11.375rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #HJ8kl4WkJeMqRAsX2W5XURk5AlTTb30p { width:4.125rem;height:4.125rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuVk1ZCAxAkKKQk4E32qiTra8Np9pQwZ { display:flex;width:1.9995125rem;height:1.9995125rem;top:61.34765625rem;left:1.15576171875rem; }
 }@media only screen and (max-width: 763px) { #UISJ6ShqxWQJ7OuGR1rPdOncqpAfZFnf { width:20rem;height:0.061035125rem;top:135.18676757812rem;left:0rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #pDViV8s2Ianv1y6iniT5K4NLbl4Fsofr { width:20rem;height:0;top:142.375rem;left:-1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6thT46wESb8y5Ak2KhWC1r8Dsd33Rcb { width:20rem;height:0.0615234375rem;top:73.1875rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #ZT2ORDDTtTc0gUeSFM1I05NDbXoWEAKE { width:19.99875rem;height:0.061035125rem;top:94.937133789062rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #zOfp2VdvSyyiHqLT51Ho4OwSUX7EEKWO { width:20rem;height:1.950075rem;top:0.5621337890625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIZSyUhNrDu4wGU3wtU7thhfHBRtxCex { width:20rem;height:0;top:140.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rT32pcrdxLOVHUTwWIVfdX45Q69TZiIy { width:20rem;height:0;top:149.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTPX4p9B1eXLaweocTr6nfpe4rBUXcBp { width:20rem;height:0;top:139.75rem;left:0rem;z-index:15070;display:none; }
 }@media only screen and (max-width: 763px) { #augBMXagCuGRbDmKx3ypDr7HyL6iXhsc { width:20rem;height:1.57470625rem;top:128.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM0e2l1Ikktk5wMRVrHpJXZF7sd4IoFb { width:4.0625rem;height:4.0625rem;top:122.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7rZxFbZBLlWS6Qd0mDi5ysWPZuwKp0f { width:4.0625rem;height:4.0625rem;top:137.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrmZzs7lWlNJK99MCC2KQL8hm7So76sg { width:11.25rem;height:1.57470625rem;top:159rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIBhExFCJCLLrm4hpfG6z3ToIRdu1Izg { width:20rem;height:0.0611979375rem;top:154.375rem;left:0.0625rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #KD5sPc4VIyR7qPxnvexxFmdnDH3Mc7nP { width:20rem;height:0.0598144375rem;top:178.8125rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #aQ0EZfe6agQ7L7kHxDXEslLXAunz62m5 { width:20rem;height:0;top:114.1875rem;left:0rem;z-index:15070;display:none; }
 }@media only screen and (max-width: 763px) { #Teo0WPsHUtaLGaN15McIaLRrDDytEotM { width:20rem;height:1.57470625rem;top:188.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBKx5vLAmip7Tg96BFgMuKLrQRJu8M8g { width:4.0618875rem;height:4.0618875rem;top:182.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1TRUvhT8JJcCyvxS1WFGHOu2E8EB3lD { display:flex;width:1.74926875rem;height:1.74926875rem;top:183.4375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #c2wddLfePcd9kvSQUKLdZDwXrPK2beKv { width:11.25rem;height:1.57470625rem;top:183.4375rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWohvwGGViITrRUZe5neyC22H8BIQUog { width:20rem;height:0;top:124.75rem;left:0rem;z-index:15070;display:none; }
 }@media only screen and (max-width: 763px) { #OKmyfnETuWEMudoB75JRLpGrIJ3k0NIl { width:20rem;height:0.0604248125rem;top:194.625rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #BXnzfficnflFATuV8OaAvtTxyTJIIRQy { width:20rem;height:12.59768125rem;top:104.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQfBLGwudKeg2a92t8OgI3Via1uTxinu { width:11.25rem;height:1.57486875rem;top:99.375rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWTo0QcnENKdMrI9hB114l001k3F2a2Q { width:20rem;height:0;top:69.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZVKzndaoH0PWIRWUT5q9vDeC6q6I5s0 { width:20rem;height:11.022975rem;top:163.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fudlIZiJqWqqFWZ6SFaxi8LodQaWHcsH { width:4.0625rem;height:4.0625rem;top:98.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgd9nToats8DakwJ0pvnIeD15zrBayRP { display:flex;width:2.37426875rem;height:2.37426875rem;top:158.625rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #OnZ0QObPURkTnZDoKqbmZNkvbWKTGviT { width:4.0625rem;height:4.0625rem;top:157.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x05XHJNx7Gl1LZw9XWTC9Nxzih9TVDpD { display:flex;width:2.3745125rem;height:2.3745125rem;top:99rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #tJUm15ZC19f6IxIvyaUG9LCnUNLecxGi { width:20rem;height:0.061035125rem;top:119.24926757812rem;left:0rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #lDvT5871O3t1tqZwFdo6lgigJ5hOMWyd { width:3.9375rem;height:3.9375rem;top:75.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEoKAzf9KUAsNlMa9vB9QbFbw0XzooeH { width:4.0625rem;height:4.0625rem;top:23.943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcVG5zctDSWLTTMMKPhpIurJW2fvDsu9 { width:4.0625rem;height:4.0625rem;top:40.505867004394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp0gEbA8w9vmtdt98JHSgvWaHeHtTWgp { display:block; }#fp0gEbA8w9vmtdt98JHSgvWaHeHtTWgp > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaCBtftS22HHvh0l2XoHVXyztGpduvR3 { width:20rem;height:2.5533875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzxLdUhTzPF6TTLGehIsKKJh7fBZUmcc { display:flex;width:4.8120125rem;height:4.8120125rem;top:18.619995117188rem;left:0.8746337890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqGvk1gon78O5CPtKXCwFexJlktVDfBJ { display:flex;width:6.43675rem;height:6.43675rem;top:24.530029296875rem;left:11.538696289062rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFIlgiDWtQmEZsHqbKiwTID4yGkZ4Ttx { width:20rem;height:1.224975rem;top:7.51220703125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xy6871gshLaMVdHArWt8DA6JIca9JeCJ { width:20rem;height:7.87354375rem;top:15.17431640625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd27rVRZfPR5Xup7gAFX0Ufi9a0FJGV3 { width:20rem;height:28.8125rem;top:25.359497070312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goFMudRXaJTkBvL6UMe3VW3sgsdKyCcf { display:block; }#goFMudRXaJTkBvL6UMe3VW3sgsdKyCcf > .row .container { width:20rem;height:58.500732421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9veoTJvS7wn4ihi5WXwT1n0LHZlPeTD { width:15.249rem;height:2.3120125rem;top:3.8116455078125rem;left:2.3748779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEP4mcuo5XN12t5vyTInuccsunKxC3kJ { width:10.562125rem;height:1.31225625rem;top:11.936645507812rem;left:4.7186279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvuNM8lFD233uq7XIQnqn7O8yISTkVrO { width:19.99875rem;height:9.97925rem;top:48.563232421875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TULNrPZT5doKQZ7zeUmpC7Hq5W6xmQMH { width:14.5rem;height:2.0625rem;top:33.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7GwuLUiyJcILGxyVkHrokIkLi7aS0La { width:7rem;height:1.9375rem;top:40.125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzn2tXyfy0qR72F5Pir2qeg7OpRSIgIJ { width:5.3125rem;height:5.0625rem;top:24.81201171875rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVAI3hovTZe85uKq9vKZHP05wNBFnXT6 { width:9.4375rem;height:2.7312627482202rem;top:18.25rem;left:5.25rem;display:block; }
 }