.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:251,219,220;--color-primary-1:241,135,137;--color-primary-2:226,15,19;--color-primary-3:113,8,10;--color-primary-4:34,2,3;--color-secondary-0:255,248,222;--color-secondary-1:255,235,155;--color-secondary-2:255,222,89;--color-secondary-3:153,133,53;--color-secondary-4:35,34,8;--color-tertiary-0:255,255,255;--color-tertiary-1:100,100,100;--color-tertiary-2:83,82,82;--color-tertiary-3:33,33,33;--color-tertiary-4:0,0,0;--headlines-font-family:"Made Tommy";--paragraphs-font-family:"Made Tommy"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#nt1gThC2M2f2wNvLPf54aVkarvFPIryL { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2e9e8bec-682f-4ee5-9878-026439cac149/tlo_sk2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#nt1gThC2M2f2wNvLPf54aVkarvFPIryL.adaptive-delivery-prevent-bg, #nt1gThC2M2f2wNvLPf54aVkarvFPIryL.lazyload, #nt1gThC2M2f2wNvLPf54aVkarvFPIryL.lazyloading { background-image: none; }#nt1gThC2M2f2wNvLPf54aVkarvFPIryL > .row .container { border-width: 0; border-radius: 0; }#nt1gThC2M2f2wNvLPf54aVkarvFPIryL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nt1gThC2M2f2wNvLPf54aVkarvFPIryL > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;overflow:visible;position:relative;display:none; }#x3c4MREDV3BsICSxoGwyelMVwknlkTSV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:6.375rem;top:1.4375rem;left:7.5rem;overflow:hidden;display:block; }
#GGD1moHkQmJTEv9sBEMFancMzvpZ6wMT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.9375rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:1.4375rem;left:34.5625rem;display:block; }
#Taix54SCINB4IJJxcUVQyty9pWf4UCSf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DoIEz6iSEPVeDckQoeiCmDhrPeIuXutP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.9375rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:1.4375rem;left:46.875rem;display:block; }
#iGopLxyCSLW2gtDIuBLTdlzCC9M6r2vk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hnlyRDQ5vMGetGxfOIDK0l63V8qSk8AR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.4375rem;left:52.8125rem;display:block; }
#Wd2NAgqFpCd9W4Z6wuCotMi9WU8Zo7br { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iHepxqxPzGC7TT3LnWy1UtGW5ercIfys { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-3),0.43);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:1.5625rem;left:34.75rem;display:block; }
#qZUlZkoAZNpTrRiV7frFceksnDs2Vc8o { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-3),0.43);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:1.5625rem;left:41.71875rem;display:block; }
#nmKpHQuZH20BP7yBSGXut1eTLNzr4HUC { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-3),0.43);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:1.5625rem;left:53.59375rem;display:block; }
#tv4obdDF9hM36uhBVtdsDteCvZEtoG77 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.4375rem;left:66.375rem; }
#tv4obdDF9hM36uhBVtdsDteCvZEtoG77 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#lutuxT7dyuuQaMNJ6di1gdOA6iyPezVZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.4375rem;left:69.25rem; }
#lutuxT7dyuuQaMNJ6di1gdOA6iyPezVZ > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#SnTrnpVIRHtU56DQyaBupPoqq1LGhoKE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.4375rem;left:72.1875rem; }
#SnTrnpVIRHtU56DQyaBupPoqq1LGhoKE > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#VrvDHTK7qvcMxBzRXsUz36puXTQwN4DM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.4375rem;left:59.125rem;display:block; }
#hd6xmFTzdKwiUroMMm3rhF1wgbarhQb2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qon1nmho7hmgTvwyoxIxJJXqwFKmyXO6 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-3),0.43);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:1.5625rem;left:59.375rem;display:block; }
#VPtwZz0zkLClTEKDfQAn8QZBsUTbJG1L { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:1.9375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.4375rem;left:42.0625rem;display:block; }
#R3gBdztNyFl1GTM61ipeetogAWHNzQ0l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#muAz8R1XUfLWFx3PoBIWA1dsCKobgWUb { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-3),0.43);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:1.4375rem;left:47.5rem;display:block; }
#sWokzX0mWiwea0JolUANWyxVd7NnFkoq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mIhoAAEp69XB98daucnsfaTLxeng2wbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e1e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mIhoAAEp69XB98daucnsfaTLxeng2wbi > .row .container { border-width: 0; border-radius: 0; }#mIhoAAEp69XB98daucnsfaTLxeng2wbi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mIhoAAEp69XB98daucnsfaTLxeng2wbi > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:none; }#lH0zW2DoW2LxmbeZllhXcTcQfAdSQtrD { box-sizing:content-box;color:#9e9e9e;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:6.0625rem;left:8.75rem;display:block; }
#Bo8mLNeSV6yOssvPEv4WWmMM2qmqJbtr { box-sizing:content-box;color:#9e9e9e;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:3.875rem;left:8.75rem;display:block; }
#s3IQQUN3boF7mkvdoZQ9D6iDDO1saJ0l { box-sizing:content-box;color:#9e9e9e;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:6.0625rem;left:8.75rem;display:none; }
#faMHdVDk1b73crSrVRIuTVkcRPaS5szg { box-sizing:content-box;color:#9e9e9e;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:6.0625rem;left:8.75rem;display:none; }
#BGvvAU9xweFUROUlqyywNpnBTlcGeszs { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yTLnO8zJb1shgTtBBb7qEwBABTW1pfTC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:1.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.4375rem;left:20.75rem;display:none; }
#FFchHvstGZHDr4MMVlSrE0ykdCciKRUt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ditWt3SoUzPbiESScSKdJgtakM85nD4G { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.9375rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:1.4375rem;left:34.5625rem;display:none; }
#BxxsMp7LXZEOiekn4sfmWcQy6ibRMPHv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OfRNokfOQFKquQ26XOWNmmLau5H3IABp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:1.9375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.4375rem;left:42.0625rem;display:none; }
#ZCzsCwNGOXFHCtkoltknRZJtrew7MPld { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WHtXOemcaXexOoJaQEwW8afBK6QHf1TO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.4375rem;left:52.8125rem;display:none; }
#PILKsOXR1W7Jb04B5GU36vWtgkZTlE2D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STlyZyXEaRc14Rcyuq4Pm5Lzl2vz1U9W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.9375rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:1.4375rem;left:46.875rem;display:none; }
#QuGkReg7tVTs8ehFZ1ePbAUlaQhawqv8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zWp2DcQ1VF9l3P9y3PCLmgUWvPBierq2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.4375rem;left:59.125rem;display:none; }
#XtJLSkBg07JvzxDA8tvC0bZd7migKqyJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PKdKwQEPW9HGUvMWI4COQsVQC1Ape8ZS { box-sizing:content-box;color:#9e9e9e;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:6.0625rem;left:8.75rem;display:none; }
#mkH239t5TPUcStEgZzZ4gKLnl0yEpTnW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:1.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.4375rem;left:20.75rem;display:none; }
#puuV7zkTpiQtEMNuUtQUSk6OiQiQlcaF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lb9O8DWl63TypO5A1yTF3HaoFwi7u8Lf { box-sizing:content-box;color:#9e9e9e;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:3.875rem;left:8.75rem;display:none; }
#IUw6whi4VkVH87LGRdwxf1Wzgt9rcO4P { box-sizing:content-box;color:#9e9e9e;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:6.0625rem;left:8.75rem;display:none; }
#Z4IeZVPzfcxwQxOJLESpVV2ddx9RcLsv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.4375rem;left:59.125rem;display:none; }
#d6W4B8LvTEwrAEw7hP7XficsNXsTUcvM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2e9e8bec-682f-4ee5-9878-026439cac149/tlo_sk2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;overflow:visible;position:relative;display:block; }#uM1h7uSe2d7eE5DuF1lvGUGwRypVHl0V { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.28125rem;left:6.5625rem;height:2.11221875rem;display:block; }
#ZnyyfCZrvbQLOsJHObDC3TJGmpBngs9N { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:top left !important;background-repeat: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:2.875rem;width:8.5rem;top:12.875rem;left:5.625rem;display:block; }
#VMQfWmTevMT9eqiyTpK2kkloTXhdzNzb { color:rgba(var(--color-tertiary-3),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:16.6240234375rem;left:5.625rem;height:5.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7yLU447lTWcQ6OAZELLabK53dTEnN9W { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:22.4365234375rem;left:5.625rem;height:2.4375rem;font-style:normal;display:block; }
#GfR4FrNz6lfXF3kAsHF8JaInCJKpq083 { background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.4375rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.25rem;left:5.625rem;display:block; }
#rha63sdsCLnv5RbyKf8ooXyzNyJHrEl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HXKMpd3wutgtgDn858oJnvbuyK3dvW6i { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.4375rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.2490234375rem;left:23.125rem;display:block; }
#uat7GAOgGcdlDbfC7ZTADqnffWZDiwuO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HK8Z9M5B32m4ptQogZIOusO8eKm4Obop { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:29.6875rem;width:25.5rem;top:13rem;left:44.3125rem;overflow:hidden;display:block; }
#r1ydGXrUOG7UQ469TJQ7tQ0WWLUO7NdV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:6.375rem;top:1.5rem;left:3.75rem;overflow:hidden;display:block; }
#oq1Etim86VA7tf9dIiwZteI76KdZbruW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:1.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.4375rem;left:13.9375rem;display:block; }
#cOqLEPTIhBUGi77v2v2Irh5arFnJ64OF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fSeT4qW4tmTukpS4JwatIBp9sBgMq5zL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.9375rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:1.4375rem;left:26.5rem;display:block; }
#rkXvNZ7WZN4df6vVcUuqDMDoIONWGbOV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c7dO5gUH4w7vZVgbyPzn0KFmI1XHGFxA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.9375rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:1.4375rem;left:47.9375rem;display:block; }
#VfcbVkl2wTZ8mlibnvZGz9LudEBcTics { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cBG3IT6o1RUr4TtODIte9NCdtcJxVco2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.4375rem;left:53.875rem;display:block; }
#kvOxOtsPg0St3UuOPyupSTsN2agWiwcn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DDNRq9Amx2KCMHxZuBFsT70Jhf51rKvr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-3),0.43);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:1.5625rem;left:26.6875rem;display:block; }
#kyrwXauWv0x1tLVlrTh7shR0WJfQNMd9 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-3),0.43);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:1.5625rem;left:33.65625rem;display:block; }
#Kc5HOH5OA4ufGWrZoSAHaE6aTAmeAKbe { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-3),0.43);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:1.5625rem;left:54.65625rem;display:block; }
#a3tcF6X9cVTiicQyeD9dQSiOeDwOO2n7 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:24.8740234375rem;left:5.625rem;height:2.4375rem;font-style:normal;display:block; }
#mRBrZOLIKJnl8MoulVTrHIu0Nn4wvI5E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.4375rem;left:67.4375rem; }
#mRBrZOLIKJnl8MoulVTrHIu0Nn4wvI5E > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#iPXs9ziacqzpUtBco7IBsSMSPT1STayK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.4375rem;left:70.3125rem; }
#iPXs9ziacqzpUtBco7IBsSMSPT1STayK > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#EoaUJ61I4TgKGUyEhbohtxTABOgTaZxV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.4375rem;left:73.25rem; }
#EoaUJ61I4TgKGUyEhbohtxTABOgTaZxV > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#HTm05QGAMeLcUQmMTefay0ZwNUKwB5lZ { color:rgba(var(--color-primary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:27.875rem;left:5.625rem;height:1.46235625rem;font-style:normal;display:block; }
#zbW9m51uHGDooGkES6hsXWT68bpfU3qt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.4375rem;left:60.1875rem;display:block; }
#UgVD1BihDV2CUcnTiPtozEgricQpZP6y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cFDOmEN44GorLU96WQc8gfFitBkaGBbO { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-3),0.43);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:1.5625rem;left:60.4375rem;display:block; }
#S0N50dyrIdLfmIfD0yBOqixbp0QfGsXv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:1.9375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.4375rem;left:34rem;display:block; }
#t3T5WpIFcXOCOMZe6FbShyOLyRht5sIS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Py37VDhC0FG73rOtSlOtZMc63yvBgPKN { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-3),0.43);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:1.4375rem;left:48.5625rem;display:block; }
#fK1T8Dq8yvgseb86lx8BWVSKai5mEIty { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:1.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.4375rem;left:40.0625rem;display:block; }
#mOk1c82X4wgsKOTBCFnFcVyU5PFKLCqR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rgt0yOly7AQ2zO17iqwFysQRrEcpefRo { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-3),0.43);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:1.46875rem;left:39.3125rem;display:block; }
#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container { background-color: transparent; background-image: none; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container > .video-iframe-container { display: none; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row > .video-iframe-container { display: none; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .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); }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container { border-width: 0; border-radius: 0; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#ub4wMOlMTEOQR6Ffz5ogT4IrEGHNV1U5 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:top left !important;background-repeat: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:2.875rem;width:5.75rem;top:1.75rem;left:33.125rem;display:block; }
#KxobRPKS2iEeNHIP3DQETuEJWWndy6A5 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:33.9375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AuFQu6LGWEqX4nJXw1JW2outBrQO9C2y { color:rgba(var(--color-tertiary-3),1);display:block;width:35.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.6875rem;left:32.875rem;height:4.6875rem;font-style:normal;display:block; }
#FQDgoZOnpIFBiV6iF3SSXSQB69s6Ud8L { color:rgba(var(--color-tertiary-4),0.7);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.875;letter-spacing:0;top:12.4375rem;left:33.125rem;height:15rem;font-style:normal;display:block; }
#al9zAEyyggNTVfvOMuMuq4I9Jdmdtx7e { color:rgba(var(--color-primary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:31.9990234375rem;left:33.0625rem;height:2.375rem;text-align:center;text-align-last:center;display:block; }
#V200XrRfq6LmVWdU65Cfc829iLL5QsIv { color:rgba(var(--color-primary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:34.8740234375rem;left:33.1875rem;height:1.137075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c3R8o7ioUZXMt097qcUENgJIyg2x4fOu { color:rgba(var(--color-primary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:32.0625rem;left:44.25rem;height:2.375rem;text-align:center;text-align-last:center;display:block; }
#iy1t1RZAQydk0vFVdT3FqJibuCpGQnav { color:rgba(var(--color-primary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:34.8740234375rem;left:46.4375rem;height:1.137075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IH87eg9AtAPXiQNdhpbqULvTmx0F681n { 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.8125rem;width:20.375rem;top:1.75rem;left:7.625rem;overflow:hidden;display:block; }
#uWR8Vyxh86cVkSZnqqGqwV3I2zXJnRK8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:22.4990234375rem;left:11.125rem;height:1.46235625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6oMlc2TBu7PZ30TLrlkni6t3kfcqOBL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:24.2490234375rem;left:11.375rem;height:1.46235625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBcVfD261t9LPHmbGzp8VGx5uq2pUfIJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:9.3125rem;top:26.3115234375rem;left:13.15625rem;overflow:hidden;display:block; }
#pDTOOUnsiiRG9HW9P4PFnXFD3XmcwV8M { color:rgba(var(--color-primary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:34.875rem;left:59.25rem;height:1.137075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eIUqUQfWHtJbuDk57bsR69XSy2fpl6u6 { color:rgba(var(--color-primary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:32rem;left:59.125rem;height:2.375rem;text-align:center;text-align-last:center;display:block; }
#vLqsyDO6XGJXCiSTDfDybeNKlX0gh8FR { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-3),0.43);background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:66.875rem;top:38.5rem;left:3.5625rem;display:block; }
#qdmR87SNCUzD9Mk0IOQIKeTwCBxATdfQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:1.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.4375rem;left:20.75rem;display:none; }
#rHCh9nZdTvQnb8yx5mQDGPZsiDZocyIs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KBv9086xFJEAlOGZlTJ6uGG6o1xF6DXZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:1.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.4375rem;left:20.75rem;display:none; }
#u8IdRLlDXs2weov2OTUIIdBe0wMasz2n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ty8vyaCTsDxu1USO79oMcPvGmWq2SB4R { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.9375rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:1.4375rem;left:34.5625rem;display:none; }
#wndFqVWckZiZMmFhsEI5RXzgg380oNCu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZMn4u0GODrDJT1FwtPhRxMv2vzSdAKN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:1.9375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.4375rem;left:42.0625rem;display:none; }
#dVicvC1pB32qDRPKzUiTQ9QN0FpzdTte { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gofbxa1L7o1UfnJx8lGFnZM7RVvRuMTe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.9375rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:1.4375rem;left:46.875rem;display:none; }
#HTZ2g88K53udSICNNy41LbURF5JZt6qJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aRZ5h6oLaKX3MDpZHgu7uLEvQCsURP0W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.4375rem;left:52.8125rem;display:none; }
#OkfMCenVT8DN0bkXMQ9LuahfgEvphZJb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wv75ogN4f4ctIhg7fSs504DvKX66B9wC { position:relative;display:block; }#Wv75ogN4f4ctIhg7fSs504DvKX66B9wC { background-color: transparent; background-image: none; }#Wv75ogN4f4ctIhg7fSs504DvKX66B9wC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv75ogN4f4ctIhg7fSs504DvKX66B9wC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv75ogN4f4ctIhg7fSs504DvKX66B9wC > .row .container > .video-iframe-container { display: none; }#Wv75ogN4f4ctIhg7fSs504DvKX66B9wC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv75ogN4f4ctIhg7fSs504DvKX66B9wC > .row > .video-iframe-container { display: none; }#Wv75ogN4f4ctIhg7fSs504DvKX66B9wC > .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); }#Wv75ogN4f4ctIhg7fSs504DvKX66B9wC { border-width: 0; border-radius: 0; }#Wv75ogN4f4ctIhg7fSs504DvKX66B9wC > .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; }#Wv75ogN4f4ctIhg7fSs504DvKX66B9wC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.0625rem;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; }#ToUlsNiXd196wPKyUTxerzFT7OSnrQDt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:13.75rem;top:3rem;left:1.9375rem;overflow:hidden;display:block; }
#sA4eSWHQA6IRJ6Qz2BCNNeaUn1vpTaIv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:2.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#FUuR52Aeer1uMxgGBoeFwfwg9U7LhVqQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11rem;left:16.9375rem;height:3.08665rem;text-align:center;text-align-last:center;display:block; }
#nDdesp1eZTTikxW55xseGkWUQp1Ga4q6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:13.75rem;top:3rem;left:16.3125rem;overflow:hidden;display:block; }
#V5lWMix4kTS6CFEnXWhtfOJhBTTfmyFE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:13.75rem;top:3rem;left:45rem;overflow:hidden;display:block; }
#lFqGavq8cTxLmRC1NudEp0wX1csf6XOc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:13.75rem;top:3rem;left:59.375rem;overflow:hidden;display:block; }
#HpI8nElsXRdKTUe3X0dQLELqOlxtG6rM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.6875rem;left:60rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#wiw4N0iR7nrIqcPflF5udM2FXNnfzMHl { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11rem;left:45.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#BJLy0QT0Hupzn6AAazl38fwgAipEnZlc { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:13.75rem;top:3rem;left:30.625rem;overflow:hidden;display:block; }
#oUJVPcE7yzAwXG75FFexT3FpVgmZSKEo { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11rem;left:31.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#oP9kXMwrukuAposSsakZNd7Xd5Ih0FLN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oP9kXMwrukuAposSsakZNd7Xd5Ih0FLN > .row .container { background-color: transparent; background-image: none; }#oP9kXMwrukuAposSsakZNd7Xd5Ih0FLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oP9kXMwrukuAposSsakZNd7Xd5Ih0FLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oP9kXMwrukuAposSsakZNd7Xd5Ih0FLN > .row .container > .video-iframe-container { display: none; }#oP9kXMwrukuAposSsakZNd7Xd5Ih0FLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oP9kXMwrukuAposSsakZNd7Xd5Ih0FLN > .row > .video-iframe-container { display: none; }#oP9kXMwrukuAposSsakZNd7Xd5Ih0FLN > .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); }#oP9kXMwrukuAposSsakZNd7Xd5Ih0FLN > .row .container { border-width: 0; border-radius: 0; }#oP9kXMwrukuAposSsakZNd7Xd5Ih0FLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oP9kXMwrukuAposSsakZNd7Xd5Ih0FLN > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#of4q28daHXwqRlWPLEH9WzcpnnMsWy34 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:3.0625rem;left:3.5rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rR2m80QGSQft0mK2tF1czRG3TAttpwK7 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.875;letter-spacing:0;top:11.3125rem;left:3.5rem;height:5.625rem;font-style:normal;display:block; }
#IR6K42AzsTfyoz2sWmesvfqN0C8pFHwZ { color:rgba(var(--color-tertiary-3),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:23.1875rem;left:3.5rem;height:2.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TgoN5pCbcJyfLpgBPTXOFqT7QoT40Bsx { color:rgba(var(--color-tertiary-4),0.7);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.875;letter-spacing:0;top:27.25rem;left:3.5rem;height:5.625rem;font-style:normal;display:block; }
#XTvxsTO3fDpSdk8s0A2NiX6HflDrfg7m { color:rgba(var(--color-tertiary-4),0.7);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.875;letter-spacing:0;top:33.8125rem;left:3.5rem;height:9.375rem;font-style:normal;display:block; }
#BMTVyTHJ66EHisOLCa4MTmaP9TVe1XRp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:18.4375rem;top:2.6875rem;left:44.5rem;overflow:hidden;display:block; }
#xv7RnzMCi75h34iiRDReLxLx1eq9uJry { 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:12rem;width:18.4375rem;top:15.125rem;left:44.5rem;overflow:hidden;display:block; }
#UXMt0xHoBB79bPE197X40dqybNkAfk6K { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:18.4375rem;top:27.375rem;left:44.53125rem;overflow:hidden;display:block; }
#xPcugTCC2IJ0bDxX1qtpW8pGf73gUERc { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:10.3125rem;top:17.75rem;left:63.125rem;overflow:hidden;display:block; }
#PTZkqHKEChRMMhGzDgzxES9vBpHlKzR6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:10.3125rem;top:2rem;left:63.125rem;overflow:hidden;display:block; }
#mIre2KG2rvtImOR9fcrfkS6UpKd3TGCw { color:rgba(var(--color-tertiary-4),1);display:block;width:35.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:7.0625rem;left:3.5rem;height:2.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ug5O2zI5csFKLBkrGMBOFHG9LILOEEKT { color:rgba(var(--color-primary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:19.3125rem;left:3.5rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gagmxKQxoWfr6sq7b5DnbcFMQ4BBTUgC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));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; }#gagmxKQxoWfr6sq7b5DnbcFMQ4BBTUgC > .row .container { background-color: transparent; background-image: none; }#gagmxKQxoWfr6sq7b5DnbcFMQ4BBTUgC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gagmxKQxoWfr6sq7b5DnbcFMQ4BBTUgC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gagmxKQxoWfr6sq7b5DnbcFMQ4BBTUgC > .row .container > .video-iframe-container { display: none; }#gagmxKQxoWfr6sq7b5DnbcFMQ4BBTUgC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gagmxKQxoWfr6sq7b5DnbcFMQ4BBTUgC > .row > .video-iframe-container { display: none; }#gagmxKQxoWfr6sq7b5DnbcFMQ4BBTUgC > .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); }#gagmxKQxoWfr6sq7b5DnbcFMQ4BBTUgC > .row .container { border-width: 0; border-radius: 0; }#gagmxKQxoWfr6sq7b5DnbcFMQ4BBTUgC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gagmxKQxoWfr6sq7b5DnbcFMQ4BBTUgC > .row .container { font-size:0.875rem;font-family:arial;height:91.3125rem;width:75rem;position:relative;display:block; }#OLDOByZeWTJfroGpEpd25JNEaTgrE8V1 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.6875rem;left:3.5rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nBxpfKADTkgtEWrdkO2wVJ5CpT8fRw67 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:14999;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.9375rem;left:3.625rem;height:2.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MbMJg4rqkRmLqGBz8gGXNTXSpst9ad6H { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.125rem;left:2.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EHSNoZkdc9lDIeKN9T9QhdiWOaJxD79J { color:rgba(var(--color-tertiary-2),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:26.4375rem;left:2.625rem;height:0.97443125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xk5nC0xxnrU3H8dd0ZyrGRsfHHowx9xf { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:30.8125rem;left:2.75rem;height:1.05610625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xVwB06Tc4yaHoARG4RxW2kUqTSpMzT9i { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:11.3125rem;top:44.625rem;left:25.125rem;display:block; }
#VPvGQTrwHmka5V5KTv7VUqgT7rFipm9t { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:45rem;left:25.6875rem;height:1.137075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ltGKd6u4XZDqmhrtgCOPxahefr1T0hwC { 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:15002;opacity:1;top:32.375rem;left:2.625rem; }
#nZ5dlqTJ1245CNu3ofST40nrxBTJWcR4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:32.4375rem;left:4.4375rem;height:1.05610625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UkgiG7WW6gqmXTzANLi72G9Qwik6z3FH { 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:15004;opacity:1;top:33.75rem;left:2.625rem; }
#mhqlU9GBA11IBzgpbQahmhNa0IEO12qv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:33.8125rem;left:4.4375rem;height:1.05610625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D0cWMXe0Bb8KGkrQPzuLemCUBhfSsb6G { 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:15006;opacity:1;top:35.125rem;left:2.625rem; }
#BeDJchEtUbfWgTMSWsnTLiDzQGXby0nS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:35.1875rem;left:4.4375rem;height:1.05610625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r3JgEEipZU3nqOqe27Dv1mCvcX1TQ4ac { background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.4375rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.0625rem;left:10.375rem;display:block; }
#hN62u8onhIJZtUhnGDSFRz4ayVWsI3dU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tp7t1Nr1r8narVgHkzcDKKVzh5CrOmDy { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:63.6875rem;left:27.8125rem;height:6.33664375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nnVtP54ThSKQyaXdKniOVWSuuIJdGeUT { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:61.9375rem;left:27.625rem;height:1.9488625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k4Qv4LkTtDiwTZbwyqHGN2LnDHsvGQXN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:59.125rem;left:27.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MZt6VOVxxrv2xeo1CF2nhUMuqboPQ7bR { 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:15029;opacity:1;top:75.3125rem;left:27.625rem; }
#WG4DkcDz04WRcVfmdVWDi1kg9OTHtrLP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:75.5rem;left:29.4375rem;height:1.05610625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yKWze6dF0ugUoiTUe23TrbdTQJGT6OhJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.4375rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:81.25rem;left:32.0625rem;display:block; }
#JZq5Wgni5uJoSQ5uRw4lM238ru3z1Dxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ma7VDlWpIDMNwyWetoVVDxMdu7a6UFGR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:73.625rem;left:29.4375rem;height:2.1122125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w82RxCc7I0aKvMTk768RckBQi0n05xWO { 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:15027;opacity:1;top:73.5625rem;left:27.625rem; }
#ESOmP0IQHHrT94t7PrO6IfKrqTAV3Ky6 { 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:15025;opacity:1;top:71rem;left:27.625rem; }
#wu2aRo1cgPVm7PafmgfhqwWObu5N2Zf4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:71rem;left:29.4375rem;height:2.11221875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rs18gl21md43KPb82UwskMGK7ClIT52z { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:56.9375rem;left:39.75rem;height:1.05610625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MzC9MHDtRI1yZy3Fd45NpJQd1mnxmfkZ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:7.875rem;top:56.6875rem;left:39.6875rem;display:block; }
#iE7QushCQpGq3aywaip0dZQXWa6hMJqU { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:27.75rem;left:2.625rem;height:2.1122125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rc0qX6qnTTRraTPd77PLBgwAlp0sObM5 { 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:15029;opacity:1;top:78.125rem;left:27.6875rem; }
#aOg1Ww0dVC3BHrH15iND3hwRC7qToW5O { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:78.125rem;left:29.4375rem;height:1.05610625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cp8ra1IPWpvki3UBIZA5QqDzv9OZm4e3 { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:19.875rem;top:46.9375rem;left:26.9375rem;overflow:hidden;display:block; }
#yX15GVnTnpmvOEmM3X2TSUud0eiDThic { 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:11rem;width:14.875rem;top:12.5625rem;left:4.3125rem;overflow:hidden;display:block; }
#vbSxu02NB7LZQ6lwnobmZ3lEbh2THQHz { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5) ;height:32.9375rem;width:23.625rem;top:10.5rem;left:1.46875rem;display:block; }
#DPycI2TV2z6hDgMdecWT4x90CCUQloT3 { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5) ;height:42.625rem;width:23.625rem;top:44.0625rem;left:25.6875rem;display:block; }
#W09MrfNWX3U1AzHaLskTQR3d8oZiJs8O { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:75rem;top:0rem;left:0rem;display:none; }
#kC1J0VqvrDTd1erZQN48lcr3aM2VPgyg { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5) ;height:32.9375rem;width:23.625rem;top:10.5rem;left:25.6875rem;display:block; }
#NV1VlNCSVRT4zTExmt9VmpAv72ZQKBrT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.6875rem;top:13.6875rem;left:35.625rem;overflow:hidden;display:block; }
#ySGbav2g90f1twXbcAXqUur8QWOKKehk { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:25.0625rem;left:27.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kCbsQPyOsobHIv6Ni07H3GMnTPtpinKM { color:rgba(var(--color-tertiary-2),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:27.625rem;left:27.125rem;height:0.97443125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nfCv9SqDc7eRnChtro7VwWRca095zu1v { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:28.9375rem;left:27.125rem;height:2.11221875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PuiaesprDEkZqUXhAv1URd4hvvypElR4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:32.5625rem;left:28.9375rem;height:1.05610625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PoeMIvEgsxQ61ObTwZl0TSzTUmLnSCuw { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:34.3125rem;left:28.9375rem;height:4.22443125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sDPGHUiEu5xVUi9EhN13hvO1cCC97rFt { 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:15015;opacity:1;top:32.5rem;left:27.125rem; }
#RMzlEoT7VfkwFQh9RxvtB69lkzrEHTWy { 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:15017;opacity:1;top:34.25rem;left:27.125rem; }
#s2b4LMdyclpSqcLkcVKBaTz5tvfB9Byw { background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.4375rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:39.875rem;left:34.875rem;display:block; }
#puT2yAxl1F4UICnC9xTrBcXQ9hMf8NfG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZGFi1HufsvbhznldwhkpUsbPE2x5lzRG { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:17.4375rem;left:34.125rem;overflow:hidden;display:block; }
#RPNCowGA2z13tKzXn9kGvRkBKL1x5POV { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:12.625rem;top:11.625rem;left:30.6875rem;overflow:hidden;display:block; }
#FdJ2wT5IJ5Gnd2Z2HTccQ6AAJuTWNJwb { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:8.75rem;top:11.9375rem;left:27.6875rem;overflow:hidden;display:block; }
#udceoHZsOCdQUcBS75TheUFMQ1BnPT6x { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5) ;height:32.9375rem;width:23.625rem;top:10.5rem;left:49.9375rem;display:block; }
#IZL94gUTawiRIdT8NDbzCuSV2hUr1dVq { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.6875rem;top:13.6875rem;left:60.3125rem;overflow:hidden;display:block; }
#nGBCZak5pN1zFiH2TcG5HlOfAiwQWarf { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:25.0625rem;left:51.8125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dwTG1dJ0mOIoyOHtPCuTIcBBrDHcgsQH { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:27.6875rem;left:51.8125rem;height:2.1122125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mHyTe8hXawT1C9qJNIzQhGDi9kieaogK { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:12.625rem;top:11.625rem;left:55.375rem;overflow:hidden;display:block; }
#oT1ok3rcMVI8krn3pgaFyc4uXgTWyBmb { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:17.4375rem;left:58.8125rem;overflow:hidden;display:block; }
#uvahuGuxz41wE4lV3RSWA6JqOxwCq9Ix { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:30.5rem;left:53.625rem;height:1.05610625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZB2FCXqJpR925W4ovC4R6z2MfE8kgrtv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:32.25rem;left:53.625rem;height:1.05610625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lnnWNGutTaMw0IxHwe8eiysWDyuzKcS5 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:9rem;top:11.9375rem;left:52.375rem;overflow:hidden;display:block; }
#NrhVbaImwsVmafhe1uCQ8paoKt6OSdRU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:34.8125rem;left:53.625rem;height:2.11221875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H5b02iiHU4meHsTalo0444T9nIrnuIEP { color:rgba(var(--color-tertiary-2),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:26.375rem;left:51.8125rem;height:0.97443125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lrDIwNusmKlxwsdN6USecv5wtXAwzdO9 { background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.4375rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:38rem;left:59.5625rem;display:block; }
#FZk0cuTr0iKo8wVVAv13piwFfOG4Zt7v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZDRQ3fvR3on3Vi9iUot7rDpozveTgF0 { 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:15030;opacity:1;top:30.4375rem;left:51.8125rem; }
#IhgGORr1oq0K7bem1Bi5QGi0HsqeIcfD { 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:15032;opacity:1;top:32.1875rem;left:51.8125rem; }
#D59WrATOSZigoXth3aCDqra49Vf6oaQ9 { 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:15034;opacity:1;top:34.75rem;left:51.8125rem; }
#BIKI9SOmT2dOSzb4fOf6idWfV89di0CM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BIKI9SOmT2dOSzb4fOf6idWfV89di0CM > .row .container { background-color: transparent; background-image: none; }#BIKI9SOmT2dOSzb4fOf6idWfV89di0CM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIKI9SOmT2dOSzb4fOf6idWfV89di0CM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIKI9SOmT2dOSzb4fOf6idWfV89di0CM > .row .container > .video-iframe-container { display: none; }#BIKI9SOmT2dOSzb4fOf6idWfV89di0CM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIKI9SOmT2dOSzb4fOf6idWfV89di0CM > .row > .video-iframe-container { display: none; }#BIKI9SOmT2dOSzb4fOf6idWfV89di0CM > .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); }#BIKI9SOmT2dOSzb4fOf6idWfV89di0CM > .row .container { border-width: 0; border-radius: 0; }#BIKI9SOmT2dOSzb4fOf6idWfV89di0CM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BIKI9SOmT2dOSzb4fOf6idWfV89di0CM > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#qck7qv5CI4WikZqHCEKJ4HaiapZQTTQJ { background-color:#f4f4f4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.4375rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.0625rem;left:30.875rem;display:block; }
#xVgCGxOnMJlQ7RUSx3D0wftPMTUZw0ZH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pd345L9ImHitXpO0apnKX1ITKpeu1Mbm { color:rgba(var(--color-tertiary-0),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5rem;left:30.875rem;height:5.1988625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HVXXZuQxncuq7tkKJXFkttZpN9vgkunD { color:rgba(var(--color-tertiary-3),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:4.1875rem;left:22.9375rem;height:2.11221875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BvUK7L62rLKk32sUas1592yVRMXuEBIh { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.625rem;left:3.5rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H91uT00wpBn6JnCNdmpXfJQCJg8bCDbX { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:2.875rem;width:5.25rem;top:3.625rem;left:22.75rem;display:block; }
#AEkEUgA9WraTSw3zK4aVds6UJrS87y52 { 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:17.125rem;width:24.5rem;top:8.5rem;left:3.5rem;overflow:hidden;display:block; }
#fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/396b91ad-cfab-4b02-a23c-50b13bb613b1/Projektbeznazwy12.png");background-position:bottom left !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; }#fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6.adaptive-delivery-prevent-bg, #fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6.lazyload, #fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6.lazyloading { background-image: none; }#fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6 > .row .container { background-color: transparent; background-image: none; }#fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6 > .row .container > .video-iframe-container { display: none; }#fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6 > .row > .video-iframe-container { display: none; }#fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6 > .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); }#fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6 > .row .container { border-width: 0; border-radius: 0; }#fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6 > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#hKdf9GsRLow7CCqaJU7S9vdx5K3Eo7dU { color:rgba(var(--color-tertiary-3),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:11.1875rem;left:3.5rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pvc2PyfNC2lSpsWxGXqzhMNA7aKtt6H4 { color:rgba(var(--color-tertiary-3),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:8.0625rem;left:3.5rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mJTe1QbePPTNaVNBdq8UGXkfnHKFbgLK { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.4375rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:3.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:38.1875rem;left:37.21875rem;display:block; }
#a2HiPSxnKroylVRwdsIaZg1pvq5XQdOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k4ZR6DM2lf7XD5dqGDGO8VNdfPRBDCTU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.4375rem;top:2.9375rem;left:3.5rem;overflow:hidden;display:block; }
#hhcDmWmNfnCzdrKmMntwbJP6TJ6ArTuL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.3125rem;width:13.4375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:17.125rem;left:31.25rem;overflow:hidden;display:block; }
#lfXIWuRTl1VVdqZvkqgXGv0UTbqxpi7c { color:rgba(var(--color-tertiary-3),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.0625rem;left:3.5rem;height:2.59943125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mVW6AT2Xx1EcF6Ob0RB53M0RpW1gElBn { color:rgba(var(--color-tertiary-3),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.4375rem;left:3.5rem;height:3.89915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d0hTHhBAGTTel50aJVriavDtxOghnUNb { color:rgba(var(--color-tertiary-3),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.1875rem;left:7.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XunWHTIh8Vyisazus1AlnCeA6RtkgpiN { color:rgba(var(--color-tertiary-3),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:27.375rem;left:7.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J60lPtiX6iiqG3cvwwqQlrdiZEzQtpJ5 { color:rgba(var(--color-tertiary-3),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.6875rem;left:7.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JgxReOc3LxTw23HkgA7Votfm3X0lebNT { color:rgba(var(--color-tertiary-3),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:30.875rem;left:7.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eE5517roTIITumpDGvfLLQKrELDS3zJw { color:rgba(var(--color-tertiary-3),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:33.25rem;left:7.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N2HGuv0BBZUg1W6qicJZXahnNMbwRsgA { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:24.8125rem;left:2.84375rem;overflow:hidden;display:block; }
#TH9u9zCnnS6U9c5EI28GP4CEhcAXhfar { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:29.46875rem;left:4.25rem;overflow:hidden;display:block; }
#T8norvxiKt1NVtq3tBTOCXKuKnEObkM9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:32.875rem;left:4.1875rem;overflow:hidden;display:block; }
#UwNPu4c3akgnDCoMXIsteDSMhuLDXQU0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.3125rem;width:13.4375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:17.125rem;left:44.9375rem;overflow:hidden;display:block; }
#GdMoIiDdLulaL7B5M9FqVbOKhelIXoUt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.3125rem;width:13.4375rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:17.125rem;left:58.625rem;overflow:hidden;display:block; }
#cKrsCDOlp6UCFrf1P0RzSwugnbKPrnA3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.3125rem;width:13.4375rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:26.6875rem;left:44.9375rem;overflow:hidden;display:block; }
#SdiFsvT14WReFFTFhw3kVwufN8ZiWhqZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.3125rem;width:13.4375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:26.6875rem;left:31.25rem;overflow:hidden;display:block; }
#X7eoqiUVMTKJCyc1LGlIeQtEQ2F8buPq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:36.25rem;left:4.4375rem;overflow:hidden;display:block; }
#tEqW1B0CiA2uqcSt7nqi6clJQzxTqdky { color:rgba(var(--color-tertiary-3),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:36.625rem;left:7.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bDPwZDTTZx2Sic8BvqnnGgrdR1HsS2fA { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:8.0625rem;left:3.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FCSwvHPrviK2cUc1MZg3xZdLL72kgeeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FCSwvHPrviK2cUc1MZg3xZdLL72kgeeP > .row .container { background-color: transparent; background-image: none; }#FCSwvHPrviK2cUc1MZg3xZdLL72kgeeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSwvHPrviK2cUc1MZg3xZdLL72kgeeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSwvHPrviK2cUc1MZg3xZdLL72kgeeP > .row .container > .video-iframe-container { display: none; }#FCSwvHPrviK2cUc1MZg3xZdLL72kgeeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSwvHPrviK2cUc1MZg3xZdLL72kgeeP > .row > .video-iframe-container { display: none; }#FCSwvHPrviK2cUc1MZg3xZdLL72kgeeP > .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); }#FCSwvHPrviK2cUc1MZg3xZdLL72kgeeP > .row .container { border-width: 0; border-radius: 0; }#FCSwvHPrviK2cUc1MZg3xZdLL72kgeeP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCSwvHPrviK2cUc1MZg3xZdLL72kgeeP > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#cCKuIirHT2UUPsR2tU49q6Wmf1AV67DL { background-color:#f4f4f4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.4375rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.1875rem;left:3.5rem;display:block; }
#AmNu3uNRQNL21l8bTvcf0vq2kMFMKgvB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yb4Pwqol5LkQk8T5JRugEhZBUPRshgTy { color:rgba(var(--color-tertiary-0),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.625rem;left:3.5rem;height:4.387075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JCCVxEtklu5hpJqn2UudqMAycTWHyKqI { 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:26rem;width:26rem;top:6.4375rem;left:47.8125rem;overflow:hidden;display:block; }
#wFLgXLJhbByTuyGga2ffTTsxsSkPC8g6 { color:rgba(var(--color-tertiary-0),1);display:block;width:64rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:10.125rem;left:3.5rem;height:4.2244375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RiZIiVZcykpRuRC7tHHX7wy4NZovtb9l { color:rgba(var(--color-tertiary-0),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:14.9375rem;left:3.5rem;height:1.46235625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O9uK4Qlu419s1tITwbMX5Uh7GAeZfsLl { 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:26rem;width:26rem;top:6.4375rem;left:47.8125rem;overflow:hidden;display:none; }
#V276GpSt8SELQTWw3XG7wWy2LSpn1rn8 { 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:75rem;width:75rem;display:none; }
#kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f8b8f980-fbb2-4966-a4ba-a6c2d52ccb0b/to_LP.png");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; }#kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra.adaptive-delivery-prevent-bg, #kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra.lazyload, #kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra.lazyloading { background-image: none; }#kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra > .row .container { background-color: transparent; background-image: none; }#kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra > .row .container > .video-iframe-container { display: none; }#kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra > .row > .video-iframe-container { display: none; }#kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra > .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); }#kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra > .row .container { border-width: 0; border-radius: 0; }#kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra > .row .container { font-size:0.875rem;font-family:arial;height:110.375rem;width:75rem;position:relative;display:block; }#nDVotRxafwgzDtifqsyLLJiKG9N6innu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.625rem;width:20.9375rem;top:10.5625rem;left:6.9375rem;display:block; }
#Ne8rxrb6ORCkq4oQHWiQ1PlepVhfJdUb { color:rgba(var(--color-tertiary-3),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:2.875rem;left:3.5rem;height:2.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kXs2KxeR8MQA79Sl6wvqEtGUW3vPD7rC { color:rgba(var(--color-tertiary-3),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:14999;line-height:1;letter-spacing:0;top:8.0625rem;left:6.9375rem;height:1.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a6PBaFWrvb5SMKhltIdu3A3xaSBWVd13 { color:rgba(var(--color-tertiary-3),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:77.25rem;left:10.5625rem;height:1.46235625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eb6TNTbbkpNyFcpekQWG7quM5Jm2BXbs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.625rem;width:20.9375rem;top:10.5625rem;left:28.0625rem;display:block; }
#cbkfRL2X647O1mqwT5kXhU7z9X8vK045 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.625rem;width:20.9375rem;top:10.53125rem;left:49.25rem;display:block; }
#mo0NMITJRGxwoplsn8PsOWn7Gm0TnKSp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:76.6875rem;left:7rem; }
#mo0NMITJRGxwoplsn8PsOWn7Gm0TnKSp > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#sbiMFvoXexAJtnlbEryzlSX6OZMylV9r { color:rgba(var(--color-tertiary-3),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:60.8125rem;left:6.9375rem;height:1.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TNzdrb0Q63C4Iv0lV7w2y9akvWPCfdgC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.625rem;width:20.9375rem;top:63.8125rem;left:6.9375rem;display:block; }
#opXbPStQgTp9r6zaaXSUQd0AZelOicnx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.625rem;width:20.9375rem;top:63.8125rem;left:28.0625rem;display:block; }
#s3Izs8TkgwHQm2eT5oRt4GHnf31ZvET4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.625rem;width:20.9375rem;top:63.8125rem;left:49.25rem;display:block; }
#WmsprGGnsoQ6ieT8OT8uWi1KrHQZ8Awo { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.625rem;width:20.9375rem;top:22.375rem;left:6.9375rem;display:block; }
#x3IwamklLulNKMNgid2fwo7iBnDhzcs6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.625rem;width:20.9375rem;top:22.375rem;left:49.25rem;display:block; }
#GkmeDluRFk6etCBGEaQirhzhA8GealpB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.625rem;width:20.9375rem;top:22.375rem;left:28.0625rem;display:block; }
#BAWfwvL6XMJS75TQE2g53hMymxIQl5zx { color:rgba(var(--color-tertiary-3),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:82.5rem;left:3.5rem;height:2.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bLD9m8QkXRAzLDfHOf8swgcuSMZAp9WN { color:rgba(var(--color-tertiary-3),1);display:block;width:41.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:91.5rem;left:21.28125rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O7k9S4CIIoJcWz6eupMC9oQWFTCiiyLJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:10.9375rem;top:87.25rem;left:6.9375rem;overflow:hidden;display:block; }
#dGSetdwOBTOs2LisvtCo8xA58aLaQxCd { color:rgba(var(--color-tertiary-3),1);display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:94.9375rem;left:21.28125rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KJ2Dszc65JPSST3NCwNwiAqlKZq1TbTH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.625rem;width:20.9375rem;top:34.1875rem;left:6.9375rem;display:block; }
#F2eAZcoIC9IsCWg23AQVyfiAAJPuiXqC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.625rem;width:20.9375rem;top:34.1875rem;left:28.0625rem;display:block; }
#fd2VfdNIt1mux2N1n5PGkL6wl4TmdJHU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.625rem;width:20.9375rem;top:34.1875rem;left:49.25rem;display:block; }
#ZLTf8OSt74zSwPIes6lrFvSlnfwFxeS3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.625rem;width:20.9375rem;top:46rem;left:6.9375rem;display:block; }
#IruvFbZc6g0mD6Qopxn1hPlsbn8FtLiI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.625rem;width:20.9375rem;top:46rem;left:28.0625rem;display:block; }
#BC9PlcyIPD64cmXoVT3y9vh79dQ0Hmr6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BC9PlcyIPD64cmXoVT3y9vh79dQ0Hmr6 > .row .container { background-color: transparent; background-image: none; }#BC9PlcyIPD64cmXoVT3y9vh79dQ0Hmr6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC9PlcyIPD64cmXoVT3y9vh79dQ0Hmr6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC9PlcyIPD64cmXoVT3y9vh79dQ0Hmr6 > .row .container > .video-iframe-container { display: none; }#BC9PlcyIPD64cmXoVT3y9vh79dQ0Hmr6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC9PlcyIPD64cmXoVT3y9vh79dQ0Hmr6 > .row > .video-iframe-container { display: none; }#BC9PlcyIPD64cmXoVT3y9vh79dQ0Hmr6 > .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); }#BC9PlcyIPD64cmXoVT3y9vh79dQ0Hmr6 > .row .container { border-width: 0; border-radius: 0; }#BC9PlcyIPD64cmXoVT3y9vh79dQ0Hmr6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BC9PlcyIPD64cmXoVT3y9vh79dQ0Hmr6 > .row .container { font-size:0.875rem;font-family:arial;height:89.125rem;width:75rem;position:relative;display:block; }#ozFsAk4XEQt7SqrkSvOTXPA7e7ArTNTO { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:7.5625rem;height:2.59943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AFhzSHnpKGkuqzWfCuFu9IiNq80wgQqT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:11.5rem;left:36.25rem;display:block; }
#Pnrs3L4b6XhihGuQwTmGDHP3lpttLh5k { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t24Nhtm2fwMQhzsiX2FcJSxXSVkz9cDF { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:22.375rem;width:34.1875rem;top:13.75rem;left:37.75rem;display:block; }
#xFQlAtbM3wDU81tGpaQunhVo91I4RhMJ { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:15.75rem;left:39.21875rem;height:18rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CcZOkppIIf8WBUN3rWXkm6oi4k6XLNfw { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:38.1875rem;left:44.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dLFuyPuyvMGyZNq9NA2aMfG1utG0nuHM { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:40.125rem;left:44.375rem;height:1.05610625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#skDI3Dkb0IgtgoWG5KHS5npZtx4QIwns { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/594f27de-c362-4938-b028-e3c10d76be21/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:37.5rem;left:38.75rem;display:block; }#skDI3Dkb0IgtgoWG5KHS5npZtx4QIwns.adaptive-delivery-prevent-bg, #skDI3Dkb0IgtgoWG5KHS5npZtx4QIwns.lazyload, #skDI3Dkb0IgtgoWG5KHS5npZtx4QIwns.lazyloading { background-image: none; }
#Vr5d6T4avVKyUJ8zT4nIxtNZqbVXpnTU { color:#606060;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:29.8125rem;left:9.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u85nPfeR9uvUk157Hbd1Ny8Mk6dUiQfu { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:31.75rem;left:9.6875rem;height:1.05610625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pxACbXmBbBaUDxRwz8IIA7vqG1GBm2Wk { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/576bfb7d-4c02-407e-ab73-85e1db956168/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:29.125rem;left:4.0625rem;display:block; }#pxACbXmBbBaUDxRwz8IIA7vqG1GBm2Wk.adaptive-delivery-prevent-bg, #pxACbXmBbBaUDxRwz8IIA7vqG1GBm2Wk.lazyload, #pxACbXmBbBaUDxRwz8IIA7vqG1GBm2Wk.lazyloading { background-image: none; }
#IImmZI7ZRW3WAazJaqIVBEKdlqamFIyQ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.8125rem;width:34.1875rem;top:13.75rem;left:2.8125rem;display:block; }
#SdRqauRduAyWxVdFmOmgVWTrzEynMdIt { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:15.71875rem;left:4.25rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oQEQpTrRBsT38SZUh8HVQeKoAMtbhVFd { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:46.0625rem;left:7.5rem;height:2.59943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ivsRJH25uWXCBI4SwWdQ8OmfeoeNE3Gt { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.5625rem;width:18.5rem;top:50.0625rem;left:0rem;overflow:hidden;display:block; }
#chwFGPM8zSOKwGy9x6OwdS2sr43ttTuN { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.25rem;width:18.5rem;top:50.0625rem;left:18.8125rem;overflow:hidden;display:block; }
#n2ZTiHATx7WuWmGN1M93NVpnoqSPu5gu { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.75rem;width:18.5rem;top:50.0625rem;left:37.6875rem;overflow:hidden;display:block; }
#S3lb59tU384oZ0T40cPT1spG2oTi10T6 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.625rem;width:18.5rem;top:61.9375rem;left:0rem;overflow:hidden;display:block; }
#QID21WWdvvgaTEOlJVp2Zez6MBNSth5M { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:38.125rem;width:18.5rem;top:50.0625rem;left:56.5rem;overflow:hidden;display:block; }
#u29OiaL59xEFmnQdOCTAbhD4wcTKZvTU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.4375rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:72.9375rem;left:28.09375rem;display:block; }
#dUW3kCJmnqrhUCHmZo2NdcnhzrHl2UyO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H6Ab0qtWaPkJb3gdfJThtniDAHCyTgvz { position:relative;display:block; }#H6Ab0qtWaPkJb3gdfJThtniDAHCyTgvz { background-color: transparent; background-image: none; }#H6Ab0qtWaPkJb3gdfJThtniDAHCyTgvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6Ab0qtWaPkJb3gdfJThtniDAHCyTgvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6Ab0qtWaPkJb3gdfJThtniDAHCyTgvz > .row .container > .video-iframe-container { display: none; }#H6Ab0qtWaPkJb3gdfJThtniDAHCyTgvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6Ab0qtWaPkJb3gdfJThtniDAHCyTgvz > .row > .video-iframe-container { display: none; }#H6Ab0qtWaPkJb3gdfJThtniDAHCyTgvz > .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); }#H6Ab0qtWaPkJb3gdfJThtniDAHCyTgvz { border-width: 0; border-radius: 0; }#H6Ab0qtWaPkJb3gdfJThtniDAHCyTgvz > .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; }#H6Ab0qtWaPkJb3gdfJThtniDAHCyTgvz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.125rem;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; }#sw5q0C9ZL6yWAZ44RGec64g00TK9bDrt { color:rgba(var(--color-tertiary-3),1);display:block;width:63.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.5rem;height:5.1988625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ry4zw3MSCEFfkRwJb9LH0yULcoX7FTTG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:14.5625rem;top:15rem;left:10.90625rem;overflow:hidden;display:block; }
#psQUR4DcbbTVG4XugQd6Szrsy7wgeMNI { 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:12.8125rem;width:19.375rem;top:11.8125rem;left:25.71875rem;overflow:hidden;display:block; }
#oCPTokq7iRT4xyyPnrTENdTxZMxn3hWV { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:34.5rem;top:0rem;left:31.5rem;display:block; }
#EyTnfUmBRiX69hs72CTvQLTE2QGVVtlo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:14.5625rem;top:24.875rem;left:36.65625rem;overflow:hidden;display:block; }
#UcJWanzheRL49cFCPdiW7ic9G0OPH342 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:10.8125rem;top:24.8125rem;left:25.65625rem;overflow:hidden;display:block; }
#Su78pQTZr4M0Tv8WCm33xuunK4T9RaST { 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:12.25rem;width:18.6875rem;top:14.9375rem;left:45.34375rem;overflow:hidden;display:block; }
#tkfkwT8M5Ar75kGvupx2SEtfKTsNbZvC { color:rgba(var(--color-tertiary-4),1);display:block;width:63.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6875rem;left:3.5rem;height:1.46235625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bTZ0CyxvJ1TTMi34p4WgdxHKFdDII9VE { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-3),0.43);background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:65.0625rem;top:1.5rem;left:3.5rem;display:block; }
#v2wGvX06CueifoL15dsPi99PlKXqhJLk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3ff81094-8a87-4f8b-810c-12a798c736e8/Projektbeznazwy15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk.adaptive-delivery-prevent-bg, #v2wGvX06CueifoL15dsPi99PlKXqhJLk.lazyload, #v2wGvX06CueifoL15dsPi99PlKXqhJLk.lazyloading { background-image: none; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container { background-color: transparent; background-image: none; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container > .video-iframe-container { display: none; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row > .video-iframe-container { display: none; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .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); }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container { border-width: 0; border-radius: 0; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#lzPsGZV0snmzrFJyAvpo6Q9hoif8ax6O { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5) ;height:39.875rem;width:26.5625rem;top:0.375rem;left:1.9375rem;display:block; }
#vI2UwPk2f5kbkKsN5OepX8bIlUHWOXHa { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:1.5625rem;left:4.625rem;height:6.09375rem;font-style:normal;display:block; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-form-header {  }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-text {padding-top: 0; padding-bottom: 0;}#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-select {padding-top: 0; padding-bottom: 0;}#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.4375rem;margin-bottom:0.25rem;margin-left:3.4375rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:400;color:#f2f9ff;width:15.125rem;height:2.875rem;font-family:roboto;overflow:hidden;line-height:1.5;font-style:normal; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.1;font-size:0.6875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:20.75rem;overflow:hidden;font-style:normal;float:none; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-container:first-of-type{padding-top:0;}#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-container:last-of-type{padding-bottom:0;}#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.0625rem;left:3.25rem; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22rem;display:block;vertical-align:top; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL {display:block;}#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.0625rem;left:3.25rem; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #okiIlkboGtlHpSruJz1eIbafuW6piPBT { position:relative; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #XFawQlyiTT8qAkpCTmKuqi11HfAEcfVx { position:relative;display:none; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #ImQQf0DTZ6KPXeHaAvbI9Q3HwK4CPaOb { position:relative; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #Sxfd9QXdTvhBA2ZeGSldqhtc61mcgoVM { position:relative; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #GybL8Az09IIpbpp4W6PDOmFM0fBGLhHG { position:relative;display:none; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #vqOJfROwmqPZFkbdb0BLIiQeRMHoUKTQ { position:relative; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #T0oecLpKTSr4qrbkxFFWTnQUKrOu6xpH { position:relative; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #Hucsv0AECAwZ2TSEuBp20f9WAwLaQhFV { position:relative;display:none; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #QikkxvgfNHQ8bodmJrNpeMgT6ucdKnto { position:relative; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #SwmEJ0ZAFLHgm04AqzqNon3JKe7awOAT { position:relative; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #uPz8la5AHOP0Xy8AVUv999QgfFGznEuC { position:relative;display:none; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #NEcH0r6l9zLKR2lkZxfqt603J5X670Wg { position:relative; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #qwMZF9bX7EQyWcUI0nEFRTqoPc5iebXc { position:relative; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #QvnRi6WAF5laK0VNMNTHHOmRvvmonUbG { position:relative;display:none; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #sl4BFBdt6Bt5xS93TaKmt805T5xuU5vA { position:relative; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #O0X8N4BkypUsbKFngVTUu5FTIf2LHGGC { position:relative; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #B7hml5m2AT1kniNuoV36Vm7Wx06TZ1SW { position:relative;z-index:2; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #AwQsGW8GxnuTw89yWeUhKcmkPvv5tZXG { position:relative; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #TdMQbUIDSVGJl7k92GRiXwdkWUJeHdlC { position:relative; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #fN6dIPiW8HVn1fKllcLzwfmxOwrvgHRL { position:relative;z-index:2; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #ZSuTD16b6Pbg44uu0sBfs3s6EcB2i0zb { position:relative; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #y4aTIXdbm03EJoyxWUcmoMq5vN09oTV2 { position:relative; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #r5eQNpPKWOyXSLDatqIP1kPX5aNxsuaK { position:relative; }
#Zh8x3QzzoMgqd6sfc0uhvOUkBtMhhiVJ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#9e9e9e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.375rem;left:3.28125rem;display:block; }
#mfFFoXZHub7pp9cf2TcWvHAKUquJDQLk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HkP9OyCEMei5rvdPw3egt9BNE3LETFcf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#AMZWiF1PZ40WUI8TFbhz20RZTfoak9rq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#AMZWiF1PZ40WUI8TFbhz20RZTfoak9rq > .row .container { background-color: transparent; background-image: none; }#AMZWiF1PZ40WUI8TFbhz20RZTfoak9rq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMZWiF1PZ40WUI8TFbhz20RZTfoak9rq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMZWiF1PZ40WUI8TFbhz20RZTfoak9rq > .row .container > .video-iframe-container { display: none; }#AMZWiF1PZ40WUI8TFbhz20RZTfoak9rq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMZWiF1PZ40WUI8TFbhz20RZTfoak9rq > .row > .video-iframe-container { display: none; }#AMZWiF1PZ40WUI8TFbhz20RZTfoak9rq > .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); }#AMZWiF1PZ40WUI8TFbhz20RZTfoak9rq > .row .container { border-width: 0; border-radius: 0; }#AMZWiF1PZ40WUI8TFbhz20RZTfoak9rq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AMZWiF1PZ40WUI8TFbhz20RZTfoak9rq > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#y0teS7edSlDrSuoco8qw5pqRE9sPeiOu { color:rgba(var(--color-tertiary-1),1);display:block;width:38.0625rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.125rem;left:14.5625rem;height:1.1015625rem;display:block; }
#sEDLifxFGOkPNuzRApGhZRATNKl2PVMZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.8125rem;top:2.1875rem;left:9.375rem;overflow:hidden;display:block; }
#UhioL5ghaPngFcClrFSqox4zPZ1aM6oo { color:#322b2b;display:block;width:38.0625rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.4873046875rem;left:15rem;height:0;display:block; }
#QK8WFBuybDGr6PT3Sg0gIPTDEJxwyNMT { color:rgba(var(--color-tertiary-1),1);display:block;width:38.625rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:14.5625rem;height:2.11221875rem;display:block; }
#wpcCl0ipK2BSFKDoWfzvGmlMWZx6tCP8 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:71.25rem;top:0.875rem;left:3.75rem;display:block; }
#hKMzEIFTt0anx63v4AlNoasmoqCB51w9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.625rem;text-decoration:none;z-index:15003;text-align:left;text-align-last:left;top:8.8125rem;left:14.5625rem;display:block; }
#PC7qOnMncqpDvTPTZPb5kTAxGBPo3NDk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iQZSOu4O1oiWg2c6wXKeENTWF0hXwHRC { color:#322b2b;display:block;width:38.0625rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.4873046875rem;left:15rem;height:0;display:none; }
#RrhT7vuWdiCi0K1IhdQaCpn4szPWnPee { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:71.25rem;top:0.875rem;left:3.75rem;display:none; }
#wLiPplhvZLkbfO47RleUu58fvFZDSO79 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.8125rem;top:2.0625rem;left:9.375rem;overflow:hidden;display:none; }
#Jp4ZksToHLo4rlTfxyo6ctbNxSmhTvw6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.1875rem;left:62.875rem; }
#Jp4ZksToHLo4rlTfxyo6ctbNxSmhTvw6 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#J03y4Dx8oBe7RHlJ4D8fU43HS8x6Q8Hy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.1875rem;left:67.9375rem; }
#J03y4Dx8oBe7RHlJ4D8fU43HS8x6Q8Hy > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#hT8DfAXeT0vpf67Sw1F2E52kWpxrfy3V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.1875rem;left:65.375rem; }
#hT8DfAXeT0vpf67Sw1F2E52kWpxrfy3V > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#n2AsMLdcFxfkoV9tp3DEdLuOSBO7xlO5 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:60.5625rem;height:1.05610625rem;text-align:center;text-align-last:center;display:block; }
#eZpKlRWXGPTtMUMIabGkouCNTObTAXKp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.625rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:8.8125rem;left:25.75rem;display:block; }
#uGUMdIVl8wZkfNPwmw1Wrmf9f8UF4aPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nt1gThC2M2f2wNvLPf54aVkarvFPIryL { display:none; }#nt1gThC2M2f2wNvLPf54aVkarvFPIryL > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x3c4MREDV3BsICSxoGwyelMVwknlkTSV { top:1.4375rem;left:0rem;width:6.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGD1moHkQmJTEv9sBEMFancMzvpZ6wMT { width:7.5rem;height:1.9375rem;top:1.4375rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taix54SCINB4IJJxcUVQyty9pWf4UCSf { display:block; }
 }@media only screen and (max-width: 763px) { #DoIEz6iSEPVeDckQoeiCmDhrPeIuXutP { width:7.5rem;height:1.9375rem;top:1.4375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGopLxyCSLW2gtDIuBLTdlzCC9M6r2vk { display:block; }
 }@media only screen and (max-width: 763px) { #hnlyRDQ5vMGetGxfOIDK0l63V8qSk8AR { width:7.5rem;height:1.9375rem;top:1.4375rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd2NAgqFpCd9W4Z6wuCotMi9WU8Zo7br { display:block; }
 }@media only screen and (max-width: 763px) { #iHepxqxPzGC7TT3LnWy1UtGW5ercIfys { width:0.0625rem;height:1.875rem;top:1.5625rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZUlZkoAZNpTrRiV7frFceksnDs2Vc8o { width:0.0625rem;height:1.875rem;top:1.5625rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmKpHQuZH20BP7yBSGXut1eTLNzr4HUC { width:0.0625rem;height:1.875rem;top:1.5625rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv4obdDF9hM36uhBVtdsDteCvZEtoG77 { top:1.4375rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#tv4obdDF9hM36uhBVtdsDteCvZEtoG77 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #lutuxT7dyuuQaMNJ6di1gdOA6iyPezVZ { top:1.4375rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#lutuxT7dyuuQaMNJ6di1gdOA6iyPezVZ > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #SnTrnpVIRHtU56DQyaBupPoqq1LGhoKE { top:1.4375rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#SnTrnpVIRHtU56DQyaBupPoqq1LGhoKE > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #VrvDHTK7qvcMxBzRXsUz36puXTQwN4DM { width:7.5rem;height:1.9375rem;top:1.4375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd6xmFTzdKwiUroMMm3rhF1wgbarhQb2 { display:block; }
 }@media only screen and (max-width: 763px) { #Qon1nmho7hmgTvwyoxIxJJXqwFKmyXO6 { width:0.0625rem;height:1.875rem;top:1.5625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPtwZz0zkLClTEKDfQAn8QZBsUTbJG1L { width:5.4375rem;height:1.9375rem;top:1.4375rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3gBdztNyFl1GTM61ipeetogAWHNzQ0l { display:block; }
 }@media only screen and (max-width: 763px) { #muAz8R1XUfLWFx3PoBIWA1dsCKobgWUb { width:0.0625rem;height:1.875rem;top:1.4375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWokzX0mWiwea0JolUANWyxVd7NnFkoq { display:none; }
 }@media only screen and (max-width: 763px) { #mIhoAAEp69XB98daucnsfaTLxeng2wbi { display:none; }#mIhoAAEp69XB98daucnsfaTLxeng2wbi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lH0zW2DoW2LxmbeZllhXcTcQfAdSQtrD { top:6.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo8mLNeSV6yOssvPEv4WWmMM2qmqJbtr { top:3.875rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3IQQUN3boF7mkvdoZQ9D6iDDO1saJ0l { top:6.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #faMHdVDk1b73crSrVRIuTVkcRPaS5szg { top:6.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BGvvAU9xweFUROUlqyywNpnBTlcGeszs { display:none; }
 }@media only screen and (max-width: 763px) { #yTLnO8zJb1shgTtBBb7qEwBABTW1pfTC { width:13.125rem;height:1.9375rem;top:1.4375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFchHvstGZHDr4MMVlSrE0ykdCciKRUt { display:block; }
 }@media only screen and (max-width: 763px) { #ditWt3SoUzPbiESScSKdJgtakM85nD4G { width:7.5rem;height:1.9375rem;top:1.4375rem;left:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxxsMp7LXZEOiekn4sfmWcQy6ibRMPHv { display:block; }
 }@media only screen and (max-width: 763px) { #OfRNokfOQFKquQ26XOWNmmLau5H3IABp { width:5.4375rem;height:1.9375rem;top:1.4375rem;left:28.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCzsCwNGOXFHCtkoltknRZJtrew7MPld { display:block; }
 }@media only screen and (max-width: 763px) { #WHtXOemcaXexOoJaQEwW8afBK6QHf1TO { width:7.5rem;height:1.9375rem;top:1.4375rem;left:39.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PILKsOXR1W7Jb04B5GU36vWtgkZTlE2D { display:block; }
 }@media only screen and (max-width: 763px) { #STlyZyXEaRc14Rcyuq4Pm5Lzl2vz1U9W { width:7.5rem;height:1.9375rem;top:1.4375rem;left:33.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QuGkReg7tVTs8ehFZ1ePbAUlaQhawqv8 { display:block; }
 }@media only screen and (max-width: 763px) { #zWp2DcQ1VF9l3P9y3PCLmgUWvPBierq2 { width:7.5rem;height:1.9375rem;top:1.4375rem;left:40.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtJLSkBg07JvzxDA8tvC0bZd7migKqyJ { display:block; }
 }@media only screen and (max-width: 763px) { #PKdKwQEPW9HGUvMWI4COQsVQC1Ape8ZS { top:6.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkH239t5TPUcStEgZzZ4gKLnl0yEpTnW { width:13.125rem;height:1.9375rem;top:1.4375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #puuV7zkTpiQtEMNuUtQUSk6OiQiQlcaF { display:block; }
 }@media only screen and (max-width: 763px) { #Lb9O8DWl63TypO5A1yTF3HaoFwi7u8Lf { top:3.875rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUw6whi4VkVH87LGRdwxf1Wzgt9rcO4P { top:6.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4IeZVPzfcxwQxOJLESpVV2ddx9RcLsv { width:7.5rem;height:1.9375rem;top:1.4375rem;left:40.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6W4B8LvTEwrAEw7hP7XficsNXsTUcvM { 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) { #uM1h7uSe2d7eE5DuF1lvGUGwRypVHl0V { width:15.625rem;height:2.0625rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnyyfCZrvbQLOsJHObDC3TJGmpBngs9N { width:8.5rem;height:2.875rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMQfWmTevMT9eqiyTpK2kkloTXhdzNzb { width:40.1875rem;height:5.875rem;top:16.5625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7yLU447lTWcQ6OAZELLabK53dTEnN9W { width:33.0625rem;height:2.4375rem;top:22.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfR4FrNz6lfXF3kAsHF8JaInCJKpq083 { width:15.625rem;height:3.75rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rha63sdsCLnv5RbyKf8ooXyzNyJHrEl6 { display:block; }
 }@media only screen and (max-width: 763px) { #HXKMpd3wutgtgDn858oJnvbuyK3dvW6i { width:15.625rem;height:3.75rem;top:32.1875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uat7GAOgGcdlDbfC7ZTADqnffWZDiwuO { display:block; }
 }@media only screen and (max-width: 763px) { #HK8Z9M5B32m4ptQogZIOusO8eKm4Obop { top:13rem;left:22.25rem;width:25.5rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ydGXrUOG7UQ469TJQ7tQ0WWLUO7NdV { top:1.5rem;left:0rem;width:6.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq1Etim86VA7tf9dIiwZteI76KdZbruW { width:11.9375rem;height:1.9375rem;top:1.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOqLEPTIhBUGi77v2v2Irh5arFnJ64OF { display:block; }
 }@media only screen and (max-width: 763px) { #fSeT4qW4tmTukpS4JwatIBp9sBgMq5zL { width:7.5rem;height:1.9375rem;top:1.4375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkXvNZ7WZN4df6vVcUuqDMDoIONWGbOV { display:block; }
 }@media only screen and (max-width: 763px) { #c7dO5gUH4w7vZVgbyPzn0KFmI1XHGFxA { width:7.5rem;height:1.9375rem;top:1.4375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfcbVkl2wTZ8mlibnvZGz9LudEBcTics { display:block; }
 }@media only screen and (max-width: 763px) { #cBG3IT6o1RUr4TtODIte9NCdtcJxVco2 { width:7.5rem;height:1.9375rem;top:1.4375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvOxOtsPg0St3UuOPyupSTsN2agWiwcn { display:block; }
 }@media only screen and (max-width: 763px) { #DDNRq9Amx2KCMHxZuBFsT70Jhf51rKvr { width:0.0625rem;height:1.875rem;top:1.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyrwXauWv0x1tLVlrTh7shR0WJfQNMd9 { width:0.0625rem;height:1.875rem;top:1.5625rem;left:20.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc5HOH5OA4ufGWrZoSAHaE6aTAmeAKbe { width:0.0625rem;height:1.875rem;top:1.5625rem;left:41.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3tcF6X9cVTiicQyeD9dQSiOeDwOO2n7 { width:33.0625rem;height:2.4375rem;top:24.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRBrZOLIKJnl8MoulVTrHIu0Nn4wvI5E { top:1.4375rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#mRBrZOLIKJnl8MoulVTrHIu0Nn4wvI5E > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #iPXs9ziacqzpUtBco7IBsSMSPT1STayK { top:1.4375rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#iPXs9ziacqzpUtBco7IBsSMSPT1STayK > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #EoaUJ61I4TgKGUyEhbohtxTABOgTaZxV { top:1.4375rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#EoaUJ61I4TgKGUyEhbohtxTABOgTaZxV > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #HTm05QGAMeLcUQmMTefay0ZwNUKwB5lZ { width:33.0625rem;height:1.4375rem;top:27.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbW9m51uHGDooGkES6hsXWT68bpfU3qt { width:7.5rem;height:1.9375rem;top:1.4375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgVD1BihDV2CUcnTiPtozEgricQpZP6y { display:block; }
 }@media only screen and (max-width: 763px) { #cFDOmEN44GorLU96WQc8gfFitBkaGBbO { width:0.0625rem;height:1.875rem;top:1.5625rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0N50dyrIdLfmIfD0yBOqixbp0QfGsXv { width:5.4375rem;height:1.9375rem;top:1.4375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3T5WpIFcXOCOMZe6FbShyOLyRht5sIS { display:block; }
 }@media only screen and (max-width: 763px) { #Py37VDhC0FG73rOtSlOtZMc63yvBgPKN { width:0.0625rem;height:1.875rem;top:1.4375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK1T8Dq8yvgseb86lx8BWVSKai5mEIty { width:7.875rem;height:1.9375rem;top:1.4375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOk1c82X4wgsKOTBCFnFcVyU5PFKLCqR { display:block; }
 }@media only screen and (max-width: 763px) { #Rgt0yOly7AQ2zO17iqwFysQRrEcpefRo { width:0.0625rem;height:1.875rem;top:1.4375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq { display:block; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ub4wMOlMTEOQR6Ffz5ogT4IrEGHNV1U5 { width:5.75rem;height:2.875rem;top:1.75rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxobRPKS2iEeNHIP3DQETuEJWWndy6A5 { width:8.125rem;height:;top:2.5rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuFQu6LGWEqX4nJXw1JW2outBrQO9C2y { width:35.5625rem;height:4.6875rem;top:5.6875rem;left:12.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQDgoZOnpIFBiV6iF3SSXSQB69s6Ud8L { width:34.1875rem;height:16.875rem;top:12.4375rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #al9zAEyyggNTVfvOMuMuq4I9Jdmdtx7e { width:11.5rem;height:2.375rem;top:31.9375rem;left:19.437502384186rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V200XrRfq6LmVWdU65Cfc829iLL5QsIv { width:11.5rem;height:1.125rem;top:34.8125rem;left:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3R8o7ioUZXMt097qcUENgJIyg2x4fOu { width:15.875rem;height:2.375rem;top:32.0625rem;left:30.625002384186rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy1t1RZAQydk0vFVdT3FqJibuCpGQnav { width:11.5rem;height:1.125rem;top:34.8125rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH87eg9AtAPXiQNdhpbqULvTmx0F681n { width:20.375rem;height:20.8125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWR8Vyxh86cVkSZnqqGqwV3I2zXJnRK8 { width:13.375rem;height:1.4375rem;top:22.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6oMlc2TBu7PZ30TLrlkni6t3kfcqOBL { width:12.8125rem;height:1.4375rem;top:24.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBcVfD261t9LPHmbGzp8VGx5uq2pUfIJ { top:26.25rem;left:0rem;width:9.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDTOOUnsiiRG9HW9P4PFnXFD3XmcwV8M { width:11.5rem;height:1.125rem;top:34.875rem;left:36.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIUqUQfWHtJbuDk57bsR69XSy2fpl6u6 { width:11.5rem;height:2.375rem;top:32rem;left:36.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLqsyDO6XGJXCiSTDfDybeNKlX0gh8FR { width:47.75rem;height:0.0625rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdmR87SNCUzD9Mk0IOQIKeTwCBxATdfQ { width:13.125rem;height:1.9375rem;top:1.4375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHCh9nZdTvQnb8yx5mQDGPZsiDZocyIs { display:block; }
 }@media only screen and (max-width: 763px) { #KBv9086xFJEAlOGZlTJ6uGG6o1xF6DXZ { width:13.125rem;height:1.9375rem;top:1.4375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8IdRLlDXs2weov2OTUIIdBe0wMasz2n { display:block; }
 }@media only screen and (max-width: 763px) { #Ty8vyaCTsDxu1USO79oMcPvGmWq2SB4R { width:7.5rem;height:1.9375rem;top:1.4375rem;left:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wndFqVWckZiZMmFhsEI5RXzgg380oNCu { display:block; }
 }@media only screen and (max-width: 763px) { #TZMn4u0GODrDJT1FwtPhRxMv2vzSdAKN { width:5.4375rem;height:1.9375rem;top:1.4375rem;left:28.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVicvC1pB32qDRPKzUiTQ9QN0FpzdTte { display:block; }
 }@media only screen and (max-width: 763px) { #Gofbxa1L7o1UfnJx8lGFnZM7RVvRuMTe { width:7.5rem;height:1.9375rem;top:1.4375rem;left:33.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTZ2g88K53udSICNNy41LbURF5JZt6qJ { display:block; }
 }@media only screen and (max-width: 763px) { #aRZ5h6oLaKX3MDpZHgu7uLEvQCsURP0W { width:7.5rem;height:1.9375rem;top:1.4375rem;left:39.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkfMCenVT8DN0bkXMQ9LuahfgEvphZJb { display:block; }
 }@media only screen and (max-width: 763px) { #Wv75ogN4f4ctIhg7fSs504DvKX66B9wC { display:block; }#Wv75ogN4f4ctIhg7fSs504DvKX66B9wC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToUlsNiXd196wPKyUTxerzFT7OSnrQDt { top:3rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA4eSWHQA6IRJ6Qz2BCNNeaUn1vpTaIv { width:12.5rem;height:3.25rem;top:11rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUuR52Aeer1uMxgGBoeFwfwg9U7LhVqQ { width:12.5rem;height:3rem;top:11rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDdesp1eZTTikxW55xseGkWUQp1Ga4q6 { top:3rem;left:2.6875rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5lWMix4kTS6CFEnXWhtfOJhBTTfmyFE { top:3rem;left:31.375rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFqGavq8cTxLmRC1NudEp0wX1csf6XOc { top:3rem;left:34rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpI8nElsXRdKTUe3X0dQLELqOlxtG6rM { width:12.5rem;height:1.625rem;top:11.6875rem;left:35.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiw4N0iR7nrIqcPflF5udM2FXNnfzMHl { width:12.5rem;height:3.25rem;top:11rem;left:32rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJLy0QT0Hupzn6AAazl38fwgAipEnZlc { top:3rem;left:17rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUJVPcE7yzAwXG75FFexT3FpVgmZSKEo { width:12.5rem;height:3.25rem;top:11rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP9kXMwrukuAposSsakZNd7Xd5Ih0FLN { display:block; }#oP9kXMwrukuAposSsakZNd7Xd5Ih0FLN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #of4q28daHXwqRlWPLEH9WzcpnnMsWy34 { width:31.3125rem;height:3.75rem;top:3.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR2m80QGSQft0mK2tF1czRG3TAttpwK7 { width:35.1875rem;height:5.625rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR6K42AzsTfyoz2sWmesvfqN0C8pFHwZ { width:38.0625rem;height:2.375rem;top:23.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgoN5pCbcJyfLpgBPTXOFqT7QoT40Bsx { width:34.875rem;height:5.625rem;top:27.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTvxsTO3fDpSdk8s0A2NiX6HflDrfg7m { width:34.75rem;height:9.375rem;top:33.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMTVyTHJ66EHisOLCa4MTmaP9TVe1XRp { top:2.6875rem;left:29.3125rem;width:18.4375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv7RnzMCi75h34iiRDReLxLx1eq9uJry { top:15.125rem;left:29.3125rem;width:18.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXMt0xHoBB79bPE197X40dqybNkAfk6K { top:27.375rem;left:29.3125rem;width:18.4375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPcugTCC2IJ0bDxX1qtpW8pGf73gUERc { top:17.75rem;left:37.4375rem;width:10.3125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTZkqHKEChRMMhGzDgzxES9vBpHlKzR6 { top:2rem;left:37.4375rem;width:10.3125rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIre2KG2rvtImOR9fcrfkS6UpKd3TGCw { width:35.875rem;height:2.375rem;top:7.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug5O2zI5csFKLBkrGMBOFHG9LILOEEKT { width:15.3125rem;height:3.75rem;top:19.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gagmxKQxoWfr6sq7b5DnbcFMQ4BBTUgC { display:block; }#gagmxKQxoWfr6sq7b5DnbcFMQ4BBTUgC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLDOByZeWTJfroGpEpd25JNEaTgrE8V1 { width:36.3125rem;height:3.75rem;top:1.6875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxpfKADTkgtEWrdkO2wVJ5CpT8fRw67 { width:47.75rem;height:;top:5.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbMJg4rqkRmLqGBz8gGXNTXSpst9ad6H { width:21.3125rem;height:1.1875rem;top:25.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHSNoZkdc9lDIeKN9T9QhdiWOaJxD79J { width:6.125rem;height:0.9375rem;top:26.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk5nC0xxnrU3H8dd0ZyrGRsfHHowx9xf { width:20rem;height:1rem;top:30.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVwB06Tc4yaHoARG4RxW2kUqTSpMzT9i { width:11.3125rem;height:1.875rem;top:44.625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPvGQTrwHmka5V5KTv7VUqgT7rFipm9t { width:10.875rem;height:1.125rem;top:45rem;left:12.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltGKd6u4XZDqmhrtgCOPxahefr1T0hwC { top:32.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ5dlqTJ1245CNu3ofST40nrxBTJWcR4 { width:18.125rem;height:1.0625rem;top:32.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkgiG7WW6gqmXTzANLi72G9Qwik6z3FH { top:33.75rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhqlU9GBA11IBzgpbQahmhNa0IEO12qv { width:17.5625rem;height:1.0625rem;top:33.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0cWMXe0Bb8KGkrQPzuLemCUBhfSsb6G { top:35.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeDJchEtUbfWgTMSWsnTLiDzQGXby0nS { width:17.6875rem;height:1.0625rem;top:35.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3JgEEipZU3nqOqe27Dv1mCvcX1TQ4ac { width:11.375rem;height:2.625rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN62u8onhIJZtUhnGDSFRz4ayVWsI3dU { display:block; }
 }@media only screen and (max-width: 763px) { #Tp7t1Nr1r8narVgHkzcDKKVzh5CrOmDy { width:19rem;height:6rem;top:63.6875rem;left:14.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnVtP54ThSKQyaXdKniOVWSuuIJdGeUT { width:19.375rem;height:0.9375rem;top:61.9375rem;left:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Qv4LkTtDiwTZbwyqHGN2LnDHsvGQXN { width:20.4375rem;height:2.5rem;top:59.125rem;left:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZt6VOVxxrv2xeo1CF2nhUMuqboPQ7bR { top:75.3125rem;left:14rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG4DkcDz04WRcVfmdVWDi1kg9OTHtrLP { width:17.5rem;height:2rem;top:75.5rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKWze6dF0ugUoiTUe23TrbdTQJGT6OhJ { width:14.3125rem;height:2.625rem;top:81.25rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZq5Wgni5uJoSQ5uRw4lM238ru3z1Dxr { display:block; }
 }@media only screen and (max-width: 763px) { #Ma7VDlWpIDMNwyWetoVVDxMdu7a6UFGR { width:17.375rem;height:2rem;top:73.625rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w82RxCc7I0aKvMTk768RckBQi0n05xWO { top:73.5625rem;left:14rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESOmP0IQHHrT94t7PrO6IfKrqTAV3Ky6 { top:71rem;left:14rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu2aRo1cgPVm7PafmgfhqwWObu5N2Zf4 { width:17.3125rem;height:2rem;top:71rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs18gl21md43KPb82UwskMGK7ClIT52z { width:7.6875rem;height:1rem;top:56.9375rem;left:26.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzC9MHDtRI1yZy3Fd45NpJQd1mnxmfkZ { width:7.875rem;height:1.5625rem;top:56.6875rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE7QushCQpGq3aywaip0dZQXWa6hMJqU { width:20rem;height:2rem;top:27.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc0qX6qnTTRraTPd77PLBgwAlp0sObM5 { top:78.125rem;left:14.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOg1Ww0dVC3BHrH15iND3hwRC7qToW5O { width:17.375rem;height:1rem;top:78.125rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp8ra1IPWpvki3UBIZA5QqDzv9OZm4e3 { top:46.9375rem;left:13.3125rem;width:19.875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX15GVnTnpmvOEmM3X2TSUud0eiDThic { top:12.5625rem;left:0rem;width:14.875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbSxu02NB7LZQ6lwnobmZ3lEbh2THQHz { top:10.5rem;left:0rem;width:23.625rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPycI2TV2z6hDgMdecWT4x90CCUQloT3 { top:44.0625rem;left:12.0625rem;width:23.625rem;height:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W09MrfNWX3U1AzHaLskTQR3d8oZiJs8O { top:0rem;left:0rem;width:47.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC1J0VqvrDTd1erZQN48lcr3aM2VPgyg { top:10.5rem;left:12.0625rem;width:23.625rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV1VlNCSVRT4zTExmt9VmpAv72ZQKBrT { top:13.6875rem;left:22rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySGbav2g90f1twXbcAXqUur8QWOKKehk { width:20.125rem;height:2.5rem;top:25.0625rem;left:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCbsQPyOsobHIv6Ni07H3GMnTPtpinKM { width:6.125rem;height:0.9375rem;top:27.625rem;left:13.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfCv9SqDc7eRnChtro7VwWRca095zu1v { width:20rem;height:3rem;top:28.9375rem;left:13.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuiaesprDEkZqUXhAv1URd4hvvypElR4 { width:18.125rem;height:1rem;top:32.5625rem;left:15.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoeMIvEgsxQ61ObTwZl0TSzTUmLnSCuw { width:17.375rem;height:5rem;top:34.3125rem;left:15.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDPGHUiEu5xVUi9EhN13hvO1cCC97rFt { top:32.5rem;left:13.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMzlEoT7VfkwFQh9RxvtB69lkzrEHTWy { top:34.25rem;left:13.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2b4LMdyclpSqcLkcVKBaTz5tvfB9Byw { width:11.375rem;height:2.625rem;top:39.875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #puT2yAxl1F4UICnC9xTrBcXQ9hMf8NfG { display:block; }
 }@media only screen and (max-width: 763px) { #ZGFi1HufsvbhznldwhkpUsbPE2x5lzRG { top:17.4375rem;left:20.5rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPNCowGA2z13tKzXn9kGvRkBKL1x5POV { top:11.625rem;left:17.0625rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdJ2wT5IJ5Gnd2Z2HTccQ6AAJuTWNJwb { top:11.9375rem;left:14.0625rem;width:8.75rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udceoHZsOCdQUcBS75TheUFMQ1BnPT6x { top:10.5rem;left:24.125rem;width:23.625rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZL94gUTawiRIdT8NDbzCuSV2hUr1dVq { top:13.6875rem;left:37.0625rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGBCZak5pN1zFiH2TcG5HlOfAiwQWarf { width:21.3125rem;height:1.25rem;top:25.0625rem;left:26.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTG1dJ0mOIoyOHtPCuTIcBBrDHcgsQH { width:20rem;height:2rem;top:27.6875rem;left:27.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHyTe8hXawT1C9qJNIzQhGDi9kieaogK { top:11.625rem;left:35.125rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT1ok3rcMVI8krn3pgaFyc4uXgTWyBmb { top:17.4375rem;left:40rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvahuGuxz41wE4lV3RSWA6JqOxwCq9Ix { width:18.125rem;height:1rem;top:30.5rem;left:29.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB2FCXqJpR925W4ovC4R6z2MfE8kgrtv { width:17.375rem;height:2rem;top:32.25rem;left:30.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnnWNGutTaMw0IxHwe8eiysWDyuzKcS5 { top:11.9375rem;left:38.75rem;width:9rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrhVbaImwsVmafhe1uCQ8paoKt6OSdRU { width:17.6875rem;height:2rem;top:34.8125rem;left:30.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5b02iiHU4meHsTalo0444T9nIrnuIEP { width:6.125rem;height:0.9375rem;top:26.375rem;left:38.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrDIwNusmKlxwsdN6USecv5wtXAwzdO9 { width:11.375rem;height:2.625rem;top:38rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZk0cuTr0iKo8wVVAv13piwFfOG4Zt7v { display:block; }
 }@media only screen and (max-width: 763px) { #RZDRQ3fvR3on3Vi9iUot7rDpozveTgF0 { top:30.4375rem;left:38.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhgGORr1oq0K7bem1Bi5QGi0HsqeIcfD { top:32.1875rem;left:38.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D59WrATOSZigoXth3aCDqra49Vf6oaQ9 { top:34.75rem;left:38.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIKI9SOmT2dOSzb4fOf6idWfV89di0CM { display:block; }#BIKI9SOmT2dOSzb4fOf6idWfV89di0CM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qck7qv5CI4WikZqHCEKJ4HaiapZQTTQJ { width:17.875rem;height:3.375rem;top:16.0625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVgCGxOnMJlQ7RUSx3D0wftPMTUZw0ZH { display:block; }
 }@media only screen and (max-width: 763px) { #Pd345L9ImHitXpO0apnKX1ITKpeu1Mbm { width:31.625rem;height:5rem;top:8.5rem;left:16.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVXXZuQxncuq7tkKJXFkttZpN9vgkunD { width:4.8125rem;height:2.0625rem;top:4.1875rem;left:9.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvUK7L62rLKk32sUas1592yVRMXuEBIh { width:21.8125rem;height:4.875rem;top:2.625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H91uT00wpBn6JnCNdmpXfJQCJg8bCDbX { width:5.25rem;height:2.875rem;top:3.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEkEUgA9WraTSw3zK4aVds6UJrS87y52 { top:8.5rem;left:0rem;width:24.5rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6 { display:block; }#fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKdf9GsRLow7CCqaJU7S9vdx5K3Eo7dU { width:36.3125rem;height:2.6875rem;top:11.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvc2PyfNC2lSpsWxGXqzhMNA7aKtt6H4 { width:36.3125rem;height:;top:8.0625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJTe1QbePPTNaVNBdq8UGXkfnHKFbgLK { width:28.875rem;height:3.9375rem;top:38.1875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2HiPSxnKroylVRwdsIaZg1pvq5XQdOT { display:block; }
 }@media only screen and (max-width: 763px) { #k4ZR6DM2lf7XD5dqGDGO8VNdfPRBDCTU { top:2.9375rem;left:0rem;width:12.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhcDmWmNfnCzdrKmMntwbJP6TJ6ArTuL { width:13.4375rem;height:9.3125rem;top:17.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfXIWuRTl1VVdqZvkqgXGv0UTbqxpi7c { width:24.875rem;height:2.625rem;top:16.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVW6AT2Xx1EcF6Ob0RB53M0RpW1gElBn { width:25.25rem;height:3.75rem;top:19.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0hTHhBAGTTel50aJVriavDtxOghnUNb { width:21.3125rem;height:1.1875rem;top:26.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XunWHTIh8Vyisazus1AlnCeA6RtkgpiN { width:21.3125rem;height:1.1875rem;top:27.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J60lPtiX6iiqG3cvwwqQlrdiZEzQtpJ5 { width:21.3125rem;height:1.1875rem;top:29.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgxReOc3LxTw23HkgA7Votfm3X0lebNT { width:21.3125rem;height:1.1875rem;top:30.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE5517roTIITumpDGvfLLQKrELDS3zJw { width:21.3125rem;height:1.1875rem;top:33.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2HGuv0BBZUg1W6qicJZXahnNMbwRsgA { top:24.8125rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH9u9zCnnS6U9c5EI28GP4CEhcAXhfar { top:29.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8norvxiKt1NVtq3tBTOCXKuKnEObkM9 { top:32.875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwNPu4c3akgnDCoMXIsteDSMhuLDXQU0 { width:13.4375rem;height:9.3125rem;top:17.125rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdMoIiDdLulaL7B5M9FqVbOKhelIXoUt { width:13.4375rem;height:9.3125rem;top:17.125rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKrsCDOlp6UCFrf1P0RzSwugnbKPrnA3 { width:13.4375rem;height:9.3125rem;top:26.6875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdiFsvT14WReFFTFhw3kVwufN8ZiWhqZ { width:13.4375rem;height:9.3125rem;top:26.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7eoqiUVMTKJCyc1LGlIeQtEQ2F8buPq { top:36.25rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEqW1B0CiA2uqcSt7nqi6clJQzxTqdky { width:21.3125rem;height:1.1875rem;top:36.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDPwZDTTZx2Sic8BvqnnGgrdR1HsS2fA { width:18.625rem;height:;top:6rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCSwvHPrviK2cUc1MZg3xZdLL72kgeeP { display:block; }#FCSwvHPrviK2cUc1MZg3xZdLL72kgeeP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCKuIirHT2UUPsR2tU49q6Wmf1AV67DL { width:17.875rem;height:3.375rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmNu3uNRQNL21l8bTvcf0vq2kMFMKgvB { display:block; }
 }@media only screen and (max-width: 763px) { #yb4Pwqol5LkQk8T5JRugEhZBUPRshgTy { width:47.75rem;height:4.375rem;top:2.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCCVxEtklu5hpJqn2UudqMAycTWHyKqI { top:6.4375rem;left:21.75rem;width:26rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFLgXLJhbByTuyGga2ffTTsxsSkPC8g6 { top:10.125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiZIiVZcykpRuRC7tHHX7wy4NZovtb9l { top:14.9375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9uK4Qlu419s1tITwbMX5Uh7GAeZfsLl { top:6.4375rem;left:21.75rem;width:26rem;height:26rem;display:none; }
 }@media only screen and (max-width: 763px) { #V276GpSt8SELQTWw3XG7wWy2LSpn1rn8 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra { display:block; }#kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDVotRxafwgzDtifqsyLLJiKG9N6innu { width:20.9375rem;height:11.625rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne8rxrb6ORCkq4oQHWiQ1PlepVhfJdUb { width:36.3125rem;height:;top:2.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXs2KxeR8MQA79Sl6wvqEtGUW3vPD7rC { width:36.3125rem;height:1.25rem;top:8.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6PBaFWrvb5SMKhltIdu3A3xaSBWVd13 { width:43.6875rem;height:1.4375rem;top:77.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb6TNTbbkpNyFcpekQWG7quM5Jm2BXbs { width:20.9375rem;height:11.625rem;top:10.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbkfRL2X647O1mqwT5kXhU7z9X8vK045 { width:20.9375rem;height:11.625rem;top:10.5rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo0NMITJRGxwoplsn8PsOWn7Gm0TnKSp { top:76.6875rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
#mo0NMITJRGxwoplsn8PsOWn7Gm0TnKSp > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #sbiMFvoXexAJtnlbEryzlSX6OZMylV9r { width:36.3125rem;height:1.25rem;top:60.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNzdrb0Q63C4Iv0lV7w2y9akvWPCfdgC { width:20.9375rem;height:11.625rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opXbPStQgTp9r6zaaXSUQd0AZelOicnx { width:20.9375rem;height:11.625rem;top:63.8125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3Izs8TkgwHQm2eT5oRt4GHnf31ZvET4 { width:20.9375rem;height:11.625rem;top:63.8125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmsprGGnsoQ6ieT8OT8uWi1KrHQZ8Awo { width:20.9375rem;height:11.625rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3IwamklLulNKMNgid2fwo7iBnDhzcs6 { width:20.9375rem;height:11.625rem;top:22.375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkmeDluRFk6etCBGEaQirhzhA8GealpB { width:20.9375rem;height:11.625rem;top:22.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAWfwvL6XMJS75TQE2g53hMymxIQl5zx { width:36.3125rem;height:;top:82.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLD9m8QkXRAzLDfHOf8swgcuSMZAp9WN { width:41.375rem;height:;top:91.5rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7k9S4CIIoJcWz6eupMC9oQWFTCiiyLJ { top:87.25rem;left:0rem;width:10.9375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGSetdwOBTOs2LisvtCo8xA58aLaQxCd { width:31.8125rem;height:2.5rem;top:94.9375rem;left:7.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ2Dszc65JPSST3NCwNwiAqlKZq1TbTH { width:20.9375rem;height:11.625rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2eAZcoIC9IsCWg23AQVyfiAAJPuiXqC { width:20.9375rem;height:11.625rem;top:34.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd2VfdNIt1mux2N1n5PGkL6wl4TmdJHU { width:20.9375rem;height:11.625rem;top:34.1875rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTf8OSt74zSwPIes6lrFvSlnfwFxeS3 { width:20.9375rem;height:11.625rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IruvFbZc6g0mD6Qopxn1hPlsbn8FtLiI { width:20.9375rem;height:11.625rem;top:46rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC9PlcyIPD64cmXoVT3y9vh79dQ0Hmr6 { display:block; }#BC9PlcyIPD64cmXoVT3y9vh79dQ0Hmr6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozFsAk4XEQt7SqrkSvOTXPA7e7ArTNTO { width:47.75rem;height:2.5625rem;top:8.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFhzSHnpKGkuqzWfCuFu9IiNq80wgQqT { width:2.5rem;height:0.125rem;top:11.5rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnrs3L4b6XhihGuQwTmGDHP3lpttLh5k { width:47.75rem;height:6.0625rem;top:2.375rem;left:0rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t24Nhtm2fwMQhzsiX2FcJSxXSVkz9cDF { width:34.1875rem;height:22.375rem;top:13.75rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFQlAtbM3wDU81tGpaQunhVo91I4RhMJ { width:31.25rem;height:18rem;top:15.75rem;left:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcZOkppIIf8WBUN3rWXkm6oi4k6XLNfw { width:11.25rem;height:1.625rem;top:38.1875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFuyPuyvMGyZNq9NA2aMfG1utG0nuHM { width:11.25rem;height:1rem;top:40.125rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skDI3Dkb0IgtgoWG5KHS5npZtx4QIwns { width:4.5625rem;height:4.5625rem;top:37.5rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr5d6T4avVKyUJ8zT4nIxtNZqbVXpnTU { width:13.625rem;height:1.625rem;top:29.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u85nPfeR9uvUk157Hbd1Ny8Mk6dUiQfu { width:11.25rem;height:1rem;top:31.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxACbXmBbBaUDxRwz8IIA7vqG1GBm2Wk { width:4.5625rem;height:4.5625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IImmZI7ZRW3WAazJaqIVBEKdlqamFIyQ { width:34.1875rem;height:13.8125rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdRqauRduAyWxVdFmOmgVWTrzEynMdIt { width:31.25rem;height:10rem;top:15.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQEQpTrRBsT38SZUh8HVQeKoAMtbhVFd { width:47.75rem;height:2.5625rem;top:46.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivsRJH25uWXCBI4SwWdQ8OmfeoeNE3Gt { top:50.0625rem;left:0rem;width:18.5rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chwFGPM8zSOKwGy9x6OwdS2sr43ttTuN { top:50.0625rem;left:5.1875rem;width:18.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2ZTiHATx7WuWmGN1M93NVpnoqSPu5gu { top:50.0625rem;left:24.0625rem;width:18.5rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3lb59tU384oZ0T40cPT1spG2oTi10T6 { top:61.9375rem;left:0rem;width:18.5rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QID21WWdvvgaTEOlJVp2Zez6MBNSth5M { top:50.0625rem;left:29.25rem;width:18.5rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u29OiaL59xEFmnQdOCTAbhD4wcTKZvTU { width:18.8125rem;height:3.3125rem;top:72.9375rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUW3kCJmnqrhUCHmZo2NdcnhzrHl2UyO { display:block; }
 }@media only screen and (max-width: 763px) { #H6Ab0qtWaPkJb3gdfJThtniDAHCyTgvz { display:block; }#H6Ab0qtWaPkJb3gdfJThtniDAHCyTgvz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sw5q0C9ZL6yWAZ44RGec64g00TK9bDrt { width:47.75rem;height:5.125rem;top:3.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry4zw3MSCEFfkRwJb9LH0yULcoX7FTTG { top:15rem;left:0rem;width:14.5625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psQUR4DcbbTVG4XugQd6Szrsy7wgeMNI { top:11.8125rem;left:12.09375rem;width:19.375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCPTokq7iRT4xyyPnrTENdTxZMxn3hWV { width:34.5rem;height:0.0625rem;top:0rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyTnfUmBRiX69hs72CTvQLTE2QGVVtlo { top:24.875rem;left:23.03125rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcJWanzheRL49cFCPdiW7ic9G0OPH342 { top:24.8125rem;left:12.03125rem;width:10.8125rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su78pQTZr4M0Tv8WCm33xuunK4T9RaST { top:14.9375rem;left:29.0625rem;width:18.6875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkfkwT8M5Ar75kGvupx2SEtfKTsNbZvC { width:47.75rem;height:1.4375rem;top:8.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTZ0CyxvJ1TTMi34p4WgdxHKFdDII9VE { width:47.75rem;height:0.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2wGvX06CueifoL15dsPi99PlKXqhJLk { display:block; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzPsGZV0snmzrFJyAvpo6Q9hoif8ax6O { top:0.375rem;left:0rem;width:26.5625rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI2UwPk2f5kbkKsN5OepX8bIlUHWOXHa { top:1.5625rem;left:0rem;width:18.5625rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-regular-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-text { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-text {padding-top: 0; padding-bottom: 0;}#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-textarea { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-select { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-select {padding-top: 0; padding-bottom: 0;}#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-button { width:15.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.4375rem; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-checkbox-label { width:20.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL  { width:22rem;height:auto;top:7.0625rem;left:0rem; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .radio-container { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL {display:block;}#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL { width:22rem;height:auto;top:7.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #okiIlkboGtlHpSruJz1eIbafuW6piPBT {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #XFawQlyiTT8qAkpCTmKuqi11HfAEcfVx { display:none; }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #ImQQf0DTZ6KPXeHaAvbI9Q3HwK4CPaOb {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #Sxfd9QXdTvhBA2ZeGSldqhtc61mcgoVM {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #GybL8Az09IIpbpp4W6PDOmFM0fBGLhHG { display:none; }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #vqOJfROwmqPZFkbdb0BLIiQeRMHoUKTQ {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #T0oecLpKTSr4qrbkxFFWTnQUKrOu6xpH {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #Hucsv0AECAwZ2TSEuBp20f9WAwLaQhFV {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #QikkxvgfNHQ8bodmJrNpeMgT6ucdKnto {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #SwmEJ0ZAFLHgm04AqzqNon3JKe7awOAT {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #uPz8la5AHOP0Xy8AVUv999QgfFGznEuC {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #NEcH0r6l9zLKR2lkZxfqt603J5X670Wg {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #qwMZF9bX7EQyWcUI0nEFRTqoPc5iebXc {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #QvnRi6WAF5laK0VNMNTHHOmRvvmonUbG {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #sl4BFBdt6Bt5xS93TaKmt805T5xuU5vA {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #O0X8N4BkypUsbKFngVTUu5FTIf2LHGGC {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #B7hml5m2AT1kniNuoV36Vm7Wx06TZ1SW {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #AwQsGW8GxnuTw89yWeUhKcmkPvv5tZXG {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #TdMQbUIDSVGJl7k92GRiXwdkWUJeHdlC {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #fN6dIPiW8HVn1fKllcLzwfmxOwrvgHRL {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #ZSuTD16b6Pbg44uu0sBfs3s6EcB2i0zb {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #y4aTIXdbm03EJoyxWUcmoMq5vN09oTV2 {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #r5eQNpPKWOyXSLDatqIP1kPX5aNxsuaK {  }
 }@media only screen and (max-width: 763px) { #Zh8x3QzzoMgqd6sfc0uhvOUkBtMhhiVJ { width:23.875rem;height:2.1875rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfFFoXZHub7pp9cf2TcWvHAKUquJDQLk { display:block; }
 }@media only screen and (max-width: 763px) { #HkP9OyCEMei5rvdPw3egt9BNE3LETFcf { display:none; }
 }@media only screen and (max-width: 763px) { #AMZWiF1PZ40WUI8TFbhz20RZTfoak9rq { display:block; }#AMZWiF1PZ40WUI8TFbhz20RZTfoak9rq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0teS7edSlDrSuoco8qw5pqRE9sPeiOu { width:38.0625rem;height:1rem;top:6.125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEDLifxFGOkPNuzRApGhZRATNKl2PVMZ { top:2.1875rem;left:0rem;width:2.8125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhioL5ghaPngFcClrFSqox4zPZ1aM6oo { width:38.0625rem;height:0;top:0.4375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK8WFBuybDGr6PT3Sg0gIPTDEJxwyNMT { width:38.625rem;height:2rem;top:2.5625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpcCl0ipK2BSFKDoWfzvGmlMWZx6tCP8 { width:47.75rem;height:0.0625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKMzEIFTt0anx63v4AlNoasmoqCB51w9 { width:9.1875rem;height:1.625rem;top:8.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC7qOnMncqpDvTPTZPb5kTAxGBPo3NDk { display:block; }
 }@media only screen and (max-width: 763px) { #iQZSOu4O1oiWg2c6wXKeENTWF0hXwHRC { width:38.0625rem;height:0;top:0.4375rem;left:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrhT7vuWdiCi0K1IhdQaCpn4szPWnPee { width:47.75rem;height:0.0625rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLiPplhvZLkbfO47RleUu58fvFZDSO79 { top:2.0625rem;left:0rem;width:2.8125rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jp4ZksToHLo4rlTfxyo6ctbNxSmhTvw6 { top:2.1875rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#Jp4ZksToHLo4rlTfxyo6ctbNxSmhTvw6 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #J03y4Dx8oBe7RHlJ4D8fU43HS8x6Q8Hy { top:2.1875rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#J03y4Dx8oBe7RHlJ4D8fU43HS8x6Q8Hy > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #hT8DfAXeT0vpf67Sw1F2E52kWpxrfy3V { top:2.1875rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#hT8DfAXeT0vpf67Sw1F2E52kWpxrfy3V > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #n2AsMLdcFxfkoV9tp3DEdLuOSBO7xlO5 { width:11.375rem;height:1rem;top:5.1875rem;left:36.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZpKlRWXGPTtMUMIabGkouCNTObTAXKp { width:9.1875rem;height:1.625rem;top:8.8125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGUMdIVl8wZkfNPwmw1Wrmf9f8UF4aPP { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nt1gThC2M2f2wNvLPf54aVkarvFPIryL { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#nt1gThC2M2f2wNvLPf54aVkarvFPIryL > .row .container { background-color: transparent; background-image: none; }#nt1gThC2M2f2wNvLPf54aVkarvFPIryL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nt1gThC2M2f2wNvLPf54aVkarvFPIryL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nt1gThC2M2f2wNvLPf54aVkarvFPIryL > .row .container > .video-iframe-container { display: none; }#nt1gThC2M2f2wNvLPf54aVkarvFPIryL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nt1gThC2M2f2wNvLPf54aVkarvFPIryL > .row > .video-iframe-container { display: none; }#nt1gThC2M2f2wNvLPf54aVkarvFPIryL > .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); }#nt1gThC2M2f2wNvLPf54aVkarvFPIryL > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3c4MREDV3BsICSxoGwyelMVwknlkTSV { width:2.625rem;height:2.125rem;top:0.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGD1moHkQmJTEv9sBEMFancMzvpZ6wMT { width:7.5rem;height:1.9375rem;top:17.625rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Taix54SCINB4IJJxcUVQyty9pWf4UCSf { display:block; }
 }@media only screen and (max-width: 763px) { #DoIEz6iSEPVeDckQoeiCmDhrPeIuXutP { width:7.5rem;height:1.9375rem;top:17.3125rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGopLxyCSLW2gtDIuBLTdlzCC9M6r2vk { display:block; }
 }@media only screen and (max-width: 763px) { #hnlyRDQ5vMGetGxfOIDK0l63V8qSk8AR { width:7.5rem;height:1.9375rem;top:17.0625rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wd2NAgqFpCd9W4Z6wuCotMi9WU8Zo7br { display:block; }
 }@media only screen and (max-width: 763px) { #iHepxqxPzGC7TT3LnWy1UtGW5ercIfys { width:0.0625rem;height:1.875rem;top:17.4375rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZUlZkoAZNpTrRiV7frFceksnDs2Vc8o { width:0.0625rem;height:1.875rem;top:17.4375rem;left:6.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmKpHQuZH20BP7yBSGXut1eTLNzr4HUC { width:0.0625rem;height:1.875rem;top:17.6875rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tv4obdDF9hM36uhBVtdsDteCvZEtoG77 { display:flex;width:1.75rem;height:1.75rem;top:17.1875rem;left:9.125rem;display:none; }
#tv4obdDF9hM36uhBVtdsDteCvZEtoG77 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #lutuxT7dyuuQaMNJ6di1gdOA6iyPezVZ { display:flex;width:1.75rem;height:1.75rem;top:18rem;left:9.125rem;display:none; }
#lutuxT7dyuuQaMNJ6di1gdOA6iyPezVZ > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #SnTrnpVIRHtU56DQyaBupPoqq1LGhoKE { display:flex;width:1.75rem;height:1.75rem;top:17.5rem;left:9.125rem;display:none; }
#SnTrnpVIRHtU56DQyaBupPoqq1LGhoKE > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #VrvDHTK7qvcMxBzRXsUz36puXTQwN4DM { width:7.5rem;height:1.9375rem;top:16.3310546875rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hd6xmFTzdKwiUroMMm3rhF1wgbarhQb2 { display:block; }
 }@media only screen and (max-width: 763px) { #Qon1nmho7hmgTvwyoxIxJJXqwFKmyXO6 { width:0.0625rem;height:1.875rem;top:17.125rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPtwZz0zkLClTEKDfQAn8QZBsUTbJG1L { width:5.4375rem;height:1.9375rem;top:1.4375rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3gBdztNyFl1GTM61ipeetogAWHNzQ0l { display:block; }
 }@media only screen and (max-width: 763px) { #muAz8R1XUfLWFx3PoBIWA1dsCKobgWUb { width:0.0625rem;height:1.875rem;top:1.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWokzX0mWiwea0JolUANWyxVd7NnFkoq { display:flex;top:0.84375rem;left:17.25rem;width:2.1875rem;height:2.1875rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #mIhoAAEp69XB98daucnsfaTLxeng2wbi { background-color:#ffffff;background-image:none;display:block; }#mIhoAAEp69XB98daucnsfaTLxeng2wbi > .row .container { background-color: transparent; background-image: none; }#mIhoAAEp69XB98daucnsfaTLxeng2wbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIhoAAEp69XB98daucnsfaTLxeng2wbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIhoAAEp69XB98daucnsfaTLxeng2wbi > .row .container > .video-iframe-container { display: none; }#mIhoAAEp69XB98daucnsfaTLxeng2wbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIhoAAEp69XB98daucnsfaTLxeng2wbi > .row > .video-iframe-container { display: none; }#mIhoAAEp69XB98daucnsfaTLxeng2wbi > .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); }#mIhoAAEp69XB98daucnsfaTLxeng2wbi > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lH0zW2DoW2LxmbeZllhXcTcQfAdSQtrD { width:1.5625rem;height:1.5625rem;top:1.21875rem;left:1.1875rem;font-size:1.0625rem;color:#e20f13;display:block; }
 }@media only screen and (max-width: 763px) { #Bo8mLNeSV6yOssvPEv4WWmMM2qmqJbtr { width:1.5625rem;height:1.5625rem;top:3.6875rem;left:1.1875rem;font-size:1.0625rem;color:#e20f13;display:block; }
 }@media only screen and (max-width: 763px) { #s3IQQUN3boF7mkvdoZQ9D6iDDO1saJ0l { width:1.5625rem;height:1.5625rem;top:8.5625rem;left:1.1875rem;font-size:1.0625rem;z-index:15027;color:#e20f13;display:block; }
 }@media only screen and (max-width: 763px) { #faMHdVDk1b73crSrVRIuTVkcRPaS5szg { width:1.5625rem;height:1.5625rem;top:10.875rem;left:1.1875rem;font-size:1.0625rem;z-index:15029;color:#e20f13;display:block; }
 }@media only screen and (max-width: 763px) { #BGvvAU9xweFUROUlqyywNpnBTlcGeszs { top:18.1875rem;left:1.25rem;width:17.5rem;height:0.0625rem;z-index:15032;background-color:#dfdfdf;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yTLnO8zJb1shgTtBBb7qEwBABTW1pfTC { width:10rem;height:10rem;top:-13.25rem;left:-0.90625rem;z-index:15001;font-size:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFchHvstGZHDr4MMVlSrE0ykdCciKRUt { display:block; }
 }@media only screen and (max-width: 763px) { #ditWt3SoUzPbiESScSKdJgtakM85nD4G { width:7.5rem;height:2.4375rem;top:3.3125rem;left:3.25rem;z-index:14999;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxxsMp7LXZEOiekn4sfmWcQy6ibRMPHv { display:block; }
 }@media only screen and (max-width: 763px) { #OfRNokfOQFKquQ26XOWNmmLau5H3IABp { width:7.8125rem;height:2.4375rem;top:5.78125rem;left:3.25rem;z-index:15000;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCzsCwNGOXFHCtkoltknRZJtrew7MPld { display:block; }
 }@media only screen and (max-width: 763px) { #WHtXOemcaXexOoJaQEwW8afBK6QHf1TO { width:7.5rem;height:2.4375rem;top:10.4375rem;left:3.25rem;z-index:15004;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PILKsOXR1W7Jb04B5GU36vWtgkZTlE2D { display:block; }
 }@media only screen and (max-width: 763px) { #STlyZyXEaRc14Rcyuq4Pm5Lzl2vz1U9W { width:7.5rem;height:2.4375rem;top:8.125rem;left:3.25rem;z-index:14998;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuGkReg7tVTs8ehFZ1ePbAUlaQhawqv8 { display:block; }
 }@media only screen and (max-width: 763px) { #zWp2DcQ1VF9l3P9y3PCLmgUWvPBierq2 { width:11.5625rem;height:2.4375rem;top:12.8125rem;left:3.25rem;z-index:15006;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtJLSkBg07JvzxDA8tvC0bZd7migKqyJ { display:block; }
 }@media only screen and (max-width: 763px) { #PKdKwQEPW9HGUvMWI4COQsVQC1Ape8ZS { width:1.5625rem;height:1.5625rem;top:13.1875rem;left:1.1875rem;font-size:1.0625rem;z-index:15030;color:#e20f13;display:block; }
 }@media only screen and (max-width: 763px) { #mkH239t5TPUcStEgZzZ4gKLnl0yEpTnW { width:14.375rem;height:2.4375rem;top:0.84375rem;left:3.25rem;z-index:15001;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puuV7zkTpiQtEMNuUtQUSk6OiQiQlcaF { display:block; }
 }@media only screen and (max-width: 763px) { #Lb9O8DWl63TypO5A1yTF3HaoFwi7u8Lf { width:1.5625rem;height:1.5625rem;top:6.125rem;left:1.15625rem;font-size:1.0625rem;color:#e20f13;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #IUw6whi4VkVH87LGRdwxf1Wzgt9rcO4P { width:1.5625rem;height:1.5625rem;top:15.5625rem;left:1.1875rem;font-size:1.0625rem;z-index:15032;color:#e20f13;display:block; }
 }@media only screen and (max-width: 763px) { #Z4IeZVPzfcxwQxOJLESpVV2ddx9RcLsv { width:13.625rem;height:2.4375rem;top:15.1875rem;left:3.25rem;z-index:15008;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6W4B8LvTEwrAEw7hP7XficsNXsTUcvM { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gDdeep2b/bg1.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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 { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uM1h7uSe2d7eE5DuF1lvGUGwRypVHl0V { width:6.3125rem;height:1.29971875rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnyyfCZrvbQLOsJHObDC3TJGmpBngs9N { width:5.125rem;height:1.5625rem;top:3.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMQfWmTevMT9eqiyTpK2kkloTXhdzNzb { width:14.5625rem;height:2.125rem;top:5rem;left:0.625rem;text-align:left;text-align-last:left;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7yLU447lTWcQ6OAZELLabK53dTEnN9W { width:18.125rem;height:3.89915rem;top:8.1875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfR4FrNz6lfXF3kAsHF8JaInCJKpq083 { width:11.25rem;height:2.5rem;top:19.375rem;left:0rem;font-size:0.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #rha63sdsCLnv5RbyKf8ooXyzNyJHrEl6 { display:block; }
 }@media only screen and (max-width: 763px) { #HXKMpd3wutgtgDn858oJnvbuyK3dvW6i { width:11.25rem;height:2.5rem;top:22.3125rem;left:0rem;font-size:0.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #uat7GAOgGcdlDbfC7ZTADqnffWZDiwuO { display:block; }
 }@media only screen and (max-width: 763px) { #HK8Z9M5B32m4ptQogZIOusO8eKm4Obop { width:11.5625rem;height:13.25rem;top:14.8125rem;left:8.4375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #r1ydGXrUOG7UQ469TJQ7tQ0WWLUO7NdV { width:2.625rem;height:2.125rem;top:1.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oq1Etim86VA7tf9dIiwZteI76KdZbruW { width:5.5rem;height:1.9375rem;top:15.625rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cOqLEPTIhBUGi77v2v2Irh5arFnJ64OF { display:block; }
 }@media only screen and (max-width: 763px) { #fSeT4qW4tmTukpS4JwatIBp9sBgMq5zL { width:7.5rem;height:1.9375rem;top:1.03125rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkXvNZ7WZN4df6vVcUuqDMDoIONWGbOV { display:block; }
 }@media only screen and (max-width: 763px) { #c7dO5gUH4w7vZVgbyPzn0KFmI1XHGFxA { width:7.5rem;height:1.9375rem;top:1.96875rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfcbVkl2wTZ8mlibnvZGz9LudEBcTics { display:block; }
 }@media only screen and (max-width: 763px) { #cBG3IT6o1RUr4TtODIte9NCdtcJxVco2 { width:7.5rem;height:1.9375rem;top:14.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvOxOtsPg0St3UuOPyupSTsN2agWiwcn { display:block; }
 }@media only screen and (max-width: 763px) { #DDNRq9Amx2KCMHxZuBFsT70Jhf51rKvr { width:0.0625rem;height:1.875rem;top:17.4375rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyrwXauWv0x1tLVlrTh7shR0WJfQNMd9 { width:0.0625rem;height:1.875rem;top:17.4375rem;left:6.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kc5HOH5OA4ufGWrZoSAHaE6aTAmeAKbe { width:0.0625rem;height:1.875rem;top:17.6875rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3tcF6X9cVTiicQyeD9dQSiOeDwOO2n7 { width:11.625rem;height:1.949575rem;top:10.13671875rem;left:6.53125rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRBrZOLIKJnl8MoulVTrHIu0Nn4wvI5E { display:flex;width:1.75rem;height:1.75rem;top:17.1875rem;left:9.125rem;display:none; }
#mRBrZOLIKJnl8MoulVTrHIu0Nn4wvI5E > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #iPXs9ziacqzpUtBco7IBsSMSPT1STayK { display:flex;width:1.75rem;height:1.75rem;top:18rem;left:9.125rem;display:none; }
#iPXs9ziacqzpUtBco7IBsSMSPT1STayK > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #EoaUJ61I4TgKGUyEhbohtxTABOgTaZxV { display:flex;width:1.75rem;height:1.75rem;top:17.5rem;left:9.125rem;display:none; }
#EoaUJ61I4TgKGUyEhbohtxTABOgTaZxV > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #HTm05QGAMeLcUQmMTefay0ZwNUKwB5lZ { width:14.375rem;height:3.25rem;top:12.875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbW9m51uHGDooGkES6hsXWT68bpfU3qt { width:7.5rem;height:1.9375rem;top:3.5625rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgVD1BihDV2CUcnTiPtozEgricQpZP6y { display:block; }
 }@media only screen and (max-width: 763px) { #cFDOmEN44GorLU96WQc8gfFitBkaGBbO { width:0.0625rem;height:1.875rem;top:17.125rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0N50dyrIdLfmIfD0yBOqixbp0QfGsXv { width:7.8125rem;height:1.9375rem;top:1.96875rem;left:14.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3T5WpIFcXOCOMZe6FbShyOLyRht5sIS { display:block; }
 }@media only screen and (max-width: 763px) { #Py37VDhC0FG73rOtSlOtZMc63yvBgPKN { width:0.0625rem;height:1.875rem;top:1.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fK1T8Dq8yvgseb86lx8BWVSKai5mEIty { width:7.875rem;height:1.9375rem;top:1.4375rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOk1c82X4wgsKOTBCFnFcVyU5PFKLCqR { display:block; }
 }@media only screen and (max-width: 763px) { #Rgt0yOly7AQ2zO17iqwFysQRrEcpefRo { width:0.0625rem;height:1.875rem;top:1.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq { display:block; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ub4wMOlMTEOQR6Ffz5ogT4IrEGHNV1U5 { width:4.375rem;height:1.5625rem;top:1.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxobRPKS2iEeNHIP3DQETuEJWWndy6A5 { width:4.5rem;height:1.29971875rem;top:1.255859375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AuFQu6LGWEqX4nJXw1JW2outBrQO9C2y { width:17.4375rem;height:2.125rem;top:3.1875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQDgoZOnpIFBiV6iF3SSXSQB69s6Ud8L { width:18.625rem;height:28.125rem;top:6.625rem;left:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #al9zAEyyggNTVfvOMuMuq4I9Jdmdtx7e { width:11.5rem;height:2.5rem;top:39rem;left:4.25rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V200XrRfq6LmVWdU65Cfc829iLL5QsIv { width:11.5rem;height:2.59943125rem;top:42.0625rem;left:4.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3R8o7ioUZXMt097qcUENgJIyg2x4fOu { width:11.5rem;height:5rem;top:46.75rem;left:4.25rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy1t1RZAQydk0vFVdT3FqJibuCpGQnav { width:6.875rem;height:2.59943125rem;top:52.1875rem;left:6.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IH87eg9AtAPXiQNdhpbqULvTmx0F681n { width:9.9375rem;height:10.1875rem;top:63.6865234375rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWR8Vyxh86cVkSZnqqGqwV3I2zXJnRK8 { width:13.375rem;height:1.46235625rem;top:74.3740234375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6oMlc2TBu7PZ30TLrlkni6t3kfcqOBL { width:12.8125rem;height:1.29971875rem;top:76.0224609375rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBcVfD261t9LPHmbGzp8VGx5uq2pUfIJ { width:8.3125rem;height:2.0625rem;top:77.6708984375rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDTOOUnsiiRG9HW9P4PFnXFD3XmcwV8M { width:11.5rem;height:1.29971875rem;top:59.9375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIUqUQfWHtJbuDk57bsR69XSy2fpl6u6 { width:11.5rem;height:2.5rem;top:56.75rem;left:4.25rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLqsyDO6XGJXCiSTDfDybeNKlX0gh8FR { width:20rem;height:0.0625rem;top:81.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdmR87SNCUzD9Mk0IOQIKeTwCBxATdfQ { width:5.5rem;height:1.9375rem;top:1.4375rem;left:10.90625rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #rHCh9nZdTvQnb8yx5mQDGPZsiDZocyIs { display:block; }
 }@media only screen and (max-width: 763px) { #KBv9086xFJEAlOGZlTJ6uGG6o1xF6DXZ { width:5.5rem;height:1.9375rem;top:30.0625rem;left:10.34375rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #u8IdRLlDXs2weov2OTUIIdBe0wMasz2n { display:block; }
 }@media only screen and (max-width: 763px) { #Ty8vyaCTsDxu1USO79oMcPvGmWq2SB4R { width:7.5rem;height:1.9375rem;top:30.0625rem;left:14.03125rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #wndFqVWckZiZMmFhsEI5RXzgg380oNCu { display:block; }
 }@media only screen and (max-width: 763px) { #TZMn4u0GODrDJT1FwtPhRxMv2vzSdAKN { width:5.4375rem;height:1.9375rem;top:30.0625rem;left:16.09375rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #dVicvC1pB32qDRPKzUiTQ9QN0FpzdTte { display:block; }
 }@media only screen and (max-width: 763px) { #Gofbxa1L7o1UfnJx8lGFnZM7RVvRuMTe { width:7.5rem;height:1.9375rem;top:30.0625rem;left:14.03125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #HTZ2g88K53udSICNNy41LbURF5JZt6qJ { display:block; }
 }@media only screen and (max-width: 763px) { #aRZ5h6oLaKX3MDpZHgu7uLEvQCsURP0W { width:7.5rem;height:1.9375rem;top:30.0625rem;left:14.03125rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #OkfMCenVT8DN0bkXMQ9LuahfgEvphZJb { display:block; }
 }@media only screen and (max-width: 763px) { #Wv75ogN4f4ctIhg7fSs504DvKX66B9wC { display:none; }#Wv75ogN4f4ctIhg7fSs504DvKX66B9wC > .row .container { width:20rem;height:89.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ToUlsNiXd196wPKyUTxerzFT7OSnrQDt { width:16.25rem;height:16.25rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA4eSWHQA6IRJ6Qz2BCNNeaUn1vpTaIv { width:12.5rem;height:3.25rem;top:10.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUuR52Aeer1uMxgGBoeFwfwg9U7LhVqQ { width:12.5rem;height:3.25rem;top:28.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDdesp1eZTTikxW55xseGkWUQp1Ga4q6 { width:16.25rem;height:16.25rem;top:18.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5lWMix4kTS6CFEnXWhtfOJhBTTfmyFE { width:16.25rem;height:16.25rem;top:53.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFqGavq8cTxLmRC1NudEp0wX1csf6XOc { width:16.25rem;height:16.25rem;top:71.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpI8nElsXRdKTUe3X0dQLELqOlxtG6rM { width:12.5rem;height:1.625rem;top:81.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiw4N0iR7nrIqcPflF5udM2FXNnfzMHl { width:12.5rem;height:3.25rem;top:63.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJLy0QT0Hupzn6AAazl38fwgAipEnZlc { width:16.25rem;height:16.25rem;top:36.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUJVPcE7yzAwXG75FFexT3FpVgmZSKEo { width:12.5rem;height:0;top:45.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP9kXMwrukuAposSsakZNd7Xd5Ih0FLN { display:block; }#oP9kXMwrukuAposSsakZNd7Xd5Ih0FLN > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #of4q28daHXwqRlWPLEH9WzcpnnMsWy34 { width:10.5625rem;height:2.762075rem;top:0.5625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rR2m80QGSQft0mK2tF1czRG3TAttpwK7 { width:18.625rem;height:11.25rem;top:7.185546875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR6K42AzsTfyoz2sWmesvfqN0C8pFHwZ { width:19.3125rem;height:1.625rem;top:22.009765625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TgoN5pCbcJyfLpgBPTXOFqT7QoT40Bsx { width:18.625rem;height:11.25rem;top:24.37109375rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTvxsTO3fDpSdk8s0A2NiX6HflDrfg7m { width:18.625rem;height:18.75rem;top:36.12109375rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMTVyTHJ66EHisOLCa4MTmaP9TVe1XRp { width:12.6875rem;height:8.375rem;top:65.93359375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xv7RnzMCi75h34iiRDReLxLx1eq9uJry { width:13rem;height:8.375rem;top:57.30859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXMt0xHoBB79bPE197X40dqybNkAfk6K { width:12.5rem;height:8.375rem;top:74.55859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPcugTCC2IJ0bDxX1qtpW8pGf73gUERc { width:8.3125rem;height:12.4375rem;top:71.55859375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTZkqHKEChRMMhGzDgzxES9vBpHlKzR6 { width:8.3125rem;height:12.6875rem;top:58.62109375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIre2KG2rvtImOR9fcrfkS6UpKd3TGCw { width:12.6875rem;height:3.25rem;top:3.287109375rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ug5O2zI5csFKLBkrGMBOFHG9LILOEEKT { width:15.3125rem;height:2.762075rem;top:19.248046875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gagmxKQxoWfr6sq7b5DnbcFMQ4BBTUgC { display:block; }#gagmxKQxoWfr6sq7b5DnbcFMQ4BBTUgC > .row .container { width:20rem;height:161.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLDOByZeWTJfroGpEpd25JNEaTgrE8V1 { width:13.1875rem;height:2.97016875rem;top:0.75rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nBxpfKADTkgtEWrdkO2wVJ5CpT8fRw67 { width:11.9375rem;height:3.25rem;top:3.6748046875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MbMJg4rqkRmLqGBz8gGXNTXSpst9ad6H { width:19.0625rem;height:1.137075rem;top:22.625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHSNoZkdc9lDIeKN9T9QhdiWOaJxD79J { width:6.125rem;height:0.97443125rem;top:23.82421875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk5nC0xxnrU3H8dd0ZyrGRsfHHowx9xf { width:16.6875rem;height:2.11221875rem;top:28.2021484375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVwB06Tc4yaHoARG4RxW2kUqTSpMzT9i { width:11.6875rem;height:1.875rem;top:111.625rem;left:-0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPvGQTrwHmka5V5KTv7VUqgT7rFipm9t { width:10.875rem;height:1.137075rem;top:112rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltGKd6u4XZDqmhrtgCOPxahefr1T0hwC { display:flex;width:1.375rem;height:1.375rem;top:31.65234375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #nZ5dlqTJ1245CNu3ofST40nrxBTJWcR4 { width:9.75rem;height:1.05610625rem;top:31.75rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkgiG7WW6gqmXTzANLi72G9Qwik6z3FH { display:flex;width:1.375rem;height:1.375rem;top:33.125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #mhqlU9GBA11IBzgpbQahmhNa0IEO12qv { width:11.375rem;height:1.05610625rem;top:33.1875rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0cWMXe0Bb8KGkrQPzuLemCUBhfSsb6G { display:flex;width:1.375rem;height:1.375rem;top:34.5rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #BeDJchEtUbfWgTMSWsnTLiDzQGXby0nS { width:8.875rem;height:1.05610625rem;top:34.5625rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3JgEEipZU3nqOqe27Dv1mCvcX1TQ4ac { width:11.375rem;height:2.625rem;top:36.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN62u8onhIJZtUhnGDSFRz4ayVWsI3dU { display:block; }
 }@media only screen and (max-width: 763px) { #Tp7t1Nr1r8narVgHkzcDKKVzh5CrOmDy { width:19rem;height:6.38209375rem;top:131.5rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnVtP54ThSKQyaXdKniOVWSuuIJdGeUT { width:12.875rem;height:1.9488625rem;top:128.9375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Qv4LkTtDiwTZbwyqHGN2LnDHsvGQXN { width:19.125rem;height:2.27415rem;top:126.125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZt6VOVxxrv2xeo1CF2nhUMuqboPQ7bR { display:flex;width:1.375rem;height:1.375rem;top:144.875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #WG4DkcDz04WRcVfmdVWDi1kg9OTHtrLP { width:13.375rem;height:2.11221875rem;top:144.9375rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKWze6dF0ugUoiTUe23TrbdTQJGT6OhJ { width:14.3125rem;height:3.125rem;top:150.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZq5Wgni5uJoSQ5uRw4lM238ru3z1Dxr { display:block; }
 }@media only screen and (max-width: 763px) { #Ma7VDlWpIDMNwyWetoVVDxMdu7a6UFGR { width:17.375rem;height:2.1122125rem;top:143.0625rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w82RxCc7I0aKvMTk768RckBQi0n05xWO { display:flex;width:1.375rem;height:1.375rem;top:143rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #ESOmP0IQHHrT94t7PrO6IfKrqTAV3Ky6 { display:flex;width:1.375rem;height:1.375rem;top:139.125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #wu2aRo1cgPVm7PafmgfhqwWObu5N2Zf4 { width:16.0625rem;height:3.168325rem;top:139.125rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs18gl21md43KPb82UwskMGK7ClIT52z { width:7.6875rem;height:1.05610625rem;top:123.9375rem;left:11.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzC9MHDtRI1yZy3Fd45NpJQd1mnxmfkZ { width:7.875rem;height:1.5625rem;top:123.6875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE7QushCQpGq3aywaip0dZQXWa6hMJqU { width:17.625rem;height:2.1122125rem;top:25.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc0qX6qnTTRraTPd77PLBgwAlp0sObM5 { display:flex;width:1.375rem;height:1.375rem;top:147.5rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #aOg1Ww0dVC3BHrH15iND3hwRC7qToW5O { width:17.375rem;height:1.05610625rem;top:147.625rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp8ra1IPWpvki3UBIZA5QqDzv9OZm4e3 { width:19.875rem;height:9.9375rem;top:113.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX15GVnTnpmvOEmM3X2TSUud0eiDThic { width:14.875rem;height:11rem;top:10.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbSxu02NB7LZQ6lwnobmZ3lEbh2THQHz { width:20rem;height:32.9375rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPycI2TV2z6hDgMdecWT4x90CCUQloT3 { width:20rem;height:45.0625rem;top:111.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W09MrfNWX3U1AzHaLskTQR3d8oZiJs8O { width:20rem;height:8rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC1J0VqvrDTd1erZQN48lcr3aM2VPgyg { width:20rem;height:36.1875rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV1VlNCSVRT4zTExmt9VmpAv72ZQKBrT { width:10.6875rem;height:10.6875rem;top:44.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySGbav2g90f1twXbcAXqUur8QWOKKehk { width:16.75rem;height:2.27415rem;top:57rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCbsQPyOsobHIv6Ni07H3GMnTPtpinKM { width:6.125rem;height:0.97443125rem;top:59.5rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfCv9SqDc7eRnChtro7VwWRca095zu1v { width:17.875rem;height:3.168325rem;top:60.75rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuiaesprDEkZqUXhAv1URd4hvvypElR4 { width:15.375rem;height:2.11221875rem;top:65.375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoeMIvEgsxQ61ObTwZl0TSzTUmLnSCuw { width:15.9375rem;height:5.2805375rem;top:67.125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDPGHUiEu5xVUi9EhN13hvO1cCC97rFt { display:flex;width:1.375rem;height:1.375rem;top:65.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #RMzlEoT7VfkwFQh9RxvtB69lkzrEHTWy { display:flex;width:1.375rem;height:1.375rem;top:67rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #s2b4LMdyclpSqcLkcVKBaTz5tvfB9Byw { width:11.375rem;height:2.625rem;top:73.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puT2yAxl1F4UICnC9xTrBcXQ9hMf8NfG { display:block; }
 }@media only screen and (max-width: 763px) { #ZGFi1HufsvbhznldwhkpUsbPE2x5lzRG { width:7.75rem;height:7.75rem;top:48.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPNCowGA2z13tKzXn9kGvRkBKL1x5POV { width:12.625rem;height:12.625rem;top:42.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdJ2wT5IJ5Gnd2Z2HTccQ6AAJuTWNJwb { width:8.75rem;height:12.625rem;top:43rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udceoHZsOCdQUcBS75TheUFMQ1BnPT6x { width:20rem;height:32.0625rem;top:78.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZL94gUTawiRIdT8NDbzCuSV2hUr1dVq { width:10.6875rem;height:10.6875rem;top:81.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGBCZak5pN1zFiH2TcG5HlOfAiwQWarf { width:16.9375rem;height:1.137075rem;top:92.9375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTG1dJ0mOIoyOHtPCuTIcBBrDHcgsQH { width:19.125rem;height:2.1122125rem;top:95.5625rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHyTe8hXawT1C9qJNIzQhGDi9kieaogK { width:12.625rem;height:12.625rem;top:79.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT1ok3rcMVI8krn3pgaFyc4uXgTWyBmb { width:7.75rem;height:7.75rem;top:85.3125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvahuGuxz41wE4lV3RSWA6JqOxwCq9Ix { width:18.125rem;height:1.05610625rem;top:98.375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB2FCXqJpR925W4ovC4R6z2MfE8kgrtv { width:17.375rem;height:2.11221875rem;top:100.125rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnnWNGutTaMw0IxHwe8eiysWDyuzKcS5 { width:9rem;height:12.625rem;top:79.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrhVbaImwsVmafhe1uCQ8paoKt6OSdRU { width:17.6875rem;height:2.11221875rem;top:102.6875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5b02iiHU4meHsTalo0444T9nIrnuIEP { width:6.125rem;height:0.97443125rem;top:94.25rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrDIwNusmKlxwsdN6USecv5wtXAwzdO9 { width:11.375rem;height:2.625rem;top:105.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZk0cuTr0iKo8wVVAv13piwFfOG4Zt7v { display:block; }
 }@media only screen and (max-width: 763px) { #RZDRQ3fvR3on3Vi9iUot7rDpozveTgF0 { display:flex;width:1.375rem;height:1.375rem;top:98.3125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #IhgGORr1oq0K7bem1Bi5QGi0HsqeIcfD { display:flex;width:1.375rem;height:1.375rem;top:100.0625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #D59WrATOSZigoXth3aCDqra49Vf6oaQ9 { display:flex;width:1.375rem;height:1.375rem;top:102.625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #BIKI9SOmT2dOSzb4fOf6idWfV89di0CM { display:block; }#BIKI9SOmT2dOSzb4fOf6idWfV89di0CM > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qck7qv5CI4WikZqHCEKJ4HaiapZQTTQJ { width:16rem;height:2.625rem;top:25.6474609375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVgCGxOnMJlQ7RUSx3D0wftPMTUZw0ZH { display:block; }
 }@media only screen and (max-width: 763px) { #Pd345L9ImHitXpO0apnKX1ITKpeu1Mbm { width:18.4375rem;height:7.3125rem;top:17.412109375rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVXXZuQxncuq7tkKJXFkttZpN9vgkunD { width:4.8125rem;height:2.15766875rem;top:1.5625rem;left:11.375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvUK7L62rLKk32sUas1592yVRMXuEBIh { width:10.9375rem;height:2.59943125rem;top:1.25rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H91uT00wpBn6JnCNdmpXfJQCJg8bCDbX { width:5.25rem;height:2.875rem;top:1.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEkEUgA9WraTSw3zK4aVds6UJrS87y52 { width:15.75rem;height:10.9375rem;top:4.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6 { display:block; }#fz97Nl8t3GTpJJiVgvKGXiQR5dAtCra6 > .row .container { width:20rem;height:96.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKdf9GsRLow7CCqaJU7S9vdx5K3Eo7dU { width:16.375rem;height:1.625rem;top:11.537109375rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pvc2PyfNC2lSpsWxGXqzhMNA7aKtt6H4 { width:18.625rem;height:0;top:6rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2.25rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #mJTe1QbePPTNaVNBdq8UGXkfnHKFbgLK { width:20rem;height:3.375rem;top:88.3515625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2HiPSxnKroylVRwdsIaZg1pvq5XQdOT { display:block; }
 }@media only screen and (max-width: 763px) { #k4ZR6DM2lf7XD5dqGDGO8VNdfPRBDCTU { width:10.25rem;height:2.75rem;top:2.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhcDmWmNfnCzdrKmMntwbJP6TJ6ArTuL { width:11.25rem;height:7.75rem;top:26.1328125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfXIWuRTl1VVdqZvkqgXGv0UTbqxpi7c { width:16.8125rem;height:3.89915rem;top:15.3125rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVW6AT2Xx1EcF6Ob0RB53M0RpW1gElBn { width:18.625rem;height:6.4985625rem;top:38.125rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0hTHhBAGTTel50aJVriavDtxOghnUNb { width:20rem;height:1.21875rem;top:63.3203125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XunWHTIh8Vyisazus1AlnCeA6RtkgpiN { width:20rem;height:1.21875rem;top:64.7265625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J60lPtiX6iiqG3cvwwqQlrdiZEzQtpJ5 { width:20rem;height:1.21875rem;top:70.6640625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgxReOc3LxTw23HkgA7Votfm3X0lebNT { width:20rem;height:1.21875rem;top:72.1953125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE5517roTIITumpDGvfLLQKrELDS3zJw { width:20rem;height:1.21875rem;top:78.5390625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2HGuv0BBZUg1W6qicJZXahnNMbwRsgA { width:5.0625rem;height:5.0625rem;top:58.8203125rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH9u9zCnnS6U9c5EI28GP4CEhcAXhfar { width:2.375rem;height:2.375rem;top:67.5390625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8norvxiKt1NVtq3tBTOCXKuKnEObkM9 { width:2.375rem;height:2.375rem;top:75.2890625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwNPu4c3akgnDCoMXIsteDSMhuLDXQU0 { width:11.25rem;height:7.75rem;top:29.2578125rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #GdMoIiDdLulaL7B5M9FqVbOKhelIXoUt { width:11.25rem;height:7.75rem;top:49.8203125rem;left:8.75rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cKrsCDOlp6UCFrf1P0RzSwugnbKPrnA3 { width:11.25rem;height:7.75rem;top:21.2578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdiFsvT14WReFFTFhw3kVwufN8ZiWhqZ { width:11.25rem;height:7.75rem;top:45.6328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7eoqiUVMTKJCyc1LGlIeQtEQ2F8buPq { width:1.9375rem;height:1.9375rem;top:81.9140625rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEqW1B0CiA2uqcSt7nqi6clJQzxTqdky { width:20rem;height:1.21875rem;top:84.5078125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDPwZDTTZx2Sic8BvqnnGgrdR1HsS2fA { width:18.625rem;height:5.1988625rem;top:6rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.3;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #FCSwvHPrviK2cUc1MZg3xZdLL72kgeeP { display:block; }#FCSwvHPrviK2cUc1MZg3xZdLL72kgeeP > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCKuIirHT2UUPsR2tU49q6Wmf1AV67DL { width:16rem;height:2.625rem;top:32.5849609375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmNu3uNRQNL21l8bTvcf0vq2kMFMKgvB { display:block; }
 }@media only screen and (max-width: 763px) { #yb4Pwqol5LkQk8T5JRugEhZBUPRshgTy { width:16.375rem;height:5.1988625rem;top:1.25rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCCVxEtklu5hpJqn2UudqMAycTWHyKqI { width:20rem;height:20rem;top:6.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFLgXLJhbByTuyGga2ffTTsxsSkPC8g6 { width:17.375rem;height:6.5rem;top:21.6474609375rem;left:0.6875rem;font-size:1.25rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RiZIiVZcykpRuRC7tHHX7wy4NZovtb9l { width:15.9375rem;height:2.4375rem;top:28.7841796875rem;left:0.6875rem;font-size:0.9375rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O9uK4Qlu419s1tITwbMX5Uh7GAeZfsLl { width:3.375rem;height:3.375rem;top:13.34375rem;left:-2.09375rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #V276GpSt8SELQTWw3XG7wWy2LSpn1rn8 { top:7.0478515625rem;left:2.90625rem;width:14.1875rem;height:14.1875rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra { display:block; }#kMfA0wfQAl1R0JwAGS8vquhBwfpgGsra > .row .container { width:20rem;height:215.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDVotRxafwgzDtifqsyLLJiKG9N6innu { height:11.2431875rem;width:20rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne8rxrb6ORCkq4oQHWiQ1PlepVhfJdUb { width:13.4375rem;height:1.949575rem;top:1.6181640625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kXs2KxeR8MQA79Sl6wvqEtGUW3vPD7rC { width:7rem;height:1.625rem;top:4.5rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a6PBaFWrvb5SMKhltIdu3A3xaSBWVd13 { width:19.25rem;height:2.92471875rem;top:176.7099609375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb6TNTbbkpNyFcpekQWG7quM5Jm2BXbs { height:11.1035rem;width:20rem;top:30.5556640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbkfRL2X647O1mqwT5kXhU7z9X8vK045 { height:11.1035rem;width:20rem;top:41.908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo0NMITJRGxwoplsn8PsOWn7Gm0TnKSp { display:flex;width:3.0625rem;height:3.0625rem;top:173.0224609375rem;left:8.46875rem; }
#mo0NMITJRGxwoplsn8PsOWn7Gm0TnKSp > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #sbiMFvoXexAJtnlbEryzlSX6OZMylV9r { width:13.25rem;height:1.625rem;top:135.1064453125rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TNzdrb0Q63C4Iv0lV7w2y9akvWPCfdgC { height:11.1035rem;width:20rem;top:137.7939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opXbPStQgTp9r6zaaXSUQd0AZelOicnx { height:11.1035rem;width:20rem;top:149.146484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3Izs8TkgwHQm2eT5oRt4GHnf31ZvET4 { height:11.1035rem;width:20rem;top:160.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmsprGGnsoQ6ieT8OT8uWi1KrHQZ8Awo { height:11.1035rem;width:20rem;top:53.2607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3IwamklLulNKMNgid2fwo7iBnDhzcs6 { height:11.1035rem;width:20rem;top:75.9658203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkmeDluRFk6etCBGEaQirhzhA8GealpB { height:11.1035rem;width:20rem;top:64.61328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAWfwvL6XMJS75TQE2g53hMymxIQl5zx { width:11.5625rem;height:1.949575rem;top:183.65234375rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bLD9m8QkXRAzLDfHOf8swgcuSMZAp9WN { width:17.9375rem;height:5.1988625rem;top:201.2890625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O7k9S4CIIoJcWz6eupMC9oQWFTCiiyLJ { width:9.125rem;height:13.25rem;top:186.8515625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGSetdwOBTOs2LisvtCo8xA58aLaQxCd { width:18.625rem;height:3.89915rem;top:207.7265625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KJ2Dszc65JPSST3NCwNwiAqlKZq1TbTH { height:11.1035rem;width:20rem;top:87.318359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2eAZcoIC9IsCWg23AQVyfiAAJPuiXqC { height:11.10447761194rem;width:20rem;top:98.6708984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd2VfdNIt1mux2N1n5PGkL6wl4TmdJHU { height:11.10447761194rem;width:20rem;top:110.0244140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTf8OSt74zSwPIes6lrFvSlnfwFxeS3 { height:11.10447761194rem;width:20rem;top:7.771484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IruvFbZc6g0mD6Qopxn1hPlsbn8FtLiI { height:11.10447761194rem;width:20rem;top:121.3779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC9PlcyIPD64cmXoVT3y9vh79dQ0Hmr6 { display:block; }#BC9PlcyIPD64cmXoVT3y9vh79dQ0Hmr6 > .row .container { width:20rem;height:171.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozFsAk4XEQt7SqrkSvOTXPA7e7ArTNTO { width:20rem;height:1.949575rem;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFhzSHnpKGkuqzWfCuFu9IiNq80wgQqT { width:2.5rem;height:0.125rem;top:6.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnrs3L4b6XhihGuQwTmGDHP3lpttLh5k { width:20rem;height:2.59943125rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t24Nhtm2fwMQhzsiX2FcJSxXSVkz9cDF { width:20rem;height:30rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFQlAtbM3wDU81tGpaQunhVo91I4RhMJ { width:18rem;height:28rem;top:31.625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcZOkppIIf8WBUN3rWXkm6oi4k6XLNfw { width:10.375rem;height:1.29971875rem;top:62.3310546875rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFuyPuyvMGyZNq9NA2aMfG1utG0nuHM { width:11.875rem;height:1.137075rem;top:63.7685546875rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skDI3Dkb0IgtgoWG5KHS5npZtx4QIwns { width:4.5625rem;height:4.5625rem;top:61.5810546875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr5d6T4avVKyUJ8zT4nIxtNZqbVXpnTU { width:11.3125rem;height:1.46235625rem;top:25.125rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u85nPfeR9uvUk157Hbd1Ny8Mk6dUiQfu { width:11.8125rem;height:1.137075rem;top:26.75rem;left:6.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxACbXmBbBaUDxRwz8IIA7vqG1GBm2Wk { width:4.5625rem;height:4.5625rem;top:24.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IImmZI7ZRW3WAazJaqIVBEKdlqamFIyQ { width:20rem;height:15.6875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdRqauRduAyWxVdFmOmgVWTrzEynMdIt { width:18rem;height:14rem;top:8.5625rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQEQpTrRBsT38SZUh8HVQeKoAMtbhVFd { width:20rem;height:1.949575rem;top:68.755859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivsRJH25uWXCBI4SwWdQ8OmfeoeNE3Gt { width:18.6875rem;height:11.6875rem;top:73.005859375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chwFGPM8zSOKwGy9x6OwdS2sr43ttTuN { width:18.6875rem;height:16.375rem;top:93.068359375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2ZTiHATx7WuWmGN1M93NVpnoqSPu5gu { width:18.6875rem;height:17.9375rem;top:109.818359375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3lb59tU384oZ0T40cPT1spG2oTi10T6 { width:18.6875rem;height:7.625rem;top:85.068359375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QID21WWdvvgaTEOlJVp2Zez6MBNSth5M { width:18.6875rem;height:38.25rem;top:128.130859375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u29OiaL59xEFmnQdOCTAbhD4wcTKZvTU { width:18.8125rem;height:3.3125rem;top:165.0859375rem;left:0.59375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #dUW3kCJmnqrhUCHmZo2NdcnhzrHl2UyO { display:block; }
 }@media only screen and (max-width: 763px) { #H6Ab0qtWaPkJb3gdfJThtniDAHCyTgvz { display:block; }#H6Ab0qtWaPkJb3gdfJThtniDAHCyTgvz > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sw5q0C9ZL6yWAZ44RGec64g00TK9bDrt { width:18.75rem;height:8.9346875rem;top:2.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry4zw3MSCEFfkRwJb9LH0yULcoX7FTTG { width:11.6875rem;height:13.375rem;top:14.119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psQUR4DcbbTVG4XugQd6Szrsy7wgeMNI { width:11.625rem;height:7.625rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCPTokq7iRT4xyyPnrTENdTxZMxn3hWV { width:20rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyTnfUmBRiX69hs72CTvQLTE2QGVVtlo { width:9.875rem;height:9.875rem;top:29.369140625rem;left:10.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #UcJWanzheRL49cFCPdiW7ic9G0OPH342 { width:9.6875rem;height:13.125rem;top:15.994140625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su78pQTZr4M0Tv8WCm33xuunK4T9RaST { width:15.3125rem;height:10rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkfkwT8M5Ar75kGvupx2SEtfKTsNbZvC { width:20rem;height:1.46235625rem;top:11.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTZ0CyxvJ1TTMi34p4WgdxHKFdDII9VE { width:20rem;height:0.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2wGvX06CueifoL15dsPi99PlKXqhJLk { background-color:#f80909;background-image:none;display:block; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container { background-color: transparent; background-image: none; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container > .video-iframe-container { display: none; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row > .video-iframe-container { display: none; }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .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); }#v2wGvX06CueifoL15dsPi99PlKXqhJLk > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzPsGZV0snmzrFJyAvpo6Q9hoif8ax6O { width:20rem;height:21.1875rem;top:49rem;left:0rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #vI2UwPk2f5kbkKsN5OepX8bIlUHWOXHa { width:17.5rem;height:10.69743125rem;top:2.5rem;left:1.28125rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-text {padding-top: 0; padding-bottom: 0;}#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-select {padding-top: 0; padding-bottom: 0;}#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-input-button { width:12.0625rem;margin-top:0.25rem;margin-right:2.6875rem;margin-bottom:0.25rem;margin-left:2.6875rem;font-size:1.0625rem;overflow:hidden;height:3.375rem; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-container:first-of-type{padding-top:0;}#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .widget-container:last-of-type{padding-bottom:0;}#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL  { width:17.5rem;height:auto;top:12.25rem;left:0rem;z-index:14993; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL {display:block;}#inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL { width:17.5rem;height:auto;top:12.25rem;left:0rem;z-index:14993; }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #okiIlkboGtlHpSruJz1eIbafuW6piPBT {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #XFawQlyiTT8qAkpCTmKuqi11HfAEcfVx { display:none; }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #ImQQf0DTZ6KPXeHaAvbI9Q3HwK4CPaOb {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #Sxfd9QXdTvhBA2ZeGSldqhtc61mcgoVM {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #GybL8Az09IIpbpp4W6PDOmFM0fBGLhHG { display:none; }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #vqOJfROwmqPZFkbdb0BLIiQeRMHoUKTQ {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #T0oecLpKTSr4qrbkxFFWTnQUKrOu6xpH {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #Hucsv0AECAwZ2TSEuBp20f9WAwLaQhFV { display:none; }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #QikkxvgfNHQ8bodmJrNpeMgT6ucdKnto {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #SwmEJ0ZAFLHgm04AqzqNon3JKe7awOAT {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #uPz8la5AHOP0Xy8AVUv999QgfFGznEuC { display:none; }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #NEcH0r6l9zLKR2lkZxfqt603J5X670Wg {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #qwMZF9bX7EQyWcUI0nEFRTqoPc5iebXc {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #QvnRi6WAF5laK0VNMNTHHOmRvvmonUbG { display:none; }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #sl4BFBdt6Bt5xS93TaKmt805T5xuU5vA {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #O0X8N4BkypUsbKFngVTUu5FTIf2LHGGC {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #B7hml5m2AT1kniNuoV36Vm7Wx06TZ1SW {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #AwQsGW8GxnuTw89yWeUhKcmkPvv5tZXG {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #TdMQbUIDSVGJl7k92GRiXwdkWUJeHdlC {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #fN6dIPiW8HVn1fKllcLzwfmxOwrvgHRL {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #ZSuTD16b6Pbg44uu0sBfs3s6EcB2i0zb {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #y4aTIXdbm03EJoyxWUcmoMq5vN09oTV2 {  }
 }@media only screen and (max-width: 763px) { #inC7ScPUUSeg8n3H3IeXRTwGspwKBuZL #r5eQNpPKWOyXSLDatqIP1kPX5aNxsuaK {  }
 }@media only screen and (max-width: 763px) { #Zh8x3QzzoMgqd6sfc0uhvOUkBtMhhiVJ { width:18.625rem;height:1.75rem;top:72.0625rem;left:0.6875rem;font-size:0.5625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #mfFFoXZHub7pp9cf2TcWvHAKUquJDQLk { display:block; }
 }@media only screen and (max-width: 763px) { #HkP9OyCEMei5rvdPw3egt9BNE3LETFcf { top:1.625rem;left:0rem;width:20rem;height:45.625rem;z-index:14991;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AMZWiF1PZ40WUI8TFbhz20RZTfoak9rq { display:block; }#AMZWiF1PZ40WUI8TFbhz20RZTfoak9rq > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0teS7edSlDrSuoco8qw5pqRE9sPeiOu { width:12.375rem;height:1.9488625rem;top:8.75rem;left:3.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sEDLifxFGOkPNuzRApGhZRATNKl2PVMZ { width:2.8125rem;height:2.375rem;top:0.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhioL5ghaPngFcClrFSqox4zPZ1aM6oo { width:20rem;height:0;top:5.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QK8WFBuybDGr6PT3Sg0gIPTDEJxwyNMT { width:18.6875rem;height:1.29971875rem;top:6.6396484375rem;left:0.65625rem;font-size:0.5rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.3);display:block; }
 }@media only screen and (max-width: 763px) { #wpcCl0ipK2BSFKDoWfzvGmlMWZx6tCP8 { width:20rem;height:0.0625rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKMzEIFTt0anx63v4AlNoasmoqCB51w9 { width:9.1875rem;height:2rem;top:2rem;left:4.0625rem;color:#322b2b;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC7qOnMncqpDvTPTZPb5kTAxGBPo3NDk { display:block; }
 }@media only screen and (max-width: 763px) { #iQZSOu4O1oiWg2c6wXKeENTWF0hXwHRC { width:20rem;height:0;top:5.4375rem;left:-49.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #RrhT7vuWdiCi0K1IhdQaCpn4szPWnPee { width:20rem;height:0.0625rem;top:5.8125rem;left:-54.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #wLiPplhvZLkbfO47RleUu58fvFZDSO79 { width:2.8125rem;height:2.375rem;top:7rem;left:-54.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Jp4ZksToHLo4rlTfxyo6ctbNxSmhTvw6 { display:flex;width:1.75rem;height:1.75rem;top:0.8125rem;left:12.5625rem; }
#Jp4ZksToHLo4rlTfxyo6ctbNxSmhTvw6 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #J03y4Dx8oBe7RHlJ4D8fU43HS8x6Q8Hy { display:flex;width:1.75rem;height:1.75rem;top:0.8125rem;left:17.5625rem; }
#J03y4Dx8oBe7RHlJ4D8fU43HS8x6Q8Hy > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #hT8DfAXeT0vpf67Sw1F2E52kWpxrfy3V { display:flex;width:1.75rem;height:1.75rem;top:0.8125rem;left:15.125rem; }
#hT8DfAXeT0vpf67Sw1F2E52kWpxrfy3V > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #n2AsMLdcFxfkoV9tp3DEdLuOSBO7xlO5 { width:11.375rem;height:0.97443125rem;top:4.25rem;left:4.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eZpKlRWXGPTtMUMIabGkouCNTObTAXKp { width:9.1875rem;height:1.625rem;top:0.625rem;left:4.0625rem;color:#322b2b;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGUMdIVl8wZkfNPwmw1Wrmf9f8UF4aPP { display:block; }
 }